Trace number 1775024

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.6

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.06/0.08	c ==============================================================================
0.06/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.08	c ==============================================================================
0.06/0.08	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.19/1.29	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.19/1.29	c ==============================================================================
1.19/1.29	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.19/1.29	c CPU time:   1.26581 s
1.19/1.29	c ==============================================================================
1.38/1.48	c
1.38/1.48	c Starting glucose
1.38/1.48	c
1.38/1.48	
1.38/1.48	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.38/1.48	
1.38/1.48	c ============================[ Problem Statistics ]=============================
1.38/1.48	c |                                                                             |
1.38/1.48	c |  Number of variables:  1298                                                 |
1.38/1.48	c |  Number of clauses:    143366                                               |
1.46/1.57	c |  Parsing time:         0.08         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-1775024-1241269223/watcher-1775024-1241269223 -o /tmp/evaluation-result-1775024-1241269223/solver-1775024-1241269223 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775024-1241269223.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.86 0.97 0.98 3/64 25430
/proc/meminfo: memFree=1112760/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=0
/proc/25430/stat : 25430 (glucose.sh) R 25428 25430 25362 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154955857 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25430/statm: 1340 235 194 169 0 51 0
[pid=25431] ppid=25430 vsize=1276 CPUtime=0
/proc/25431/stat : 25431 (SatELite_releas) R 25430 25430 25362 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 154955858 1306624 173 1992294400 134512640 135225430 4294956176 18446744073709551615 134541534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25431/statm: 319 174 50 174 0 142 0

[startup+0.075926 s]
/proc/loadavg: 0.86 0.97 0.98 3/64 25430
/proc/meminfo: memFree=1112760/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=0
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154955857 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25430/statm: 1340 236 195 169 0 51 0
[pid=25431] ppid=25430 vsize=9552 CPUtime=0.06
/proc/25431/stat : 25431 (SatELite_releas) R 25430 25430 25362 0 -1 4194304 2118 0 0 0 5 1 0 0 19 0 1 0 154955858 9781248 2102 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25431/statm: 2388 2111 51 174 0 2211 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14912

[startup+0.101928 s]
/proc/loadavg: 0.86 0.97 0.98 3/64 25430
/proc/meminfo: memFree=1112760/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=0
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154955857 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25430/statm: 1340 236 195 169 0 51 0
[pid=25431] ppid=25430 vsize=11316 CPUtime=0.09
/proc/25431/stat : 25431 (SatELite_releas) R 25430 25430 25362 0 -1 4194304 2580 0 0 0 8 1 0 0 19 0 1 0 154955858 11587584 2564 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25431/statm: 2829 2564 76 174 0 2652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16676

[startup+0.301949 s]
/proc/loadavg: 0.86 0.97 0.98 3/64 25430
/proc/meminfo: memFree=1112760/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=0
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154955857 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25430/statm: 1340 236 195 169 0 51 0
[pid=25431] ppid=25430 vsize=13744 CPUtime=0.29
/proc/25431/stat : 25431 (SatELite_releas) R 25430 25430 25362 0 -1 4194304 3178 0 0 0 27 2 0 0 21 0 1 0 154955858 14073856 3162 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/25431/statm: 3436 3162 76 174 0 3259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19104

[startup+0.701995 s]
/proc/loadavg: 0.86 0.97 0.98 3/64 25430
/proc/meminfo: memFree=1112760/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=0
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154955857 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25430/statm: 1340 236 195 169 0 51 0
[pid=25431] ppid=25430 vsize=16908 CPUtime=0.69
/proc/25431/stat : 25431 (SatELite_releas) R 25430 25430 25362 0 -1 4194304 3738 0 0 0 67 2 0 0 25 0 1 0 154955858 17313792 3722 1992294400 134512640 135225430 4294956176 18446744073709551615 134586113 0 0 4096 3 0 0 0 17 0 0 0
/proc/25431/statm: 4227 3722 77 174 0 4050 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22268

[startup+1.50109 s]
/proc/loadavg: 0.86 0.97 0.98 2/66 25432
/proc/meminfo: memFree=1097192/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 5360

