Trace number 335874

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.11 1200.54

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv8.sat05-567.reshuffled-07.cnf
MD5SUMaf4e94e2262dd17f2c350e06d0de5672
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 variables1920
Number of clauses6337
Sum of the clauses size17024
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22048
Number of clauses of size 34288
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/335874-1173636011/instance-335874-1173636011.cnf
0.00/0.00	c 1920 variables, 6337 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/node5/watcher-335874-1173636011 -o ROOT/results/node5/solver-335874-1173636011 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335874-1173636011/tinisat /tmp/evaluation/335874-1173636011/instance-335874-1173636011.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.95 0.95 3/77 32399
/proc/meminfo: memFree=1665184/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=716 CPUtime=0
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 101 0 0 0 0 0 0 0 18 0 1 0 383555921 733184 86 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 179 86 48 110 0 66 0

[startup+0.0256619 s]
/proc/loadavg: 0.92 0.95 0.95 3/77 32399
/proc/meminfo: memFree=1665184/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=1444 CPUtime=0.02
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 250 0 0 0 2 0 0 0 18 0 1 0 383555921 1478656 234 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 361 234 52 110 0 248 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1444

[startup+0.101671 s]
/proc/loadavg: 0.92 0.95 0.95 3/77 32399
/proc/meminfo: memFree=1665184/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=1812 CPUtime=0.1
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 383555921 1855488 287 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 453 287 52 110 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1812

[startup+0.301693 s]
/proc/loadavg: 0.92 0.95 0.95 3/77 32399
/proc/meminfo: memFree=1665184/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=2544 CPUtime=0.29
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 427 0 0 0 29 0 0 0 19 0 1 0 383555921 2605056 411 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 636 411 52 110 0 523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2544

[startup+0.701739 s]
/proc/loadavg: 0.92 0.95 0.95 3/77 32399
/proc/meminfo: memFree=1665184/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=4008 CPUtime=0.69
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 636 0 0 0 69 0 0 0 22 0 1 0 383555921 4104192 620 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 1002 620 52 110 0 889 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4008

[startup+1.50183 s]
/proc/loadavg: 0.92 0.95 0.95 2/78 32400
/proc/meminfo: memFree=1662360/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=6932 CPUtime=1.49
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 1039 0 0 0 149 0 0 0 25 0 1 0 383555921 7098368 1023 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 1733 1023 52 110 0 1620 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6932

[startup+3.10201 s]
/proc/loadavg: 0.92 0.95 0.95 2/78 32400
/proc/meminfo: memFree=1660184/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=13168 CPUtime=3.09
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 1751 0 0 0 309 0 0 0 25 0 1 0 383555921 13484032 1735 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 3292 1735 52 110 0 3179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13168

[startup+6.30137 s]
/proc/loadavg: 0.93 0.95 0.95 2/78 32400
/proc/meminfo: memFree=1655640/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=13428 CPUtime=6.29
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 2628 0 0 0 628 1 0 0 25 0 1 0 383555921 13750272 2612 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 3357 2612 52 110 0 3244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13428

[startup+12.7011 s]
/proc/loadavg: 0.93 0.96 0.95 2/78 32400
/proc/meminfo: memFree=1649752/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=25504 CPUtime=12.69
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 4010 0 0 0 1267 2 0 0 25 0 1 0 383555921 26116096 3961 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519888 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 6376 3961 52 110 0 6263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25504

