Trace number 1773894

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
glucose 1.0? (TO) 10000 10004.3

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
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.09/0.18	c ==============================================================================
0.09/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         0 |  227991   590788 |   68397       0        0     nan |  0.000 % |
0.89/0.95	c |         0 |  164401   556548 |      --       0       --      -- |     --   | -63590/-34240
0.89/0.96	c ==============================================================================
0.89/0.96	c Result  :   #vars: 28657   #clauses: 164401   #literals: 556548
0.89/0.96	c CPU time:   0.900863 s
0.89/0.96	c ==============================================================================
1.09/1.15	c
1.09/1.15	c Starting glucose
1.09/1.15	c
1.09/1.15	
1.09/1.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.15	
1.09/1.15	c ============================[ Problem Statistics ]=============================
1.09/1.15	c |                                                                             |
1.09/1.16	c |  Number of variables:  28657                                                |
1.09/1.16	c |  Number of clauses:    164401                                               |
1.15/1.29	c |  Parsing time:         0.12         s                                       |

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-1773894-1241259951/watcher-1773894-1241259951 -o /tmp/evaluation-result-1773894-1241259951/solver-1773894-1241259951 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773894-1241259951.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23733
/proc/meminfo: memFree=1143944/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=0
/proc/23733/stat : 23733 (glucose.sh) R 23731 23733 23696 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154028592 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23733/statm: 1340 235 194 169 0 51 0
[pid=23734] ppid=23733 vsize=1744 CPUtime=0
/proc/23734/stat : 23734 (SatELite_releas) R 23733 23733 23696 0 -1 4194304 298 0 0 0 0 0 0 0 18 0 1 0 154028592 1785856 282 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23734/statm: 436 284 51 174 0 259 0

