Trace number 335958

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

General information on the benchmark

Namecrafted/Hard/contest05/others/
mod2c-rand3bip-sat-220-1.sat05-2488.reshuffled-07.cnf
MD5SUM0d50014415a697c0ee7e2c67c987b500
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark534.443
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of clauses2216
Sum of the clauses size9872
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 41384
Number of clauses of size 5656
Number of clauses of size over 5176

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/335958-1173637610/instance-335958-1173637610.cnf
0.00/0.00	c 311 variables, 2216 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/node67/watcher-335958-1173637610 -o ROOT/results/node67/solver-335958-1173637610 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335958-1173637610/tinisat /tmp/evaluation/335958-1173637610/instance-335958-1173637610.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.91 0.95 0.98 3/64 11341
/proc/meminfo: memFree=1947440/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=716 CPUtime=0
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 383718623 733184 77 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 179 78 48 110 0 66 0

[startup+0.031997 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11341
/proc/meminfo: memFree=1947440/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=920 CPUtime=0.03
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 139 0 0 0 3 0 0 0 18 0 1 0 383718623 942080 123 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 230 123 52 110 0 117 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 920

[startup+0.102004 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11341
/proc/meminfo: memFree=1947440/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=1112 CPUtime=0.1
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 167 0 0 0 10 0 0 0 18 0 1 0 383718623 1138688 151 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 278 151 52 110 0 165 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1112

[startup+0.302025 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11341
/proc/meminfo: memFree=1947440/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=1624 CPUtime=0.3
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 250 0 0 0 30 0 0 0 19 0 1 0 383718623 1662976 234 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 406 234 52 110 0 293 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1624

[startup+0.701067 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11341
/proc/meminfo: memFree=1947440/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=2516 CPUtime=0.69
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 385 0 0 0 69 0 0 0 22 0 1 0 383718623 2576384 369 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515510 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 629 369 52 110 0 516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2516

[startup+1.50115 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 11342
/proc/meminfo: memFree=1945832/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=2516 CPUtime=1.49
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 558 0 0 0 149 0 0 0 25 0 1 0 383718623 2576384 542 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 629 542 52 110 0 516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2516

[startup+3.10132 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 11342
/proc/meminfo: memFree=1944872/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=4432 CPUtime=3.09
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 801 0 0 0 309 0 0 0 25 0 1 0 383718623 4538368 785 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 1108 785 52 110 0 995 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4432

[startup+6.30165 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 11342
/proc/meminfo: memFree=1943400/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=7592 CPUtime=6.29
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 1113 0 0 0 629 0 0 0 25 0 1 0 383718623 7774208 1097 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 1898 1097 52 110 0 1785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7592

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 11342
/proc/meminfo: memFree=1941424/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=8156 CPUtime=12.69
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 1578 0 0 0 1268 1 0 0 25 0 1 0 383718623 8351744 1529 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 2039 1529 52 110 0 1926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8156

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 11342
/proc/meminfo: memFree=1939064/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=14804 CPUtime=25.48
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 2146 0 0 0 2546 2 0 0 25 0 1 0 383718623 15159296 2097 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 3701 2097 52 110 0 3588 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14804

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 11342
/proc/meminfo: memFree=1935928/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=15636 CPUtime=51.08
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 2999 0 0 0 5105 3 0 0 25 0 1 0 383718623 16011264 2885 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 3909 2885 52 110 0 3796 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15636

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 11342
/proc/meminfo: memFree=1931704/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=16552 CPUtime=102.27
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 4025 0 0 0 10222 5 0 0 25 0 1 0 383718623 16949248 3911 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 4138 3911 52 110 0 4025 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 16552

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1927992/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=30068 CPUtime=162.25
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 5099 0 0 0 16219 6 0 0 25 0 1 0 383718623 30789632 4856 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 7517 4856 52 110 0 7404 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30068

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1924856/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=30464 CPUtime=222.23
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 5859 0 0 0 22216 7 0 0 25 0 1 0 383718623 31195136 5616 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 7616 5616 52 110 0 7503 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 30464

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1922232/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=31048 CPUtime=282.22
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 6512 0 0 0 28214 8 0 0 25 0 1 0 383718623 31793152 6269 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 7762 6269 52 110 0 7649 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31048

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1920056/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=31372 CPUtime=342.2
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 7068 0 0 0 34211 9 0 0 25 0 1 0 383718623 32124928 6825 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 7843 6825 52 110 0 7730 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31372

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1918200/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=31372 CPUtime=402.18
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 7527 0 0 0 40209 9 0 0 25 0 1 0 383718623 32124928 7284 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 7843 7284 52 110 0 7730 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 31372

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1916152/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=56008 CPUtime=462.17
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 8038 0 0 0 46207 10 0 0 25 0 1 0 383718623 57352192 7795 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14002 7795 52 110 0 13889 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 56008

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1913656/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=57564 CPUtime=522.16
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 8785 0 0 0 52205 11 0 0 25 0 1 0 383718623 58945536 8410 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14391 8410 52 110 0 14278 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 57564

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1911992/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=58588 CPUtime=582.14
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 9454 0 0 0 58202 12 0 0 25 0 1 0 383718623 59994112 8822 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14647 8822 52 110 0 14534 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 58588

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1910200/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=58980 CPUtime=642.13
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 9913 0 0 0 64200 13 0 0 25 0 1 0 383718623 60395520 9248 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14745 9248 52 110 0 14632 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 58980

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1908792/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=59236 CPUtime=702.11
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 10341 0 0 0 70198 13 0 0 25 0 1 0 383718623 60657664 9610 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14809 9610 52 110 0 14696 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 59236

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1907384/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=59364 CPUtime=762.1
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 10712 0 0 0 76196 14 0 0 25 0 1 0 383718623 60788736 9948 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14841 9948 52 110 0 14728 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 59364

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1906040/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=59364 CPUtime=822.08
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 11053 0 0 0 82194 14 0 0 25 0 1 0 383718623 60788736 10289 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14841 10289 52 110 0 14728 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 59364

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1904376/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=59884 CPUtime=882.07
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 11476 0 0 0 88192 15 0 0 25 0 1 0 383718623 61321216 10712 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14971 10712 52 110 0 14858 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 59884

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1903096/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=59884 CPUtime=942.05
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 11781 0 0 0 94190 15 0 0 25 0 1 0 383718623 61321216 11017 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519945 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 14971 11017 52 110 0 14858 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 59884

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11342
/proc/meminfo: memFree=1901880/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=60076 CPUtime=1002.04
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 12082 0 0 0 100188 16 0 0 25 0 1 0 383718623 61517824 11318 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 15019 11318 52 110 0 14906 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 60076

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11344
/proc/meminfo: memFree=1900536/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=60720 CPUtime=1062.02
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 12497 0 0 0 106186 16 0 0 25 0 1 0 383718623 62177280 11635 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 15180 11635 52 110 0 15067 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 60720

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11344
/proc/meminfo: memFree=1899384/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=60720 CPUtime=1122
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 12775 0 0 0 112184 16 0 0 25 0 1 0 383718623 62177280 11913 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 15180 11913 52 110 0 15067 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 60720

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11344
/proc/meminfo: memFree=1898296/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=61136 CPUtime=1181.99
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 13129 0 0 0 118182 17 0 0 25 0 1 0 383718623 62603264 12202 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 15284 12202 52 110 0 15171 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 61136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11344
/proc/meminfo: memFree=1897976/2055920 swapFree=4180928/4192956
[pid=11341] ppid=11339 vsize=61136 CPUtime=1200.09
/proc/11341/stat : 11341 (tinisat) R 11339 11341 10210 0 -1 4194304 13204 0 0 0 119992 17 0 0 25 0 1 0 383718623 62603264 12277 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/11341/statm: 15284 12277 52 110 0 15171 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 61136

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.1
CPU user time (s): 1199.92
CPU system time (s): 0.179972
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 61136

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

runsolver used 0.870867 second user time and 2.42663 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sun Mar 11 18:26:50 UTC 2007

IDJOB= 335958
IDBENCH= 24664
IDSOLVER= 100
FILE ID= node67/335958-1173637610

PBS_JOBID= 4101279

Free space on /tmp= 66532 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/mod2c-rand3bip-sat-220-1.sat05-2488.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335958-1173637610/tinisat /tmp/evaluation/335958-1173637610/instance-335958-1173637610.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-335958-1173637610 -o ROOT/results/node67/solver-335958-1173637610 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335958-1173637610/tinisat /tmp/evaluation/335958-1173637610/instance-335958-1173637610.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  0d50014415a697c0ee7e2c67c987b500

RANDOM SEED= 393193817

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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:       1947848 kB
Buffers:         14092 kB
Cached:          53540 kB
SwapCached:       6080 kB
Active:          29844 kB
Inactive:        50560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1947848 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:             568 kB
Writeback:           0 kB
Mapped:          15324 kB
Slab:            13620 kB
Committed_AS:   906996 kB
PageTables:       1452 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= 66532 MiB

End job on node67 on Sun Mar 11 18:46:52 UTC 2007