Trace number 3752695

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.07 1800.43

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub0_wcsp.wbo
MD5SUM5c315664b873ce8198536ea2fe9f11ce
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark247
Best CPU time to get the best result obtained on this benchmark1800.04
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables640
Total number of constraints123180
Number of soft constraints123164
Number of constraints which are clauses123164
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45316
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 22402430
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
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

Solver Data

0.00/0.94	c run usual solver
7.07/7.16	o 16712
7.07/7.16	c starting approximation
7.07/7.16	c factor = 2
7.07/7.16	c factor still to low - shrinking to 12349.9
7.07/7.16	c approx number of clauses: 1e+06
7.07/7.17	c current bound: 8356
7.07/7.17	c factor to high for quickBound
7.07/7.17	c finished approximation
7.07/7.17	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3752695-1339211922/watcher-3752695-1339211922 -o /tmp/evaluation-result-3752695-1339211922/solver-3752695-1339211922 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752695-1339211922.wbo 900672164 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.02 1.96 1.94 3/179 20370
/proc/meminfo: memFree=30110016/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0

[startup+0.0761931 s]
/proc/loadavg: 2.02 1.96 1.94 3/179 20370
/proc/meminfo: memFree=30110016/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100278 s]
/proc/loadavg: 2.02 1.96 1.94 3/179 20370
/proc/meminfo: memFree=30110016/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 2.02 1.96 1.94 3/179 20370
/proc/meminfo: memFree=30110016/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700176 s]
/proc/loadavg: 2.02 1.96 1.94 3/179 20370
/proc/meminfo: memFree=30110016/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 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.02 1.96 1.94 3/179 20380
/proc/meminfo: memFree=30122428/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=73900 CPUtime=1.32 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 11293 0 0 0 97 35 0 0 20 0 1 0 387318083 75673600 18120 33554432000 4194304 6006132 140734874978624 140734874971728 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20371/statm: 18475 18120 156 443 0 18028 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 83048

[startup+3.10029 s]
/proc/loadavg: 2.02 1.96 1.94 3/181 20382
/proc/meminfo: memFree=29772252/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=73900 CPUtime=1.32 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 11293 0 0 0 97 35 0 0 20 0 1 0 387318083 75673600 18120 33554432000 4194304 6006132 140734874978624 140734874971728 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20371/statm: 18475 18120 156 443 0 18028 0
[pid=20381] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20381/stat : 20381 (cp2_pre.sh) S 20371 20370 11239 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387318215 9367552 277 33554432000 4194304 5064252 140734297205184 140734297203888 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20381/statm: 2287 277 234 213 0 72 0
[pid=20382] ppid=20381 vsize=118216 CPUtime=1.75 cores=1,3,5,7
/proc/20382/stat : 20382 (coprocessor) R 20381 20370 11239 0 -1 4202496 18924 0 0 0 172 3 0 0 20 0 1 0 387318216 121053184 28928 33554432000 4194304 6586260 140737145540096 140737145535464 5599279 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/20382/statm: 29554 28928 190 584 0 28966 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 210412

[startup+6.30029 s]
/proc/loadavg: 2.02 1.96 1.94 3/181 20382
/proc/meminfo: memFree=29528700/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=73900 CPUtime=1.32 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 11293 0 0 0 97 35 0 0 20 0 1 0 387318083 75673600 18120 33554432000 4194304 6006132 140734874978624 140734874971728 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20371/statm: 18475 18120 156 443 0 18028 0
[pid=20381] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20381/stat : 20381 (cp2_pre.sh) S 20371 20370 11239 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387318215 9367552 277 33554432000 4194304 5064252 140734297205184 140734297203888 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20381/statm: 2287 277 234 213 0 72 0
[pid=20382] ppid=20381 vsize=118612 CPUtime=4.95 cores=1,3,5,7
/proc/20382/stat : 20382 (coprocessor) R 20381 20370 11239 0 -1 4202496 19038 0 0 0 492 3 0 0 20 0 1 0 387318216 121458688 29042 33554432000 4194304 6586260 140737145540096 140737145535688 5599251 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/20382/statm: 29653 29042 190 584 0 29065 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 210808

[startup+12.7003 s]
/proc/loadavg: 2.02 1.96 1.94 3/179 20390
/proc/meminfo: memFree=28669716/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=741476 CPUtime=12.68 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) R 20370 20370 11239 0 -1 4202496 50702 34301 0 0 638 69 552 9 20 0 1 0 387318083 759271424 149827 33554432000 4194304 6006132 140734874978624 140734874970968 4535962 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20371/statm: 185369 149827 190 443 0 184922 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 750624

[startup+25.5003 s]
/proc/loadavg: 2.09 1.98 1.95 3/179 20390
/proc/meminfo: memFree=26678952/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2314340 CPUtime=25.48 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) R 20370 20370 11239 0 -1 4202496 52959 34301 0 0 1882 105 552 9 20 0 1 0 387318083 2369884160 388931 33554432000 4194304 6006132 140734874978624 140734874970968 4537521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20371/statm: 578585 388931 190 443 0 578138 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2323488

[startup+51.1012 s]
/proc/loadavg: 2.56 2.09 1.98 3/183 20394
/proc/meminfo: memFree=16315312/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3647684 CPUtime=20.74 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 369900 0 0 0 1921 153 0 0 20 0 1 0 387321117 3735228416 773197 33554432000 4194304 5208918 140735313316432 140735313314392 4210654 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 911921 773197 96 248 0 911670 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 5836844

[startup+102.301 s]
/proc/loadavg: 3.07 2.30 2.06 3/184 20397
/proc/meminfo: memFree=14674108/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3650512 CPUtime=71.93 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 370822 0 0 0 7040 153 0 0 20 0 1 0 387321117 3738124288 774119 33554432000 4194304 5208918 140735313316432 140735313314392 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 912628 774119 104 248 0 912377 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 5839672

