Trace number 3498969

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
rcl 2011-04-01UNSAT 382.081 382.089

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/0.00	c Parsing...
0.00/0.72	c ==============================================================================
0.00/0.72	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.72	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.72	c ==============================================================================
0.00/0.72	c |         0 | 1689184  4062497 |  506755       0        0     nan |  0.000 % |
1.18/1.20	c |         0 | 1596018  3866706 |      --       0       --      -- |     --   | -8260/1624
1.18/1.20	c ==============================================================================
1.18/1.20	c Result  :   #vars: 188863   #clauses: 1596018   #literals: 3866706
1.18/1.20	c CPU time:   1.10183 s
1.18/1.20	c ==============================================================================
381.98/382.08	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498969-1308151008/watcher-3498969-1308151008 -o /tmp/evaluation-result-3498969-1308151008/solver-3498969-1308151008 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498969-1308151008.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.88 1.83 3/178 14909
/proc/meminfo: memFree=30451916/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 1005331609 8908800 250 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14909/statm: 2175 250 209 178 0 68 0

[startup+0.041859 s]
/proc/loadavg: 2.01 1.88 1.83 3/178 14909
/proc/meminfo: memFree=30451916/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 1005331609 8908800 250 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14909/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100854 s]
/proc/loadavg: 2.01 1.88 1.83 3/178 14909
/proc/meminfo: memFree=30451916/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 1005331609 8908800 250 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14909/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30081 s]
/proc/loadavg: 2.01 1.88 1.83 3/178 14909
/proc/meminfo: memFree=30451916/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 1005331609 8908800 250 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14909/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700748 s]
/proc/loadavg: 2.01 1.88 1.83 3/178 14909
/proc/meminfo: memFree=30451916/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 1005331609 8908800 250 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14909/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 2.01 1.88 1.83 3/180 14911
/proc/meminfo: memFree=30311176/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 1005331609 8908800 250 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14909/statm: 2175 250 209 178 0 68 0
[pid=14910] ppid=14909 vsize=156384 CPUtime=1.49 cores=0,2,4,6
/proc/14910/stat : 14910 (SatELite_releas) R 14909 14909 14809 0 -1 4202496 55978 0 0 0 138 11 0 0 25 0 1 0 1005331609 160137216 35325 33554432000 134512640 135144242 4290650016 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14910/statm: 39096 35325 88 155 0 38939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165084

[startup+3.10028 s]
/proc/loadavg: 2.01 1.88 1.83 3/180 14912
/proc/meminfo: memFree=30385700/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=67708 CPUtime=1.09 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 14488 0 0 0 107 2 0 0 22 0 1 0 1005331808 69332992 14305 33554432000 4194304 4218580 140733668318512 18446744073709551615 4208184 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/14912/statm: 16927 14306 129 6 0 15397 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 76408

[startup+6.30075 s]
/proc/loadavg: 2.01 1.88 1.83 3/180 14912
/proc/meminfo: memFree=30360428/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=70476 CPUtime=4.29 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 15304 0 0 0 426 3 0 0 25 0 1 0 1005331808 72167424 15121 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/14912/statm: 17619 15121 129 6 0 16089 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 79176

[startup+12.7006 s]
/proc/loadavg: 2.01 1.89 1.83 3/180 14913
/proc/meminfo: memFree=30354240/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=75640 CPUtime=10.7 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 16634 0 0 0 1066 4 0 0 25 0 1 0 1005331808 77455360 16450 33554432000 4194304 4218580 140733668318512 18446744073709551615 4213838 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/14912/statm: 18910 16450 133 6 0 17380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84340

[startup+25.5004 s]
/proc/loadavg: 2.01 1.89 1.83 3/180 14913
/proc/meminfo: memFree=30344152/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=85904 CPUtime=23.5 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 19204 0 0 0 2346 4 0 0 25 0 1 0 1005331808 87965696 19017 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/14912/statm: 21476 19017 133 6 0 19946 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 94604

[startup+51.1009 s]
/proc/loadavg: 2.00 1.90 1.84 3/180 14914
/proc/meminfo: memFree=30332020/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=96652 CPUtime=49.1 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 21930 0 0 0 4905 5 0 0 25 0 1 0 1005331808 98971648 21742 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 24163 21742 133 6 0 22633 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 105352

[startup+102.307 s]
/proc/loadavg: 2.00 1.91 1.84 3/180 14915
/proc/meminfo: memFree=30321460/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=105512 CPUtime=100.3 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 24253 0 0 0 10025 5 0 0 25 0 1 0 1005331808 108044288 23964 33554432000 4194304 4218580 140733668318512 18446744073709551615 4213514 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 26378 23964 133 6 0 24848 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 114212

