Trace number 331165

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.18 1200.65

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark573.881
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data (download as text)

3.99/4.02	c Starting solver ...
4.09/4.18	c Restarting after 100 conflicts
4.29/4.40	c Restarting after 250 conflicts
4.48/4.52	c Restarting after 476 conflicts
5.08/5.19	c Restarting after 814 conflicts
5.40/5.49	c Restarting after 1320 conflicts
6.39/6.46	c Restarting after 2080 conflicts
7.49/7.55	c Restarting after 3219 conflicts
8.79/8.89	c Restarting after 4929 conflicts
9.68/9.78	c Restarting after 7492 conflicts
11.19/11.23	c Restarting after 11336 conflicts
14.58/14.61	c Restarting after 17102 conflicts
17.68/17.72	c Restarting after 25751 conflicts
25.78/25.89	c Restarting after 38725 conflicts
38.38/38.47	c Restarting after 58186 conflicts
62.57/62.68	c Restarting after 87378 conflicts
103.66/103.76	c Restarting after 131167 conflicts
172.54/172.66	c Restarting after 196851 conflicts
253.61/253.79	c Restarting after 295377 conflicts
464.74/464.98	c Restarting after 443166 conflicts
975.09/975.48	c Restarting after 664849 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/node69/watcher-331165-1173181388 -o ROOT/results/node69/solver-331165-1173181388 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331165-1173181388/sat7_bin /tmp/evaluation/331165-1173181388/instance-331165-1173181388.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25687
/proc/meminfo: memFree=1844192/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=3640 CPUtime=0
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 338096655 3727360 500 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 910 502 88 220 0 687 0

