Trace number 370330

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 1386.5 1387.02

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark225.619
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

3.39/3.46	c Starting solver ...
4.79/4.85	c Restarting after 100 conflicts
5.39/5.43	c Restarting after 250 conflicts
6.09/6.16	c Restarting after 475 conflicts
6.79/6.80	c Restarting after 812 conflicts
8.49/8.53	c Restarting after 1318 conflicts
10.59/10.67	c Restarting after 2077 conflicts
13.29/13.40	c Restarting after 3217 conflicts
14.78/14.89	c Restarting after 4926 conflicts
18.79/18.81	c Restarting after 7491 conflicts
23.59/23.68	c Restarting after 11336 conflicts
35.88/35.92	c Restarting after 17103 conflicts
46.37/46.49	c Restarting after 25752 conflicts
64.57/64.65	c Restarting after 38730 conflicts
95.26/95.35	c Restarting after 58193 conflicts
130.95/131.02	c Restarting after 87386 conflicts
190.83/190.97	c Restarting after 131176 conflicts
343.58/343.80	c Restarting after 196860 conflicts
540.72/540.96	c Restarting after 295386 conflicts
968.09/968.49	c Restarting after 443175 conflicts
1386.08/1386.69	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/node3/watcher-370330-1178595506 -o ROOT/results/node3/solver-370330-1178595506 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370330-1178595506/sat7_bin /tmp/evaluation/370330-1178595506/instance-370330-1178595506.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.99 0.98 0.99 3/77 24790
/proc/meminfo: memFree=1801752/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=9288 CPUtime=0
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 743 0 0 0 0 0 0 0 18 0 1 0 335588436 9510912 727 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 2322 730 88 220 0 2099 0

