Trace number 337554

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

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
MD5SUM95e4195bdde82ec65467d8f29f037cf2
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 variables390
Number of clauses1722
Sum of the clauses size5166
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31722
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/337554-1173669539/instance-337554-1173669539.cnf
0.00/0.00	c 390 variables, 1722 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-337554-1173669539 -o ROOT/results/node14/solver-337554-1173669539 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337554-1173669539/tinisat /tmp/evaluation/337554-1173669539/instance-337554-1173669539.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.92 0.97 0.99 3/77 16833
/proc/meminfo: memFree=1473144/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=864 CPUtime=0
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 386908334 884736 108 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134617953 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 216 108 52 110 0 103 0

[startup+0.093779 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 16833
/proc/meminfo: memFree=1473144/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=1240 CPUtime=0.08
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 168 0 0 0 8 0 0 0 18 0 1 0 386908334 1269760 152 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 310 152 52 110 0 197 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1240

[startup+0.10178 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 16833
/proc/meminfo: memFree=1473144/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=1240 CPUtime=0.09
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 172 0 0 0 9 0 0 0 18 0 1 0 386908334 1269760 156 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 310 156 52 110 0 197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1240

[startup+0.301798 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 16833
/proc/meminfo: memFree=1473144/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=1672 CPUtime=0.29
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 268 0 0 0 29 0 0 0 19 0 1 0 386908334 1712128 252 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 418 252 52 110 0 305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1672

[startup+0.701836 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 16833
/proc/meminfo: memFree=1473144/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=2668 CPUtime=0.69
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 414 0 0 0 69 0 0 0 22 0 1 0 386908334 2732032 398 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 667 398 52 110 0 554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2668

[startup+1.50191 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1471408/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=2800 CPUtime=1.49
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 600 0 0 0 149 0 0 0 25 0 1 0 386908334 2867200 584 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 700 584 52 110 0 587 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2800

[startup+3.10106 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1470320/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=4788 CPUtime=3.09
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 868 0 0 0 308 1 0 0 25 0 1 0 386908334 4902912 852 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 1197 852 52 110 0 1084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4788

[startup+6.30136 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1468656/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=8504 CPUtime=6.29
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 1203 0 0 0 627 2 0 0 25 0 1 0 386908334 8708096 1187 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 2126 1187 52 110 0 2013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8504

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1466480/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=9028 CPUtime=12.68
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 1684 0 0 0 1266 2 0 0 25 0 1 0 386908334 9244672 1668 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 2257 1669 52 110 0 2144 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9028

[startup+25.5012 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1464048/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=9564 CPUtime=25.48
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 2271 0 0 0 2545 3 0 0 25 0 1 0 386908334 9793536 2255 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 2391 2255 52 110 0 2278 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9564

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1460528/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=17388 CPUtime=51.08
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 3206 0 0 0 5103 5 0 0 25 0 1 0 386908334 17805312 3125 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 4347 3125 52 110 0 4234 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17388

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1455344/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=18520 CPUtime=102.26
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 4489 0 0 0 10220 6 0 0 25 0 1 0 386908334 18964480 4408 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 4630 4408 52 110 0 4517 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18520

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1451120/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=33820 CPUtime=162.25
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 5684 0 0 0 16217 8 0 0 25 0 1 0 386908334 34631680 5474 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 8455 5474 52 110 0 8342 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33820

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1447664/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=34604 CPUtime=222.23
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 6525 0 0 0 22213 10 0 0 25 0 1 0 386908334 35434496 6315 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 8651 6315 52 110 0 8538 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34604

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16834
/proc/meminfo: memFree=1444528/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=35076 CPUtime=282.22
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 7305 0 0 0 28211 11 0 0 25 0 1 0 386908334 35917824 7095 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 8769 7095 52 110 0 8656 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 35076

[startup+342.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 16834
/proc/meminfo: memFree=1441648/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=35412 CPUtime=342.2
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 8018 0 0 0 34208 12 0 0 25 0 1 0 386908334 36261888 7808 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 8853 7808 52 110 0 8740 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 35412

[startup+402.302 s]
/proc/loadavg: 1.13 1.02 1.00 2/78 16834
/proc/meminfo: memFree=1438896/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=35716 CPUtime=402.18
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 8704 0 0 0 40205 13 0 0 25 0 1 0 386908334 36573184 8494 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 8929 8494 52 110 0 8816 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 35716

[startup+462.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/78 16834
/proc/meminfo: memFree=1435952/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=64520 CPUtime=462.17
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 9426 0 0 0 46203 14 0 0 25 0 1 0 386908334 66068480 9216 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 16130 9216 52 110 0 16017 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 64520

[startup+522.301 s]
/proc/loadavg: 1.03 1.02 1.00 3/78 16834
/proc/meminfo: memFree=1433712/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=65276 CPUtime=522.15
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 9985 0 0 0 52200 15 0 0 25 0 1 0 386908334 66842624 9775 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 16319 9775 52 110 0 16206 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65276

[startup+582.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 16834
/proc/meminfo: memFree=1431536/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=66492 CPUtime=582.13
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 10769 0 0 0 58197 16 0 0 25 0 1 0 386908334 68087808 10302 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 16623 10302 52 110 0 16510 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 66492

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16834
/proc/meminfo: memFree=1429616/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=67148 CPUtime=642.12
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 11258 0 0 0 64195 17 0 0 25 0 1 0 386908334 68759552 10791 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 16787 10791 52 110 0 16674 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 67148

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1427632/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=67604 CPUtime=702.1
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 11745 0 0 0 70192 18 0 0 25 0 1 0 386908334 69226496 11278 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 16901 11278 52 110 0 16788 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 67604

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1425776/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=68120 CPUtime=762.09
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 12196 0 0 0 76190 19 0 0 25 0 1 0 386908334 69754880 11729 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17030 11729 52 110 0 16917 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 68120

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1424112/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=68252 CPUtime=822.07
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 12638 0 0 0 82187 20 0 0 25 0 1 0 386908334 69890048 12171 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17063 12171 52 110 0 16950 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 68252

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1421936/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=68912 CPUtime=882.05
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 13167 0 0 0 88184 21 0 0 25 0 1 0 386908334 70565888 12700 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17228 12700 52 110 0 17115 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 68912

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1420464/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=69332 CPUtime=942.04
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 13557 0 0 0 94182 22 0 0 25 0 1 0 386908334 70995968 13090 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17333 13090 52 110 0 17220 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 69332

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1418928/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=69668 CPUtime=1002.02
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 13933 0 0 0 100179 23 0 0 25 0 1 0 386908334 71340032 13466 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17417 13466 52 110 0 17304 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 69668

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1417456/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=69844 CPUtime=1062
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 14290 0 0 0 106176 24 0 0 25 0 1 0 386908334 71520256 13823 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17461 13823 52 110 0 17348 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 69844

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1415856/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=70164 CPUtime=1121.99
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 14699 0 0 0 112174 25 0 0 25 0 1 0 386908334 71847936 14232 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17541 14232 52 110 0 17428 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 70164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1414512/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=70516 CPUtime=1181.97
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 15023 0 0 0 118172 25 0 0 25 0 1 0 386908334 72208384 14556 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17629 14556 52 110 0 17516 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 70516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16834
/proc/meminfo: memFree=1414128/2055920 swapFree=4146600/4192956
[pid=16833] ppid=16831 vsize=70516 CPUtime=1200.06
/proc/16833/stat : 16833 (tinisat) R 16831 16833 15047 0 -1 4194304 15114 0 0 0 119981 25 0 0 25 0 1 0 386908334 72208384 14647 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 17629 14647 52 110 0 17516 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 70516

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.42
CPU time (s): 1200.09
CPU user time (s): 1199.82
CPU system time (s): 0.268959
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 70516

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

runsolver used 1.41078 second user time and 2.95855 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Mar 12 03:18:59 UTC 2007

IDJOB= 337554
IDBENCH= 24702
IDSOLVER= 100
FILE ID= node14/337554-1173669539

PBS_JOBID= 4101441

Free space on /tmp= 66539 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337554-1173669539/tinisat /tmp/evaluation/337554-1173669539/instance-337554-1173669539.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-337554-1173669539 -o ROOT/results/node14/solver-337554-1173669539 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337554-1173669539/tinisat /tmp/evaluation/337554-1173669539/instance-337554-1173669539.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  95e4195bdde82ec65467d8f29f037cf2

RANDOM SEED= 905371122

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1473552 kB
Buffers:         56508 kB
Cached:         431972 kB
SwapCached:      14992 kB
Active:         183188 kB
Inactive:       328764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473552 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:             572 kB
Writeback:           0 kB
Mapped:          30192 kB
Slab:            55996 kB
Committed_AS:  1321108 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66539 MiB

End job on node14 on Mon Mar 12 03:39:02 UTC 2007