Trace number 338268

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.07 1200.52

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl006.sat05-2718.reshuffled-07.cnf
MD5SUM925ba4262948082ac4209468fd4bc8ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.544
Satisfiable
(Un)Satisfiability was proved
Number of variables1321
Number of clauses7617
Sum of the clauses size63333
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2290
Number of clauses of size 31224
Number of clauses of size 4162
Number of clauses of size 5918
Number of clauses of size over 54990

Solver Data (download as text)

0.00/0.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/338268-1173683177/instance-338268-1173683177.cnf
0.00/0.02	c 1321 variables, 7617 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/node35/watcher-338268-1173683177 -o ROOT/results/node35/solver-338268-1173683177 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338268-1173683177/tinisat /tmp/evaluation/338268-1173683177/instance-338268-1173683177.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.36 6.94 4.29 3/64 21014
/proc/meminfo: memFree=1573344/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=716 CPUtime=0
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 102 0 0 0 0 0 0 0 18 0 1 0 362081389 733184 87 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 179 87 48 110 0 66 0

[startup+0.082886 s]
/proc/loadavg: 7.36 6.94 4.29 3/64 21014
/proc/meminfo: memFree=1573344/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=1856 CPUtime=0.07
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 348 0 0 0 7 0 0 0 18 0 1 0 362081389 1900544 332 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519985 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 464 332 52 110 0 351 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1856

[startup+0.101889 s]
/proc/loadavg: 7.36 6.94 4.29 3/64 21014
/proc/meminfo: memFree=1573344/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=1856 CPUtime=0.09
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 358 0 0 0 9 0 0 0 18 0 1 0 362081389 1900544 342 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 464 342 52 110 0 351 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1856

[startup+0.301928 s]
/proc/loadavg: 7.36 6.94 4.29 3/64 21014
/proc/meminfo: memFree=1573344/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=2968 CPUtime=0.29
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 433 0 0 0 29 0 0 0 19 0 1 0 362081389 3039232 417 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 742 417 52 110 0 629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2968

[startup+0.702006 s]
/proc/loadavg: 7.36 6.94 4.29 3/64 21014
/proc/meminfo: memFree=1573344/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=2968 CPUtime=0.69
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 551 0 0 0 69 0 0 0 22 0 1 0 362081389 3039232 535 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 742 535 52 110 0 629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2968

[startup+1.50116 s]
/proc/loadavg: 7.36 6.94 4.29 2/65 21015
/proc/meminfo: memFree=1571032/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=5456 CPUtime=1.49
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 760 0 0 0 149 0 0 0 25 0 1 0 362081389 5586944 744 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 1364 744 52 110 0 1251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5456

[startup+3.10148 s]
/proc/loadavg: 7.36 6.94 4.29 2/65 21015
/proc/meminfo: memFree=1569880/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=5860 CPUtime=3.09
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 1070 0 0 0 309 0 0 0 25 0 1 0 362081389 6000640 1054 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 1465 1054 52 110 0 1352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5860

[startup+6.30111 s]
/proc/loadavg: 6.85 6.84 4.27 2/65 21015
/proc/meminfo: memFree=1567896/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=10828 CPUtime=6.29
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 1517 0 0 0 628 1 0 0 25 0 1 0 362081389 11087872 1468 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 2707 1468 52 110 0 2594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10828

[startup+12.7014 s]
/proc/loadavg: 6.38 6.75 4.25 2/65 21015
/proc/meminfo: memFree=1565088/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=11376 CPUtime=12.68
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 2140 0 0 0 1267 1 0 0 25 0 1 0 362081389 11649024 2091 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 2844 2091 52 110 0 2731 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11376

[startup+25.5019 s]
/proc/loadavg: 5.19 6.46 4.20 2/65 21015
/proc/meminfo: memFree=1561760/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=12368 CPUtime=25.48
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 2967 0 0 0 2546 2 0 0 25 0 1 0 362081389 12664832 2853 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 3092 2853 52 110 0 2979 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12368

[startup+51.1019 s]
/proc/loadavg: 3.76 6.02 4.11 2/65 21015
/proc/meminfo: memFree=1557728/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=21840 CPUtime=51.07
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 4006 0 0 0 5104 3 0 0 25 0 1 0 362081389 22364160 3892 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 5460 3892 52 110 0 5347 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21840

