Trace number 370311

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) 10000.2 10003.2

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc950.cnf
MD5SUM36e67e1ba9821e3da23147686112d6b9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07883
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.59/1.60	c Starting solver ...
2.49/2.59	c Restarting after 101 conflicts
2.79/2.82	c Restarting after 288 conflicts
3.39/3.47	c Restarting after 513 conflicts
3.59/3.69	c Restarting after 850 conflicts
4.69/4.70	c Restarting after 1356 conflicts
5.89/5.98	c Restarting after 2115 conflicts
6.09/6.10	c Restarting after 3255 conflicts
20.58/20.60	c Restarting after 4963 conflicts
24.38/24.50	c Restarting after 7525 conflicts
40.17/40.27	c Restarting after 11370 conflicts
41.27/41.39	c Restarting after 17136 conflicts
180.04/180.13	c Restarting after 25785 conflicts
203.62/203.77	c Restarting after 38760 conflicts
599.23/599.46	c Restarting after 58222 conflicts
820.63/821.05	c Restarting after 87414 conflicts
1126.24/1126.74	c Restarting after 131203 conflicts
2192.75/2193.55	c Restarting after 196889 conflicts
2462.89/2463.72	c Restarting after 295415 conflicts
3055.03/3056.09	c Restarting after 443204 conflicts
3737.84/3739.04	c Restarting after 664889 conflicts
5142.78/5144.45	c Restarting after 997416 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-370311-1178588988 -o ROOT/results/node65/solver-370311-1178588988 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370311-1178588988/sat7_bin /tmp/evaluation/370311-1178588988/instance-370311-1178588988.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.93 0.97 0.99 3/64 4664
/proc/meminfo: memFree=1838400/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=4728 CPUtime=0
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 334888434 4841472 531 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 1182 534 88 220 0 959 0

