Trace number 339150

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/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-270-2.sat05-2249.reshuffled-07.cnf
MD5SUM82718e0ff54407c78c5fcacb97224b1c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
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/339150-1173699403/instance-339150-1173699403.cnf
0.00/0.00	c 270 variables, 1080 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/node75/watcher-339150-1173699403 -o ROOT/results/node75/solver-339150-1173699403 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339150-1173699403/tinisat /tmp/evaluation/339150-1173699403/instance-339150-1173699403.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: 7.35 6.93 4.26 3/64 29385
/proc/meminfo: memFree=1789960/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=712 CPUtime=0
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 389906134 729088 93 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520260 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 178 93 52 110 0 65 0

[startup+0.068801 s]
/proc/loadavg: 7.35 6.93 4.26 3/64 29385
/proc/meminfo: memFree=1789960/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=1044 CPUtime=0.06
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 147 0 0 0 6 0 0 0 20 0 1 0 389906134 1069056 131 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 261 131 52 110 0 148 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1044

[startup+0.101804 s]
/proc/loadavg: 7.35 6.93 4.26 3/64 29385
/proc/meminfo: memFree=1789960/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=1044 CPUtime=0.1
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 164 0 0 0 10 0 0 0 20 0 1 0 389906134 1069056 148 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 261 148 52 110 0 148 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1044

[startup+0.301827 s]
/proc/loadavg: 7.35 6.93 4.26 3/64 29385
/proc/meminfo: memFree=1789960/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=1860 CPUtime=0.3
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 257 0 0 0 30 0 0 0 22 0 1 0 389906134 1904640 241 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 465 241 52 110 0 352 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1860

[startup+0.701876 s]
/proc/loadavg: 7.35 6.93 4.26 3/64 29385
/proc/meminfo: memFree=1789960/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=1992 CPUtime=0.7
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 384 0 0 0 70 0 0 0 25 0 1 0 389906134 2039808 368 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 498 368 52 110 0 385 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1992

[startup+1.50297 s]
/proc/loadavg: 7.35 6.93 4.26 2/65 29386
/proc/meminfo: memFree=1788352/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=3224 CPUtime=1.5
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 564 0 0 0 150 0 0 0 25 0 1 0 389906134 3301376 548 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 806 548 52 110 0 693 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3224

[startup+3.10116 s]
/proc/loadavg: 7.35 6.93 4.26 2/65 29386
/proc/meminfo: memFree=1787456/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=5656 CPUtime=3.09
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 811 0 0 0 309 0 0 0 25 0 1 0 389906134 5791744 795 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 1414 795 52 110 0 1301 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5656

[startup+6.30154 s]
/proc/loadavg: 6.84 6.83 4.24 2/65 29386
/proc/meminfo: memFree=1785856/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=5932 CPUtime=6.28
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 1118 0 0 0 628 0 0 0 25 0 1 0 389906134 6074368 1102 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 1483 1102 52 110 0 1370 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5932

[startup+12.7013 s]
/proc/loadavg: 6.38 6.73 4.22 2/65 29386
/proc/meminfo: memFree=1784256/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=10528 CPUtime=12.69
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 1498 0 0 0 1268 1 0 0 25 0 1 0 389906134 10780672 1449 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 2632 1449 52 110 0 2519 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10528

[startup+25.5018 s]
/proc/loadavg: 5.18 6.45 4.17 2/65 29386
/proc/meminfo: memFree=1781960/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=11120 CPUtime=25.48
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 2043 0 0 0 2547 1 0 0 25 0 1 0 389906134 11386880 1994 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 2780 1994 52 110 0 2667 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11120

[startup+51.1019 s]
/proc/loadavg: 3.76 6.01 4.09 2/65 29386
/proc/meminfo: memFree=1779400/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=11844 CPUtime=51.08
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 2753 0 0 0 5106 2 0 0 25 0 1 0 389906134 12128256 2639 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517503 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 2961 2639 52 110 0 2848 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11844

