Trace number 3716465

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
wbo2sat 2012-05-19? (TO) 1800.09 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark226.727
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	o 112
0.00/0.02	c current bound: 56
0.00/0.02	c (debug) using card networks
5.66/5.76	o 49
5.66/5.76	c current bound: 24
5.66/5.76	c (debug) using card networks
9.16/9.28	o 24
9.16/9.28	c current bound: 12
1323.43/1323.79	c current bound: 18
1323.43/1323.79	c (debug) using card networks
1424.82/1425.19	o 18
1424.82/1425.19	c current bound: 15
1800.05/1800.40	./satsolver.sh: line 5: 24787 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

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-3716465-1338215349/watcher-3716465-1338215349 -o /tmp/evaluation-result-3716465-1338215349/solver-3716465-1338215349 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716465-1338215349.wbo 1932941445 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.99 2.00 2.00 3/179 24706
/proc/meminfo: memFree=30611680/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0

[startup+0.078749 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 24706
/proc/meminfo: memFree=30611680/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 24706
/proc/meminfo: memFree=30611680/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 24706
/proc/meminfo: memFree=30611680/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 24706
/proc/meminfo: memFree=30611680/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24713
/proc/meminfo: memFree=30603332/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=2712 CPUtime=0.01 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 679 1395 0 0 1 0 0 0 20 0 1 0 287660980 2777088 382 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 678 382 171 410 0 260 0
[pid=24712] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24712/stat : 24712 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287660982 9367552 267 33554432000 4194304 5064252 140735794952816 140735794951728 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24712/statm: 2287 267 226 213 0 72 0
[pid=24713] ppid=24712 vsize=8728 CPUtime=1.46 cores=0,2,4,6
/proc/24713/stat : 24713 (glucose_static) R 24712 24706 18056 0 -1 4202496 2190 0 0 0 146 0 0 0 20 0 1 0 287660983 8937472 1697 33554432000 4194304 4896791 140734759623712 140734759621032 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24713/statm: 2182 1697 76 172 0 2008 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 29736

[startup+3.10036 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24713
/proc/meminfo: memFree=30602720/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=2712 CPUtime=0.01 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 679 1395 0 0 1 0 0 0 20 0 1 0 287660980 2777088 382 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 678 382 171 410 0 260 0
[pid=24712] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24712/stat : 24712 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287660982 9367552 267 33554432000 4194304 5064252 140735794952816 140735794951728 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24712/statm: 2287 267 226 213 0 72 0
[pid=24713] ppid=24712 vsize=9224 CPUtime=3.06 cores=0,2,4,6
/proc/24713/stat : 24713 (glucose_static) R 24712 24706 18056 0 -1 4202496 3301 0 0 0 306 0 0 0 20 0 1 0 287660983 9445376 1767 33554432000 4194304 4896791 140734759623712 140734759621032 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24713/statm: 2306 1767 76 172 0 2132 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30232

[startup+6.30026 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24713
/proc/meminfo: memFree=30601356/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3252 CPUtime=5.74 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1031 7023 0 0 1 0 572 1 20 0 1 0 287660980 3330048 455 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 813 455 171 410 0 395 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 12400

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24719
/proc/meminfo: memFree=30602532/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=9.26 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1356 11488 0 0 2 0 922 2 20 0 1 0 287660980 3395584 458 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 458 173 410 0 411 0
[pid=24718] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24718/stat : 24718 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287661908 9367552 266 33554432000 4194304 5064252 140737253208272 140737253207184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2287 266 226 213 0 72 0
[pid=24719] ppid=24718 vsize=6960 CPUtime=3.4 cores=0,2,4,6
/proc/24719/stat : 24719 (glucose_static) R 24718 24706 18056 0 -1 4202496 2170 0 0 0 340 0 0 0 20 0 1 0 287661909 7127040 1347 33554432000 4194304 4896791 140737202684512 140737202682088 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24719/statm: 1740 1347 76 172 0 1566 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 28572

[startup+25.5003 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24719
/proc/meminfo: memFree=30598448/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=9.26 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1356 11488 0 0 2 0 922 2 20 0 1 0 287660980 3395584 458 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 458 173 410 0 411 0
[pid=24718] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24718/stat : 24718 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287661908 9367552 266 33554432000 4194304 5064252 140737253208272 140737253207184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2287 266 226 213 0 72 0
[pid=24719] ppid=24718 vsize=11824 CPUtime=16.2 cores=0,2,4,6
/proc/24719/stat : 24719 (glucose_static) R 24718 24706 18056 0 -1 4202496 6549 0 0 0 1618 2 0 0 20 0 1 0 287661909 12107776 2314 33554432000 4194304 4896791 140737202684512 140737202681800 4225442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24719/statm: 2956 2314 76 172 0 2782 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33436

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24719
/proc/meminfo: memFree=30593860/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=9.26 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1356 11488 0 0 2 0 922 2 20 0 1 0 287660980 3395584 458 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 458 173 410 0 411 0
[pid=24718] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24718/stat : 24718 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287661908 9367552 266 33554432000 4194304 5064252 140737253208272 140737253207184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2287 266 226 213 0 72 0
[pid=24719] ppid=24718 vsize=12084 CPUtime=41.79 cores=0,2,4,6
/proc/24719/stat : 24719 (glucose_static) R 24718 24706 18056 0 -1 4202496 14047 0 0 0 4174 5 0 0 20 0 1 0 287661909 12374016 2512 33554432000 4194304 4896791 140737202684512 140737202682088 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24719/statm: 3021 2512 76 172 0 2847 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 33696

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/184 24722
/proc/meminfo: memFree=30588944/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=9.26 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1356 11488 0 0 2 0 922 2 20 0 1 0 287660980 3395584 458 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 458 173 410 0 411 0
[pid=24718] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24718/stat : 24718 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287661908 9367552 266 33554432000 4194304 5064252 140737253208272 140737253207184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2287 266 226 213 0 72 0
[pid=24719] ppid=24718 vsize=19716 CPUtime=92.99 cores=0,2,4,6
/proc/24719/stat : 24719 (glucose_static) R 24718 24706 18056 0 -1 4202496 21520 0 0 0 9293 6 0 0 20 0 1 0 287661909 20189184 4281 33554432000 4194304 4896791 140737202684512 140737202682040 4224975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24719/statm: 4929 4281 77 172 0 4755 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41328

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 24723
/proc/meminfo: memFree=30583168/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=9.26 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1356 11488 0 0 2 0 922 2 20 0 1 0 287660980 3395584 458 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 458 173 410 0 411 0
[pid=24718] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24718/stat : 24718 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287661908 9367552 266 33554432000 4194304 5064252 140737253208272 140737253207184 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2287 266 226 213 0 72 0
[pid=24719] ppid=24718 vsize=27832 CPUtime=152.97 cores=0,2,4,6
/proc/24719/stat : 24719 (glucose_static) R 24718 24706 18056 0 -1 4202496 29064 0 0 0 15288 9 0 0 20 0 1 0 287661909 28499968 5690 33554432000 4194304 4896791 140737202684512 140737202681768 4225678 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24719/statm: 6958 5690 77 172 0 6784 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 24783
/proc/meminfo: memFree=28915676/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3252 CPUtime=1323.54 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1614 102362 0 0 3 0 132310 41 20 0 1 0 287660980 3330048 457 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 813 457 173 410 0 395 0
[pid=24737] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24737/stat : 24737 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287793359 9367552 267 33554432000 4194304 5064252 140737113192160 140737113191072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24737/statm: 2287 267 226 213 0 72 0
[pid=24738] ppid=24737 vsize=22972 CPUtime=38.49 cores=0,2,4,6
/proc/24738/stat : 24738 (glucose_static) R 24737 24706 18056 0 -1 4202496 14588 0 0 0 3846 3 0 0 20 0 1 0 287793359 23523328 4273 33554432000 4194304 4896791 140733814140640 140733814138168 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24738/statm: 5743 4273 77 172 0 5569 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 44520

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 24784
/proc/meminfo: memFree=28874080/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3252 CPUtime=1323.54 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1614 102362 0 0 3 0 132310 41 20 0 1 0 287660980 3330048 457 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 813 457 173 410 0 395 0
[pid=24737] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24737/stat : 24737 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287793359 9367552 267 33554432000 4194304 5064252 140737113192160 140737113191072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24737/statm: 2287 267 226 213 0 72 0
[pid=24738] ppid=24737 vsize=27764 CPUtime=98.48 cores=0,2,4,6
/proc/24738/stat : 24738 (glucose_static) R 24737 24706 18056 0 -1 4202496 25071 0 0 0 9841 7 0 0 20 0 1 0 287793359 28430336 5488 33554432000 4194304 4896791 140733814140640 140733814138168 4225120 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24738/statm: 6941 5488 77 172 0 6767 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 49312

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 24787
/proc/meminfo: memFree=28882072/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=17824 CPUtime=57.08 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 15811 0 0 0 5704 4 0 0 20 0 1 0 287803500 18251776 3568 33554432000 4194304 4896791 140736109087856 140736109085384 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 4456 3568 76 172 0 4282 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 39436

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 24787
/proc/meminfo: memFree=28880440/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=17720 CPUtime=117.07 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 25255 0 0 0 11700 7 0 0 20 0 1 0 287803500 18145280 3768 33554432000 4194304 4896791 140736109087856 140736109085432 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 4430 3768 76 172 0 4256 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 39332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24787
/proc/meminfo: memFree=28874660/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=27092 CPUtime=177.06 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 31536 0 0 0 17697 9 0 0 20 0 1 0 287803500 27742208 5913 33554432000 4194304 4896791 140736109087856 140736109085384 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 6773 5913 76 172 0 6599 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 48704

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24787
/proc/meminfo: memFree=28864032/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=24504 CPUtime=237.05 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 36606 0 0 0 23693 12 0 0 20 0 1 0 287803500 25092096 5312 33554432000 4194304 4896791 140736109087856 140736109085432 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 6126 5312 76 172 0 5952 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 46116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24788
/proc/meminfo: memFree=28856848/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=30332 CPUtime=297.04 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 40501 0 0 0 29690 14 0 0 20 0 1 0 287803500 31059968 6604 33554432000 4194304 4896791 140736109087856 140736109085384 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 7583 6604 76 172 0 7409 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 51944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 24788
/proc/meminfo: memFree=28855616/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=32112 CPUtime=357.03 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 45585 0 0 0 35687 16 0 0 20 0 1 0 287803500 32882688 6860 33554432000 4194304 4896791 140736109087856 140736109085384 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 8028 6860 77 172 0 7854 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 53724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24788
/proc/meminfo: memFree=28856696/32873844 swapFree=7372/7372
[pid=24706] ppid=24704 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (runWbo2sat.sh) S 24704 24706 18056 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287660979 9367552 274 33554432000 4194304 5064252 140735322259008 140735322257920 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24706/statm: 2287 274 233 213 0 72 0
[pid=24707] ppid=24706 vsize=3316 CPUtime=1424.92 cores=0,2,4,6
/proc/24707/stat : 24707 (wbo2sat) S 24706 24706 18056 0 -1 4202496 1958 128813 0 0 3 0 142440 49 20 0 1 0 287660980 3395584 475 33554432000 4194304 5872148 140735630811296 140735630804568 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24707/statm: 829 475 173 410 0 411 0
[pid=24786] ppid=24707 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24786/stat : 24786 (satsolver.sh) S 24707 24706 18056 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287803499 9367552 266 33554432000 4194304 5064252 140736712884720 140736712883632 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24786/statm: 2287 266 226 213 0 72 0
[pid=24787] ppid=24786 vsize=33152 CPUtime=375.13 cores=0,2,4,6
/proc/24787/stat : 24787 (glucose_static) R 24786 24706 18056 0 -1 4202496 47567 0 0 0 37496 17 0 0 20 0 1 0 287803500 33947648 6656 33554432000 4194304 4896791 140736109087856 140736109085384 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24787/statm: 8288 6656 77 172 0 8114 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 54764

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.41
CPU system time (s): 0.681896
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 98724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.681896
maximum resident set size= 62108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96
involuntary context switches= 1880

runsolver used 6.89795 second user time and 18.6202 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 16:29:09
IDJOB=3716465
IDBENCH=79442
IDSOLVER=2298
FILE ID=node118/3716465-1338215349
RUNJOBID= node118-1338192055-18072
PBS_JOBID= 14624575
Free space on /tmp= 71568 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716465-1338215349/watcher-3716465-1338215349 -o /tmp/evaluation-result-3716465-1338215349/solver-3716465-1338215349 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716465-1338215349.wbo 1932941445 HOME HOME

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=1932941445

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30611944 kB
Buffers:          424864 kB
Cached:           654064 kB
SwapCached:            0 kB
Active:          1004956 kB
Inactive:         407172 kB
Active(anon):     323128 kB
Inactive(anon):    11320 kB
Active(file):     681828 kB
Inactive(file):   395852 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8464 kB
Writeback:             0 kB
AnonPages:        341136 kB
Mapped:            12580 kB
Shmem:               200 kB
Slab:             707476 kB
SReclaimable:     148600 kB
SUnreclaim:       558876 kB
KernelStack:        1496 kB
PageTables:         4368 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     492424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node118 at 2012-05-28 16:59:09