Trace number 333312

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.05 1200.53

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark76.9823
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data (download as text)

0.09/0.13	c Tinisat 0.22
0.09/0.13	c solving /tmp/evaluation/333312-1173509793/instance-333312-1173509793.cnf
0.09/0.13	c 1133 variables, 56210 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/node1/watcher-333312-1173509793 -o ROOT/results/node1/solver-333312-1173509793 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333312-1173509793/tinisat /tmp/evaluation/333312-1173509793/instance-333312-1173509793.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 14360
/proc/meminfo: memFree=1679344/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=1156 CPUtime=0
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 370934434 1183744 78 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 289 78 48 110 0 176 0

[startup+0.0519091 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 14360
/proc/meminfo: memFree=1679344/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=1816 CPUtime=0.04
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 311 0 0 0 4 0 0 0 18 0 1 0 370934434 1859584 296 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 454 296 48 110 0 341 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1816

[startup+0.101915 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 14360
/proc/meminfo: memFree=1679344/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=2608 CPUtime=0.09
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 539 0 0 0 9 0 0 0 18 0 1 0 370934434 2670592 524 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 652 524 48 110 0 539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2608

[startup+0.301937 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 14360
/proc/meminfo: memFree=1679344/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=6808 CPUtime=0.29
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 1344 0 0 0 29 0 0 0 19 0 1 0 370934434 6971392 1218 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 1702 1218 52 110 0 1589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6808

[startup+0.701984 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 14360
/proc/meminfo: memFree=1679344/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=6808 CPUtime=0.69
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 1421 0 0 0 69 0 0 0 22 0 1 0 370934434 6971392 1295 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 1702 1295 52 110 0 1589 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6808

[startup+1.50108 s]
/proc/loadavg: 0.91 0.95 0.96 2/78 14361
/proc/meminfo: memFree=1674088/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=6808 CPUtime=1.49
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 1570 0 0 0 148 1 0 0 25 0 1 0 370934434 6971392 1444 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532385 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 1702 1444 52 110 0 1589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6808

[startup+3.10126 s]
/proc/loadavg: 0.91 0.95 0.96 2/78 14361
/proc/meminfo: memFree=1673128/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=13192 CPUtime=3.09
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 1825 0 0 0 308 1 0 0 25 0 1 0 370934434 13508608 1699 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 3298 1699 52 110 0 3185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13192

[startup+6.30164 s]
/proc/loadavg: 0.92 0.95 0.96 2/78 14361
/proc/meminfo: memFree=1671144/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=13192 CPUtime=6.29
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 2225 0 0 0 628 1 0 0 25 0 1 0 370934434 13508608 2099 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 3298 2099 52 110 0 3185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13192

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.96 2/78 14361
/proc/meminfo: memFree=1668336/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=13192 CPUtime=12.69
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 2897 0 0 0 1267 2 0 0 25 0 1 0 370934434 13508608 2771 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 3298 2771 52 110 0 3185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13192

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.96 2/78 14361
/proc/meminfo: memFree=1664304/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=25960 CPUtime=25.49
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 3871 0 0 0 2546 3 0 0 25 0 1 0 370934434 26583040 3745 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 6490 3745 52 110 0 6377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25960

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.96 2/78 14361
/proc/meminfo: memFree=1657264/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=26908 CPUtime=51.08
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 5633 0 0 0 5103 5 0 0 25 0 1 0 370934434 27553792 5507 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 6727 5507 52 110 0 6614 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26908

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.96 2/78 14361
/proc/meminfo: memFree=1646640/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=53932 CPUtime=102.26
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 8244 0 0 0 10219 7 0 0 25 0 1 0 370934434 55226368 8118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 13483 8118 52 110 0 13370 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53932

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14361
/proc/meminfo: memFree=1636400/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=55252 CPUtime=162.25
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 10814 0 0 0 16214 11 0 0 25 0 1 0 370934434 56578048 10688 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 13813 10688 52 110 0 13700 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55252

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14361
/proc/meminfo: memFree=1627760/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=56824 CPUtime=222.23
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 13080 0 0 0 22209 14 0 0 25 0 1 0 370934434 58187776 12825 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 14206 12825 52 110 0 14093 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56824

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 14435
/proc/meminfo: memFree=1619944/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=108644 CPUtime=282.17
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 14716 0 0 0 28198 19 0 0 25 0 1 0 370934434 111251456 14461 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 27161 14461 52 110 0 27048 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 108644

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 14533
/proc/meminfo: memFree=1612648/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=109224 CPUtime=342.09
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 16530 0 0 0 34188 21 0 0 25 0 1 0 370934434 111845376 16275 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 27306 16275 52 110 0 27193 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 109224

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1607408/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=109504 CPUtime=402.05
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 18108 0 0 0 40182 23 0 0 25 0 1 0 370934434 112132096 17853 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 27376 17853 52 110 0 27263 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 109504

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1602352/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=110260 CPUtime=462.03
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 19387 0 0 0 46178 25 0 0 25 0 1 0 370934434 112906240 19132 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 27565 19132 52 110 0 27452 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 110260

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1597552/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=110808 CPUtime=522.01
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 20613 0 0 0 52175 26 0 0 25 0 1 0 370934434 113467392 20358 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 27702 20358 52 110 0 27589 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 110808

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1592240/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=111448 CPUtime=582
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 21946 0 0 0 58171 29 0 0 25 0 1 0 370934434 114122752 21691 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 27862 21691 52 110 0 27749 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 111448

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1586992/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=112120 CPUtime=641.99
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 23227 0 0 0 64169 30 0 0 25 0 1 0 370934434 114810880 22972 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 28030 22972 52 110 0 27917 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 112120

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1582448/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=113788 CPUtime=701.96
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 24641 0 0 0 70164 32 0 0 25 0 1 0 370934434 116518912 24129 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 28447 24129 52 110 0 28334 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 113788

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1577712/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=113948 CPUtime=761.95
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 25810 0 0 0 76162 33 0 0 25 0 1 0 370934434 116682752 25298 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 28487 25298 52 110 0 28374 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 113948

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1573104/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=114620 CPUtime=821.93
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 26967 0 0 0 82159 34 0 0 25 0 1 0 370934434 117370880 26455 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 28655 26455 52 110 0 28542 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 114620

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1568752/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=115104 CPUtime=881.91
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 28027 0 0 0 88155 36 0 0 25 0 1 0 370934434 117866496 27515 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 28776 27515 52 110 0 28663 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 115104

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1564336/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=217780 CPUtime=941.89
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 29169 0 0 0 94152 37 0 0 25 0 1 0 370934434 223006720 28657 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54445 28657 52 110 0 54332 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 217780

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1560304/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=217912 CPUtime=1001.88
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 30145 0 0 0 100149 39 0 0 25 0 1 0 370934434 223141888 29633 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54478 29633 52 110 0 54365 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 217912

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 14559
/proc/meminfo: memFree=1557360/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=218044 CPUtime=1061.86
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 30887 0 0 0 106146 40 0 0 25 0 1 0 370934434 223277056 30375 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54511 30375 52 110 0 54398 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 218044

[startup+1122.3 s]
/proc/loadavg: 1.04 0.99 0.97 2/78 14559
/proc/meminfo: memFree=1554096/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=218428 CPUtime=1121.84
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 31703 0 0 0 112142 42 0 0 25 0 1 0 370934434 223670272 31191 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54607 31191 52 110 0 54494 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 218428

[startup+1182.3 s]
/proc/loadavg: 1.01 0.99 0.97 2/78 14559
/proc/meminfo: memFree=1550896/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=218620 CPUtime=1181.83
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 32510 0 0 0 118140 43 0 0 25 0 1 0 370934434 223866880 31998 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54655 31998 52 110 0 54542 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 218620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.01 0.99 0.97 2/78 14559
/proc/meminfo: memFree=1550128/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=218620 CPUtime=1200.02
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 32698 0 0 0 119959 43 0 0 25 0 1 0 370934434 223866880 32186 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54655 32186 52 110 0 54542 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 218620

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.01 0.99 0.97 2/78 14559
/proc/meminfo: memFree=1550128/2055920 swapFree=4159120/4192956
[pid=14360] ppid=14358 vsize=218620 CPUtime=1200.02
/proc/14360/stat : 14360 (tinisat) R 14358 14360 13918 0 -1 4194304 32698 0 0 0 119959 43 0 0 25 0 1 0 370934434 223866880 32186 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/14360/statm: 54655 32186 52 110 0 54542 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 218620

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.05
CPU user time (s): 1199.6
CPU system time (s): 0.45793
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 218620

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

runsolver used 1.41278 second user time and 2.96455 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Mar 10 06:56:34 UTC 2007

IDJOB= 333312
IDBENCH= 24601
IDSOLVER= 100
FILE ID= node1/333312-1173509793

PBS_JOBID= 4101124

Free space on /tmp= 66441 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333312-1173509793/tinisat /tmp/evaluation/333312-1173509793/instance-333312-1173509793.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-333312-1173509793 -o ROOT/results/node1/solver-333312-1173509793 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333312-1173509793/tinisat /tmp/evaluation/333312-1173509793/instance-333312-1173509793.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  db9d2b7fba78f1cbe73aba9a1aa51042

RANDOM SEED= 281733163

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1679688 kB
Buffers:         40372 kB
Cached:         262168 kB
SwapCached:      13660 kB
Active:         147708 kB
Inactive:       177644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679688 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          29620 kB
Slab:            36380 kB
Committed_AS:  1157676 kB
PageTables:       1740 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= 66441 MiB

End job on node1 on Sat Mar 10 07:16:36 UTC 2007