Trace number 3752855

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-quickBound (fixed)? (TO) 1800.03 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmp4_wcsp.wbo
MD5SUMab64898f14726c00b5b326809073dd57
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2957465
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables40400
Total number of constraints80600
Number of soft constraints80200
Number of constraints which are clauses80200
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
Top cost 84696307
Min constraint cost 1
Max constraint cost 84696307
Sum of constraints costs 3388448953050
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.82	c run usual solver
8.47/8.59	o 2963468
8.47/8.59	c starting approximation
8.47/8.59	c factor = 2
8.47/8.59	c factor still to low - shrinking to 1.42602e+06
8.47/8.59	c approx number of clauses: 1e+06
8.47/8.59	c current bound: 1481734
8.77/8.85	c leaving approximation
8.77/8.85	c finished approximation
8.77/8.85	c fallback to adder encoding
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3752855-1339211820/watcher-3752855-1339211820 -o /tmp/evaluation-result-3752855-1339211820/solver-3752855-1339211820 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752855-1339211820.wbo 1403179312 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: 2.10 2.03 1.88 3/179 25864
/proc/meminfo: memFree=31239484/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0

[startup+0.020518 s]
/proc/loadavg: 2.10 2.03 1.88 3/179 25864
/proc/meminfo: memFree=31239484/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.10 2.03 1.88 3/179 25864
/proc/meminfo: memFree=31239484/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 2.10 2.03 1.88 3/179 25864
/proc/meminfo: memFree=31239484/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700245 s]
/proc/loadavg: 2.10 2.03 1.88 3/179 25864
/proc/meminfo: memFree=31239484/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.10 2.03 1.88 3/181 25866
/proc/meminfo: memFree=31169424/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=68464 CPUtime=1.07 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 9156 0 0 0 82 25 0 0 20 0 1 0 387309009 70107136 16655 33554432000 4194304 6006132 140737467861984 140737467855088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25865/statm: 17116 16655 155 443 0 16669 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 77612

[startup+3.10029 s]
/proc/loadavg: 2.10 2.03 1.88 3/183 25868
/proc/meminfo: memFree=31054616/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=68464 CPUtime=1.07 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 9156 0 0 0 82 25 0 0 20 0 1 0 387309009 70107136 16655 33554432000 4194304 6006132 140737467861984 140737467855088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25865/statm: 17116 16655 155 443 0 16669 0
[pid=25867] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25867/stat : 25867 (cp2_pre.sh) S 25865 25864 14023 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387309117 9367552 276 33554432000 4194304 5064252 140735447055344 140735447054048 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 2287 276 234 213 0 72 0
[pid=25868] ppid=25867 vsize=118656 CPUtime=2.01 cores=0,2,4,6
/proc/25868/stat : 25868 (coprocessor) R 25867 25864 14023 0 -1 4202496 19866 0 0 0 197 4 0 0 20 0 1 0 387309117 121503744 28696 33554432000 4194304 6586260 140733744487664 140733744483208 5599186 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25868/statm: 29664 28696 190 584 0 29076 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 205416

[startup+6.30034 s]
/proc/loadavg: 2.09 2.03 1.88 3/183 25875
/proc/meminfo: memFree=31005808/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=68464 CPUtime=1.07 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 9156 0 0 0 82 25 0 0 20 0 1 0 387309009 70107136 16655 33554432000 4194304 6006132 140737467861984 140737467855088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25865/statm: 17116 16655 155 443 0 16669 0
[pid=25867] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25867/stat : 25867 (cp2_pre.sh) S 25865 25864 14023 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387309117 9367552 276 33554432000 4194304 5064252 140735447055344 140735447054048 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25867/statm: 2287 276 234 213 0 72 0
[pid=25868] ppid=25867 vsize=118920 CPUtime=5.21 cores=0,2,4,6
/proc/25868/stat : 25868 (coprocessor) R 25867 25864 14023 0 -1 4202496 19940 0 0 0 517 4 0 0 20 0 1 0 387309117 121774080 28770 33554432000 4194304 6586260 140733744487664 140733744483208 5599305 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/25868/statm: 29730 28770 190 584 0 29142 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 205680

