Trace number 3753661

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
npSolver inc-topDown (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
MD5SUMa455ffab78a89665145255f789204852
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.441932
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints24
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 1255
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1254
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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	c run usual solver
65.26/65.33	o 295
675.57/675.73	o 265
1288.92/1289.21	o 80
1357.11/1357.43	o 50
1800.04/1800.41	./satsolver.sh: line 5: 22268 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3753661-1339186966/watcher-3753661-1339186966 -o /tmp/evaluation-result-3753661-1339186966/solver-3753661-1339186966 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753661-1339186966.wbo 583024371 HOME HOME 

running on 4 cores: 1,3,5,7

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: 2.00 2.00 2.00 3/179 22134
/proc/meminfo: memFree=27293328/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0

[startup+0.056943 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22134
/proc/meminfo: memFree=27293328/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22134
/proc/meminfo: memFree=27293328/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22134
/proc/meminfo: memFree=27293328/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700211 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22134
/proc/meminfo: memFree=27293328/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22141
/proc/meminfo: memFree=27280864/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=2780 CPUtime=0.04 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1391 1904 0 0 1 0 3 0 20 0 1 0 384822339 2846720 339 33554432000 4194304 6006132 140735296849744 140735296843936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22135/statm: 695 339 157 443 0 248 0
[pid=22140] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22140/stat : 22140 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384822345 9367552 266 33554432000 4194304 5064252 140733668344256 140733668343168 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22140/statm: 2287 266 226 213 0 72 0
[pid=22141] ppid=22140 vsize=15072 CPUtime=1.43 cores=1,3,5,7
/proc/22141/stat : 22141 (glucose) R 22140 22134 19799 0 -1 4202496 3432 0 0 0 142 1 0 0 20 0 1 0 384822345 15433728 3192 33554432000 4194304 5208918 140735091725840 140735091723928 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22141/statm: 3768 3192 96 248 0 3517 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36148

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22141
/proc/meminfo: memFree=27272608/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=2780 CPUtime=0.04 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1391 1904 0 0 1 0 3 0 20 0 1 0 384822339 2846720 339 33554432000 4194304 6006132 140735296849744 140735296843936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22135/statm: 695 339 157 443 0 248 0
[pid=22140] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22140/stat : 22140 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384822345 9367552 266 33554432000 4194304 5064252 140733668344256 140733668343168 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22140/statm: 2287 266 226 213 0 72 0
[pid=22141] ppid=22140 vsize=31028 CPUtime=3.03 cores=1,3,5,7
/proc/22141/stat : 22141 (glucose) R 22140 22134 19799 0 -1 4202496 4014 0 0 0 302 1 0 0 20 0 1 0 384822345 31772672 6329 33554432000 4194304 5208918 140735091725840 140735091723784 4229528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22141/statm: 7757 6329 96 248 0 7506 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52104

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22141
/proc/meminfo: memFree=27255924/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=2780 CPUtime=0.04 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1391 1904 0 0 1 0 3 0 20 0 1 0 384822339 2846720 339 33554432000 4194304 6006132 140735296849744 140735296843936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22135/statm: 695 339 157 443 0 248 0
[pid=22140] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22140/stat : 22140 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384822345 9367552 266 33554432000 4194304 5064252 140733668344256 140733668343168 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22140/statm: 2287 266 226 213 0 72 0
[pid=22141] ppid=22140 vsize=15072 CPUtime=6.23 cores=1,3,5,7
/proc/22141/stat : 22141 (glucose) R 22140 22134 19799 0 -1 4202496 5751 0 0 0 621 2 0 0 20 0 1 0 384822345 15433728 3317 33554432000 4194304 5208918 140735091725840 140735091723928 4229456 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22141/statm: 3768 3317 96 248 0 3517 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36148

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22141
/proc/meminfo: memFree=27223840/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=2780 CPUtime=0.04 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1391 1904 0 0 1 0 3 0 20 0 1 0 384822339 2846720 339 33554432000 4194304 6006132 140735296849744 140735296843936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22135/statm: 695 339 157 443 0 248 0
[pid=22140] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22140/stat : 22140 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384822345 9367552 266 33554432000 4194304 5064252 140733668344256 140733668343168 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22140/statm: 2287 266 226 213 0 72 0
[pid=22141] ppid=22140 vsize=87372 CPUtime=12.63 cores=1,3,5,7
/proc/22141/stat : 22141 (glucose) R 22140 22134 19799 0 -1 4202496 7190 0 0 0 1260 3 0 0 20 0 1 0 384822345 89468928 17016 33554432000 4194304 5208918 140735091725840 140735091723784 4229528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22141/statm: 21843 17016 96 248 0 21592 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 108448

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22221
/proc/meminfo: memFree=27436936/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=2780 CPUtime=0.04 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1391 1904 0 0 1 0 3 0 20 0 1 0 384822339 2846720 339 33554432000 4194304 6006132 140735296849744 140735296843936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22135/statm: 695 339 157 443 0 248 0
[pid=22140] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22140/stat : 22140 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384822345 9367552 266 33554432000 4194304 5064252 140733668344256 140733668343168 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22140/statm: 2287 266 226 213 0 72 0
[pid=22141] ppid=22140 vsize=57024 CPUtime=25.43 cores=1,3,5,7
/proc/22141/stat : 22141 (glucose) R 22140 22134 19799 0 -1 4202496 9653 0 0 0 2537 6 0 0 20 0 1 0 384822345 58392576 9336 33554432000 4194304 5208918 140735091725840 140735091723928 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22141/statm: 14256 9336 96 248 0 14005 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 78100

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22228
/proc/meminfo: memFree=27349012/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=2780 CPUtime=0.04 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1391 1904 0 0 1 0 3 0 20 0 1 0 384822339 2846720 339 33554432000 4194304 6006132 140735296849744 140735296843936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22135/statm: 695 339 157 443 0 248 0
[pid=22140] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22140/stat : 22140 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384822345 9367552 266 33554432000 4194304 5064252 140733668344256 140733668343168 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22140/statm: 2287 266 226 213 0 72 0
[pid=22141] ppid=22140 vsize=57024 CPUtime=51.02 cores=1,3,5,7
/proc/22141/stat : 22141 (glucose) R 22140 22134 19799 0 -1 4202496 12449 0 0 0 5091 11 0 0 20 0 1 0 384822345 58392576 9348 33554432000 4194304 5208918 140735091725840 140735091723928 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22141/statm: 14256 9348 96 248 0 14005 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 78100

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22236
/proc/meminfo: memFree=27313624/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=65.31 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1841 19470 0 0 2 1 6512 16 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22234] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22234/stat : 22234 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384828873 9367552 267 33554432000 4194304 5064252 140736734673408 140736734672320 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22234/statm: 2287 267 226 213 0 72 0
[pid=22235] ppid=22234 vsize=60280 CPUtime=36.95 cores=1,3,5,7
/proc/22235/stat : 22235 (glucose) R 22234 22134 19799 0 -1 4202496 7576 0 0 0 3690 5 0 0 20 0 1 0 384828874 61726720 14678 33554432000 4194304 5208918 140736163461648 140736163459736 4211801 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22235/statm: 15070 14678 96 248 0 14819 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82700

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22236
/proc/meminfo: memFree=27272552/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=65.31 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 1841 19470 0 0 2 1 6512 16 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22234] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22268
/proc/meminfo: memFree=27087424/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=41328 CPUtime=4.85 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 5595 0 0 0 483 2 0 0 20 0 1 0 384958083 42319872 9736 33554432000 4194304 5208918 140736760352704 140736760350648 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 10332 9736 96 248 0 10081 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 63748

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22268
/proc/meminfo: memFree=27229584/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=140332 CPUtime=64.84 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 11610 0 0 0 6473 11 0 0 20 0 1 0 384958083 143699968 28699 33554432000 4194304 5208918 140736760352704 140736760350856 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 35083 28699 96 248 0 34832 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 162752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22268
/proc/meminfo: memFree=27055544/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=69596 CPUtime=124.83 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 16849 0 0 0 12461 22 0 0 20 0 1 0 384958083 71266304 16954 33554432000 4194304 5208918 140736760352704 140736760350792 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 17399 16954 96 248 0 17148 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 92016

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 22268
/proc/meminfo: memFree=27028444/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=149736 CPUtime=184.82 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 20996 0 0 0 18452 30 0 0 20 0 1 0 384958083 153329664 31569 33554432000 4194304 5208918 140736760352704 140736760350856 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 37434 31569 96 248 0 37183 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 172156

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22268
/proc/meminfo: memFree=27030248/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=149736 CPUtime=244.8 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 25544 0 0 0 24439 41 0 0 20 0 1 0 384958083 153329664 33617 33554432000 4194304 5208918 140736760352704 140736760350856 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 37434 33617 96 248 0 37183 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 172156

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22272
/proc/meminfo: memFree=27088632/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=199824 CPUtime=304.79 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 29270 0 0 0 30430 49 0 0 20 0 1 0 384958083 204619776 41598 33554432000 4194304 5208918 140736760352704 140736760350856 4229347 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 49956 41598 96 248 0 49705 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 222244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22272
/proc/meminfo: memFree=27273760/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=118916 CPUtime=364.78 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 32922 0 0 0 36419 59 0 0 20 0 1 0 384958083 121769984 24846 33554432000 4194304 5208918 140736760352704 140736760350696 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 29729 24846 96 248 0 29478 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 141336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22272
/proc/meminfo: memFree=26954948/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=149736 CPUtime=424.77 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 35814 0 0 0 42411 66 0 0 20 0 1 0 384958083 153329664 36177 33554432000 4194304 5208918 140736760352704 140736760350856 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 37434 36177 96 248 0 37183 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 172156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22272
/proc/meminfo: memFree=27196640/32873660 swapFree=7120/7120
[pid=22134] ppid=22132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22134/stat : 22134 (npSolver-wbo-It) S 22132 22134 19799 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384822339 9367552 275 33554432000 4194304 5064252 140734918144288 140734918143200 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22134/statm: 2287 275 233 213 0 72 0
[pid=22135] ppid=22134 vsize=4124 CPUtime=1357.16 cores=1,3,5,7
/proc/22135/stat : 22135 (npSolver-wbo) S 22134 22134 19799 0 -1 4202496 2495 136886 0 0 3 1 135501 211 20 0 1 0 384822339 4222976 646 33554432000 4194304 6006132 140735296849744 140735296841136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22135/statm: 1031 646 166 443 0 584 0
[pid=22267] ppid=22135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22267/stat : 22267 (satsolver.sh) S 22135 22134 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384958083 9367552 267 33554432000 4194304 5064252 140736875590864 140736875589776 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22267/statm: 2287 267 226 213 0 72 0
[pid=22268] ppid=22267 vsize=149736 CPUtime=442.88 cores=1,3,5,7
/proc/22268/stat : 22268 (glucose) R 22267 22134 19799 0 -1 4202496 36953 0 0 0 44218 70 0 0 20 0 1 0 384958083 153329664 32593 33554432000 4194304 5208918 140736760352704 140736760350856 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22268/statm: 37434 32593 96 248 0 37183 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 172156

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.07
CPU user time (s): 1797.23
CPU system time (s): 2.83557
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 225576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.23
system time used= 2.83557
maximum resident set size= 196024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 224
involuntary context switches= 1913