[startup+3.10227 s]
/proc/loadavg: 0.95 0.98 0.98 2/66 25433
/proc/meminfo: memFree=1096808/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=14432 CPUtime=1.61
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 3441 0 0 0 159 2 0 0 25 0 1 0 154956005 14778368 3427 1992294400 134512640 135217611 4294956288 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 3608 3427 77 172 0 3433 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19792

[startup+6.30163 s]
/proc/loadavg: 0.95 0.98 0.98 2/66 25433
/proc/meminfo: memFree=1092456/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=17996 CPUtime=4.8
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 4320 0 0 0 478 2 0 0 25 0 1 0 154956005 18427904 4306 1992294400 134512640 135217611 4294956288 18446744073709551615 134533237 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 4499 4306 77 172 0 4324 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23356

[startup+12.7014 s]
/proc/loadavg: 1.03 1.00 0.99 2/66 25433
/proc/meminfo: memFree=1088744/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=20996 CPUtime=11.2
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 5070 0 0 0 1117 3 0 0 25 0 1 0 154956005 21499904 5056 1992294400 134512640 135217611 4294956288 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 5249 5056 77 172 0 5074 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26356

[startup+25.5018 s]
/proc/loadavg: 1.03 1.00 0.99 2/66 25433
/proc/meminfo: memFree=1087208/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=22724 CPUtime=24
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 5479 0 0 0 2397 3 0 0 25 0 1 0 154956005 23269376 5465 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 5681 5465 77 172 0 5506 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28084