[startup+102.306 s]
/proc/loadavg: 2.20 5.25 3.95 2/65 21015
/proc/meminfo: memFree=1551136/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=23572 CPUtime=102.26
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 5624 0 0 0 10221 5 0 0 25 0 1 0 362081389 24137728 5510 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 5893 5510 52 110 0 5780 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23572

[startup+162.302 s]
/proc/loadavg: 1.44 4.47 3.76 2/65 21015
/proc/meminfo: memFree=1545248/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=42772 CPUtime=162.23
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 7272 0 0 0 16217 6 0 0 25 0 1 0 362081389 43798528 6996 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 10693 6996 52 110 0 10580 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42772

[startup+222.301 s]
/proc/loadavg: 1.16 3.84 3.58 2/65 21015
/proc/meminfo: memFree=1540064/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=43508 CPUtime=222.2
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 8537 0 0 0 22213 7 0 0 25 0 1 0 362081389 44552192 8261 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 10877 8261 52 110 0 10764 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 43508

[startup+282.301 s]
/proc/loadavg: 1.06 3.32 3.42 2/65 21015
/proc/meminfo: memFree=1535456/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=43876 CPUtime=282.19
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 9691 0 0 0 28211 8 0 0 25 0 1 0 362081389 44929024 9415 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519618 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 10969 9415 52 110 0 10856 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 43876

[startup+342.301 s]
/proc/loadavg: 1.02 2.89 3.26 3/65 21015
/proc/meminfo: memFree=1531424/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=44692 CPUtime=342.16
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 10723 0 0 0 34207 9 0 0 25 0 1 0 362081389 45764608 10414 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 11173 10414 52 110 0 11060 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 44692

[startup+402.302 s]
/proc/loadavg: 1.00 2.54 3.12 2/65 21015
/proc/meminfo: memFree=1527584/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=80920 CPUtime=402.14
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 11673 0 0 0 40203 11 0 0 25 0 1 0 362081389 82862080 11364 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 20230 11364 52 110 0 20117 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 80920

[startup+462.302 s]
/proc/loadavg: 1.00 2.26 2.98 2/65 21015
/proc/meminfo: memFree=1524256/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=82512 CPUtime=462.12
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 12743 0 0 0 46200 12 0 0 25 0 1 0 362081389 84492288 12177 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 20628 12177 52 110 0 20515 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 82512

[startup+522.301 s]
/proc/loadavg: 1.00 2.03 2.86 2/65 21015
/proc/meminfo: memFree=1521120/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=83360 CPUtime=522.09
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 13549 0 0 0 52197 12 0 0 25 0 1 0 362081389 85360640 12983 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 20840 12983 52 110 0 20727 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 83360

[startup+582.301 s]
/proc/loadavg: 1.00 1.84 2.74 2/65 21015
/proc/meminfo: memFree=1518368/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=84232 CPUtime=582.07
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 14302 0 0 0 58194 13 0 0 25 0 1 0 362081389 86253568 13671 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21058 13671 52 110 0 20945 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 84232

[startup+642.302 s]
/proc/loadavg: 1.00 1.68 2.63 2/65 21015
/proc/meminfo: memFree=1515424/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=84760 CPUtime=642.05
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 15021 0 0 0 64191 14 0 0 25 0 1 0 362081389 86794240 14390 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21190 14390 52 110 0 21077 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 84760

[startup+702.302 s]
/proc/loadavg: 1.00 1.56 2.52 2/65 21015
/proc/meminfo: memFree=1513248/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=85156 CPUtime=702.03
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 15569 0 0 0 70188 15 0 0 25 0 1 0 362081389 87199744 14938 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21289 14938 52 110 0 21176 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 85156

[startup+762.305 s]
/proc/loadavg: 1.00 1.45 2.42 2/65 21015
/proc/meminfo: memFree=1510432/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=85796 CPUtime=762.01
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 16317 0 0 0 76186 15 0 0 25 0 1 0 362081389 87855104 15621 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21449 15621 52 110 0 21336 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 85796