[startup+0.106004 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24790
/proc/meminfo: memFree=1801752/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=22516 CPUtime=0.09
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 5408 0 0 0 8 1 0 0 18 0 1 0 335588436 23056384 5392 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 5629 5392 88 220 0 5406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22516

[startup+0.20202 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24790
/proc/meminfo: memFree=1801752/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=30716 CPUtime=0.19
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 7255 0 0 0 17 2 0 0 18 0 1 0 335588436 31453184 7239 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 7679 7240 88 220 0 7456 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30716

[startup+0.301036 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24790
/proc/meminfo: memFree=1801752/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=34816 CPUtime=0.28
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 7774 0 0 0 26 2 0 0 19 0 1 0 335588436 35651584 7758 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 8704 7758 88 220 0 8481 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34816

[startup+0.701101 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24790
/proc/meminfo: memFree=1801752/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=38916 CPUtime=0.69
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 8701 0 0 0 66 3 0 0 23 0 1 0 335588436 39849984 8685 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 9729 8685 88 220 0 9506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38916

[startup+1.50123 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1763600/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=43016 CPUtime=1.49
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 10511 0 0 0 145 4 0 0 25 0 1 0 335588436 44048384 10495 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 10754 10496 88 220 0 10531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43016

[startup+3.10249 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1753680/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=59416 CPUtime=3.09
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 13997 0 0 0 302 7 0 0 25 0 1 0 335588436 60841984 13981 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134548003 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 14854 13981 88 220 0 14631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59416

[startup+6.30201 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1728464/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=77016 CPUtime=6.29
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 18929 0 0 0 619 10 0 0 25 0 1 0 335588436 78864384 18429 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 19254 18429 95 220 0 19031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77016

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1726992/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=77016 CPUtime=12.68
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 19271 0 0 0 1258 10 0 0 25 0 1 0 335588436 78864384 18771 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 19254 18771 95 220 0 19031 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 77016

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 24791
/proc/meminfo: memFree=1724496/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=81116 CPUtime=25.49
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 19854 0 0 0 2538 11 0 0 25 0 1 0 335588436 83062784 19354 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 20279 19354 95 220 0 20056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81116

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1721680/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=81248 CPUtime=51.08
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 20567 0 0 0 5096 12 0 0 25 0 1 0 335588436 83197952 20067 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 20312 20067 95 220 0 20089 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81248

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1715536/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=89980 CPUtime=102.26
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 22108 0 0 0 10213 13 0 0 25 0 1 0 335588436 92139520 21608 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 22495 21608 95 220 0 22272 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89980

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1705360/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=99456 CPUtime=162.24
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 24666 0 0 0 16207 17 0 0 25 0 1 0 335588436 101842944 24166 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 24864 24166 95 220 0 24641 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 99456

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1695824/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=108184 CPUtime=222.22
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 27027 0 0 0 22202 20 0 0 25 0 1 0 335588436 110780416 26527 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 27046 26527 95 220 0 26823 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 108184

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1689168/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=116944 CPUtime=282.2
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 28683 0 0 0 28197 23 0 0 25 0 1 0 335588436 119750656 28183 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 29236 28183 95 220 0 29013 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 116944

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1682960/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=121628 CPUtime=342.19
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 30204 0 0 0 34193 26 0 0 25 0 1 0 335588436 124547072 29704 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 30407 29704 95 220 0 30184 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 121628

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1674768/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=130944 CPUtime=402.16
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 32244 0 0 0 40187 29 0 0 25 0 1 0 335588436 134086656 31744 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 32736 31744 95 220 0 32513 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 130944

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1667600/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=135636 CPUtime=462.15
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 34006 0 0 0 46183 32 0 0 25 0 1 0 335588436 138891264 33506 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 33909 33506 95 220 0 33686 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 135636

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1659984/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=144428 CPUtime=522.13
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 35925 0 0 0 52179 34 0 0 25 0 1 0 335588436 147894272 35425 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 36107 35425 95 220 0 35884 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 144428

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1649488/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=157272 CPUtime=582.11
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 38554 0 0 0 58174 37 0 0 25 0 1 0 335588436 161046528 38054 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 39318 38054 95 220 0 39095 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 157272

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1640976/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=165884 CPUtime=642.09
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 40665 0 0 0 64169 40 0 0 25 0 1 0 335588436 169865216 40165 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 41471 40165 95 220 0 41248 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 165884


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

/proc/meminfo: memFree=1633808/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=170600 CPUtime=702.07
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 42452 0 0 0 70164 43 0 0 25 0 1 0 335588436 174694400 41952 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 42650 41952 95 220 0 42427 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 170600

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1626960/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=179424 CPUtime=762.05
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 44128 0 0 0 76161 44 0 0 25 0 1 0 335588436 183730176 43628 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 44856 43628 95 220 0 44633 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 179424

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1617680/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=188508 CPUtime=822.03
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 46457 0 0 0 82156 47 0 0 25 0 1 0 335588436 193032192 45957 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578696 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 47127 45957 95 220 0 46904 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 188508

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1609552/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=197500 CPUtime=882.01
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 48466 0 0 0 88151 50 0 0 25 0 1 0 335588436 202240000 47966 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 49375 47966 95 220 0 49152 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 197500

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1604560/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=202012 CPUtime=941.99
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 49743 0 0 0 94147 52 0 0 25 0 1 0 335588436 206860288 49243 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 50503 49243 95 220 0 50280 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 202012

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1599120/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=207120 CPUtime=1001.97
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 51070 0 0 0 100143 54 0 0 25 0 1 0 335588436 212090880 50570 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533784 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 51780 50570 95 220 0 51557 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 207120

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1591120/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=216024 CPUtime=1061.95
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 53088 0 0 0 106139 56 0 0 25 0 1 0 335588436 221208576 52588 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 54006 52588 95 220 0 53783 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 216024

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1581968/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=225220 CPUtime=1121.93
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 55387 0 0 0 112133 60 0 0 25 0 1 0 335588436 230625280 54854 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 56305 54854 95 220 0 56082 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 225220

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1575824/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=229968 CPUtime=1181.92
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 56926 0 0 0 118130 62 0 0 25 0 1 0 335588436 235487232 56393 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 57492 56393 95 220 0 57269 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 229968

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1571024/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=235008 CPUtime=1241.9
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 58087 0 0 0 124127 63 0 0 25 0 1 0 335588436 240648192 57554 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525826 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 58752 57554 95 220 0 58529 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 235008

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24791
/proc/meminfo: memFree=1567632/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=239452 CPUtime=1301.88
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 58937 0 0 0 130123 65 0 0 25 0 1 0 335588436 245198848 58404 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 59863 58404 95 220 0 59640 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 239452

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24863
/proc/meminfo: memFree=1563296/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=239740 CPUtime=1361.84
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59655 0 0 0 136117 67 0 0 25 0 1 0 335588436 245493760 59122 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 59935 59122 95 220 0 59712 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 239740

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

[startup+1369.61 s]
/proc/loadavg: 0.99 0.98 0.99 3/84 24899
/proc/meminfo: memFree=1563040/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=239740 CPUtime=1369.12
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59704 0 0 0 136845 67 0 0 25 0 1 0 335588436 245493760 59171 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 59935 59171 95 220 0 59712 0
Current children cumulated CPU time (s) 1369.12
Current children cumulated vsize (KiB) 239740

[startup+1376 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24913
/proc/meminfo: memFree=1562848/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=239740 CPUtime=1375.5
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59767 0 0 0 137483 67 0 0 25 0 1 0 335588436 245493760 59234 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 59935 59234 95 220 0 59712 0
Current children cumulated CPU time (s) 1375.5
Current children cumulated vsize (KiB) 239740

[startup+1382.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24929
/proc/meminfo: memFree=1562656/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=244000 CPUtime=1381.89
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59802 0 0 0 138122 67 0 0 25 0 1 0 335588436 249856000 59269 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536768 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 61000 59269 95 220 0 60777 0
Current children cumulated CPU time (s) 1381.89
Current children cumulated vsize (KiB) 244000

[startup+1385.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24947
/proc/meminfo: memFree=1562656/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=244000 CPUtime=1385.08
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59804 0 0 0 138441 67 0 0 25 0 1 0 335588436 249856000 59271 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 61000 59271 95 220 0 60777 0
Current children cumulated CPU time (s) 1385.08
Current children cumulated vsize (KiB) 244000

[startup+1386.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24947
/proc/meminfo: memFree=1562656/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=244000 CPUtime=1385.88
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59804 0 0 0 138521 67 0 0 25 0 1 0 335588436 249856000 59271 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 61000 59271 95 220 0 60777 0
Current children cumulated CPU time (s) 1385.88
Current children cumulated vsize (KiB) 244000

[startup+1386.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24947
/proc/meminfo: memFree=1562656/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=238860 CPUtime=1386.28
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194304 59804 0 0 0 138561 67 0 0 25 0 1 0 335588436 244592640 57986 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134517614 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 59715 57986 95 220 0 59492 0
Current children cumulated CPU time (s) 1386.28
Current children cumulated vsize (KiB) 238860

[startup+1387 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 24947
/proc/meminfo: memFree=1562656/2055920 swapFree=4139064/4192956
[pid=24790] ppid=24788 vsize=0 CPUtime=1386.47
/proc/24790/stat : 24790 (sat7_bin) R 24788 24790 24652 0 -1 4194308 59804 0 0 0 138578 69 0 0 25 0 1 0 335588436 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1386.47
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1387.02
CPU time (s): 1386.5
CPU user time (s): 1385.79
CPU system time (s): 0.711891
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 244000

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

runsolver used 1.07684 second user time and 3.06653 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue May  8 03:38:27 UTC 2007

IDJOB= 370330
IDBENCH= 20495
IDSOLVER= 183
FILE ID= node3/370330-1178595506

PBS_JOBID= 5217749

Free space on /tmp= 66550 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= /tmp/evaluation/370330-1178595506/sat7_bin /tmp/evaluation/370330-1178595506/instance-370330-1178595506.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-370330-1178595506 -o ROOT/results/node3/solver-370330-1178595506 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370330-1178595506/sat7_bin /tmp/evaluation/370330-1178595506/instance-370330-1178595506.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  e11b8f7666247454d93edb47f1646e2c

RANDOM SEED= 488776144

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1802096 kB
Buffers:         32812 kB
Cached:         130188 kB
SwapCached:      16860 kB
Active:          84900 kB
Inactive:       101020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802096 kB
SwapTotal:     4192956 kB
SwapFree:      4139064 kB
Dirty:           15228 kB
Writeback:           0 kB
Mapped:          29780 kB
Slab:            53400 kB
Committed_AS: 11403684 kB
PageTables:       1780 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= 66550 MiB

End job on node3 on Tue May  8 04:01:34 UTC 2007