Trace number 1556516

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Rsat 2009-03-22? (TO) 1200.06 1200.71

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  227991   590788 |   68397       0        0     nan |  0.000 % |
0.99/1.06	c |         0 |  164401   556548 |      --       0       --      -- |     --   | -63590/-34240
0.99/1.06	c ==============================================================================
0.99/1.06	c Result  :   #vars: 28657   #clauses: 164401   #literals: 556548
0.99/1.06	c CPU time:   0.98285 s
0.99/1.06	c ==============================================================================
1.19/1.28	c Rsat version 3.02
1.27/1.39	c Base unit clause learned: 0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1556516-1238842545/watcher-1556516-1238842545 -o /tmp/evaluation-result-1556516-1238842545/solver-1556516-1238842545 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1556516-1238842545.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 1.00 3/76 17812
/proc/meminfo: memFree=1535232/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=0
/proc/17812/stat : 17812 (rsat.sh) R 17810 17812 17649 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 1156915491 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276849311 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17812/statm: 1339 238 198 169 0 50 0
[pid=17813] ppid=17812 vsize=2168 CPUtime=0
/proc/17813/stat : 17813 (SatElite) R 17812 17812 17649 0 -1 4194304 374 0 0 0 0 0 0 0 19 0 1 0 1156915492 2220032 358 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/17813/statm: 542 361 64 186 0 352 0

[startup+0.0213889 s]
/proc/loadavg: 1.00 0.97 1.00 3/76 17812
/proc/meminfo: memFree=1535232/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=0
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1156915491 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17812/statm: 1339 239 199 169 0 50 0
[pid=17813] ppid=17812 vsize=8472 CPUtime=0.01
/proc/17813/stat : 17813 (SatElite) R 17812 17812 17649 0 -1 4194304 1797 0 0 0 1 0 0 0 20 0 1 0 1156915492 8675328 1780 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/17813/statm: 2118 1782 64 186 0 1928 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13828

[startup+0.101404 s]
/proc/loadavg: 1.00 0.97 1.00 3/76 17812
/proc/meminfo: memFree=1535232/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=0
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1156915491 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17812/statm: 1339 239 199 169 0 50 0
[pid=17813] ppid=17812 vsize=36128 CPUtime=0.09
/proc/17813/stat : 17813 (SatElite) R 17812 17812 17649 0 -1 4194304 7249 0 0 0 6 3 0 0 20 0 1 0 1156915492 36995072 7193 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/17813/statm: 9032 7195 64 186 0 8842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41484

[startup+0.301442 s]
/proc/loadavg: 1.00 0.97 1.00 3/76 17812
/proc/meminfo: memFree=1535232/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=0
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1156915491 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17812/statm: 1339 239 199 169 0 50 0
[pid=17813] ppid=17812 vsize=58692 CPUtime=0.29
/proc/17813/stat : 17813 (SatElite) R 17812 17812 17649 0 -1 4194304 13020 0 0 0 24 5 0 0 22 0 1 0 1156915492 60100608 12760 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/17813/statm: 14673 12761 90 186 0 14483 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64048

[startup+0.701519 s]
/proc/loadavg: 1.00 0.97 1.00 3/76 17812
/proc/meminfo: memFree=1535232/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=0
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 289 0 0 0 0 0 0 0 19 0 1 0 1156915491 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17812/statm: 1339 239 199 169 0 50 0
[pid=17813] ppid=17812 vsize=70292 CPUtime=0.69
/proc/17813/stat : 17813 (SatElite) R 17812 17812 17649 0 -1 4194304 15706 0 0 0 62 7 0 0 25 0 1 0 1156915492 71979008 15446 1992294400 4194304 4959918 548682068688 18446744073709551615 4270457 0 0 4096 3 0 0 0 17 0 0 0
/proc/17813/statm: 17573 15446 90 186 0 17383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75648