[startup+51.1017 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 25439
/proc/meminfo: memFree=1084008/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=25960 CPUtime=49.58
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 6217 0 0 0 4953 5 0 0 25 0 1 0 154956005 26583040 6203 1992294400 134512640 135217611 4294956288 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 6490 6203 77 172 0 6315 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 31320

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25439
/proc/meminfo: memFree=1079144/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=31012 CPUtime=100.76
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 7481 0 0 0 10070 6 0 0 25 0 1 0 154956005 31756288 7467 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 7753 7467 77 172 0 7578 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 36372

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25439
/proc/meminfo: memFree=1073704/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=36732 CPUtime=160.73
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 8826 0 0 0 16066 7 0 0 25 0 1 0 154956005 37613568 8812 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 9183 8812 77 172 0 9008 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 42092

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25439
/proc/meminfo: memFree=1070440/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=40220 CPUtime=220.7
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 9649 0 0 0 22062 8 0 0 25 0 1 0 154956005 41185280 9635 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 10055 9635 77 172 0 9880 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 45580

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25439
/proc/meminfo: memFree=1068200/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=42600 CPUtime=280.68
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 10208 0 0 0 28059 9 0 0 25 0 1 0 154956005 43622400 10194 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 10650 10194 77 172 0 10475 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 47960

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25439
/proc/meminfo: memFree=1064040/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=47268 CPUtime=340.65
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 11239 0 0 0 34055 10 0 0 25 0 1 0 154956005 48402432 11225 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 11817 11225 77 172 0 11642 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 52628

[startup+402.302 s]

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

/proc/25433/statm: 43564 39325 77 172 0 43389 0
Current children cumulated CPU time (s) 9338.04
Current children cumulated vsize (KiB) 179616

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25455
/proc/meminfo: memFree=951016/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=174364 CPUtime=9396.54
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 39446 0 0 0 939607 47 0 0 25 0 1 0 154956005 178548736 39346 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 43591 39346 77 172 0 43416 0
Current children cumulated CPU time (s) 9398
Current children cumulated vsize (KiB) 179724

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25455
/proc/meminfo: memFree=950632/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=174812 CPUtime=9456.51
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 39543 0 0 0 945604 47 0 0 25 0 1 0 154956005 179007488 39443 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 43703 39443 77 172 0 43528 0
Current children cumulated CPU time (s) 9457.97
Current children cumulated vsize (KiB) 180172

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25455
/proc/meminfo: memFree=950312/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=175136 CPUtime=9516.49
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 39627 0 0 0 951602 47 0 0 25 0 1 0 154956005 179339264 39527 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 43784 39527 77 172 0 43609 0
Current children cumulated CPU time (s) 9517.95
Current children cumulated vsize (KiB) 180496

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=949928/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=175280 CPUtime=9576.45
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 39646 0 0 0 957598 47 0 0 25 0 1 0 154956005 179486720 39546 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 43820 39546 77 172 0 43645 0
Current children cumulated CPU time (s) 9577.91
Current children cumulated vsize (KiB) 180640

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=949864/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=175548 CPUtime=9636.43
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 39704 0 0 0 963595 48 0 0 25 0 1 0 154956005 179761152 39604 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 43887 39604 77 172 0 43712 0
Current children cumulated CPU time (s) 9637.89
Current children cumulated vsize (KiB) 180908

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=949224/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=176232 CPUtime=9696.41
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 39860 0 0 0 969593 48 0 0 25 0 1 0 154956005 180461568 39760 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44058 39760 77 172 0 43883 0
Current children cumulated CPU time (s) 9697.87
Current children cumulated vsize (KiB) 181592

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=948392/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=177024 CPUtime=9756.38
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 40061 0 0 0 975590 48 0 0 25 0 1 0 154956005 181272576 39961 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44256 39961 77 172 0 44081 0
Current children cumulated CPU time (s) 9757.84
Current children cumulated vsize (KiB) 182384

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=948200/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=177312 CPUtime=9816.35
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 40115 0 0 0 981587 48 0 0 25 0 1 0 154956005 181567488 40015 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44328 40015 77 172 0 44153 0
Current children cumulated CPU time (s) 9817.81
Current children cumulated vsize (KiB) 182672

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=948200/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=177180 CPUtime=9876.33
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 40117 0 0 0 987585 48 0 0 25 0 1 0 154956005 181432320 40011 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44295 40011 77 172 0 44120 0
Current children cumulated CPU time (s) 9877.79
Current children cumulated vsize (KiB) 182540

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=948008/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=177396 CPUtime=9936.3
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 40177 0 0 0 993581 49 0 0 25 0 1 0 154956005 181653504 40071 1992294400 134512640 135217611 4294956288 18446744073709551615 134532766 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44349 40071 77 172 0 44174 0
Current children cumulated CPU time (s) 9937.76
Current children cumulated vsize (KiB) 182756

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=947112/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=178492 CPUtime=9996.28
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 40416 0 0 0 999579 49 0 0 25 0 1 0 154956005 182775808 40310 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44623 40310 77 172 0 44448 0
Current children cumulated CPU time (s) 9997.74
Current children cumulated vsize (KiB) 183852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 25457
/proc/meminfo: memFree=947112/2055920 swapFree=4180748/4192956
[pid=25430] ppid=25428 vsize=5360 CPUtime=1.46
/proc/25430/stat : 25430 (glucose.sh) S 25428 25430 25362 0 -1 4194304 313 3742 0 0 0 0 142 4 16 0 1 0 154955857 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25430/statm: 1340 238 195 169 0 51 0
[pid=25433] ppid=25430 vsize=178492 CPUtime=9998.58
/proc/25433/stat : 25433 (glucose_static) R 25430 25430 25362 0 -1 4194304 40416 0 0 0 999809 49 0 0 25 0 1 0 154956005 182775808 40310 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25433/statm: 44623 40310 77 172 0 44448 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 183852

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25430 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=429782
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=50992
# CPU time returned by wait4() is 1.48077
# 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.6
CPU time (s): 10000
CPU user time (s): 9999.51
CPU system time (s): 0.53
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 183852

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

runsolver used 7.52985 second user time and 28.8586 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-02 15:00:24
IDJOB=1775024
IDBENCH=71076
IDSOLVER=610
FILE ID=node23/1775024-1241269223
PBS_JOBID= 9224983
Free space on /tmp= 66440 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_13_UNKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775024-1241269223/watcher-1775024-1241269223 -o /tmp/evaluation-result-1775024-1241269223/solver-1775024-1241269223 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775024-1241269223.cnf

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=1332722783

node23.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.238
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.238
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:       1113304 kB
Buffers:         87436 kB
Cached:         751384 kB
SwapCached:       6080 kB
Active:          74756 kB
Inactive:       772500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1113304 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            81476 kB
Committed_AS:   722836 kB
PageTables:       1388 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= 66436 MiB
End job on node23 at 2009-05-02 17:47:10