Trace number 331039

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
SAT7 2007-02-08? (TO) 1200.21 1200.66

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark998.38
Satisfiable
(Un)Satisfiability was proved
Number of variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data (download as text)

6.79/6.82	c Starting solver ...
7.09/7.16	c Restarting after 102 conflicts
7.29/7.37	c Restarting after 253 conflicts
7.99/8.03	c Restarting after 479 conflicts
8.59/8.62	c Restarting after 816 conflicts
9.29/9.36	c Restarting after 1322 conflicts
10.18/10.26	c Restarting after 2082 conflicts
10.90/10.93	c Restarting after 3222 conflicts
14.29/14.38	c Restarting after 4930 conflicts
15.48/15.54	c Restarting after 7492 conflicts
19.09/19.14	c Restarting after 11336 conflicts
23.98/24.00	c Restarting after 17102 conflicts
32.38/32.40	c Restarting after 25751 conflicts
45.38/45.43	c Restarting after 38726 conflicts
62.37/62.41	c Restarting after 58187 conflicts
97.76/97.89	c Restarting after 87380 conflicts
168.24/168.34	c Restarting after 131169 conflicts
291.28/291.45	c Restarting after 196853 conflicts
444.73/444.93	c Restarting after 295379 conflicts
756.91/757.20	c Restarting after 443168 conflicts

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/node9/watcher-331039-1173178943 -o ROOT/results/node9/solver-331039-1173178943 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331039-1173178943/sat7_bin /tmp/evaluation/331039-1173178943/instance-331039-1173178943.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.98 3/77 21681
/proc/meminfo: memFree=1870528/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=4516 CPUtime=0
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 565 0 0 0 0 0 0 0 18 0 1 0 337849142 4624384 548 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 1129 551 88 220 0 906 0

