Trace number 370309

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 10004.3

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1104.cnf
MD5SUMb832b12eac41e59883ac2887c5963c54
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.71359
Satisfiable
(Un)Satisfiability was proved
Number of variables280900
Number of clauses926808
Sum of the clauses size2471229
Maximum clause length3
Minimum clause length1
Number of clauses of size 15452
Number of clauses of size 2298291
Number of clauses of size 3623065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

4.29/4.34	c Starting solver ...
5.08/5.18	c Restarting after 100 conflicts
5.28/5.33	c Restarting after 252 conflicts
6.98/7.02	c Restarting after 477 conflicts
7.28/7.34	c Restarting after 814 conflicts
7.69/7.71	c Restarting after 1320 conflicts
31.07/31.10	c Restarting after 2079 conflicts
39.66/39.75	c Restarting after 3218 conflicts
42.77/42.84	c Restarting after 4927 conflicts
46.17/46.27	c Restarting after 7489 conflicts
55.16/55.22	c Restarting after 11333 conflicts
69.95/70.01	c Restarting after 17099 conflicts
107.34/107.42	c Restarting after 25748 conflicts
129.93/130.09	c Restarting after 38724 conflicts
164.42/164.54	c Restarting after 58185 conflicts
257.39/257.57	c Restarting after 87378 conflicts
754.00/754.38	c Restarting after 131168 conflicts
857.36/857.90	c Restarting after 196853 conflicts
1115.05/1115.79	c Restarting after 295380 conflicts
2148.08/2149.20	c Restarting after 443169 conflicts
3470.58/3472.12	c Restarting after 664854 conflicts
9178.19/9182.08	c Restarting after 997379 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/node10/watcher-370309-1178588871 -o ROOT/results/node10/solver-370309-1178588871 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370309-1178588871/sat7_bin /tmp/evaluation/370309-1178588871/instance-370309-1178588871.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.85 0.97 0.99 3/77 20551
/proc/meminfo: memFree=1848576/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=9848 CPUtime=0
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 760 0 0 0 0 0 0 0 18 0 1 0 334924737 10084352 744 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 2462 747 88 220 0 2239 0