[startup+162.3 s]
/proc/loadavg: 2.00 1.92 1.85 3/180 14917
/proc/meminfo: memFree=30294752/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=130444 CPUtime=160.29 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 30554 0 0 0 16023 6 0 0 25 0 1 0 1005331808 133574656 30196 33554432000 4194304 4218580 140733668318512 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 32611 30196 133 6 0 31081 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 139144

[startup+222.301 s]
/proc/loadavg: 2.00 1.94 1.85 3/180 14918
/proc/meminfo: memFree=30279956/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=143496 CPUtime=220.29 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 33852 0 0 0 22023 6 0 0 25 0 1 0 1005331808 146939904 33490 33554432000 4194304 4218580 140733668318512 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 35874 33490 133 6 0 34344 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 152196

[startup+282.3 s]
/proc/loadavg: 2.00 1.94 1.86 3/180 14920
/proc/meminfo: memFree=30274820/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=147260 CPUtime=280.3 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 34834 0 0 0 28023 7 0 0 25 0 1 0 1005331808 150794240 34472 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 36815 34472 133 6 0 35285 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 155960

[startup+342.301 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14921
/proc/meminfo: memFree=30249988/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=171796 CPUtime=340.3 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 40972 0 0 0 34023 7 0 0 25 0 1 0 1005331808 175919104 40610 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210252 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 42949 40610 133 6 0 41419 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 180496

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

[startup+358.301 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30249844/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=172664 CPUtime=356.3 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41180 0 0 0 35623 7 0 0 25 0 1 0 1005331808 176807936 40818 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210960 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43166 40818 133 6 0 41636 0
Current children cumulated CPU time (s) 358.28
Current children cumulated vsize (KiB) 181364

[startup+371.101 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247228/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=369.1 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 36903 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 371.08
Current children cumulated vsize (KiB) 183096

[startup+377.501 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247220/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=375.5 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 37543 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4213479 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 377.48
Current children cumulated vsize (KiB) 183096

[startup+379.1 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247096/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=377.1 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 37703 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210254 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 379.08
Current children cumulated vsize (KiB) 183096

[startup+380.701 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247216/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=378.7 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 37863 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210238 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 380.68
Current children cumulated vsize (KiB) 183096

[startup+381.501 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247216/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=379.5 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 37943 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 381.48
Current children cumulated vsize (KiB) 183096

[startup+381.901 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247216/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=379.9 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 37983 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210050 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 381.88
Current children cumulated vsize (KiB) 183096

[startup+382.001 s]
/proc/loadavg: 2.00 1.95 1.87 3/180 14922
/proc/meminfo: memFree=30247216/32951124 swapFree=67054724/67111528
[pid=14909] ppid=14907 vsize=8700 CPUtime=1.98 cores=0,2,4,6
/proc/14909/stat : 14909 (esg_static.sh) S 14907 14909 14809 0 -1 4202496 354 55979 0 0 0 0 184 14 18 0 1 0 1005331609 8908800 253 33554432000 4194304 4922060 140734286226800 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14909/statm: 2175 253 209 178 0 68 0
[pid=14912] ppid=14909 vsize=174396 CPUtime=380 cores=0,2,4,6
/proc/14912/stat : 14912 (cdcl) R 14909 14909 14809 0 -1 4202496 41625 0 0 0 37993 7 0 0 25 0 1 0 1005331808 178581504 41263 33554432000 4194304 4218580 140733668318512 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/14912/statm: 43599 41263 133 6 0 42069 0
Current children cumulated CPU time (s) 381.98
Current children cumulated vsize (KiB) 183096

Child status: 20
Real time (s): 382.089
CPU time (s): 382.081
CPU user time (s): 381.844
CPU system time (s): 0.236963
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 186480

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

runsolver used 0.692894 second user time and 1.2768 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-15 17:16:50
IDJOB=3498969
IDBENCH=82403
IDSOLVER=1993
FILE ID=node119/3498969-1308151008
RUNJOBID= node119-1308150602-14827
PBS_JOBID= 13575615
Free space on /tmp= 73880 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498969-1308151008/watcher-3498969-1308151008 -o /tmp/evaluation-result-3498969-1308151008/solver-3498969-1308151008 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498969-1308151008.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1528972506

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30452584 kB
Buffers:        468424 kB
Cached:        1610752 kB
SwapCached:      11020 kB
Active:         735696 kB
Inactive:      1408340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30452584 kB
SwapTotal:    67111528 kB
SwapFree:     67054724 kB
Dirty:           41396 kB
Writeback:           0 kB
AnonPages:       62440 kB
Mapped:          13288 kB
Slab:           290428 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73876 MiB
End job on node119 at 2011-06-15 17:23:12