[startup+0.0162109 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 21681
/proc/meminfo: memFree=1870528/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=7372 CPUtime=0
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 1699 0 0 0 0 0 0 0 18 0 1 0 337849142 7548928 1683 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 1843 1684 88 220 0 1620 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7372

[startup+0.101228 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 21681
/proc/meminfo: memFree=1870528/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=14552 CPUtime=0.09
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 3155 0 0 0 9 0 0 0 18 0 1 0 337849142 14901248 3138 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 3638 3138 88 220 0 3415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14552

[startup+0.301266 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 21681
/proc/meminfo: memFree=1870528/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=14684 CPUtime=0.29
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 3437 0 0 0 28 1 0 0 19 0 1 0 337849142 15036416 3420 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 3671 3421 88 220 0 3448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14684

[startup+0.702342 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 21681
/proc/meminfo: memFree=1870528/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=18916 CPUtime=0.69
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 3937 0 0 0 68 1 0 0 23 0 1 0 337849142 19369984 3920 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 4729 3920 88 220 0 4506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18916

[startup+1.5015 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 21682
/proc/meminfo: memFree=1853688/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=23280 CPUtime=1.49
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 4881 0 0 0 147 2 0 0 25 0 1 0 337849142 23838720 4864 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134518462 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 5820 4864 88 220 0 5597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23280

[startup+3.10181 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 21682
/proc/meminfo: memFree=1848440/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=28192 CPUtime=3.09
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 6745 0 0 0 305 4 0 0 25 0 1 0 337849142 28868608 6728 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 7048 6728 88 220 0 6825 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28192

[startup+6.30142 s]
/proc/loadavg: 1.01 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1834104/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=42448 CPUtime=6.29
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 10152 0 0 0 622 7 0 0 25 0 1 0 337849142 43466752 10135 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 10612 10135 88 220 0 10389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42448

[startup+12.7017 s]
/proc/loadavg: 1.01 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1820536/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=53708 CPUtime=12.69
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 12896 0 0 0 1260 9 0 0 25 0 1 0 337849142 54996992 12685 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 13427 12685 95 220 0 13204 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53708

[startup+25.5011 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1813368/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=62364 CPUtime=25.49
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 14682 0 0 0 2538 11 0 0 25 0 1 0 337849142 63860736 14471 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 15591 14471 95 220 0 15368 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62364

[startup+51.1011 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1789496/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=85564 CPUtime=51.07
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 20844 0 0 0 5092 15 0 0 25 0 1 0 337849142 87617536 20633 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529396 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 21391 20633 95 220 0 21168 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85564

[startup+102.306 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1727800/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=148524 CPUtime=102.25
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 36084 0 0 0 10198 27 0 0 25 0 1 0 337849142 152088576 35873 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029248 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 37131 35873 95 220 0 36908 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 148524

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1638456/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=235680 CPUtime=162.23
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 58512 0 0 0 16179 44 0 0 25 0 1 0 337849142 241336320 58287 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 58920 58287 95 220 0 58697 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 235680

[startup+222.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1593208/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=281400 CPUtime=222.21
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 69639 0 0 0 22167 54 0 0 25 0 1 0 337849142 288153600 69414 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531413 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 70350 69414 95 220 0 70127 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 281400

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1557880/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=317800 CPUtime=282.19
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 78527 0 0 0 28158 61 0 0 25 0 1 0 337849142 325427200 78302 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 79450 78302 95 220 0 79227 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 317800

[startup+342.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1518392/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=357824 CPUtime=342.17
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 88327 0 0 0 34144 73 0 0 25 0 1 0 337849142 366411776 88102 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 89456 88102 95 220 0 89233 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 357824

[startup+402.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1490680/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=384576 CPUtime=402.15
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 95303 0 0 0 40133 82 0 0 25 0 1 0 337849142 393805824 95078 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558995 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 96144 95078 95 220 0 95921 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 384576

[startup+462.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1463352/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=409288 CPUtime=462.12
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 102021 0 0 0 46123 89 0 0 25 0 1 0 337849142 419110912 101796 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 102322 101796 95 220 0 102099 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 409288

[startup+522.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1437496/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=439096 CPUtime=522.1
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 108504 0 0 0 52113 97 0 0 25 0 1 0 337849142 449634304 108279 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 109774 108279 95 220 0 109551 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 439096

[startup+582.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1412152/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=460932 CPUtime=582.08
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 114773 0 0 0 58104 104 0 0 25 0 1 0 337849142 471994368 114548 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 115233 114548 95 220 0 115010 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 460932

[startup+642.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1390840/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=485852 CPUtime=642.06
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 120040 0 0 0 64096 110 0 0 25 0 1 0 337849142 497512448 119815 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 121463 119815 95 220 0 121240 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 485852

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1373048/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=503456 CPUtime=702.03
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 124529 0 0 0 70088 115 0 0 25 0 1 0 337849142 515538944 124271 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532407 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 125864 124271 95 220 0 125641 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 503456

[startup+762.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1351416/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=525620 CPUtime=762.01
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 129982 0 0 0 76080 121 0 0 25 0 1 0 337849142 538234880 129658 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 131405 129658 95 220 0 131182 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 525620

[startup+822.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 21682
/proc/meminfo: memFree=1306872/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=567464 CPUtime=821.99
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 141230 0 0 0 82069 130 0 0 25 0 1 0 337849142 581083136 140873 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 141866 140873 95 220 0 141643 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 567464

[startup+882.301 s]
/proc/loadavg: 1.05 1.00 0.99 2/78 21682
/proc/meminfo: memFree=1264504/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=610692 CPUtime=881.96
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 151696 0 0 0 88056 140 0 0 25 0 1 0 337849142 625348608 151339 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 152673 151339 95 220 0 152450 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 610692

[startup+942.302 s]
/proc/loadavg: 1.02 1.00 0.99 2/78 21682
/proc/meminfo: memFree=1201976/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=673820 CPUtime=941.94
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 167554 0 0 0 94040 154 0 0 25 0 1 0 337849142 689991680 167197 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134525854 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 168455 167197 95 220 0 168232 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 673820

[startup+1002.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 21682
/proc/meminfo: memFree=1127224/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=750264 CPUtime=1001.92
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 186026 0 0 0 100024 168 0 0 25 0 1 0 337849142 768270336 185636 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538610 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 187566 185636 95 220 0 187343 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 750264

[startup+1062.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 21682
/proc/meminfo: memFree=1053880/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=822252 CPUtime=1061.9
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 204403 0 0 0 106008 182 0 0 25 0 1 0 337849142 841986048 204013 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 205563 204013 95 220 0 205340 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 822252

[startup+1122.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 21682
/proc/meminfo: memFree=1005176/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=869776 CPUtime=1121.87
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 216438 0 0 0 111995 192 0 0 25 0 1 0 337849142 890650624 216048 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134578683 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 217444 216048 95 220 0 217221 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 869776

[startup+1182.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/78 21682
/proc/meminfo: memFree=952632/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=921000 CPUtime=1181.86
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 229535 0 0 0 117981 205 0 0 25 0 1 0 337849142 943104000 229145 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 230250 229145 95 220 0 230027 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 921000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.10 1.05 1.00 2/78 21682
/proc/meminfo: memFree=938872/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=935616 CPUtime=1200.05
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4194304 232871 0 0 0 119798 207 0 0 25 0 1 0 337849142 958070784 232481 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 233904 232481 95 220 0 233681 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 935616

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

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

[startup+1200.61 s]
/proc/loadavg: 1.10 1.05 1.00 2/78 21682
/proc/meminfo: memFree=938872/2055920 swapFree=4152252/4192956
[pid=21681] ppid=21679 vsize=0 CPUtime=1200.15
/proc/21681/stat : 21681 (sat7_bin) R 21679 21681 21032 0 -1 4195332 232871 0 0 0 119798 217 0 0 25 0 1 0 337849142 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21681/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.66
CPU time (s): 1200.21
CPU user time (s): 1197.99
CPU system time (s): 2.22566
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 935616

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

runsolver used 1.3158 second user time and 3.06153 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Mar  6 11:02:25 UTC 2007

IDJOB= 331039
IDBENCH= 20578
IDSOLVER= 101
FILE ID= node9/331039-1173178943

PBS_JOBID= 4015028

Free space on /tmp= 66404 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq4.cnf
COMMAND LINE= /tmp/evaluation/331039-1173178943/sat7_bin /tmp/evaluation/331039-1173178943/instance-331039-1173178943.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-331039-1173178943 -o ROOT/results/node9/solver-331039-1173178943 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331039-1173178943/sat7_bin /tmp/evaluation/331039-1173178943/instance-331039-1173178943.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  6fcbaf8c6c7ed0c41d8ac12258cafaee

RANDOM SEED= 607164468

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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:       1871384 kB
Buffers:         15648 kB
Cached:          97456 kB
SwapCached:       8684 kB
Active:          65556 kB
Inactive:        70076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871384 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:           32980 kB
Writeback:           0 kB
Mapped:          29540 kB
Slab:            34536 kB
Committed_AS:  1436496 kB
PageTables:       1688 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= 66404 MiB

End job on node9 on Tue Mar  6 11:22:28 UTC 2007