Trace number 333564

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.06 1200.61

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2c-rand3bip-sat-190-3.sat05-2445.reshuffled-07.cnf
MD5SUMba385c05848b5f8fd49dff62bba43c15
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.9994
Satisfiable
(Un)Satisfiability was proved
Number of variables271
Number of clauses1972
Sum of the clauses size8840
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41120
Number of clauses of size 5752
Number of clauses of size over 5100

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/333564-1173520432/instance-333564-1173520432.cnf
0.00/0.00	c 271 variables, 1972 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/node9/watcher-333564-1173520432 -o ROOT/results/node9/solver-333564-1173520432 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333564-1173520432/tinisat /tmp/evaluation/333564-1173520432/instance-333564-1173520432.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.96 3/77 19136
/proc/meminfo: memFree=1628176/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=896 CPUtime=0
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 371997793 917504 99 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 224 100 51 110 0 111 0

[startup+0.0297309 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 19136
/proc/meminfo: memFree=1628176/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=896 CPUtime=0.02
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 133 0 0 0 2 0 0 0 18 0 1 0 371997793 917504 117 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 224 117 52 110 0 111 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 896

[startup+0.102744 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 19136
/proc/meminfo: memFree=1628176/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=1068 CPUtime=0.1
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 164 0 0 0 10 0 0 0 18 0 1 0 371997793 1093632 148 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 267 148 52 110 0 154 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1068

[startup+0.302782 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 19136
/proc/meminfo: memFree=1628176/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=1540 CPUtime=0.3
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 250 0 0 0 30 0 0 0 19 0 1 0 371997793 1576960 234 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532372 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 385 234 52 110 0 272 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1540

[startup+0.701859 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 19136
/proc/meminfo: memFree=1628176/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=2348 CPUtime=0.7
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 369 0 0 0 70 0 0 0 22 0 1 0 371997793 2404352 353 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520024 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 587 353 52 110 0 474 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2348

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1626632/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=3700 CPUtime=1.49
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 527 0 0 0 149 0 0 0 25 0 1 0 371997793 3788800 511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 925 511 52 110 0 812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3700

[startup+3.10132 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1625736/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=4100 CPUtime=3.09
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 758 0 0 0 309 0 0 0 25 0 1 0 371997793 4198400 742 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 1025 742 52 110 0 912 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4100

[startup+6.30194 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1624392/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=6940 CPUtime=6.29
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 1046 0 0 0 629 0 0 0 25 0 1 0 371997793 7106560 1030 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 1735 1030 52 110 0 1622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6940

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1622344/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=7648 CPUtime=12.69
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 1518 0 0 0 1268 1 0 0 25 0 1 0 371997793 7831552 1469 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532567 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 1912 1469 52 110 0 1799 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7648

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1620104/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=13688 CPUtime=25.48
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 2054 0 0 0 2547 1 0 0 25 0 1 0 371997793 14016512 2005 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 3422 2005 52 110 0 3309 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13688

[startup+51.1026 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1617224/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=14456 CPUtime=51.08
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 2828 0 0 0 5106 2 0 0 25 0 1 0 371997793 14802944 2714 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 3614 2714 52 110 0 3501 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14456

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1613192/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=26304 CPUtime=102.26
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 3819 0 0 0 10223 3 0 0 25 0 1 0 371997793 26935296 3705 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 6576 3705 52 110 0 6463 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26304

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1610056/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=27752 CPUtime=162.23
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 4735 0 0 0 16219 4 0 0 25 0 1 0 371997793 28418048 4492 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 6938 4492 52 110 0 6825 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27752

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1607176/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=28664 CPUtime=222.21
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 5441 0 0 0 22216 5 0 0 25 0 1 0 371997793 29351936 5198 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 7166 5198 52 110 0 7053 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 28664

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1604936/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=29312 CPUtime=282.18
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 6068 0 0 0 28212 6 0 0 25 0 1 0 371997793 30015488 5726 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 7328 5726 52 110 0 7215 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 29312

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1603208/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=29312 CPUtime=342.16
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 6513 0 0 0 34209 7 0 0 25 0 1 0 371997793 30015488 6171 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 7328 6171 52 110 0 7215 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 29312

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19137
/proc/meminfo: memFree=1601224/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=29572 CPUtime=402.15
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 7038 0 0 0 40207 8 0 0 25 0 1 0 371997793 30281728 6663 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 7393 6663 52 110 0 7280 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 29572

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 19249
/proc/meminfo: memFree=1598288/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=30348 CPUtime=462.06
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 7566 0 0 0 46198 8 0 0 25 0 1 0 371997793 31076352 7093 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 7587 7093 52 110 0 7474 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 30348

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1597640/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=53800 CPUtime=521.99
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 8445 0 0 0 52190 9 0 0 25 0 1 0 371997793 55091200 7552 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13450 7552 52 110 0 13337 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 53800

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1596104/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=53932 CPUtime=581.97
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 8807 0 0 0 58187 10 0 0 25 0 1 0 371997793 55226368 7914 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13483 7914 52 110 0 13370 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 53932

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1594504/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=54220 CPUtime=641.95
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 9242 0 0 0 64184 11 0 0 25 0 1 0 371997793 55521280 8316 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13555 8316 52 110 0 13442 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 54220

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1593160/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=54668 CPUtime=701.93
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 9616 0 0 0 70181 12 0 0 25 0 1 0 371997793 55980032 8625 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13667 8625 52 110 0 13554 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 54668

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1591880/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=54668 CPUtime=761.91
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 9938 0 0 0 76178 13 0 0 25 0 1 0 371997793 55980032 8947 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13667 8947 52 110 0 13554 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 54668

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1590536/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=55188 CPUtime=821.88
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 10359 0 0 0 82174 14 0 0 25 0 1 0 371997793 56512512 9303 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13797 9303 52 110 0 13684 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 55188

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1589192/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=55636 CPUtime=881.86
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 10738 0 0 0 88171 15 0 0 25 0 1 0 371997793 56971264 9617 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 13909 9617 52 110 0 13796 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 55636

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1588168/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=56148 CPUtime=941.83
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 11163 0 0 0 94168 15 0 0 25 0 1 0 371997793 57495552 9913 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 14037 9913 52 110 0 13924 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 56148

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1586696/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=56916 CPUtime=1001.82
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 11726 0 0 0 100165 17 0 0 25 0 1 0 371997793 58281984 10282 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 14229 10282 52 110 0 14116 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 56916

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1585224/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=57176 CPUtime=1061.79
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 12082 0 0 0 106162 17 0 0 25 0 1 0 371997793 58548224 10638 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 14294 10638 52 110 0 14181 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 57176

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1584200/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=57624 CPUtime=1121.77
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 12414 0 0 0 112159 18 0 0 25 0 1 0 371997793 59006976 10905 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 14406 10905 52 110 0 14293 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 57624

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1583240/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=57624 CPUtime=1181.75
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 12667 0 0 0 118156 19 0 0 25 0 1 0 371997793 59006976 11158 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 14406 11158 52 110 0 14293 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 57624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 19334
/proc/meminfo: memFree=1582920/2055920 swapFree=4152252/4192956
[pid=19136] ppid=19134 vsize=57752 CPUtime=1200.04
/proc/19136/stat : 19136 (tinisat) R 19134 19136 18945 0 -1 4194304 12771 0 0 0 119985 19 0 0 25 0 1 0 371997793 59138048 11229 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19136/statm: 14438 11229 52 110 0 14325 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 57752

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.61
CPU time (s): 1200.06
CPU user time (s): 1199.86
CPU system time (s): 0.204968
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 57752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.86
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= 12771
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= 17165

runsolver used 1.22981 second user time and 3.14652 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Mar 10 09:53:52 UTC 2007

IDJOB= 333564
IDBENCH= 24607
IDSOLVER= 100
FILE ID= node9/333564-1173520432

PBS_JOBID= 4101142

Free space on /tmp= 66466 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  ba385c05848b5f8fd49dff62bba43c15

RANDOM SEED= 840605820

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1628648 kB
Buffers:         49400 kB
Cached:         289932 kB
SwapCached:       8828 kB
Active:         188188 kB
Inactive:       173900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628648 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:             584 kB
Writeback:           0 kB
Mapped:          29628 kB
Slab:            50820 kB
Committed_AS:  1490064 kB
PageTables:       1688 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= 66466 MiB

End job on node9 on Sat Mar 10 10:13:54 UTC 2007