[startup+162.3 s]
/proc/loadavg: 2.42 2.26 2.06 3/183 20398
/proc/meminfo: memFree=14677340/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3651304 CPUtime=131.92 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371029 0 0 0 13039 153 0 0 20 0 1 0 387321117 3738935296 774326 33554432000 4194304 5208918 140735313316432 140735313314280 4229469 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 912826 774326 105 248 0 912575 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 5840464

[startup+222.301 s]
/proc/loadavg: 2.22 2.23 2.06 3/183 20398
/proc/meminfo: memFree=14673404/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371960 0 0 0 139019 154 0 0 20 0 1 0 387321117 3743367168 775768 33554432000 4194304 5208918 140735313316432 140735313314104 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 775768 105 248 0 913657 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 5844792

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20409
/proc/meminfo: memFree=14632232/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1451.72 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371961 0 0 0 145018 154 0 0 20 0 1 0 387321117 3743367168 775769 33554432000 4194304 5208918 140735313316432 140735313314104 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 775769 105 248 0 913657 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 5844792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20409
/proc/meminfo: memFree=14632356/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1511.71 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371962 0 0 0 151017 154 0 0 20 0 1 0 387321117 3743367168 775770 33554432000 4194304 5208918 140735313316432 140735313314104 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 775770 105 248 0 913657 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 5844792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20409
/proc/meminfo: memFree=14630184/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1571.71 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371965 0 0 0 157017 154 0 0 20 0 1 0 387321117 3743367168 776284 33554432000 4194304 5208918 140735313316432 140735313314104 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 776284 105 248 0 913657 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 5844792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20410
/proc/meminfo: memFree=14630308/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1631.7 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371965 0 0 0 163016 154 0 0 20 0 1 0 387321117 3743367168 776284 33554432000 4194304 5208918 140735313316432 140735313314104 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 776284 105 248 0 913657 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 5844792

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 20410
/proc/meminfo: memFree=14630432/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1691.69 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371965 0 0 0 169015 154 0 0 20 0 1 0 387321117 3743367168 776284 33554432000 4194304 5208918 140735313316432 140735313314104 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 776284 105 248 0 913657 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 5844792

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 20410
/proc/meminfo: memFree=14630060/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1751.68 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371965 0 0 0 175014 154 0 0 20 0 1 0 387321117 3743367168 776284 33554432000 4194304 5208918 140735313316432 140735313314104 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 776284 105 248 0 913657 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 5844792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 20435
/proc/meminfo: memFree=24071920/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1769.79 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371965 0 0 0 176825 154 0 0 20 0 1 0 387321117 3743367168 776284 33554432000 4194304 5208918 140735313316432 140735313314104 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 776284 105 248 0 913657 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 5844792

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 2/174 20435
/proc/meminfo: memFree=24071920/32873648 swapFree=7372/7372
[pid=20370] ppid=20368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (npSolver-wbo-It) S 20368 20370 11239 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387318082 9367552 274 33554432000 4194304 5064252 140734443453728 140734443452640 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20370/statm: 2287 274 233 213 0 72 0
[pid=20371] ppid=20370 vsize=2170864 CPUtime=30.28 cores=1,3,5,7
/proc/20371/stat : 20371 (npSolver-wbo) S 20370 20370 11239 0 -1 4202496 54427 34301 0 0 2135 332 552 9 20 0 1 0 387318083 2222964736 396642 33554432000 4194304 6006132 140734874978624 140734874970016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/20371/statm: 542716 396642 190 443 0 542269 0
[pid=20391] ppid=20371 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20391/stat : 20391 (satsolver.sh) S 20371 20370 11239 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 387321116 9367552 267 33554432000 4194304 5064252 140733997229216 140733997228128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=3655632 CPUtime=1769.79 cores=1,3,5,7
/proc/20392/stat : 20392 (glucose) R 20391 20370 11239 0 -1 4202496 371965 0 0 0 176825 154 0 0 20 0 1 0 387321117 3743367168 776284 33554432000 4194304 5208918 140735313316432 140735313314104 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20392/statm: 913908 776284 105 248 0 913657 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 5844792

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20370 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=877913
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=423479
# CPU time returned by wait4() is 30.3014
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.43
CPU time (s): 1800.07
CPU user time (s): 1795.12
CPU system time (s): 4.95
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 7280248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8779
system time used= 3.42348
maximum resident set size= 3100568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89707
page faults= 0
swaps= 0
block input operations= 40
block output operations= 3056640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 486
involuntary context switches= 50

runsolver used 4.82926 second user time and 17.2394 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-09 05:18:42
IDJOB=3752695
IDBENCH=79550
IDSOLVER=2336
FILE ID=node124/3752695-1339211922
RUNJOBID= node124-1339208304-12885
PBS_JOBID= 14643858
Free space on /tmp= 70580 MiB

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

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

MD5SUM BENCH= 5c315664b873ce8198536ea2fe9f11ce
RANDOM SEED=900672164

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30110056 kB
Buffers:          439772 kB
Cached:          1232920 kB
SwapCached:         8612 kB
Active:          1818964 kB
Inactive:          72100 kB
Active(anon):     203196 kB
Inactive(anon):    11320 kB
Active(file):    1615768 kB
Inactive(file):    60780 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             28832 kB
Writeback:             0 kB
AnonPages:        211220 kB
Mapped:            10308 kB
Shmem:                 0 kB
Slab:             732144 kB
SReclaimable:     174432 kB
SUnreclaim:       557712 kB
KernelStack:        1488 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     328484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 69104 MiB
End job on node124 at 2012-06-09 05:48:43