runsolver used 6.28104 second user time and 17.6153 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 22:22:46
IDJOB=3753661
IDBENCH=78715
IDSOLVER=2337
FILE ID=node117/3753661-1339186966
RUNJOBID= node117-1339183362-21750
PBS_JOBID= 14643835
Free space on /tmp= 70704 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753661-1339186966/watcher-3753661-1339186966 -o /tmp/evaluation-result-3753661-1339186966/solver-3753661-1339186966 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753661-1339186966.wbo 583024371 HOME HOME

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

MD5SUM BENCH= a455ffab78a89665145255f789204852
RANDOM SEED=583024371

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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	: 5331.91
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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	: 5331.91
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		: 2667.148
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		: 2667.148
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		: 2667.148
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27293584 kB
Buffers:          801236 kB
Cached:          3585804 kB
SwapCached:          620 kB
Active:          2552064 kB
Inactive:        2047200 kB
Active(anon):     200624 kB
Inactive(anon):    10028 kB
Active(file):    2351440 kB
Inactive(file):  2037172 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        230940 kB
Mapped:            13356 kB
Shmem:                80 kB
Slab:             834716 kB
SReclaimable:     278892 kB
SUnreclaim:       555824 kB
KernelStack:        1520 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     350044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70700 MiB
End job on node117 at 2012-06-08 22:52:46