Trace number 370313

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-08UNSAT 4988.02 4989.95

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc949.cnf
MD5SUMe10ad28ec7f3c39ecd45d17e52e9ffcb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.976851
Satisfiable
(Un)Satisfiability was proved
Number of variables112656
Number of clauses360099
Sum of the clauses size954283
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119830
Number of clauses of size 3237177
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.61	c Starting solver ...
2.49/2.57	c Restarting after 100 conflicts
2.59/2.61	c Restarting after 251 conflicts
2.69/2.71	c Restarting after 476 conflicts
2.89/2.93	c Restarting after 813 conflicts
12.09/12.15	c Restarting after 1319 conflicts
12.28/12.30	c Restarting after 2080 conflicts
12.38/12.45	c Restarting after 3219 conflicts
13.48/13.52	c Restarting after 4927 conflicts
15.69/15.76	c Restarting after 7489 conflicts
66.16/66.20	c Restarting after 11333 conflicts
76.37/76.40	c Restarting after 17099 conflicts
109.65/109.76	c Restarting after 25748 conflicts
119.85/119.98	c Restarting after 38722 conflicts
183.13/183.30	c Restarting after 58183 conflicts
636.14/636.50	c Restarting after 87376 conflicts
787.09/787.58	c Restarting after 131166 conflicts
849.77/850.26	c Restarting after 196851 conflicts
1536.24/1536.93	c Restarting after 295377 conflicts
2378.95/2379.97	c Restarting after 443166 conflicts
4647.79/4649.60	c Restarting after 664850 conflicts
4987.68/4989.62	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node46/watcher-370313-1178589300 -o ROOT/results/node46/solver-370313-1178589300 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370313-1178589300/sat7_bin /tmp/evaluation/370313-1178589300/instance-370313-1178589300.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.98 0.98 3/78 17138
/proc/meminfo: memFree=1580024/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=4592 CPUtime=0
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 388 0 0 0 0 0 0 0 19 0 1 0 213613163 4702208 372 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 1148 375 88 220 0 925 0

[startup+0.043338 s]
/proc/loadavg: 0.93 0.98 0.98 3/78 17138
/proc/meminfo: memFree=1580024/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=10796 CPUtime=0.03
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 2346 0 0 0 3 0 0 0 19 0 1 0 213613163 11055104 2330 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 2699 2331 88 220 0 2476 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10796

[startup+0.101346 s]
/proc/loadavg: 0.93 0.98 0.98 3/78 17138
/proc/meminfo: memFree=1580024/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=15028 CPUtime=0.09
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 3327 0 0 0 8 1 0 0 19 0 1 0 213613163 15388672 3311 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134548229 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 3757 3311 88 220 0 3534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15028

[startup+0.301384 s]
/proc/loadavg: 0.93 0.98 0.98 3/78 17138
/proc/meminfo: memFree=1580024/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=19128 CPUtime=0.29
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 3948 0 0 0 28 1 0 0 21 0 1 0 213613163 19587072 3932 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547035 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 4782 3932 88 220 0 4559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19128

[startup+0.701458 s]
/proc/loadavg: 0.93 0.98 0.98 3/78 17138
/proc/meminfo: memFree=1580024/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=23228 CPUtime=0.68
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 5205 0 0 0 67 1 0 0 24 0 1 0 213613163 23785472 5189 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547997 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 5807 5190 88 220 0 5584 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23228