[startup+1.50168 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17814
/proc/meminfo: memFree=1468144/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 5356

[startup+3.10198 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1510064/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=20576 CPUtime=1.8
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 4930 0 0 0 179 1 0 0 25 0 1 0 1156915620 21069824 4563 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 5144 4563 116 309 0 4831 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25932

[startup+6.3016 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1508400/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=21612 CPUtime=5.01
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 5497 0 0 0 499 2 0 0 25 0 1 0 1156915620 22130688 4821 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 5403 4821 118 309 0 5090 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26968

[startup+12.7018 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1507568/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=22488 CPUtime=11.41
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 6078 0 0 0 1138 3 0 0 25 0 1 0 1156915620 23027712 5041 1992294400 4194304 5460562 548682068800 18446744073709551615 4225733 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 5622 5041 118 309 0 5309 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27844

[startup+25.5013 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1506160/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=24128 CPUtime=24.19
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 6814 0 0 0 2416 3 0 0 25 0 1 0 1156915620 24707072 5416 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 6032 5416 118 309 0 5719 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29484

[startup+51.1013 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1503024/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=27624 CPUtime=49.77
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 8856 0 0 0 4971 6 0 0 25 0 1 0 1156915620 28286976 6167 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 6906 6167 118 309 0 6593 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32980

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1498736/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=31572 CPUtime=100.94
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 10001 0 0 0 10087 7 0 0 25 0 1 0 1156915620 32329728 7241 1992294400 4194304 5460562 548682068800 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 7893 7241 118 309 0 7580 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 36928

[startup+162.303 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1497968/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=32340 CPUtime=160.9
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 10696 0 0 0 16083 7 0 0 25 0 1 0 1156915620 33116160 7420 1992294400 4194304 5460562 548682068800 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 8085 7420 118 309 0 7772 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 37696

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1496112/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=34068 CPUtime=220.87
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 11613 0 0 0 22079 8 0 0 25 0 1 0 1156915620 34885632 7857 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 8517 7857 118 309 0 8204 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 39424

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17815
/proc/meminfo: memFree=1496112/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=34068 CPUtime=280.85
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 11615 0 0 0 28077 8 0 0 25 0 1 0 1156915620 34885632 7859 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 8517 7859 118 309 0 8204 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 39424

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1495016/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=34672 CPUtime=340.81
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 12301 0 0 0 34072 9 0 0 25 0 1 0 1156915620 35504128 8065 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 8668 8065 118 309 0 8355 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 40028


################
# More data... #
################

[pid=17815] ppid=17812 vsize=35412 CPUtime=520.71
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 12976 0 0 0 52062 9 0 0 25 0 1 0 1156915620 36261888 8260 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 8853 8260 118 309 0 8540 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 40768

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1494376/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=35656 CPUtime=580.68
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 13025 0 0 0 58059 9 0 0 25 0 1 0 1156915620 36511744 8309 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 8914 8309 118 309 0 8601 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 41012

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1492976/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=36908 CPUtime=640.66
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 13793 0 0 0 64056 10 0 0 25 0 1 0 1156915620 37793792 8597 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9227 8597 118 309 0 8914 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 42264

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1492784/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=36908 CPUtime=700.62
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 13794 0 0 0 70052 10 0 0 25 0 1 0 1156915620 37793792 8598 1992294400 4194304 5460562 548682068800 18446744073709551615 4200119 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9227 8598 118 309 0 8914 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 42264

[startup+762.306 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1492208/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=38596 CPUtime=760.59
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 14242 0 0 0 76049 10 0 0 25 0 1 0 1156915620 39522304 8788 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9649 8788 118 309 0 9336 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 43952

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1492016/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=38596 CPUtime=820.56
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 15270 0 0 0 82045 11 0 0 25 0 1 0 1156915620 39522304 8788 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9649 8788 118 309 0 9336 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 43952

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1492016/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=38596 CPUtime=880.53
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 15270 0 0 0 88042 11 0 0 25 0 1 0 1156915620 39522304 8788 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9649 8788 118 309 0 9336 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 43952

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1491120/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=39312 CPUtime=940.49
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 16481 0 0 0 94038 11 0 0 25 0 1 0 1156915620 40255488 9007 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9828 9007 118 309 0 9515 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 44668

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1491120/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=39312 CPUtime=1000.46
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 16481 0 0 0 100035 11 0 0 25 0 1 0 1156915620 40255488 9007 1992294400 4194304 5460562 548682068800 18446744073709551615 4226238 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9828 9007 118 309 0 9515 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 44668

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1491120/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=39312 CPUtime=1060.43
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 16481 0 0 0 106032 11 0 0 25 0 1 0 1156915620 40255488 9007 1992294400 4194304 5460562 548682068800 18446744073709551615 4197972 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 9828 9007 118 309 0 9515 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 44668

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1489776/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=40600 CPUtime=1120.4
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 17807 0 0 0 112028 12 0 0 25 0 1 0 1156915620 41574400 9341 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 10150 9341 118 309 0 9837 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 45956

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1489840/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=40792 CPUtime=1180.37
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 17811 0 0 0 118025 12 0 0 25 0 1 0 1156915620 41771008 9345 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 10198 9345 118 309 0 9885 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 46148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1489840/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=40792 CPUtime=1198.76
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 17811 0 0 0 119864 12 0 0 25 0 1 0 1156915620 41771008 9345 1992294400 4194304 5460562 548682068800 18446744073709551615 4227764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 10198 9345 118 309 0 9885 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 46148

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 1.00 0.97 1.00 2/78 17821
/proc/meminfo: memFree=1489840/2055920 swapFree=4175228/4192956
[pid=17812] ppid=17810 vsize=5356 CPUtime=1.27
/proc/17812/stat : 17812 (rsat.sh) S 17810 17812 17649 0 -1 4194304 312 16155 0 0 0 0 117 10 16 0 1 0 1156915491 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17812/statm: 1339 241 199 169 0 50 0
[pid=17815] ppid=17812 vsize=40792 CPUtime=1198.76
/proc/17815/stat : 17815 (rsat) R 17812 17812 17649 0 -1 4194304 17811 0 0 0 119864 12 0 0 25 0 1 0 1156915620 41771008 9345 1992294400 4194304 5460562 548682068800 18446744073709551615 4227764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17815/statm: 10198 9345 118 309 0 9885 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 46148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.82
CPU system time (s): 0.237963
CPU usage (%): 99.9456
Max. virtual memory (cumulated for all children) (KiB): 77328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.82
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 4316

runsolver used 1.14083 second user time and 3.2915 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-04 12:55:45
IDJOB=1556516
IDBENCH=70820
IDSOLVER=545
FILE ID=node63/1556516-1238842545
PBS_JOBID= 9085825
Free space on /tmp= 66556 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-16.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556516-1238842545/watcher-1556516-1238842545 -o /tmp/evaluation-result-1556516-1238842545/solver-1556516-1238842545 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1556516-1238842545.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=401239365

node63.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1535712 kB
Buffers:         43988 kB
Cached:         409220 kB
SwapCached:       7492 kB
Active:         231128 kB
Inactive:       230940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535712 kB
SwapTotal:     4192956 kB
SwapFree:      4175228 kB
Dirty:            9908 kB
Writeback:           0 kB
Mapped:          14448 kB
Slab:            42716 kB
Committed_AS:  3620760 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node63 at 2009-04-04 13:15:48