[startup+0.0915039 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 20551
/proc/meminfo: memFree=1848576/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=23432 CPUtime=0.08
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 5296 0 0 0 7 1 0 0 18 0 1 0 334924737 23994368 5280 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 5858 5281 88 220 0 5635 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23432

[startup+0.102506 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 20551
/proc/meminfo: memFree=1848576/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=23432 CPUtime=0.09
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 5485 0 0 0 7 2 0 0 18 0 1 0 334924737 23994368 5469 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 5858 5470 88 220 0 5635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23432

[startup+0.30155 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 20551
/proc/meminfo: memFree=1848576/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=35864 CPUtime=0.29
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 8224 0 0 0 26 3 0 0 19 0 1 0 334924737 36724736 8208 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 8966 8208 88 220 0 8743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35864

[startup+0.702634 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 20551
/proc/meminfo: memFree=1848576/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=39964 CPUtime=0.69
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 9441 0 0 0 65 4 0 0 23 0 1 0 334924737 40923136 9425 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029241 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 9991 9425 88 220 0 9768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39964

[startup+1.50181 s]
/proc/loadavg: 0.85 0.97 0.99 3/78 20552
/proc/meminfo: memFree=1807608/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=48164 CPUtime=1.49
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 11809 0 0 0 144 5 0 0 25 0 1 0 334924737 49319936 11793 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134518441 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 12041 11793 88 220 0 11818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48164

[startup+3.10115 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1794488/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=68664 CPUtime=3.09
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 16486 0 0 0 301 8 0 0 25 0 1 0 334924737 70311936 16470 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134548229 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 17166 16470 88 220 0 16943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68664

[startup+6.30184 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1753984/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=98772 CPUtime=6.28
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 24296 0 0 0 614 14 0 0 25 0 1 0 334924737 101142528 23796 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 24693 23796 95 220 0 24470 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 98772

[startup+12.7012 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1751808/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=98820 CPUtime=12.68
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 24766 0 0 0 1253 15 0 0 25 0 1 0 334924737 101191680 24265 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538107 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 24705 24265 95 220 0 24482 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98820

[startup+25.502 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1751552/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=98820 CPUtime=25.47
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 24821 0 0 0 2532 15 0 0 25 0 1 0 334924737 101191680 24320 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536231 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 24705 24320 95 220 0 24482 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 98820

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1748160/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=103176 CPUtime=51.06
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 25680 0 0 0 5090 16 0 0 25 0 1 0 334924737 105652224 25179 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 25794 25179 95 220 0 25571 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 103176

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1740032/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=111660 CPUtime=102.24
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 27698 0 0 0 10207 17 0 0 25 0 1 0 334924737 114339840 27197 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 27915 27197 95 220 0 27692 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 111660

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1715456/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=137868 CPUtime=162.22
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 33996 0 0 0 16200 22 0 0 25 0 1 0 334924737 141176832 33470 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 34467 33470 95 220 0 34244 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 137868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1697728/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=156080 CPUtime=222.2
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 38273 0 0 0 22194 26 0 0 25 0 1 0 334924737 159825920 37747 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 39020 37747 95 220 0 38797 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 156080

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1689216/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=161024 CPUtime=282.18
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 40410 0 0 0 28190 28 0 0 25 0 1 0 334924737 164888576 39884 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579674 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 40256 39884 95 220 0 40033 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 161024

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1688256/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=165124 CPUtime=342.15
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 40649 0 0 0 34187 28 0 0 25 0 1 0 334924737 169086976 40123 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579281 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 41281 40123 95 220 0 41058 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 165124

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1687168/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=165228 CPUtime=402.13
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 40919 0 0 0 40184 29 0 0 25 0 1 0 334924737 169193472 40393 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528608 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 41307 40393 95 220 0 41084 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 165228

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1686144/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=165228 CPUtime=462.11
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 41169 0 0 0 46181 30 0 0 25 0 1 0 334924737 169193472 40643 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 41307 40643 95 220 0 41084 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 165228

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1684864/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=165324 CPUtime=522.09
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 41482 0 0 0 52178 31 0 0 25 0 1 0 334924737 169291776 40956 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579077 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 41331 40956 95 220 0 41108 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 165324

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1683904/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=169424 CPUtime=582.07
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 41731 0 0 0 58175 32 0 0 25 0 1 0 334924737 173490176 41205 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533784 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 42356 41205 95 220 0 42133 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 169424

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 20552
/proc/meminfo: memFree=1682688/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=169424 CPUtime=642.05
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 42022 0 0 0 64172 33 0 0 25 0 1 0 334924737 173490176 41496 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 42356 41496 95 220 0 42133 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 169424


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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 21626
/proc/meminfo: memFree=1184256/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=640104 CPUtime=9098.52
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 159277 0 0 0 909630 222 0 0 25 0 1 0 334924737 655466496 158326 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 160026 158326 95 220 0 159803 0
Current children cumulated CPU time (s) 9098.52
Current children cumulated vsize (KiB) 640104

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1182016/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=640496 CPUtime=9158.5
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 159731 0 0 0 915627 223 0 0 25 0 1 0 334924737 655867904 158747 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134540075 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 160124 158747 95 220 0 159901 0
Current children cumulated CPU time (s) 9158.5
Current children cumulated vsize (KiB) 640496

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1176576/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=645504 CPUtime=9218.48
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 161169 0 0 0 921624 224 0 0 25 0 1 0 334924737 660996096 160086 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 161376 160086 95 220 0 161153 0
Current children cumulated CPU time (s) 9218.48
Current children cumulated vsize (KiB) 645504

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1174912/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=645632 CPUtime=9278.45
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 161578 0 0 0 927619 226 0 0 25 0 1 0 334924737 661127168 160495 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538767 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 161408 160495 95 220 0 161185 0
Current children cumulated CPU time (s) 9278.45
Current children cumulated vsize (KiB) 645632

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1172672/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=649732 CPUtime=9338.44
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 162120 0 0 0 933617 227 0 0 25 0 1 0 334924737 665325568 161037 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 162433 161037 95 220 0 162210 0
Current children cumulated CPU time (s) 9338.44
Current children cumulated vsize (KiB) 649732

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1170368/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=649732 CPUtime=9398.41
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 162694 0 0 0 939614 227 0 0 25 0 1 0 334924737 665325568 161611 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 162433 161611 95 220 0 162210 0
Current children cumulated CPU time (s) 9398.41
Current children cumulated vsize (KiB) 649732

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1168192/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=653832 CPUtime=9458.38
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 163222 0 0 0 945610 228 0 0 25 0 1 0 334924737 669523968 162139 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529303 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 163458 162139 95 220 0 163235 0
Current children cumulated CPU time (s) 9458.38
Current children cumulated vsize (KiB) 653832

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1166272/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=653832 CPUtime=9518.36
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 163707 0 0 0 951607 229 0 0 25 0 1 0 334924737 669523968 162624 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578696 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 163458 162624 95 220 0 163235 0
Current children cumulated CPU time (s) 9518.36
Current children cumulated vsize (KiB) 653832

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1164160/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=657932 CPUtime=9578.34
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 164221 0 0 0 957604 230 0 0 25 0 1 0 334924737 673722368 163138 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 164483 163138 95 220 0 164260 0
Current children cumulated CPU time (s) 9578.34
Current children cumulated vsize (KiB) 657932

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1162048/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=657932 CPUtime=9638.33
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 164743 0 0 0 963601 232 0 0 25 0 1 0 334924737 673722368 163660 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537091 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 164483 163660 95 220 0 164260 0
Current children cumulated CPU time (s) 9638.33
Current children cumulated vsize (KiB) 657932

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1159872/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=662192 CPUtime=9698.3
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 165267 0 0 0 969597 233 0 0 25 0 1 0 334924737 678084608 164184 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 165548 164184 95 220 0 165325 0
Current children cumulated CPU time (s) 9698.3
Current children cumulated vsize (KiB) 662192

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1157632/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=666292 CPUtime=9758.28
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 165835 0 0 0 975594 234 0 0 25 0 1 0 334924737 682283008 164752 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 166573 164752 95 220 0 166350 0
Current children cumulated CPU time (s) 9758.28
Current children cumulated vsize (KiB) 666292

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1155264/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=666292 CPUtime=9818.26
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 166413 0 0 0 981591 235 0 0 25 0 1 0 334924737 682283008 165330 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 166573 165330 95 220 0 166350 0
Current children cumulated CPU time (s) 9818.26
Current children cumulated vsize (KiB) 666292

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1152960/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=670392 CPUtime=9878.24
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 166975 0 0 0 987588 236 0 0 25 0 1 0 334924737 686481408 165892 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 167598 165892 95 220 0 167375 0
Current children cumulated CPU time (s) 9878.24
Current children cumulated vsize (KiB) 670392

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1150528/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=670392 CPUtime=9938.21
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 167574 0 0 0 993585 236 0 0 25 0 1 0 334924737 686481408 166491 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 167598 166491 95 220 0 167375 0
Current children cumulated CPU time (s) 9938.21
Current children cumulated vsize (KiB) 670392

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1148352/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=674652 CPUtime=9998.2
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 168110 0 0 0 999582 238 0 0 25 0 1 0 334924737 690843648 167027 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 168663 167027 95 220 0 168440 0
Current children cumulated CPU time (s) 9998.2
Current children cumulated vsize (KiB) 674652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1148288/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=674652 CPUtime=10000.1
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4194304 168122 0 0 0 999772 238 0 0 25 0 1 0 334924737 690843648 167039 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528656 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 168663 167039 95 220 0 168440 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 674652

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

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

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21626
/proc/meminfo: memFree=1148288/2055920 swapFree=4145572/4192956
[pid=20551] ppid=20549 vsize=0 CPUtime=10000.2
/proc/20551/stat : 20551 (sat7_bin) R 20549 20551 20495 0 -1 4195332 168122 0 0 0 999772 248 0 0 25 0 1 0 334924737 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/20551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10004.3
CPU time (s): 10000.2
CPU user time (s): 9997.72
CPU system time (s): 2.48962
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 674652

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

runsolver used 7.75782 second user time and 21.3348 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue May  8 01:47:52 UTC 2007

IDJOB= 370309
IDBENCH= 20452
IDSOLVER= 183
FILE ID= node10/370309-1178588871

PBS_JOBID= 5217739

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b832b12eac41e59883ac2887c5963c54

RANDOM SEED= 174981965

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1849048 kB
Buffers:         26784 kB
Cached:          92968 kB
SwapCached:      15636 kB
Active:          64088 kB
Inactive:        78524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849048 kB
SwapTotal:     4192956 kB
SwapFree:      4145572 kB
Dirty:           20336 kB
Writeback:           0 kB
Mapped:          29840 kB
Slab:            49824 kB
Committed_AS:  5191628 kB
PageTables:       1708 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= 66544 MiB

End job on node10 on Tue May  8 04:34:39 UTC 2007