[startup+0.027808 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23733
/proc/meminfo: memFree=1143944/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=0
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154028592 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1340 236 195 169 0 51 0
[pid=23734] ppid=23733 vsize=13384 CPUtime=0.01
/proc/23734/stat : 23734 (SatELite_releas) R 23733 23733 23696 0 -1 4194304 2011 0 0 0 1 0 0 0 18 0 1 0 154028592 13705216 1848 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23734/statm: 3346 1850 51 174 0 3169 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18744

[startup+0.101813 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23733
/proc/meminfo: memFree=1143944/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=0
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154028592 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1340 236 195 169 0 51 0
[pid=23734] ppid=23733 vsize=24032 CPUtime=0.09
/proc/23734/stat : 23734 (SatELite_releas) R 23733 23733 23696 0 -1 4194304 4653 0 0 0 8 1 0 0 20 0 1 0 154028592 24608768 4490 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23734/statm: 6008 4491 51 174 0 5831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29392

[startup+0.301831 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23733
/proc/meminfo: memFree=1143944/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=0
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154028592 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1340 236 195 169 0 51 0
[pid=23734] ppid=23733 vsize=37532 CPUtime=0.29
/proc/23734/stat : 23734 (SatELite_releas) R 23733 23733 23696 0 -1 4194304 8165 0 0 0 25 4 0 0 21 0 1 0 154028592 38432768 7798 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23734/statm: 9383 7798 76 174 0 9206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42892

[startup+0.701869 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23733
/proc/meminfo: memFree=1143944/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=0
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154028592 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23733/statm: 1340 236 195 169 0 51 0
[pid=23734] ppid=23733 vsize=42636 CPUtime=0.69
/proc/23734/stat : 23734 (SatELite_releas) R 23733 23733 23696 0 -1 4194304 9426 0 0 0 64 5 0 0 25 0 1 0 154028592 43659264 8990 1992294400 134512640 135225430 4294956176 18446744073709551615 134587381 0 0 4096 3 0 0 0 17 0 0 0
/proc/23734/statm: 10659 8990 76 174 0 10482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47996

[startup+1.50195 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23735
/proc/meminfo: memFree=1102584/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 5360

[startup+3.10109 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1121208/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=16152 CPUtime=1.93
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 3829 0 0 0 191 2 0 0 25 0 1 0 154028708 16539648 3780 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 4038 3780 75 172 0 3863 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21512

[startup+6.30238 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1120504/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=16548 CPUtime=5.13
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 3930 0 0 0 510 3 0 0 25 0 1 0 154028708 16945152 3881 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 4137 3881 75 172 0 3962 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21908

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1120056/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=17208 CPUtime=11.53
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 4105 0 0 0 1150 3 0 0 25 0 1 0 154028708 17620992 4056 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 4302 4056 75 172 0 4127 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22568

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1117312/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=19992 CPUtime=24.32
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 4806 0 0 0 2428 4 0 0 25 0 1 0 154028708 20471808 4757 1992294400 134512640 135217611 4294956288 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 4998 4757 76 172 0 4823 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25352

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1114304/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=22896 CPUtime=49.9
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 5532 0 0 0 4985 5 0 0 25 0 1 0 154028708 23445504 5483 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 5724 5483 76 172 0 5549 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 28256

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1108928/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=28428 CPUtime=101.09
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 6892 0 0 0 10102 7 0 0 25 0 1 0 154028708 29110272 6843 1992294400 134512640 135217611 4294956288 18446744073709551615 134533622 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 7107 6843 76 172 0 6932 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 33788

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1108928/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=28428 CPUtime=161.07
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 6904 0 0 0 16100 7 0 0 25 0 1 0 154028708 29110272 6855 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 7107 6855 77 172 0 6932 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33788

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23736
/proc/meminfo: memFree=1105536/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=31892 CPUtime=221.01
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 7754 0 0 0 22093 8 0 0 25 0 1 0 154028708 32657408 7705 1992294400 134512640 135217611 4294956288 18446744073709551615 134532949 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 7973 7705 77 172 0 7798 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 37252

[startup+282.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 23736
/proc/meminfo: memFree=1105536/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=31892 CPUtime=280.98
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 7754 0 0 0 28090 8 0 0 25 0 1 0 154028708 32657408 7705 1992294400 134512640 135217611 4294956288 18446744073709551615 134527916 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 7973 7705 77 172 0 7798 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 37252

[startup+342.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 23736
/proc/meminfo: memFree=1102528/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=34816 CPUtime=340.96
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 8500 0 0 0 34087 9 0 0 25 0 1 0 154028708 35651584 8451 1992294400 134512640 135217611 4294956288 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 8704 8451 77 172 0 8529 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 40176

[startup+402.302 s]

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

/proc/23736/statm: 21968 21576 77 172 0 21793 0
Current children cumulated CPU time (s) 9398.28
Current children cumulated vsize (KiB) 93232

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1049152/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=87872 CPUtime=9457.11
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21625 0 0 0 945681 30 0 0 25 0 1 0 154028708 89980928 21576 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 21968 21576 77 172 0 21793 0
Current children cumulated CPU time (s) 9458.26
Current children cumulated vsize (KiB) 93232

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1049152/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=87872 CPUtime=9517.09
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21625 0 0 0 951679 30 0 0 25 0 1 0 154028708 89980928 21576 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 21968 21576 77 172 0 21793 0
Current children cumulated CPU time (s) 9518.24
Current children cumulated vsize (KiB) 93232

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1049152/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=87872 CPUtime=9577.07
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21625 0 0 0 957677 30 0 0 25 0 1 0 154028708 89980928 21576 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 21968 21576 77 172 0 21793 0
Current children cumulated CPU time (s) 9578.22
Current children cumulated vsize (KiB) 93232

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1049152/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=87872 CPUtime=9637.04
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21625 0 0 0 963674 30 0 0 25 0 1 0 154028708 89980928 21576 1992294400 134512640 135217611 4294956288 18446744073709551615 134528159 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 21968 21576 77 172 0 21793 0
Current children cumulated CPU time (s) 9638.19
Current children cumulated vsize (KiB) 93232

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048896/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9697.02
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 969671 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 9698.17
Current children cumulated vsize (KiB) 93628

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9756.99
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 975668 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 9758.14
Current children cumulated vsize (KiB) 93628

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9816.98
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 981667 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 9818.13
Current children cumulated vsize (KiB) 93628

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9876.96
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 987665 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134537438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 9878.11
Current children cumulated vsize (KiB) 93628

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9936.91
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 993660 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 9938.06
Current children cumulated vsize (KiB) 93628

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9996.89
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 999658 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 9998.04
Current children cumulated vsize (KiB) 93628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9998.89
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 999858 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 93628

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

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

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23760
/proc/meminfo: memFree=1048832/2055920 swapFree=4181256/4192956
[pid=23733] ppid=23731 vsize=5360 CPUtime=1.15
/proc/23733/stat : 23733 (glucose.sh) S 23731 23733 23696 0 -1 4194304 313 9916 0 0 0 0 108 7 16 0 1 0 154028592 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23733/statm: 1340 238 195 169 0 51 0
[pid=23736] ppid=23733 vsize=88268 CPUtime=9998.89
/proc/23736/stat : 23736 (glucose_static) R 23733 23733 23696 0 -1 4194304 21725 0 0 0 999858 31 0 0 25 0 1 0 154028708 90386432 21676 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23736/statm: 22067 21676 77 172 0 21892 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 93628

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23733 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=82835
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=76988
# CPU time returned by wait4() is 1.15982
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004.3
CPU time (s): 10000
CPU user time (s): 9999.66
CPU system time (s): 0.38
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 93628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.08283
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10229
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= 5
involuntary context switches= 8

runsolver used 9.51255 second user time and 26.8759 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-02 12:25:51
IDJOB=1773894
IDBENCH=70820
IDSOLVER=610
FILE ID=node14/1773894-1241259951
PBS_JOBID= 9224950
Free space on /tmp= 66548 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-16.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773894-1241259951/watcher-1773894-1241259951 -o /tmp/evaluation-result-1773894-1241259951/solver-1773894-1241259951 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773894-1241259951.cnf

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=1787317355

node14.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.256
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	: 5931.00
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.256
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1144488 kB
Buffers:         83452 kB
Cached:         723220 kB
SwapCached:       5520 kB
Active:          65308 kB
Inactive:       749128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144488 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:            5828 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            83012 kB
Committed_AS:   635408 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node14 at 2009-05-02 15:12:37