Trace number 1592795

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 1200.04 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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 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 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.49/0.50	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.49/0.50	c ==============================================================================
0.49/0.50	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.49/0.50	c CPU time:   0.489925 s
0.49/0.50	c ==============================================================================
0.58/0.62	c Rsat version 2.00

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-1592795-1239228122/watcher-1592795-1239228122 -o /tmp/evaluation-result-1592795-1239228122/solver-1592795-1239228122 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592795-1239228122.cnf 

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14441
/proc/meminfo: memFree=1063576/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195474570 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 235 195 169 0 50 0
[pid=14442] ppid=14441 vsize=968 CPUtime=0
/proc/14442/stat : 14442 (SatElite) R 14441 14441 14373 0 -1 4194304 159 0 0 0 0 0 0 0 20 0 1 0 1195474571 991232 142 1992294400 134512640 135038345 4294956288 18446744073709551615 134681971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14442/statm: 242 142 49 128 0 111 0

[startup+0.0724839 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14441
/proc/meminfo: memFree=1063576/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195474570 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 235 195 169 0 50 0
[pid=14442] ppid=14441 vsize=5824 CPUtime=0.06
/proc/14442/stat : 14442 (SatElite) R 14441 14441 14373 0 -1 4194304 1334 0 0 0 5 1 0 0 20 0 1 0 1195474571 5963776 1317 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/14442/statm: 1456 1317 69 128 0 1325 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11180

[startup+0.101486 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14441
/proc/meminfo: memFree=1063576/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195474570 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 235 195 169 0 50 0
[pid=14442] ppid=14441 vsize=6216 CPUtime=0.09
/proc/14442/stat : 14442 (SatElite) R 14441 14441 14373 0 -1 4194304 1420 0 0 0 8 1 0 0 20 0 1 0 1195474571 6365184 1403 1992294400 134512640 135038345 4294956288 18446744073709551615 134699485 0 0 4096 3 0 0 0 17 1 0 0
/proc/14442/statm: 1554 1403 69 128 0 1423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11572

[startup+0.301505 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14441
/proc/meminfo: memFree=1063576/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 1195474570 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 235 195 169 0 50 0
[pid=14442] ppid=14441 vsize=8020 CPUtime=0.29
/proc/14442/stat : 14442 (SatElite) R 14441 14441 14373 0 -1 4194304 1823 0 0 0 28 1 0 0 21 0 1 0 1195474571 8212480 1806 1992294400 134512640 135038345 4294956288 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/14442/statm: 2005 1806 69 128 0 1874 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13376

[startup+0.701551 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 14441
/proc/meminfo: memFree=1063576/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 5356

[startup+1.50161 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 14444
/proc/meminfo: memFree=1056832/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=6308 CPUtime=0.87
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 1414 0 0 0 87 0 0 0 25 0 1 0 1195474632 6459392 1400 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 1577 1400 86 211 0 1363 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11664

[startup+3.10276 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 14444
/proc/meminfo: memFree=1055360/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=8116 CPUtime=2.47
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 1872 0 0 0 247 0 0 0 25 0 1 0 1195474632 8310784 1858 1992294400 134512640 135377749 4294956400 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 2029 1858 86 211 0 1815 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13472

[startup+6.30106 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 14444
/proc/meminfo: memFree=1052416/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=10328 CPUtime=5.67
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 2635 0 0 0 566 1 0 0 25 0 1 0 1195474632 10575872 2392 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 2582 2392 86 211 0 2368 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15684

[startup+12.7016 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 14444
/proc/meminfo: memFree=1051208/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=11524 CPUtime=12.07
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 2928 0 0 0 1206 1 0 0 25 0 1 0 1195474632 11800576 2685 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 2881 2685 86 211 0 2667 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16880

[startup+25.5018 s]
/proc/loadavg: 0.39 0.09 0.03 2/66 14444
/proc/meminfo: memFree=1049352/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=13144 CPUtime=24.86
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 3811 0 0 0 2485 1 0 0 25 0 1 0 1195474632 13459456 3012 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 3286 3012 86 211 0 3072 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18500

[startup+51.1012 s]
/proc/loadavg: 0.60 0.17 0.05 2/66 14444
/proc/meminfo: memFree=1047432/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=15240 CPUtime=50.45
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 4345 0 0 0 5043 2 0 0 25 0 1 0 1195474632 15605760 3546 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 3810 3546 86 211 0 3596 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20596

[startup+102.306 s]
/proc/loadavg: 0.84 0.30 0.11 2/66 14444
/proc/meminfo: memFree=1045256/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=17124 CPUtime=101.64
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 5299 0 0 0 10161 3 0 0 25 0 1 0 1195474632 17534976 4089 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 4281 4089 86 211 0 4067 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22480

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 14444
/proc/meminfo: memFree=1039880/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=22856 CPUtime=161.63
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 7566 0 0 0 16158 5 0 0 25 0 1 0 1195474632 23404544 5372 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 5714 5372 86 211 0 5500 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 28212

[startup+222.302 s]
/proc/loadavg: 0.98 0.53 0.21 2/66 14444
/proc/meminfo: memFree=1039880/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=22856 CPUtime=221.61
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 7586 0 0 0 22156 5 0 0 25 0 1 0 1195474632 23404544 5392 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 5714 5392 86 211 0 5500 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 28212

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 14444
/proc/meminfo: memFree=1030600/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=32992 CPUtime=281.59
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 10177 0 0 0 28151 8 0 0 25 0 1 0 1195474632 33783808 7752 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 8248 7752 86 211 0 8034 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 38348

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 14444
/proc/meminfo: memFree=1030728/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=31444 CPUtime=341.57
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 11236 0 0 0 34149 8 0 0 25 0 1 0 1195474632 32198656 7638 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 7861 7638 86 211 0 7647 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 36800


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

/proc/14444/statm: 11094 10238 86 211 0 10880 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 49732

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/66 14444
/proc/meminfo: memFree=1017160/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=47624 CPUtime=581.51
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 15228 0 0 0 58138 13 0 0 25 0 1 0 1195474632 48766976 11073 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 11906 11073 86 211 0 11692 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 52980

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 14444
/proc/meminfo: memFree=1018632/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=44332 CPUtime=641.49
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 16877 0 0 0 64136 13 0 0 25 0 1 0 1195474632 45395968 10656 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 11083 10656 86 211 0 10869 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 49688

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/66 14444
/proc/meminfo: memFree=1018632/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=44332 CPUtime=701.48
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 16877 0 0 0 70134 14 0 0 25 0 1 0 1195474632 45395968 10656 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 11083 10656 86 211 0 10869 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 49688

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.54 2/66 14444
/proc/meminfo: memFree=1018696/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=44332 CPUtime=761.47
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 16877 0 0 0 76133 14 0 0 25 0 1 0 1195474632 45395968 10656 1992294400 134512640 135377749 4294956400 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 11083 10656 86 211 0 10869 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 49688

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 14444
/proc/meminfo: memFree=1017928/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=45156 CPUtime=821.44
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 17066 0 0 0 82130 14 0 0 25 0 1 0 1195474632 46239744 10845 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 11289 10845 86 211 0 11075 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 50512

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.59 2/66 14444
/proc/meminfo: memFree=1014088/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=49392 CPUtime=881.43
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 18026 0 0 0 88128 15 0 0 25 0 1 0 1195474632 50577408 11805 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 12348 11805 86 211 0 12134 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 54748

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 14444
/proc/meminfo: memFree=1010632/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=53040 CPUtime=941.41
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 18898 0 0 0 94125 16 0 0 25 0 1 0 1195474632 54312960 12677 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 13260 12677 86 211 0 13046 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 58396

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 14444
/proc/meminfo: memFree=1007816/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=55804 CPUtime=1001.4
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 19581 0 0 0 100123 17 0 0 25 0 1 0 1195474632 57143296 13360 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 13951 13360 86 211 0 13737 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 61160

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 14444
/proc/meminfo: memFree=1005256/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=58168 CPUtime=1061.38
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 20216 0 0 0 106120 18 0 0 25 0 1 0 1195474632 59564032 13995 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 14542 13995 86 211 0 14328 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 63524

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 14444
/proc/meminfo: memFree=1002440/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=61092 CPUtime=1121.37
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 20949 0 0 0 112118 19 0 0 25 0 1 0 1195474632 62558208 14695 1992294400 134512640 135377749 4294956400 18446744073709551615 134523283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 15273 14695 86 211 0 15059 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 66448

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 14444
/proc/meminfo: memFree=998920/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=65328 CPUtime=1181.34
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 21874 0 0 0 118115 19 0 0 25 0 1 0 1195474632 66895872 15587 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 16332 15587 86 211 0 16118 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 70684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 14444
/proc/meminfo: memFree=998152/2055920 swapFree=4176784/4192956
[pid=14441] ppid=14439 vsize=5356 CPUtime=0.6
/proc/14441/stat : 14441 (rsat.sh) S 14439 14441 14373 0 -1 4194304 310 1827 0 0 0 0 59 1 15 0 1 0 1195474570 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14441/statm: 1339 237 195 169 0 50 0
[pid=14444] ppid=14441 vsize=66112 CPUtime=1199.44
/proc/14444/stat : 14444 (rsat) R 14441 14441 14373 0 -1 4194304 22049 0 0 0 119925 19 0 0 25 0 1 0 1195474632 67698688 15762 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14444/statm: 16528 15762 86 211 0 16314 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 71468

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 14441 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=596909
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=22996
# CPU time returned by wait4() is 0.619905
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.04
CPU user time (s): 1199.84
CPU system time (s): 0.2
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 71468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.596909
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2137
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= 6
involuntary context switches= 3

runsolver used 1.3378 second user time and 3.03854 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-09 00:02:02
IDJOB=1592795
IDBENCH=71078
IDSOLVER=560
FILE ID=node48/1592795-1239228122
PBS_JOBID= 9113606
Free space on /tmp= 66500 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592795-1239228122/watcher-1592795-1239228122 -o /tmp/evaluation-result-1592795-1239228122/solver-1592795-1239228122 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1592795-1239228122.cnf            

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=942022728

node48.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.236
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.236
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:       1063992 kB
Buffers:         68576 kB
Cached:         835860 kB
SwapCached:       9960 kB
Active:          45768 kB
Inactive:       870116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063992 kB
SwapTotal:     4192956 kB
SwapFree:      4176784 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:          17116 kB
Slab:            62080 kB
Committed_AS:  3322572 kB
PageTables:       1376 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= 66496 MiB
End job on node48 at 2009-04-09 00:22:04