Trace number 338604

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, and are wall clock time (not CPU 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
tinisat 2007-02-08? (TO) 1200.17 1200.58

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.422
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data (download as text)

0.00/0.08	c Tinisat 0.22
0.00/0.08	c solving /tmp/evaluation/338604-1173688881/instance-338604-1173688881.cnf
0.00/0.08	c 1600 variables, 60099 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-338604-1173688881 -o ROOT/results/node40/solver-338604-1173688881 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338604-1173688881/tinisat /tmp/evaluation/338604-1173688881/instance-338604-1173688881.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): 2400 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.99 0.97 0.99 2/64 16527
/proc/meminfo: memFree=1769336/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=1188 CPUtime=0
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 25190735 1216512 80 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 297 80 48 110 0 184 0

[startup+0.008528 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 16527
/proc/meminfo: memFree=1769336/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=1188 CPUtime=0
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 117 0 0 0 0 0 0 0 18 0 1 0 25190735 1216512 102 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 330 102 48 110 0 217 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1188

[startup+0.102538 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 16527
/proc/meminfo: memFree=1769336/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=5352 CPUtime=0.1
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 1000 0 0 0 9 1 0 0 18 0 1 0 25190735 5480448 984 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515259 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 1338 984 51 110 0 1225 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5352

[startup+0.301564 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 16527
/proc/meminfo: memFree=1769336/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=4880 CPUtime=0.29
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 1184 0 0 0 28 1 0 0 20 0 1 0 25190735 4997120 1050 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 1220 1050 52 110 0 1107 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4880

[startup+0.702615 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 16527
/proc/meminfo: memFree=1769336/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=8648 CPUtime=0.69
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 1389 0 0 0 68 1 0 0 23 0 1 0 25190735 8855552 1255 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 2162 1255 52 110 0 2049 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8648

[startup+1.50172 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1763952/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=8648 CPUtime=1.49
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 1828 0 0 0 148 1 0 0 25 0 1 0 25190735 8855552 1694 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 2162 1694 52 110 0 2049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8648

[startup+3.10192 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1761584/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=16184 CPUtime=3.09
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 2528 0 0 0 308 1 0 0 25 0 1 0 25190735 16572416 2394 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 4046 2394 52 110 0 3933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16184

[startup+6.30134 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1755120/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=16712 CPUtime=6.29
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 4074 0 0 0 627 2 0 0 25 0 1 0 25190735 17113088 3940 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 4178 3940 52 110 0 4065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16712

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1745328/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=32828 CPUtime=12.69
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 6412 0 0 0 1265 4 0 0 25 0 1 0 25190735 33615872 6213 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519945 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 8207 6213 52 110 0 8094 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32828

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1729136/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=64220 CPUtime=25.48
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 10297 0 0 0 2541 7 0 0 25 0 1 0 25190735 65761280 10098 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 16055 10098 52 110 0 15942 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64220

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1708528/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=66984 CPUtime=51.07
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 15689 0 0 0 5095 12 0 0 25 0 1 0 25190735 68591616 15361 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 16746 15361 52 110 0 16633 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66984

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1680432/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=131372 CPUtime=102.27
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 22840 0 0 0 10208 19 0 0 25 0 1 0 25190735 134524928 22189 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 32843 22189 52 110 0 32730 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 131372

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16528
/proc/meminfo: memFree=1655472/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=134560 CPUtime=162.24
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 29176 0 0 0 16198 26 0 0 25 0 1 0 25190735 137789440 28427 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 33640 28427 52 110 0 33527 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 134560

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1627568/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=257080 CPUtime=222.22
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 36138 0 0 0 22190 32 0 0 25 0 1 0 25190735 263249920 35389 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 64270 35389 52 110 0 64157 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 257080

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1596400/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=258296 CPUtime=282.21
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 43960 0 0 0 28180 41 0 0 25 0 1 0 25190735 264495104 43211 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 64574 43211 52 110 0 64461 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 258296

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1572336/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=262692 CPUtime=342.18
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 50541 0 0 0 34171 47 0 0 25 0 1 0 25190735 268996608 49148 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 65673 49148 52 110 0 65560 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 262692

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1547888/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=264288 CPUtime=402.16
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 56705 0 0 0 40163 53 0 0 25 0 1 0 25190735 270630912 55312 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 66072 55312 52 110 0 65959 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 264288

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1526576/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=265780 CPUtime=462.15
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 62029 0 0 0 46155 60 0 0 25 0 1 0 25190735 272158720 60571 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 66445 60571 52 110 0 66332 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 265780

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1504880/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=508612 CPUtime=522.13
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 67458 0 0 0 52148 65 0 0 25 0 1 0 25190735 520818688 66000 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 127153 66000 52 110 0 127040 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 508612

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1483440/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=510140 CPUtime=582.11
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 72879 0 0 0 58141 70 0 0 25 0 1 0 25190735 522383360 71323 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519886 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 127535 71323 52 110 0 127422 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 510140

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1465264/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=511192 CPUtime=642.1
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 77402 0 0 0 64135 75 0 0 25 0 1 0 25190735 523460608 75813 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 127798 75813 52 110 0 127685 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 511192

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1438960/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=512376 CPUtime=702.07
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 84024 0 0 0 70125 82 0 0 25 0 1 0 25190735 524673024 82435 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 128094 82435 52 110 0 127981 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 512376

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1414256/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=517912 CPUtime=762.06
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 91175 0 0 0 76117 89 0 0 25 0 1 0 25190735 530341888 88561 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 129478 88561 52 110 0 129365 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 517912

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1391088/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=519304 CPUtime=822.04
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 97067 0 0 0 82109 95 0 0 25 0 1 0 25190735 531767296 94354 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 129826 94354 52 110 0 129713 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 519304

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1373808/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=521384 CPUtime=882.02
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 101566 0 0 0 88102 100 0 0 25 0 1 0 25190735 533897216 98656 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 130346 98656 52 110 0 130233 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 521384

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1361136/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=523268 CPUtime=942
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 104887 0 0 0 94096 104 0 0 25 0 1 0 25190735 535826432 101846 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 130817 101846 52 110 0 130704 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 523268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1351536/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=524836 CPUtime=1001.98
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 107399 0 0 0 100092 106 0 0 25 0 1 0 25190735 537432064 104195 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 131209 104195 52 110 0 131096 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 524836

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1342064/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=525544 CPUtime=1061.97
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 109804 0 0 0 106088 109 0 0 25 0 1 0 25190735 538157056 106600 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 131386 106600 52 110 0 131273 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 525544

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16530
/proc/meminfo: memFree=1333424/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=526696 CPUtime=1121.95
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 111976 0 0 0 112083 112 0 0 25 0 1 0 25190735 539336704 108707 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 131674 108707 52 110 0 131561 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 526696

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 16556
/proc/meminfo: memFree=1323456/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=527544 CPUtime=1181.92
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 114306 0 0 0 118076 116 0 0 25 0 1 0 25190735 540205056 110971 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 131886 110971 52 110 0 131773 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 527544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 16614
/proc/meminfo: memFree=1318640/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=527688 CPUtime=1200.09
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 115434 0 0 0 119891 118 0 0 25 0 1 0 25190735 540352512 112099 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 131922 112099 52 110 0 131809 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 527688

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 16614
/proc/meminfo: memFree=1318640/2055920 swapFree=4154300/4192956
[pid=16527] ppid=16525 vsize=527688 CPUtime=1200.09
/proc/16527/stat : 16527 (tinisat) R 16525 16527 15645 0 -1 4194304 115434 0 0 0 119891 118 0 0 25 0 1 0 25190735 540352512 112099 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16527/statm: 131922 112099 52 110 0 131809 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 527688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.17
CPU user time (s): 1198.91
CPU system time (s): 1.25681
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 527688

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

runsolver used 0.772882 second user time and 2.53261 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Mar 12 08:41:21 UTC 2007

IDJOB= 338604
IDBENCH= 24727
IDSOLVER= 100
FILE ID= node40/338604-1173688881

PBS_JOBID= 4101735

Free space on /tmp= 66502 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338604-1173688881/tinisat /tmp/evaluation/338604-1173688881/instance-338604-1173688881.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-338604-1173688881 -o ROOT/results/node40/solver-338604-1173688881 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338604-1173688881/tinisat /tmp/evaluation/338604-1173688881/instance-338604-1173688881.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  a12e117c336ca4cea22ec458f6b2361c

RANDOM SEED= 598646954

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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:       1769808 kB
Buffers:         28108 kB
Cached:         180176 kB
SwapCached:      33320 kB
Active:          95908 kB
Inactive:       152228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769808 kB
SwapTotal:     4192956 kB
SwapFree:      4154300 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          15352 kB
Slab:            24068 kB
Committed_AS:    95024 kB
PageTables:       1412 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= 66502 MiB

End job on node40 on Mon Mar 12 09:01:24 UTC 2007