[startup+1.50161 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 17139
/proc/meminfo: memFree=1555888/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=31428 CPUtime=1.48
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 7595 0 0 0 145 3 0 0 25 0 1 0 213613163 32182272 7579 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 7857 7580 88 220 0 7634 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31428

[startup+3.1019 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 17139
/proc/meminfo: memFree=1542256/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=42104 CPUtime=3.09
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 9861 0 0 0 305 4 0 0 25 0 1 0 213613163 43114496 9618 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558995 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 10526 9618 95 220 0 10303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42104

[startup+6.3025 s]
/proc/loadavg: 1.01 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1540912/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=42104 CPUtime=6.29
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 10000 0 0 0 624 5 0 0 25 0 1 0 213613163 43114496 9757 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528670 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 10526 9757 95 220 0 10303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42104

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1540976/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=42104 CPUtime=12.68
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 10195 0 0 0 1263 5 0 0 25 0 1 0 213613163 43114496 9952 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537030 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 10526 9952 95 220 0 10303 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42104

[startup+25.5011 s]
/proc/loadavg: 1.01 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1538096/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=46204 CPUtime=25.48
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 10769 0 0 0 2542 6 0 0 25 0 1 0 213613163 47312896 10526 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 11551 10526 95 220 0 11328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46204

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1536496/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=46204 CPUtime=51.07
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 11183 0 0 0 5100 7 0 0 25 0 1 0 213613163 47312896 10940 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528656 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 11551 10940 95 220 0 11328 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46204

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1524848/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=58560 CPUtime=102.26
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 14091 0 0 0 10215 11 0 0 25 0 1 0 213613163 59965440 13848 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 14640 13848 95 220 0 14417 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58560

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1519920/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=62740 CPUtime=162.23
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 15323 0 0 0 16210 13 0 0 25 0 1 0 213613163 64245760 15080 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579644 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 15685 15080 95 220 0 15462 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 62740

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1513456/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=71064 CPUtime=222.21
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 16923 0 0 0 22206 15 0 0 25 0 1 0 213613163 72769536 16680 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 17766 16680 95 220 0 17543 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 71064

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1511152/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=71064 CPUtime=282.19
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 17490 0 0 0 28203 16 0 0 25 0 1 0 213613163 72769536 17247 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528625 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 17766 17247 95 220 0 17543 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 71064

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 17139
/proc/meminfo: memFree=1508600/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=75164 CPUtime=342.17
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 18117 0 0 0 34200 17 0 0 25 0 1 0 213613163 76967936 17874 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 18791 17874 95 220 0 18568 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 75164

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.98 2/85 17307
/proc/meminfo: memFree=1505536/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=75268 CPUtime=402.07
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 18549 0 0 0 40189 18 0 0 25 0 1 0 213613163 77074432 18306 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531447 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 18817 18306 95 220 0 18594 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 75268

[startup+462.301 s]
/proc/loadavg: 1.04 1.01 0.99 2/79 17813
/proc/meminfo: memFree=1503288/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=79368 CPUtime=462
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 18965 0 0 0 46180 20 0 0 25 0 1 0 213613163 81272832 18722 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528625 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 19842 18722 95 220 0 19619 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 79368

[startup+522.301 s]
/proc/loadavg: 1.01 1.01 0.99 2/79 17813
/proc/meminfo: memFree=1501624/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=79488 CPUtime=521.98
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 19405 0 0 0 52177 21 0 0 25 0 1 0 213613163 81395712 19162 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528630 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 19872 19162 95 220 0 19649 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 79488

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17813
/proc/meminfo: memFree=1499896/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=79752 CPUtime=581.96
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 19845 0 0 0 58174 22 0 0 25 0 1 0 213613163 81666048 19602 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578696 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 19938 19602 95 220 0 19715 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 79752

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 17813
/proc/meminfo: memFree=1496696/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=83852 CPUtime=641.94
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 20631 0 0 0 64171 23 0 0 25 0 1 0 213613163 85864448 20388 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565484 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 20963 20388 95 220 0 20740 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 83852


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

/proc/meminfo: memFree=1278264/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=302132 CPUtime=4300.61
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 75227 0 0 0 429949 112 0 0 25 0 1 0 213613163 309383168 74800 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 75533 74800 95 220 0 75310 0
Current children cumulated CPU time (s) 4300.61
Current children cumulated vsize (KiB) 302132

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1273976/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=306788 CPUtime=4360.59
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 76324 0 0 0 435946 113 0 0 25 0 1 0 213613163 314150912 75864 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528780 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 76697 75864 95 220 0 76474 0
Current children cumulated CPU time (s) 4360.59
Current children cumulated vsize (KiB) 306788

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1272760/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=310888 CPUtime=4420.57
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 76644 0 0 0 441943 114 0 0 25 0 1 0 213613163 318349312 76183 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 77722 76183 95 220 0 77499 0
Current children cumulated CPU time (s) 4420.57
Current children cumulated vsize (KiB) 310888

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1271672/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=310948 CPUtime=4480.55
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 76906 0 0 0 447941 114 0 0 25 0 1 0 213613163 318410752 76445 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536713 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 77737 76445 95 220 0 77514 0
Current children cumulated CPU time (s) 4480.55
Current children cumulated vsize (KiB) 310948

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1268408/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=315280 CPUtime=4540.53
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 77738 0 0 0 453937 116 0 0 25 0 1 0 213613163 322846720 77277 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 78820 77277 95 220 0 78597 0
Current children cumulated CPU time (s) 4540.53
Current children cumulated vsize (KiB) 315280

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1257400/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=323872 CPUtime=4600.51
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 80475 0 0 0 459932 119 0 0 25 0 1 0 213613163 331644928 80014 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 80968 80014 95 220 0 80745 0
Current children cumulated CPU time (s) 4600.51
Current children cumulated vsize (KiB) 323872

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1249080/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=332712 CPUtime=4660.49
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 82558 0 0 0 465927 122 0 0 25 0 1 0 213613163 340697088 82097 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 83178 82097 95 220 0 82955 0
Current children cumulated CPU time (s) 4660.49
Current children cumulated vsize (KiB) 332712

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1243512/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=337688 CPUtime=4720.47
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 83939 0 0 0 471923 124 0 0 25 0 1 0 213613163 345792512 83478 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538779 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 84422 83478 95 220 0 84199 0
Current children cumulated CPU time (s) 4720.47
Current children cumulated vsize (KiB) 337688

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1240184/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=341788 CPUtime=4780.45
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 84757 0 0 0 477920 125 0 0 25 0 1 0 213613163 349990912 84296 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 85447 84296 95 220 0 85224 0
Current children cumulated CPU time (s) 4780.45
Current children cumulated vsize (KiB) 341788

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1236792/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=345976 CPUtime=4840.43
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 85601 0 0 0 483916 127 0 0 25 0 1 0 213613163 354279424 85140 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 86494 85140 95 220 0 86271 0
Current children cumulated CPU time (s) 4840.43
Current children cumulated vsize (KiB) 345976

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1231480/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=350508 CPUtime=4900.41
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 86941 0 0 0 489911 130 0 0 25 0 1 0 213613163 358920192 86480 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 87627 86480 95 220 0 87404 0
Current children cumulated CPU time (s) 4900.41
Current children cumulated vsize (KiB) 350508

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1223480/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=359020 CPUtime=4960.39
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 88910 0 0 0 495907 132 0 0 25 0 1 0 213613163 367636480 88449 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 89755 88449 95 220 0 89532 0
Current children cumulated CPU time (s) 4960.39
Current children cumulated vsize (KiB) 359020

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1222968/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=359020 CPUtime=4964.38
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 89070 0 0 0 496306 132 0 0 25 0 1 0 213613163 367636480 88609 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 89755 88609 95 220 0 89532 0
Current children cumulated CPU time (s) 4964.38
Current children cumulated vsize (KiB) 359020

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1220728/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=363120 CPUtime=4977.18
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 89610 0 0 0 497585 133 0 0 25 0 1 0 213613163 371834880 89149 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537091 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 90780 89149 95 220 0 90557 0
Current children cumulated CPU time (s) 4977.18
Current children cumulated vsize (KiB) 363120

[startup+4985.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1219832/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=363120 CPUtime=4983.58
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 89814 0 0 0 498225 133 0 0 25 0 1 0 213613163 371834880 89353 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 90780 89353 95 220 0 90557 0
Current children cumulated CPU time (s) 4983.58
Current children cumulated vsize (KiB) 363120

[startup+4987.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1219768/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=363120 CPUtime=4985.18
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 89853 0 0 0 498385 133 0 0 25 0 1 0 213613163 371834880 89392 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536211 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 90780 89392 95 220 0 90557 0
Current children cumulated CPU time (s) 4985.18
Current children cumulated vsize (KiB) 363120

[startup+4988.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1219320/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=363120 CPUtime=4986.78
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 89960 0 0 0 498545 133 0 0 25 0 1 0 213613163 371834880 89499 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 90780 89499 95 220 0 90557 0
Current children cumulated CPU time (s) 4986.78
Current children cumulated vsize (KiB) 363120

[startup+4989.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1219000/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=363120 CPUtime=4987.58
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194304 90015 0 0 0 498625 133 0 0 25 0 1 0 213613163 371834880 89554 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533792 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 90780 89554 95 220 0 90557 0
Current children cumulated CPU time (s) 4987.58
Current children cumulated vsize (KiB) 363120

[startup+4989.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 18013
/proc/meminfo: memFree=1219000/2055920 swapFree=4159456/4192956
[pid=17138] ppid=17136 vsize=0 CPUtime=4987.97
/proc/17138/stat : 17138 (sat7_bin) R 17136 17138 17082 0 -1 4194308 90017 0 0 0 498662 135 0 0 25 0 1 0 213613163 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17138/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4987.97
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 4989.95
CPU time (s): 4988.02
CPU user time (s): 4986.63
CPU system time (s): 1.39779
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 363120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4986.63
system time used= 1.39779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90017
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= 7
involuntary context switches= 8483

runsolver used 4.6063 second user time and 12.1552 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Tue May  8 01:55:02 UTC 2007

IDJOB= 370313
IDBENCH= 20456
IDSOLVER= 183
FILE ID= node46/370313-1178589300

PBS_JOBID= 5217952

Free space on /tmp= 66213 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  e10ad28ec7f3c39ecd45d17e52e9ffcb

RANDOM SEED= 547564847

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1580432 kB
Buffers:         39656 kB
Cached:         297328 kB
SwapCached:       3288 kB
Active:          88340 kB
Inactive:       272344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580432 kB
SwapTotal:     4192956 kB
SwapFree:      4159456 kB
Dirty:            8152 kB
Writeback:           0 kB
Mapped:          31336 kB
Slab:           100160 kB
Committed_AS:  5178120 kB
PageTables:       1992 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= 66213 MiB

End job on node46 on Tue May  8 03:18:12 UTC 2007