[startup+12.7003 s]
/proc/loadavg: 2.09 2.03 1.88 3/181 25890
/proc/meminfo: memFree=30816476/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=913696 CPUtime=12.67 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) R 25864 25864 14023 0 -1 4202496 32184 55049 0 0 471 60 714 22 20 0 1 0 387309009 935624704 103219 33554432000 4194304 6006132 140737467861984 140737467854328 5057718 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25865/statm: 228424 103731 192 443 0 227977 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 922844

[startup+25.5005 s]
/proc/loadavg: 2.07 2.03 1.88 3/183 25892
/proc/meminfo: memFree=28585408/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=1386576 CPUtime=5.17 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 123410 0 0 0 471 46 0 0 20 0 1 0 387311041 1419853824 261837 33554432000 4194304 5208918 140735315819472 140735314768872 4221600 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 346644 261837 69 248 0 346393 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 2546796

[startup+51.1005 s]
/proc/loadavg: 2.16 2.06 1.90 3/183 25892
/proc/meminfo: memFree=28026400/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=1942312 CPUtime=30.76 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 204901 0 0 0 2993 83 0 0 20 0 1 0 387311041 1988927488 387820 33554432000 4194304 5208918 140735315819472 140735315815240 4229549 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 485578 387820 105 248 0 485327 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 3102532