[startup+102.306 s]
/proc/loadavg: 2.19 5.24 3.92 2/65 29386
/proc/meminfo: memFree=1775816/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=20840 CPUtime=102.27
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 3616 0 0 0 10224 3 0 0 25 0 1 0 389906134 21340160 3502 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 5210 3502 52 110 0 5097 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 20840

[startup+162.301 s]
/proc/loadavg: 1.44 4.46 3.74 2/65 29386
/proc/meminfo: memFree=1772552/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=21516 CPUtime=162.25
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 4435 0 0 0 16221 4 0 0 25 0 1 0 389906134 22032384 4321 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 5379 4321 52 110 0 5266 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 21516

[startup+222.301 s]
/proc/loadavg: 1.16 3.83 3.56 2/65 29386
/proc/meminfo: memFree=1770120/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=22352 CPUtime=222.23
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 5158 0 0 0 22218 5 0 0 25 0 1 0 389906134 22888448 4915 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 5588 4915 52 110 0 5475 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 22352

[startup+282.302 s]
/proc/loadavg: 1.06 3.31 3.40 2/65 29386
/proc/meminfo: memFree=1767240/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=40476 CPUtime=282.21
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 5865 0 0 0 28216 5 0 0 25 0 1 0 389906134 41447424 5622 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519873 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10119 5622 52 110 0 10006 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 40476

[startup+342.302 s]
/proc/loadavg: 1.02 2.89 3.25 2/65 29386
/proc/meminfo: memFree=1764808/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=40608 CPUtime=342.2
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 6460 0 0 0 34214 6 0 0 25 0 1 0 389906134 41582592 6217 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10152 6217 52 110 0 10039 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 40608

[startup+402.302 s]
/proc/loadavg: 1.00 2.54 3.10 2/65 29388
/proc/meminfo: memFree=1762760/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=40872 CPUtime=402.18
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 6954 0 0 0 40211 7 0 0 25 0 1 0 389906134 41852928 6711 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10218 6711 52 110 0 10105 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 40872

[startup+462.302 s]
/proc/loadavg: 1.00 2.26 2.97 2/65 29388
/proc/meminfo: memFree=1760968/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=41136 CPUtime=462.17
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 7402 0 0 0 46210 7 0 0 25 0 1 0 389906134 42123264 7159 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10284 7159 52 110 0 10171 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 41136

[startup+522.301 s]
/proc/loadavg: 1.00 2.03 2.84 2/65 29388
/proc/meminfo: memFree=1759368/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=41136 CPUtime=522.14
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 7803 0 0 0 52207 7 0 0 25 0 1 0 389906134 42123264 7560 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10284 7560 52 110 0 10171 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 41136

[startup+582.301 s]
/proc/loadavg: 1.00 1.84 2.72 2/65 29388
/proc/meminfo: memFree=1757320/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=41924 CPUtime=582.13
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 8347 0 0 0 58205 8 0 0 25 0 1 0 389906134 42930176 8071 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10481 8071 52 110 0 10368 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 41924

[startup+642.302 s]
/proc/loadavg: 1.00 1.68 2.61 2/65 29388
/proc/meminfo: memFree=1755720/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=42184 CPUtime=642.12
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 8782 0 0 0 64203 9 0 0 25 0 1 0 389906134 43196416 8473 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10546 8473 52 110 0 10433 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 42184

[startup+702.302 s]
/proc/loadavg: 1.00 1.56 2.51 2/65 29388
/proc/meminfo: memFree=1754184/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=42444 CPUtime=702.1
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 9192 0 0 0 70200 10 0 0 25 0 1 0 389906134 43462656 8850 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10611 8850 52 110 0 10498 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 42444

[startup+762.306 s]
/proc/loadavg: 1.00 1.45 2.41 2/65 29388
/proc/meminfo: memFree=1752584/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=43860 CPUtime=762.09
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 9878 0 0 0 76198 11 0 0 25 0 1 0 389906134 44912640 9246 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 10965 9246 52 110 0 10852 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 43860

