Trace number 337302

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.62

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n28-02-S818962541.sat05-492.reshuffled-07.cnf
MD5SUM64fc27f80f46bd97e9b696c2a1119c70
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
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/337302-1173664359/instance-337302-1173664359.cnf
0.00/0.00	c 184 variables, 896 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/node61/watcher-337302-1173664359 -o ROOT/results/node61/solver-337302-1173664359 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337302-1173664359/tinisat /tmp/evaluation/337302-1173664359/instance-337302-1173664359.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.97 0.99 3/64 25989
/proc/meminfo: memFree=1860832/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=712 CPUtime=0
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 103 0 0 0 0 0 0 0 18 0 1 0 386392853 729088 87 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517115 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 178 87 52 110 0 65 0

[startup+0.056993 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25989
/proc/meminfo: memFree=1860832/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=1008 CPUtime=0.05
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 142 0 0 0 5 0 0 0 18 0 1 0 386392853 1032192 126 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 252 126 52 110 0 139 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1008

[startup+0.101998 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25989
/proc/meminfo: memFree=1860832/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=1256 CPUtime=0.1
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 170 0 0 0 10 0 0 0 18 0 1 0 386392853 1286144 154 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 314 154 52 110 0 201 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1256

[startup+0.302016 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25989
/proc/meminfo: memFree=1860832/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=1752 CPUtime=0.3
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 262 0 0 0 30 0 0 0 19 0 1 0 386392853 1794048 246 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515524 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 438 246 52 110 0 325 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1752

[startup+0.701055 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25989
/proc/meminfo: memFree=1860832/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=1884 CPUtime=0.69
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 389 0 0 0 69 0 0 0 22 0 1 0 386392853 1929216 373 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 471 373 52 110 0 358 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1884

[startup+1.50113 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1859288/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=3004 CPUtime=1.49
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 559 0 0 0 149 0 0 0 25 0 1 0 386392853 3076096 543 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 751 543 52 110 0 638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3004

[startup+3.10128 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1858264/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=5240 CPUtime=3.09
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 820 0 0 0 309 0 0 0 25 0 1 0 386392853 5365760 804 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 1310 804 52 110 0 1197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5240

[startup+6.30159 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1856664/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=5508 CPUtime=6.29
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 1145 0 0 0 628 1 0 0 25 0 1 0 386392853 5640192 1129 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 1377 1129 52 110 0 1264 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5508

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1854808/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=9856 CPUtime=12.68
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 1593 0 0 0 1267 1 0 0 25 0 1 0 386392853 10092544 1544 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 2464 1544 52 110 0 2351 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9856

[startup+25.5024 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1852376/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=10420 CPUtime=25.48
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 2161 0 0 0 2547 1 0 0 25 0 1 0 386392853 10670080 2112 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 2605 2112 52 110 0 2492 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10420

[startup+51.1029 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1849368/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=19052 CPUtime=51.08
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 2972 0 0 0 5106 2 0 0 25 0 1 0 386392853 19509248 2858 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 4763 2858 52 110 0 4650 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19052

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1844568/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=20140 CPUtime=102.27
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 4160 0 0 0 10224 3 0 0 25 0 1 0 386392853 20623360 4046 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 5035 4046 52 110 0 4922 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 20140

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1840600/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=37068 CPUtime=162.24
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 5276 0 0 0 16220 4 0 0 25 0 1 0 386392853 37957632 5033 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 9267 5033 52 110 0 9154 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 37068

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1837400/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=37524 CPUtime=222.23
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 6063 0 0 0 22218 5 0 0 25 0 1 0 386392853 38424576 5820 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 9381 5820 52 110 0 9268 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 37524

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1834904/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=37716 CPUtime=282.22
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 6678 0 0 0 28216 6 0 0 25 0 1 0 386392853 38621184 6435 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 9429 6435 52 110 0 9316 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 37716

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1832408/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=38172 CPUtime=342.19
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 7279 0 0 0 34213 6 0 0 25 0 1 0 386392853 39088128 7036 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 9543 7036 52 110 0 9430 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 38172

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1829656/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=38964 CPUtime=402.18
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 7959 0 0 0 40210 8 0 0 25 0 1 0 386392853 39899136 7716 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 9741 7716 52 110 0 9628 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38964

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25990
/proc/meminfo: memFree=1826648/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=40396 CPUtime=462.16
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 8794 0 0 0 46207 9 0 0 25 0 1 0 386392853 41365504 8452 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 10099 8452 52 110 0 9986 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 40396

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 26074
/proc/meminfo: memFree=1823400/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=41808 CPUtime=522.14
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 9638 0 0 0 52200 14 0 0 25 0 1 0 386392853 42811392 9006 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 10452 9006 52 110 0 10339 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 41808

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 26166
/proc/meminfo: memFree=1821352/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=41936 CPUtime=582.11
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 10139 0 0 0 58186 25 0 0 25 0 1 0 386392853 42942464 9474 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 10484 9474 52 110 0 10371 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 41936

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1820504/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=73572 CPUtime=642.07
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 10642 0 0 0 64182 25 0 0 25 0 1 0 386392853 75337728 9944 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18393 9944 52 110 0 18280 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 73572

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1818776/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=73832 CPUtime=702.04
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 11097 0 0 0 70178 26 0 0 25 0 1 0 386392853 75603968 10399 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18458 10399 52 110 0 18345 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 73832

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1817112/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=73832 CPUtime=762.01
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 11503 0 0 0 76174 27 0 0 25 0 1 0 386392853 75603968 10805 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18458 10805 52 110 0 18345 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 73832

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1815576/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=74152 CPUtime=821.96
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 11945 0 0 0 82169 27 0 0 25 0 1 0 386392853 75931648 11214 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18538 11214 52 110 0 18425 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 74152

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1814296/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=74152 CPUtime=881.93
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 12288 0 0 0 88165 28 0 0 25 0 1 0 386392853 75931648 11557 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18538 11557 52 110 0 18425 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 74152

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1812760/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=74444 CPUtime=941.89
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 12668 0 0 0 94161 28 0 0 25 0 1 0 386392853 76230656 11937 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18611 11937 52 110 0 18498 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 74444

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1810776/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=75736 CPUtime=1001.85
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 13385 0 0 0 100156 29 0 0 25 0 1 0 386392853 77553664 12425 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18934 12425 52 110 0 18821 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 75736

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1809304/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=75868 CPUtime=1061.82
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 13778 0 0 0 106153 29 0 0 25 0 1 0 386392853 77688832 12818 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 18967 12818 52 110 0 18854 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 75868

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1807704/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=76000 CPUtime=1121.79
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 14175 0 0 0 112150 29 0 0 25 0 1 0 386392853 77824000 13215 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 19000 13215 52 110 0 18887 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 76000

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1806360/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=76000 CPUtime=1181.75
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 14520 0 0 0 118145 30 0 0 25 0 1 0 386392853 77824000 13560 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25989/statm: 19000 13560 52 110 0 18887 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 76000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 26188
/proc/meminfo: memFree=1805848/2055920 swapFree=4174080/4192956
[pid=25989] ppid=25987 vsize=76000 CPUtime=1200.04
/proc/25989/stat : 25989 (tinisat) R 25987 25989 25131 0 -1 4194304 14619 0 0 0 119974 30 0 0 25 0 1 0 386392853 77824000 13659 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/25989/statm: 19000 13659 52 110 0 18887 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 76000

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.62
CPU time (s): 1200.06
CPU user time (s): 1199.75
CPU system time (s): 0.315951
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 76000

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

runsolver used 1.03684 second user time and 2.88556 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Mar 12 01:52:39 UTC 2007

IDJOB= 337302
IDBENCH= 24696
IDSOLVER= 100
FILE ID= node61/337302-1173664359

PBS_JOBID= 4101432

Free space on /tmp= 66523 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/hwb-n28-02-S818962541.sat05-492.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337302-1173664359/tinisat /tmp/evaluation/337302-1173664359/instance-337302-1173664359.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-337302-1173664359 -o ROOT/results/node61/solver-337302-1173664359 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337302-1173664359/tinisat /tmp/evaluation/337302-1173664359/instance-337302-1173664359.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  64fc27f80f46bd97e9b696c2a1119c70

RANDOM SEED= 185261445

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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:       1861240 kB
Buffers:         21352 kB
Cached:         126140 kB
SwapCached:      12988 kB
Active:          84984 kB
Inactive:        83512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861240 kB
SwapTotal:     4192956 kB
SwapFree:      4174080 kB
Dirty:             544 kB
Writeback:           0 kB
Mapped:          15404 kB
Slab:            12264 kB
Committed_AS:   909220 kB
PageTables:       1388 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= 66523 MiB

End job on node61 on Mon Mar 12 02:12:42 UTC 2007