[startup+102.307 s]
/proc/loadavg: 2.11 2.06 1.91 3/183 25893
/proc/meminfo: memFree=27999856/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=1957060 CPUtime=81.96 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 209394 0 0 0 8104 92 0 0 20 0 1 0 387311041 2004029440 390945 33554432000 4194304 5208918 140735315819472 140735315817320 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 489265 390945 105 248 0 489014 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 3117280

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 1.91 3/183 25893
/proc/meminfo: memFree=27864760/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=1967032 CPUtime=141.95 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 211911 0 0 0 14100 95 0 0 20 0 1 0 387311041 2014240768 415946 33554432000 4194304 5208918 140735315819472 140735315817224 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 491758 415946 105 248 0 491507 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3127252

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 1.91 3/184 25896
/proc/meminfo: memFree=27872144/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 238129 0 0 0 133995 178 0 0 20 0 1 0 387311041 2109140992 426367 33554432000 4194304 5208918 140735315819472 140735315817224 4212560 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 514927 426367 105 248 0 514676 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 3219928

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 25913
/proc/meminfo: memFree=27743268/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2063708 CPUtime=1401.72 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 239181 0 0 0 139993 179 0 0 20 0 1 0 387311041 2113236992 438149 33554432000 4194304 5208918 140735315819472 140735315817320 4229357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 515927 438149 105 248 0 515676 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 3223928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 25913
/proc/meminfo: memFree=27689304/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2068428 CPUtime=1461.7 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 240372 0 0 0 145989 181 0 0 20 0 1 0 387311041 2118070272 454669 33554432000 4194304 5208918 140735315819472 140735315817224 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 517107 454669 105 248 0 516856 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 3228648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 25913
/proc/meminfo: memFree=27766276/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2070860 CPUtime=1521.69 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 241252 0 0 0 151981 188 0 0 20 0 1 0 387311041 2120560640 436439 33554432000 4194304 5208918 140735315819472 140735315817224 4213115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 517715 436439 105 248 0 517464 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 3231080

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/183 25921
/proc/meminfo: memFree=27787748/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2079844 CPUtime=1581.68 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 241496 0 0 0 157979 189 0 0 20 0 1 0 387311041 2129760256 452598 33554432000 4194304 5208918 140735315819472 140735315815784 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 519961 452598 105 248 0 519710 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 3240064

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/183 25921
/proc/meminfo: memFree=27718980/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2079844 CPUtime=1641.67 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 241519 0 0 0 163977 190 0 0 20 0 1 0 387311041 2129760256 464374 33554432000 4194304 5208918 140735315819472 140735315815848 4229354 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 519961 464374 105 248 0 519710 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 3240064

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/183 25921
/proc/meminfo: memFree=27802144/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2081176 CPUtime=1701.66 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 242658 0 0 0 169968 198 0 0 20 0 1 0 387311041 2131124224 443148 33554432000 4194304 5208918 140735315819472 140735315817320 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 520294 443148 105 248 0 520043 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 3241396

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/183 25921
/proc/meminfo: memFree=27703596/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2083988 CPUtime=1761.65 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 243370 0 0 0 175966 199 0 0 20 0 1 0 387311041 2134003712 456635 33554432000 4194304 5208918 140735315819472 140735315817224 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 520997 456635 105 248 0 520746 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 3244208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.02 1.94 3/181 26021
/proc/meminfo: memFree=27688244/32873844 swapFree=7116/7116
[pid=25864] ppid=25862 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (npSolver-wbo-It) S 25862 25864 14023 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 387309009 9367552 274 33554432000 4194304 5064252 140737079213600 140737079212512 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25864/statm: 2287 274 233 213 0 72 0
[pid=25865] ppid=25864 vsize=1141924 CPUtime=20.27 cores=0,2,4,6
/proc/25865/stat : 25865 (npSolver-wbo) S 25864 25864 14023 0 -1 4202496 34224 55049 0 0 1108 183 714 22 20 0 1 0 387309009 1169330176 204820 33554432000 4194304 6006132 140737467861984 140737467853376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25865/statm: 285481 204820 192 443 0 285034 0
[pid=25891] ppid=25865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25891/stat : 25891 (satsolver.sh) S 25865 25864 14023 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 387311041 9367552 266 33554432000 4194304 5064252 140734368177392 140734368176304 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25891/statm: 2287 266 226 213 0 72 0
[pid=25892] ppid=25891 vsize=2084120 CPUtime=1779.76 cores=0,2,4,6
/proc/25892/stat : 25892 (glucose) R 25891 25864 14023 0 -1 4202496 243409 0 0 0 177777 199 0 0 20 0 1 0 387311041 2134138880 458718 33554432000 4194304 5208918 140735315819472 140735315815848 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25892/statm: 521030 458718 105 248 0 520779 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3244340

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25864 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=236227
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=68685
# CPU time returned by wait4() is 20.3049
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.03
CPU user time (s): 1795.99
CPU system time (s): 4.04
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 3798864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2362
system time used= 2.06868
maximum resident set size= 1546568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90246
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1505928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 437
involuntary context switches= 66

runsolver used 7.19291 second user time and 17.3444 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 05:17:00
IDJOB=3752855
IDBENCH=79530
IDSOLVER=2336
FILE ID=node111/3752855-1339211820
RUNJOBID= node111-1339210010-14644
PBS_JOBID= 14643878
Free space on /tmp= 71260 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-capmp4_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752855-1339211820/watcher-3752855-1339211820 -o /tmp/evaluation-result-3752855-1339211820/solver-3752855-1339211820 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752855-1339211820.wbo 1403179312 HOME HOME

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

MD5SUM BENCH= ab64898f14726c00b5b326809073dd57
RANDOM SEED=1403179312

node111.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.152
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.30
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.152
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		: 2666.152
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.152
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.152
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		: 2666.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31239864 kB
Buffers:          387144 kB
Cached:           317476 kB
SwapCached:         1308 kB
Active:           561816 kB
Inactive:         183896 kB
Active(anon):      37384 kB
Inactive(anon):     4004 kB
Active(file):     524432 kB
Inactive(file):   179892 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:             23176 kB
Writeback:             4 kB
AnonPages:         45272 kB
Mapped:             9852 kB
Shmem:                 0 kB
Slab:             749204 kB
SReclaimable:     190104 kB
SUnreclaim:       559100 kB
KernelStack:        1496 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     164584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70536 MiB
End job on node111 at 2012-06-09 05:47:01