[startup+0.0626259 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 4664
/proc/meminfo: memFree=1838400/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=14900 CPUtime=0.06
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 2746 0 0 0 5 1 0 0 18 0 1 0 334888434 15257600 2730 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 3725 2731 88 220 0 3502 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14900

[startup+0.101629 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 4664
/proc/meminfo: memFree=1838400/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=15032 CPUtime=0.09
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 3336 0 0 0 8 1 0 0 18 0 1 0 334888434 15392768 3320 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547008 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 3758 3320 88 220 0 3535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15032

[startup+0.301645 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 4664
/proc/meminfo: memFree=1838400/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=19132 CPUtime=0.29
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 3963 0 0 0 28 1 0 0 19 0 1 0 334888434 19591168 3947 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 4783 3947 88 220 0 4560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19132

[startup+0.701677 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 4664
/proc/meminfo: memFree=1838400/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=23232 CPUtime=0.69
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 5217 0 0 0 67 2 0 0 22 0 1 0 334888434 23789568 5201 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 5808 5202 88 220 0 5585 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23232

[startup+1.50174 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1814328/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=31432 CPUtime=1.49
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 7593 0 0 0 146 3 0 0 25 0 1 0 334888434 32186368 7577 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 7858 7577 88 220 0 7635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31432

[startup+3.10288 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1800632/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=42108 CPUtime=3.09
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 9812 0 0 0 305 4 0 0 25 0 1 0 334888434 43118592 9569 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 10527 9569 95 220 0 10304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42108

[startup+6.30114 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1798904/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=42108 CPUtime=6.29
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 10148 0 0 0 625 4 0 0 25 0 1 0 334888434 43118592 9905 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 10527 9905 95 220 0 10304 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42108

[startup+12.7017 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1798520/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=42108 CPUtime=12.68
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 10235 0 0 0 1264 4 0 0 25 0 1 0 334888434 43118592 9992 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579136 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 10527 9992 95 220 0 10304 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42108

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1797432/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=42108 CPUtime=25.48
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 10507 0 0 0 2543 5 0 0 25 0 1 0 334888434 43118592 10264 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 10527 10264 95 220 0 10304 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42108

[startup+51.1018 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1795384/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=46208 CPUtime=51.07
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 11037 0 0 0 5101 6 0 0 25 0 1 0 334888434 47316992 10794 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 11552 10794 95 220 0 11329 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46208

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 4665
/proc/meminfo: memFree=1794040/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=46304 CPUtime=102.26
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 11372 0 0 0 10220 6 0 0 25 0 1 0 334888434 47415296 11129 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528694 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 11576 11129 95 220 0 11353 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46304

[startup+162.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 4665
/proc/meminfo: memFree=1792504/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=50404 CPUtime=162.23
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 11762 0 0 0 16217 6 0 0 25 0 1 0 334888434 51613696 11519 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 12601 11519 95 220 0 12378 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 50404

[startup+222.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1786872/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=54768 CPUtime=222.23
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 13147 0 0 0 22215 8 0 0 25 0 1 0 334888434 56082432 12904 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579622 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 13692 12904 95 220 0 13469 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 54768

[startup+282.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1785144/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=54880 CPUtime=282.2
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 13580 0 0 0 28212 8 0 0 25 0 1 0 334888434 56197120 13337 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579136 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 13720 13337 95 220 0 13497 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 54880

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1783352/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=58980 CPUtime=342.19
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 14007 0 0 0 34210 9 0 0 25 0 1 0 334888434 60395520 13764 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531413 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 14745 13764 95 220 0 14522 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 58980

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1781624/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=59108 CPUtime=402.17
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 14426 0 0 0 40207 10 0 0 25 0 1 0 334888434 60526592 14183 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528610 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 14777 14183 95 220 0 14554 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 59108

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1780024/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=63208 CPUtime=462.15
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 14818 0 0 0 46205 10 0 0 25 0 1 0 334888434 64724992 14575 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538665 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 15802 14575 95 220 0 15579 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 63208

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1778552/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=63208 CPUtime=522.14
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 15227 0 0 0 52203 11 0 0 25 0 1 0 334888434 64724992 14984 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 15802 14984 95 220 0 15579 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 63208

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1776760/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=63328 CPUtime=582.12
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 15652 0 0 0 58201 11 0 0 25 0 1 0 334888434 64847872 15409 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 15832 15409 95 220 0 15609 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 63328

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4665
/proc/meminfo: memFree=1774456/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=67524 CPUtime=642.12
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 16213 0 0 0 64200 12 0 0 25 0 1 0 334888434 69144576 15970 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 16881 15970 95 220 0 16658 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 67524


################
# More data... #
################

[startup+9102.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5739
/proc/meminfo: memFree=1407992/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=393636 CPUtime=9099.53
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 97798 0 0 0 909829 124 0 0 25 0 1 0 334888434 403083264 97369 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579446 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 98409 97369 95 220 0 98186 0
Current children cumulated CPU time (s) 9099.53
Current children cumulated vsize (KiB) 393636

[startup+9162.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5739
/proc/meminfo: memFree=1407800/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9159.51
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 97841 0 0 0 915827 124 0 0 25 0 1 0 334888434 407281664 97412 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97412 95 220 0 99211 0
Current children cumulated CPU time (s) 9159.51
Current children cumulated vsize (KiB) 397736

[startup+9222.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5739
/proc/meminfo: memFree=1407544/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9219.5
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 97892 0 0 0 921825 125 0 0 25 0 1 0 334888434 407281664 97463 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97463 95 220 0 99211 0
Current children cumulated CPU time (s) 9219.5
Current children cumulated vsize (KiB) 397736

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1407224/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9279.48
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 97970 0 0 0 927823 125 0 0 25 0 1 0 334888434 407281664 97541 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536083 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97541 95 220 0 99211 0
Current children cumulated CPU time (s) 9279.48
Current children cumulated vsize (KiB) 397736

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1407032/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9339.47
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98007 0 0 0 933822 125 0 0 25 0 1 0 334888434 407281664 97578 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97578 95 220 0 99211 0
Current children cumulated CPU time (s) 9339.47
Current children cumulated vsize (KiB) 397736

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1406968/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9399.45
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98023 0 0 0 939820 125 0 0 25 0 1 0 334888434 407281664 97594 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97594 95 220 0 99211 0
Current children cumulated CPU time (s) 9399.45
Current children cumulated vsize (KiB) 397736

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1406776/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9459.43
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98079 0 0 0 945818 125 0 0 25 0 1 0 334888434 407281664 97650 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538593 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97650 95 220 0 99211 0
Current children cumulated CPU time (s) 9459.43
Current children cumulated vsize (KiB) 397736

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1406584/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9519.41
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98133 0 0 0 951816 125 0 0 25 0 1 0 334888434 407281664 97704 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97704 95 220 0 99211 0
Current children cumulated CPU time (s) 9519.41
Current children cumulated vsize (KiB) 397736

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1406072/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9579.4
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98255 0 0 0 957815 125 0 0 25 0 1 0 334888434 407281664 97826 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97826 95 220 0 99211 0
Current children cumulated CPU time (s) 9579.4
Current children cumulated vsize (KiB) 397736

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1405752/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9639.39
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98321 0 0 0 963813 126 0 0 25 0 1 0 334888434 407281664 97892 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97892 95 220 0 99211 0
Current children cumulated CPU time (s) 9639.39
Current children cumulated vsize (KiB) 397736

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1405368/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9699.37
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98414 0 0 0 969811 126 0 0 25 0 1 0 334888434 407281664 97985 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 97985 95 220 0 99211 0
Current children cumulated CPU time (s) 9699.37
Current children cumulated vsize (KiB) 397736

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1404792/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9759.35
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98553 0 0 0 975809 126 0 0 25 0 1 0 334888434 407281664 98124 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 98124 95 220 0 99211 0
Current children cumulated CPU time (s) 9759.35
Current children cumulated vsize (KiB) 397736

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1404280/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397736 CPUtime=9819.33
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98687 0 0 0 981807 126 0 0 25 0 1 0 334888434 407281664 98258 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99434 98258 95 220 0 99211 0
Current children cumulated CPU time (s) 9819.33
Current children cumulated vsize (KiB) 397736

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1403576/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=397912 CPUtime=9879.33
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98838 0 0 0 987806 127 0 0 25 0 1 0 334888434 407461888 98409 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 99478 98409 95 220 0 99255 0
Current children cumulated CPU time (s) 9879.33
Current children cumulated vsize (KiB) 397912

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1403064/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=402012 CPUtime=9939.31
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 98977 0 0 0 993804 127 0 0 25 0 1 0 334888434 411660288 98548 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528685 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 100503 98548 95 220 0 100280 0
Current children cumulated CPU time (s) 9939.31
Current children cumulated vsize (KiB) 402012

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1402680/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=402012 CPUtime=9999.29
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 99086 0 0 0 999802 127 0 0 25 0 1 0 334888434 411660288 98657 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538854 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 100503 98657 95 220 0 100280 0
Current children cumulated CPU time (s) 9999.29
Current children cumulated vsize (KiB) 402012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1402680/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=402012 CPUtime=10000.1
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 99087 0 0 0 999882 127 0 0 25 0 1 0 334888434 411660288 98658 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 100503 98658 95 220 0 100280 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 402012

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

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

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5739
/proc/meminfo: memFree=1402680/2055920 swapFree=4184160/4192956
[pid=4664] ppid=4662 vsize=402012 CPUtime=10000.1
/proc/4664/stat : 4664 (sat7_bin) R 4662 4664 4437 0 -1 4194304 99087 0 0 0 999882 127 0 0 25 0 1 0 334888434 411660288 98658 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4664/statm: 100503 98658 95 220 0 100280 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 402012

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.2
CPU time (s): 10000.2
CPU user time (s): 9998.83
CPU system time (s): 1.3408
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 402012

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

runsolver used 8.04378 second user time and 19.428 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Tue May  8 01:49:48 UTC 2007

IDJOB= 370311
IDBENCH= 20454
IDSOLVER= 183
FILE ID= node65/370311-1178588988

PBS_JOBID= 5217947

Free space on /tmp= 66557 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc950.cnf
COMMAND LINE= /tmp/evaluation/370311-1178588988/sat7_bin /tmp/evaluation/370311-1178588988/instance-370311-1178588988.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-370311-1178588988 -o ROOT/results/node65/solver-370311-1178588988 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370311-1178588988/sat7_bin /tmp/evaluation/370311-1178588988/instance-370311-1178588988.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  36e67e1ba9821e3da23147686112d6b9

RANDOM SEED= 965783559

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.245
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.245
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:       1838872 kB
Buffers:          6716 kB
Cached:         132152 kB
SwapCached:       2504 kB
Active:          47960 kB
Inactive:       100236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838872 kB
SwapTotal:     4192956 kB
SwapFree:      4184160 kB
Dirty:            8148 kB
Writeback:           0 kB
Mapped:          15700 kB
Slab:            54896 kB
Committed_AS:  7395132 kB
PageTables:       1456 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= 66557 MiB

End job on node65 on Tue May  8 04:36:33 UTC 2007