[startup+822.301 s]
/proc/loadavg: 1.00 1.37 2.33 2/65 21015
/proc/meminfo: memFree=1508000/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=86088 CPUtime=821.98
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 16943 0 0 0 82182 16 0 0 25 0 1 0 362081389 88154112 16247 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21522 16247 52 110 0 21409 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 86088

[startup+882.302 s]
/proc/loadavg: 1.00 1.30 2.25 2/65 21015
/proc/meminfo: memFree=1505632/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=86672 CPUtime=881.96
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 17572 0 0 0 88179 17 0 0 25 0 1 0 362081389 88752128 16843 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21668 16843 52 110 0 21555 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 86672

[startup+942.302 s]
/proc/loadavg: 1.00 1.24 2.16 2/65 21015
/proc/meminfo: memFree=1503392/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=87152 CPUtime=941.94
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 18130 0 0 0 94176 18 0 0 25 0 1 0 362081389 89243648 17401 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21788 17401 52 110 0 21675 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 87152

[startup+1002.3 s]
/proc/loadavg: 1.00 1.19 2.09 2/65 21015
/proc/meminfo: memFree=1500960/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=87976 CPUtime=1001.92
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 18799 0 0 0 100173 19 0 0 25 0 1 0 362081389 90087424 18005 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 21994 18005 52 110 0 21881 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 87976

[startup+1062.3 s]
/proc/loadavg: 1.00 1.16 2.02 2/65 21015
/proc/meminfo: memFree=1498848/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=88432 CPUtime=1061.89
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 19325 0 0 0 106170 19 0 0 25 0 1 0 362081389 90554368 18531 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 22108 18531 52 110 0 21995 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 88432

[startup+1122.3 s]
/proc/loadavg: 1.00 1.12 1.95 2/65 21015
/proc/meminfo: memFree=1496864/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=88816 CPUtime=1121.87
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 19818 0 0 0 112168 19 0 0 25 0 1 0 362081389 90947584 19024 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 22204 19024 52 110 0 22091 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 88816

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.89 2/65 21015
/proc/meminfo: memFree=1495328/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=88948 CPUtime=1181.85
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 20213 0 0 0 118165 20 0 0 25 0 1 0 362081389 91082752 19419 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 22237 19419 52 110 0 22124 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 88948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.09 1.87 2/65 21015
/proc/meminfo: memFree=1494816/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=88948 CPUtime=1200.05
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 20317 0 0 0 119985 20 0 0 25 0 1 0 362081389 91082752 19523 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 22237 19523 52 110 0 22124 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 88948

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.09 1.87 2/65 21015
/proc/meminfo: memFree=1494816/2055920 swapFree=3923124/4192956
[pid=21014] ppid=21012 vsize=88948 CPUtime=1200.05
/proc/21014/stat : 21014 (tinisat) R 21012 21014 18837 0 -1 4194304 20317 0 0 0 119985 20 0 0 25 0 1 0 362081389 91082752 19523 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/21014/statm: 22237 19523 52 110 0 22124 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 88948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.85
CPU system time (s): 0.219966
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 88948

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

runsolver used 0.91786 second user time and 2.36964 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Mar 12 07:06:17 UTC 2007

IDJOB= 338268
IDBENCH= 24719
IDSOLVER= 100
FILE ID= node35/338268-1173683177

PBS_JOBID= 4101465

Free space on /tmp= 66562 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl006.sat05-2718.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338268-1173683177/tinisat /tmp/evaluation/338268-1173683177/instance-338268-1173683177.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-338268-1173683177 -o ROOT/results/node35/solver-338268-1173683177 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338268-1173683177/tinisat /tmp/evaluation/338268-1173683177/instance-338268-1173683177.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  925ba4262948082ac4209468fd4bc8ae

RANDOM SEED= 482127421

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1573752 kB
Buffers:         26600 kB
Cached:         144732 kB
SwapCached:     264888 kB
Active:          71208 kB
Inactive:       371876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573752 kB
SwapTotal:     4192956 kB
SwapFree:      3923124 kB
Dirty:             836 kB
Writeback:           0 kB
Mapped:          15520 kB
Slab:            25144 kB
Committed_AS:   917656 kB
PageTables:       1412 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= 66562 MiB

End job on node35 on Mon Mar 12 07:26:19 UTC 2007