[startup+822.302 s]
/proc/loadavg: 1.00 1.37 2.32 2/65 29388
/proc/meminfo: memFree=1751240/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=44120 CPUtime=822.07
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 10263 0 0 0 82196 11 0 0 25 0 1 0 389906134 45178880 9598 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 11030 9598 52 110 0 10917 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 44120

[startup+882.301 s]
/proc/loadavg: 1.00 1.30 2.24 2/65 29388
/proc/meminfo: memFree=1749832/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=44252 CPUtime=882.05
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 10611 0 0 0 88193 12 0 0 25 0 1 0 389906134 45314048 9946 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 11063 9946 52 110 0 10950 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 44252

[startup+942.302 s]
/proc/loadavg: 1.00 1.24 2.16 2/65 29388
/proc/meminfo: memFree=1748488/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=44640 CPUtime=942.04
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 10982 0 0 0 94191 13 0 0 25 0 1 0 389906134 45711360 10284 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 11160 10284 52 110 0 11047 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 44640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.19 2.08 2/65 29388
/proc/meminfo: memFree=1747272/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=79204 CPUtime=1002.02
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 11269 0 0 0 100189 13 0 0 25 0 1 0 389906134 81104896 10571 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 19801 10571 52 110 0 19688 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 79204

[startup+1062.3 s]
/proc/loadavg: 1.00 1.16 2.01 2/65 29388
/proc/meminfo: memFree=1746120/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=79464 CPUtime=1062.01
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 11600 0 0 0 106187 14 0 0 25 0 1 0 389906134 81371136 10869 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 19866 10869 52 110 0 19753 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 79464

[startup+1122.3 s]
/proc/loadavg: 1.00 1.12 1.94 2/65 29388
/proc/meminfo: memFree=1744776/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=79740 CPUtime=1121.99
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 11936 0 0 0 112185 14 0 0 25 0 1 0 389906134 81653760 11205 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 19935 11205 52 110 0 19822 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 79740

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.88 2/65 29388
/proc/meminfo: memFree=1743432/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=79932 CPUtime=1181.98
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 12264 0 0 0 118183 15 0 0 25 0 1 0 389906134 81850368 11533 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 19983 11533 52 110 0 19870 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 79932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.09 1.86 2/65 29388
/proc/meminfo: memFree=1743048/2055920 swapFree=4182240/4192956
[pid=29385] ppid=29383 vsize=80316 CPUtime=1200.07
/proc/29385/stat : 29385 (tinisat) R 29383 29385 28730 0 -1 4194304 12444 0 0 0 119992 15 0 0 25 0 1 0 389906134 82243584 11615 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29385/statm: 20079 11615 52 110 0 19966 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 80316

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.93
CPU system time (s): 0.159975
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 80316

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

runsolver used 0.756884 second user time and 2.53062 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Mar 12 11:36:43 UTC 2007

IDJOB= 339150
IDBENCH= 24740
IDSOLVER= 100
FILE ID= node75/339150-1173699403

PBS_JOBID= 4101757

Free space on /tmp= 66515 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-270-2.sat05-2249.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339150-1173699403/tinisat /tmp/evaluation/339150-1173699403/instance-339150-1173699403.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-339150-1173699403 -o ROOT/results/node75/solver-339150-1173699403 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339150-1173699403/tinisat /tmp/evaluation/339150-1173699403/instance-339150-1173699403.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  82718e0ff54407c78c5fcacb97224b1c

RANDOM SEED= 360143229

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1790432 kB
Buffers:         31224 kB
Cached:         184512 kB
SwapCached:       4992 kB
Active:          87928 kB
Inactive:       139816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790432 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:             532 kB
Writeback:           0 kB
Mapped:          15748 kB
Slab:            23696 kB
Committed_AS:   906624 kB
PageTables:       1432 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= 66515 MiB

End job on node75 on Mon Mar 12 11:56:45 UTC 2007