[startup+25.5015 s]
/proc/loadavg: 0.95 0.96 0.95 2/78 32400
/proc/meminfo: memFree=1642264/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=26164 CPUtime=25.49
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 5791 0 0 0 2545 4 0 0 25 0 1 0 383555921 26791936 5742 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 6541 5742 52 110 0 6428 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26164

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.95 2/84 32426
/proc/meminfo: memFree=1629032/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=50604 CPUtime=51.08
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 8928 0 0 0 5099 9 0 0 25 0 1 0 383555921 51818496 8814 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 12651 8814 52 110 0 12538 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50604

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.95 2/84 32538
/proc/meminfo: memFree=1611560/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=99324 CPUtime=102.2
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 13287 0 0 0 10207 13 0 0 25 0 1 0 383555921 101707776 13044 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 24831 13044 52 110 0 24718 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 99324

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1599192/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=100736 CPUtime=162.15
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 16688 0 0 0 16198 17 0 0 25 0 1 0 383555921 103153664 16445 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 25184 16445 52 110 0 25071 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 100736

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1587480/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=100872 CPUtime=222.12
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 19581 0 0 0 22192 20 0 0 25 0 1 0 383555921 103292928 19338 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 25218 19338 52 110 0 25105 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 100872

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1578648/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=101284 CPUtime=282.12
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 21792 0 0 0 28189 23 0 0 25 0 1 0 383555921 103714816 21549 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 25321 21549 52 110 0 25208 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 101284

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1564760/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=102824 CPUtime=342.09
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 25237 0 0 0 34182 27 0 0 25 0 1 0 383555921 105291776 24994 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 25706 24994 52 110 0 25593 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 102824

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1556568/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=198148 CPUtime=402.08
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 27541 0 0 0 40178 30 0 0 25 0 1 0 383555921 202903552 27041 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 49537 27041 52 110 0 49424 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 198148

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1548888/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=199012 CPUtime=462.07
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 29430 0 0 0 46174 33 0 0 25 0 1 0 383555921 203788288 28930 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520008 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 49753 28930 52 110 0 49640 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 199012

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1541848/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=199456 CPUtime=522.05
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 31205 0 0 0 52170 35 0 0 25 0 1 0 383555921 204242944 30705 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 49864 30705 52 110 0 49751 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 199456

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1535832/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=199588 CPUtime=582.03
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 32705 0 0 0 58166 37 0 0 25 0 1 0 383555921 204378112 32205 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 49897 32205 52 110 0 49784 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 199588

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1529432/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=200676 CPUtime=642.02
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 34296 0 0 0 64163 39 0 0 25 0 1 0 383555921 205492224 33796 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50169 33796 52 110 0 50056 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 200676

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1523480/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=201284 CPUtime=702
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 35812 0 0 0 70160 40 0 0 25 0 1 0 383555921 206114816 35312 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50321 35312 52 110 0 50208 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 201284

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1517784/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=201604 CPUtime=761.99
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 37205 0 0 0 76156 43 0 0 25 0 1 0 383555921 206442496 36705 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50401 36705 52 110 0 50288 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 201604

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1512344/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=202208 CPUtime=821.97
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 38607 0 0 0 82153 44 0 0 25 0 1 0 383555921 207060992 38107 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50552 38107 52 110 0 50439 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 202208

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1506648/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=202936 CPUtime=881.95
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 40029 0 0 0 88149 46 0 0 25 0 1 0 383555921 207806464 39529 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519867 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50734 39529 52 110 0 50621 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 202936

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1500632/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203096 CPUtime=941.94
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 41544 0 0 0 94145 49 0 0 25 0 1 0 383555921 207970304 41044 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50774 41044 52 110 0 50661 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 203096

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1495640/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203096 CPUtime=1001.92
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 42783 0 0 0 100142 50 0 0 25 0 1 0 383555921 207970304 42283 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50774 42283 52 110 0 50661 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 203096

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1490520/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203288 CPUtime=1061.91
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 44076 0 0 0 106139 52 0 0 25 0 1 0 383555921 208166912 43576 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50822 43576 52 110 0 50709 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 203288

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1484696/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203832 CPUtime=1121.89
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 45515 0 0 0 112136 53 0 0 25 0 1 0 383555921 208723968 45015 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50958 45015 52 110 0 50845 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 203832

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1478616/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203832 CPUtime=1181.87
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 47058 0 0 0 118132 55 0 0 25 0 1 0 383555921 208723968 46558 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50958 46558 52 110 0 50845 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 203832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1476632/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203832 CPUtime=1200.07
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 47504 0 0 0 119951 56 0 0 25 0 1 0 383555921 208723968 47004 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50958 47004 52 110 0 50845 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 203832

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: 0.99 0.97 0.95 2/78 32598
/proc/meminfo: memFree=1476632/2055920 swapFree=4170416/4192956
[pid=32399] ppid=32397 vsize=203832 CPUtime=1200.07
/proc/32399/stat : 32399 (tinisat) R 32397 32399 31603 0 -1 4194304 47504 0 0 0 119951 56 0 0 25 0 1 0 383555921 208723968 47004 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/32399/statm: 50958 47004 52 110 0 50845 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 203832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1199.52
CPU system time (s): 0.597909
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 203832

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

runsolver used 1.3388 second user time and 3.03754 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Mar 11 18:00:11 UTC 2007

IDJOB= 335874
IDBENCH= 24662
IDSOLVER= 100
FILE ID= node5/335874-1173636011

PBS_JOBID= 4101322

Free space on /tmp= 66407 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv8.sat05-567.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335874-1173636011/tinisat /tmp/evaluation/335874-1173636011/instance-335874-1173636011.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-335874-1173636011 -o ROOT/results/node5/solver-335874-1173636011 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335874-1173636011/tinisat /tmp/evaluation/335874-1173636011/instance-335874-1173636011.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  af4e94e2262dd17f2c350e06d0de5672

RANDOM SEED= 9004764

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1665656 kB
Buffers:         40776 kB
Cached:         268632 kB
SwapCached:       2236 kB
Active:         262932 kB
Inactive:        70404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665656 kB
SwapTotal:     4192956 kB
SwapFree:      4170416 kB
Dirty:             716 kB
Writeback:           0 kB
Mapped:          31812 kB
Slab:            42564 kB
Committed_AS:  1286868 kB
PageTables:       1692 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= 66407 MiB

End job on node5 on Sun Mar 11 18:20:14 UTC 2007