Trace number 333690

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.09 1200.41

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/333690-1173525849/instance-333690-1173525849.cnf
0.00/0.00	c 250 variables, 1000 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/node14/watcher-333690-1173525849 -o ROOT/results/node14/solver-333690-1173525849 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333690-1173525849/tinisat /tmp/evaluation/333690-1173525849/instance-333690-1173525849.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: 1.00 1.02 1.00 3/77 31639
/proc/meminfo: memFree=1527176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=712 CPUtime=0
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 372539363 729088 92 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519574 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 178 92 52 110 0 65 0

[startup+0.0896801 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 31639
/proc/meminfo: memFree=1527176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=1028 CPUtime=0.08
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 155 0 0 0 8 0 0 0 18 0 1 0 372539363 1052672 139 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517219 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 257 139 52 110 0 144 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1028

[startup+0.102681 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 31639
/proc/meminfo: memFree=1527176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=1280 CPUtime=0.1
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 160 0 0 0 10 0 0 0 18 0 1 0 372539363 1310720 144 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 320 144 52 110 0 207 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1280

[startup+0.302709 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 31639
/proc/meminfo: memFree=1527176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=1784 CPUtime=0.3
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 253 0 0 0 30 0 0 0 19 0 1 0 372539363 1826816 237 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 446 237 52 110 0 333 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1784

[startup+0.701737 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 31639
/proc/meminfo: memFree=1527176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=1916 CPUtime=0.69
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 345 0 0 0 69 0 0 0 22 0 1 0 372539363 1961984 329 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 479 329 52 110 0 366 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1916

[startup+1.50181 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31640
/proc/meminfo: memFree=1525696/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=3060 CPUtime=1.49
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 502 0 0 0 149 0 0 0 25 0 1 0 372539363 3133440 486 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519812 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 765 486 52 110 0 652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3060

[startup+3.10196 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31640
/proc/meminfo: memFree=1524928/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=3324 CPUtime=3.09
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 701 0 0 0 309 0 0 0 25 0 1 0 372539363 3403776 685 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 831 685 52 110 0 718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3324

[startup+6.30127 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31640
/proc/meminfo: memFree=1523584/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=5596 CPUtime=6.29
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 986 0 0 0 629 0 0 0 25 0 1 0 372539363 5730304 970 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 1399 970 52 110 0 1286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5596

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31640
/proc/meminfo: memFree=1522176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=5860 CPUtime=12.69
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 1306 0 0 0 1268 1 0 0 25 0 1 0 372539363 6000640 1257 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 1465 1257 52 110 0 1352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5860

[startup+25.5021 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31640
/proc/meminfo: memFree=1520512/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=10160 CPUtime=25.48
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 1689 0 0 0 2547 1 0 0 25 0 1 0 372539363 10403840 1640 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 2540 1640 52 110 0 2427 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10160

[startup+51.1025 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31640
/proc/meminfo: memFree=1517888/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=10624 CPUtime=51.08
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 2339 0 0 0 5106 2 0 0 25 0 1 0 372539363 10878976 2290 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 2656 2290 52 110 0 2543 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10624

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 3/78 31640
/proc/meminfo: memFree=1514176/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=19460 CPUtime=102.26
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 3310 0 0 0 10223 3 0 0 25 0 1 0 372539363 19927040 3196 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 4865 3196 52 110 0 4752 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19460

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1510784/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=20004 CPUtime=162.25
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 4167 0 0 0 16220 5 0 0 25 0 1 0 372539363 20484096 4053 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 5001 4053 52 110 0 4888 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 20004

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1507712/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=21288 CPUtime=222.23
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 5043 0 0 0 22217 6 0 0 25 0 1 0 372539363 21798912 4800 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 5322 4800 52 110 0 5209 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 21288

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1505216/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=37688 CPUtime=282.21
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 5661 0 0 0 28214 7 0 0 25 0 1 0 372539363 38592512 5418 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 9422 5418 52 110 0 9309 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 37688

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1503104/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=37820 CPUtime=342.2
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 6171 0 0 0 34212 8 0 0 25 0 1 0 372539363 38727680 5928 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 9455 5928 52 110 0 9342 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 37820

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31640
/proc/meminfo: memFree=1501376/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=38084 CPUtime=402.18
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 6624 0 0 0 40209 9 0 0 25 0 1 0 372539363 38998016 6381 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 9521 6381 52 110 0 9408 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38084

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1499584/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=38608 CPUtime=462.17
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 7088 0 0 0 46207 10 0 0 25 0 1 0 372539363 39534592 6845 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 9652 6845 52 110 0 9539 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 38608

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1497856/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=38800 CPUtime=522.15
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 7498 0 0 0 52204 11 0 0 25 0 1 0 372539363 39731200 7255 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 9700 7255 52 110 0 9587 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 38800

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1496192/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=38932 CPUtime=582.14
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 7891 0 0 0 58202 12 0 0 25 0 1 0 372539363 39866368 7648 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 9733 7648 52 110 0 9620 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 38932

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1494208/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=40040 CPUtime=642.12
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 8465 0 0 0 64199 13 0 0 25 0 1 0 372539363 41000960 8156 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519855 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 10010 8156 52 110 0 9897 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 40040

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1492672/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=40564 CPUtime=702.1
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 8874 0 0 0 70197 13 0 0 25 0 1 0 372539363 41537536 8532 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 10141 8532 52 110 0 10028 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 40564

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1491072/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=41088 CPUtime=762.09
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 9304 0 0 0 76195 14 0 0 25 0 1 0 372539363 42074112 8929 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 10272 8929 52 110 0 10159 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 41088

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1489920/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=42112 CPUtime=822.07
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 9862 0 0 0 82192 15 0 0 25 0 1 0 372539363 43122688 9230 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 10528 9230 52 110 0 10415 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 42112

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1488576/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=42372 CPUtime=882.05
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 10191 0 0 0 88189 16 0 0 25 0 1 0 372539363 43388928 9559 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 10593 9559 52 110 0 10480 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 42372

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1487488/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=42436 CPUtime=942.04
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 10517 0 0 0 94187 17 0 0 25 0 1 0 372539363 43454464 9836 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 10609 9836 52 110 0 10496 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 42436

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1486144/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=74568 CPUtime=1002.02
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 10874 0 0 0 100185 17 0 0 25 0 1 0 372539363 76357632 10160 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 18642 10160 52 110 0 18529 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 74568

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31640
/proc/meminfo: memFree=1485120/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=74568 CPUtime=1062
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 11147 0 0 0 106182 18 0 0 25 0 1 0 372539363 76357632 10433 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 18642 10433 52 110 0 18529 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 74568

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31640
/proc/meminfo: memFree=1484096/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=74568 CPUtime=1121.98
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 11400 0 0 0 112180 18 0 0 25 0 1 0 372539363 76357632 10686 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 18642 10686 52 110 0 18529 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 74568

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31642
/proc/meminfo: memFree=1482944/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=74700 CPUtime=1181.97
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 11688 0 0 0 118178 19 0 0 25 0 1 0 372539363 76492800 10974 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 18675 10974 52 110 0 18562 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 74700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31642
/proc/meminfo: memFree=1482624/2055920 swapFree=4146600/4192956
[pid=31639] ppid=31637 vsize=74828 CPUtime=1200.07
/proc/31639/stat : 31639 (tinisat) R 31637 31639 30800 0 -1 4194304 11796 0 0 0 119988 19 0 0 25 0 1 0 372539363 76623872 11049 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31639/statm: 18707 11049 52 110 0 18594 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 74828

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)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1199.88
CPU system time (s): 0.204968
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 74828

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

runsolver used 1.3268 second user time and 3.04854 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Mar 10 11:24:09 UTC 2007

IDJOB= 333690
IDBENCH= 24610
IDSOLVER= 100
FILE ID= node14/333690-1173525849

PBS_JOBID= 4101144

Free space on /tmp= 66547 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333690-1173525849/tinisat /tmp/evaluation/333690-1173525849/instance-333690-1173525849.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-333690-1173525849 -o ROOT/results/node14/solver-333690-1173525849 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333690-1173525849/tinisat /tmp/evaluation/333690-1173525849/instance-333690-1173525849.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  b79b003513b2a70c9b89188422a831e2

RANDOM SEED= 551144675

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1527584 kB
Buffers:         51360 kB
Cached:         389536 kB
SwapCached:      14908 kB
Active:         226068 kB
Inactive:       237820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527584 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:             552 kB
Writeback:           0 kB
Mapped:          29724 kB
Slab:            50024 kB
Committed_AS:  1267056 kB
PageTables:       1736 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= 66547 MiB

End job on node14 on Sat Mar 10 11:44:12 UTC 2007