[startup+0.024899 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25687
/proc/meminfo: memFree=1844192/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=6560 CPUtime=0.01
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 1509 0 0 0 1 0 0 0 18 0 1 0 338096655 6717440 1492 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 1640 1493 88 220 0 1417 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6560

[startup+0.101911 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25687
/proc/meminfo: memFree=1844192/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=12712 CPUtime=0.09
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 2179 0 0 0 9 0 0 0 18 0 1 0 338096655 13017088 2162 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134548305 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 3178 2162 88 220 0 2955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12712

[startup+0.301943 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25687
/proc/meminfo: memFree=1844192/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=12844 CPUtime=0.29
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 2460 0 0 0 29 0 0 0 19 0 1 0 338096655 13152256 2443 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134548003 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 3211 2443 88 220 0 2988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12844

[startup+0.702009 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25687
/proc/meminfo: memFree=1844192/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=12976 CPUtime=0.69
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 2964 0 0 0 68 1 0 0 22 0 1 0 338096655 13287424 2947 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 3244 2947 88 220 0 3021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12976

[startup+1.50114 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1831320/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=17480 CPUtime=1.49
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 3934 0 0 0 147 2 0 0 25 0 1 0 338096655 17899520 3917 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 4370 3917 88 220 0 4147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17480

[startup+3.1014 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1825944/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=26384 CPUtime=3.09
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 5767 0 0 0 305 4 0 0 25 0 1 0 338096655 27017216 5750 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 6596 5750 88 220 0 6373 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26384

[startup+6.30192 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1812952/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=36800 CPUtime=6.29
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 8136 0 0 0 623 6 0 0 25 0 1 0 338096655 37683200 8021 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 9200 8021 95 220 0 8977 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36800

[startup+12.702 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1807384/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=41248 CPUtime=12.69
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 9530 0 0 0 1262 7 0 0 25 0 1 0 338096655 42237952 9415 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 10312 9415 95 220 0 10089 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41248

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1793944/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=55108 CPUtime=25.49
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 13046 0 0 0 2539 10 0 0 25 0 1 0 338096655 56430592 12802 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 13777 12802 95 220 0 13554 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55108

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1762264/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=84488 CPUtime=51.08
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 20979 0 0 0 5093 15 0 0 25 0 1 0 338096655 86515712 20735 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 21122 20735 95 220 0 20899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84488

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1703384/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=144764 CPUtime=102.27
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 35578 0 0 0 10201 26 0 0 25 0 1 0 338096655 148238336 35334 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 36191 35334 95 220 0 35968 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 144764

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1643928/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=203792 CPUtime=162.24
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 50519 0 0 0 16185 39 0 0 25 0 1 0 338096655 208683008 50275 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 50948 50275 95 220 0 50725 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 203792

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1578968/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=267716 CPUtime=222.22
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 66632 0 0 0 22167 55 0 0 25 0 1 0 338096655 274141184 66355 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539172 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 66929 66355 95 220 0 66706 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 267716

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1537752/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=311448 CPUtime=282.2
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 77051 0 0 0 28153 67 0 0 25 0 1 0 338096655 318922752 76708 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134541627 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 77862 76708 95 220 0 77639 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 311448

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1501720/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=348828 CPUtime=342.18
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 86030 0 0 0 34142 76 0 0 25 0 1 0 338096655 357199872 85687 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532552 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 87207 85687 95 220 0 86984 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 348828

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1431128/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=420044 CPUtime=402.16
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 103791 0 0 0 40126 90 0 0 25 0 1 0 338096655 430125056 103448 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538593 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 105011 103448 95 220 0 104788 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 420044

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1374616/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=473744 CPUtime=462.15
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 117715 0 0 0 46114 101 0 0 25 0 1 0 338096655 485113856 117372 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135167098 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 118436 117372 95 220 0 118213 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 473744

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1347608/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=500900 CPUtime=522.12
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 124541 0 0 0 52103 109 0 0 25 0 1 0 338096655 512921600 124165 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 125225 124165 95 220 0 125002 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 500900

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1324056/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=526596 CPUtime=582.11
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 130323 0 0 0 58095 116 0 0 25 0 1 0 338096655 539234304 129914 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 131649 129914 95 220 0 131426 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 526596

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1287320/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=563028 CPUtime=642.09
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 139478 0 0 0 64085 124 0 0 25 0 1 0 338096655 576540672 139036 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 140757 139036 95 220 0 140534 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 563028

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1223064/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=626936 CPUtime=702.07
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 155647 0 0 0 70070 137 0 0 25 0 1 0 338096655 641982464 155205 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 156734 155205 95 220 0 156511 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 626936

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1180120/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=669244 CPUtime=762.06
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 166287 0 0 0 76062 144 0 0 25 0 1 0 338096655 685305856 165780 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532443 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 167311 165780 95 220 0 167088 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 669244

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1160536/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=690616 CPUtime=822.03
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 171238 0 0 0 82055 148 0 0 25 0 1 0 338096655 707190784 170665 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 172654 170665 95 220 0 172431 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 690616

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1135128/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=716448 CPUtime=882.02
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 177701 0 0 0 88044 158 0 0 25 0 1 0 338096655 733642752 177030 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 179112 177030 95 220 0 178889 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 716448

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1099864/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=749188 CPUtime=941.99
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 186494 0 0 0 94035 164 0 0 25 0 1 0 338096655 767168512 185823 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 187297 185823 95 220 0 187074 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 749188

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1066328/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=785580 CPUtime=1001.98
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 194967 0 0 0 100026 172 0 0 25 0 1 0 338096655 804433920 194231 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536824 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 196395 194231 95 220 0 196172 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 785580

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25688
/proc/meminfo: memFree=1022936/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=825260 CPUtime=1061.96
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 205849 0 0 0 106015 181 0 0 25 0 1 0 338096655 845066240 205113 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 206315 205113 95 220 0 206092 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 825260

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 25822
/proc/meminfo: memFree=986400/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=862216 CPUtime=1121.88
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 214614 0 0 0 111997 191 0 0 25 0 1 0 338096655 882909184 213812 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 215554 213812 95 220 0 215331 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 862216

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25886
/proc/meminfo: memFree=961688/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=887592 CPUtime=1181.83
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 221090 0 0 0 117985 198 0 0 25 0 1 0 338096655 908894208 220288 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 221898 220288 95 220 0 221675 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 887592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25886
/proc/meminfo: memFree=952280/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=895792 CPUtime=1200.02
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4194304 223310 0 0 0 119802 200 0 0 25 0 1 0 338096655 917291008 222508 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 223948 222508 95 220 0 223725 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 895792

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: 0.99 0.97 0.99 2/65 25886
/proc/meminfo: memFree=952280/2055920 swapFree=4184060/4192956
[pid=25687] ppid=25685 vsize=0 CPUtime=1200.13
/proc/25687/stat : 25687 (sat7_bin) R 25685 25687 24853 0 -1 4195332 223310 0 0 0 119803 210 0 0 25 0 1 0 338096655 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25687/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.18
CPU user time (s): 1198.03
CPU system time (s): 2.14767
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 895792

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

runsolver used 0.811876 second user time and 2.55861 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Tue Mar  6 11:43:09 UTC 2007

IDJOB= 331165
IDBENCH= 20581
IDSOLVER= 101
FILE ID= node69/331165-1173181388

PBS_JOBID= 4015261

Free space on /tmp= 66266 MiB

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

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  ba6236c6cc840bb0208f73665843c375

RANDOM SEED= 591027082

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1844728 kB
Buffers:          2456 kB
Cached:         140664 kB
SwapCached:       2400 kB
Active:          35656 kB
Inactive:       116584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844728 kB
SwapTotal:     4192956 kB
SwapFree:      4184060 kB
Dirty:           19904 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            44928 kB
Committed_AS:   860144 kB
PageTables:       1472 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= 66266 MiB

End job on node69 on Tue Mar  6 12:03:12 UTC 2007