Trace number 1783660

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) 5000.02 5002.72

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
MD5SUM5a3ae9766db0de00fa37fabacaa34827
Bench CategoryCRAFTED (crafted 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 variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
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.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   44593   200002 |   13377       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   43237   193557 |      --       0       --      -- |     --   | -547/-2649
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 4447   #clauses: 43237   #literals: 193557
0.00/0.07	c CPU time:   0.05999 s
0.00/0.07	c ==============================================================================
0.09/0.13	c
0.09/0.13	c Starting glucose
0.09/0.13	c
0.09/0.13	
0.09/0.13	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.13	
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Number of variables:  4447                                                 |
0.09/0.13	c |  Number of clauses:    43237                                                |
0.09/0.17	c |  Parsing time:         0.03         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-1783660-1241862039/watcher-1783660-1241862039 -o /tmp/evaluation-result-1783660-1241862039/solver-1783660-1241862039 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783660-1241862039.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.98 0.54 0.22 3/64 21076
/proc/meminfo: memFree=1145352/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0
/proc/21076/stat : 21076 (glucose.sh) R 21074 21076 20982 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 214230296 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21076/statm: 1340 235 194 169 0 51 0
[pid=21077] ppid=21076 vsize=1744 CPUtime=0
/proc/21077/stat : 21077 (SatELite_releas) R 21076 21076 20982 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 214230297 1785856 256 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21077/statm: 436 256 50 174 0 259 0

[startup+0.080932 s]
/proc/loadavg: 0.98 0.54 0.22 3/64 21076
/proc/meminfo: memFree=1145352/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214230296 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21076/statm: 1340 236 195 169 0 51 0
[pid=21077] ppid=21076 vsize=6188 CPUtime=0.06
/proc/21077/stat : 21077 (SatELite_releas) R 21076 21076 20982 0 -1 4194304 1379 0 0 0 6 0 0 0 19 0 1 0 214230297 6336512 1274 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21077/statm: 1547 1274 81 174 0 1370 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11548

[startup+0.101934 s]
/proc/loadavg: 0.98 0.54 0.22 3/64 21076
/proc/meminfo: memFree=1145352/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 214230296 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21076/statm: 1340 236 195 169 0 51 0
[pid=21077] ppid=21076 vsize=6188 CPUtime=0.09
/proc/21077/stat : 21077 (SatELite_releas) R 21076 21076 20982 0 -1 4194304 1379 0 0 0 8 1 0 0 19 0 1 0 214230297 6336512 1274 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21077/statm: 1547 1274 81 174 0 1370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11548

[startup+0.301985 s]
/proc/loadavg: 0.98 0.54 0.22 3/64 21076
/proc/meminfo: memFree=1145352/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5360

[startup+0.701066 s]
/proc/loadavg: 0.98 0.54 0.22 3/64 21076
/proc/meminfo: memFree=1145352/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5360

[startup+1.50121 s]
/proc/loadavg: 0.98 0.55 0.22 2/66 21079
/proc/meminfo: memFree=1138680/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=6376 CPUtime=1.35
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 1444 0 0 0 135 0 0 0 25 0 1 0 214230310 6529024 1430 1992294400 134512640 135217611 4294956304 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 1594 1430 76 172 0 1419 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11736

[startup+3.10152 s]
/proc/loadavg: 0.98 0.55 0.22 2/66 21079
/proc/meminfo: memFree=1138168/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=6904 CPUtime=2.95
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 1582 0 0 0 295 0 0 0 25 0 1 0 214230310 7069696 1568 1992294400 134512640 135217611 4294956304 18446744073709551615 134537317 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 1726 1568 76 172 0 1551 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12264

[startup+6.30114 s]
/proc/loadavg: 0.98 0.55 0.22 2/66 21079
/proc/meminfo: memFree=1136888/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=7584 CPUtime=6.15
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 1768 0 0 0 614 1 0 0 25 0 1 0 214230310 7766016 1754 1992294400 134512640 135217611 4294956304 18446744073709551615 134537528 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 1896 1754 76 172 0 1721 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12944

[startup+12.7014 s]
/proc/loadavg: 0.98 0.57 0.23 2/66 21079
/proc/meminfo: memFree=1135480/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=9332 CPUtime=12.55
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 2182 0 0 0 1254 1 0 0 25 0 1 0 214230310 9555968 2168 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 2333 2168 76 172 0 2158 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14692

[startup+25.5019 s]
/proc/loadavg: 0.98 0.58 0.24 2/66 21079
/proc/meminfo: memFree=1133880/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=10804 CPUtime=25.34
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 2555 0 0 0 2533 1 0 0 25 0 1 0 214230310 11063296 2541 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 2701 2541 76 172 0 2526 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16164

[startup+51.1019 s]
/proc/loadavg: 0.99 0.61 0.26 2/66 21079
/proc/meminfo: memFree=1132024/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=12680 CPUtime=50.94
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 3037 0 0 0 5092 2 0 0 25 0 1 0 214230310 12984320 3023 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 3170 3023 76 172 0 2995 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18040

[startup+102.306 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 21081
/proc/meminfo: memFree=1129976/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=14456 CPUtime=102.11
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 3460 0 0 0 10209 2 0 0 25 0 1 0 214230310 14802944 3446 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 3614 3446 76 172 0 3439 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19816

[startup+162.302 s]
/proc/loadavg: 0.99 0.73 0.34 2/66 21081
/proc/meminfo: memFree=1128632/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=15972 CPUtime=162.08
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 3815 0 0 0 16206 2 0 0 25 0 1 0 214230310 16355328 3801 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 3993 3801 76 172 0 3818 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 21332

[startup+222.302 s]
/proc/loadavg: 0.99 0.78 0.38 2/66 21081
/proc/meminfo: memFree=1126648/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=17980 CPUtime=222.04
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 4307 0 0 0 22201 3 0 0 25 0 1 0 214230310 18411520 4293 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 4495 4293 76 172 0 4320 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 23340

[startup+282.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/66 21081
/proc/meminfo: memFree=1126008/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=18788 CPUtime=281.99
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 4496 0 0 0 28196 3 0 0 25 0 1 0 214230310 19238912 4482 1992294400 134512640 135217611 4294956304 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 4697 4482 76 172 0 4522 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 24148

[startup+342.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/66 21081
/proc/meminfo: memFree=1125368/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=19468 CPUtime=341.96
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 4643 0 0 0 34193 3 0 0 25 0 1 0 214230310 19935232 4629 1992294400 134512640 135217611 4294956304 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 4867 4629 76 172 0 4692 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 24828

[startup+402.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 21081
/proc/meminfo: memFree=1124472/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12

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

/proc/21079/statm: 13651 12935 76 172 0 13476 0
Current children cumulated CPU time (s) 4359.97
Current children cumulated vsize (KiB) 59964

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1090552/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=54604 CPUtime=4419.82
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 12955 0 0 0 441968 14 0 0 25 0 1 0 214230310 55914496 12941 1992294400 134512640 135217611 4294956304 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13651 12941 76 172 0 13476 0
Current children cumulated CPU time (s) 4419.94
Current children cumulated vsize (KiB) 59964

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1090488/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=54604 CPUtime=4479.79
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 12959 0 0 0 447965 14 0 0 25 0 1 0 214230310 55914496 12945 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13651 12945 76 172 0 13476 0
Current children cumulated CPU time (s) 4479.91
Current children cumulated vsize (KiB) 59964

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1090488/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=54604 CPUtime=4539.75
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 12961 0 0 0 453961 14 0 0 25 0 1 0 214230310 55914496 12947 1992294400 134512640 135217611 4294956304 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13651 12947 76 172 0 13476 0
Current children cumulated CPU time (s) 4539.87
Current children cumulated vsize (KiB) 59964

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1090360/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=54604 CPUtime=4599.73
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 12963 0 0 0 459959 14 0 0 25 0 1 0 214230310 55914496 12949 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13651 12949 76 172 0 13476 0
Current children cumulated CPU time (s) 4599.85
Current children cumulated vsize (KiB) 59964

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1089976/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=55108 CPUtime=4659.7
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13069 0 0 0 465956 14 0 0 25 0 1 0 214230310 56430592 13055 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13777 13055 76 172 0 13602 0
Current children cumulated CPU time (s) 4659.82
Current children cumulated vsize (KiB) 60468

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1089784/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=55252 CPUtime=4719.66
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13118 0 0 0 471952 14 0 0 25 0 1 0 214230310 56578048 13104 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13813 13104 76 172 0 13638 0
Current children cumulated CPU time (s) 4719.78
Current children cumulated vsize (KiB) 60612

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21089
/proc/meminfo: memFree=1089784/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=55252 CPUtime=4779.62
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13120 0 0 0 477948 14 0 0 25 0 1 0 214230310 56578048 13106 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 13813 13106 76 172 0 13638 0
Current children cumulated CPU time (s) 4779.74
Current children cumulated vsize (KiB) 60612

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21095
/proc/meminfo: memFree=1088824/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=56128 CPUtime=4839.59
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13317 0 0 0 483944 15 0 0 25 0 1 0 214230310 57475072 13303 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 14032 13303 76 172 0 13857 0
Current children cumulated CPU time (s) 4839.71
Current children cumulated vsize (KiB) 61488

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21095
/proc/meminfo: memFree=1088312/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=56656 CPUtime=4899.55
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13447 0 0 0 489940 15 0 0 25 0 1 0 214230310 58015744 13433 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 14164 13433 76 172 0 13989 0
Current children cumulated CPU time (s) 4899.67
Current children cumulated vsize (KiB) 62016

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21095
/proc/meminfo: memFree=1086584/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=58372 CPUtime=4959.52
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13886 0 0 0 495936 16 0 0 25 0 1 0 214230310 59772928 13872 1992294400 134512640 135217611 4294956304 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 14593 13872 76 172 0 14418 0
Current children cumulated CPU time (s) 4959.64
Current children cumulated vsize (KiB) 63732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21095
/proc/meminfo: memFree=1086584/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=58372 CPUtime=4999.9
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13886 0 0 0 499974 16 0 0 25 0 1 0 214230310 59772928 13872 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 14593 13872 76 172 0 14418 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 63732

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

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

[startup+5002.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 21095
/proc/meminfo: memFree=1086584/2055920 swapFree=4181888/4192956
[pid=21076] ppid=21074 vsize=5360 CPUtime=0.12
/proc/21076/stat : 21076 (glucose.sh) S 21074 21076 20982 0 -1 4194304 313 1380 0 0 0 0 11 1 16 0 1 0 214230296 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21076/statm: 1340 238 195 169 0 51 0
[pid=21079] ppid=21076 vsize=58372 CPUtime=4999.9
/proc/21079/stat : 21079 (glucose_static) R 21076 21076 20982 0 -1 4194304 13886 0 0 0 499974 16 0 0 25 0 1 0 214230310 59772928 13872 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21079/statm: 14593 13872 76 172 0 14418 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 63732

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.72
CPU time (s): 5000.02
CPU user time (s): 4999.85
CPU system time (s): 0.17
CPU usage (%): 99.9461
Max. virtual memory (cumulated for all children) (KiB): 63732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.116982
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1693
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= 3

runsolver used 4.08838 second user time and 14.1149 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-09 11:40:39
IDJOB=1783660
IDBENCH=24628
IDSOLVER=610
FILE ID=node66/1783660-1241862039
PBS_JOBID= 9264550
Free space on /tmp= 66256 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783660-1241862039/watcher-1783660-1241862039 -o /tmp/evaluation-result-1783660-1241862039/solver-1783660-1241862039 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783660-1241862039.cnf

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

MD5SUM BENCH= 5a3ae9766db0de00fa37fabacaa34827
RANDOM SEED=148153823

node66.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.263
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.263
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:       1145832 kB
Buffers:         27728 kB
Cached:         806864 kB
SwapCached:       5004 kB
Active:         171920 kB
Inactive:       670624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145832 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            53540 kB
Committed_AS:   817708 kB
PageTables:       1360 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= 66256 MiB
End job on node66 at 2009-05-09 13:04:04