Trace number 3752853

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.05 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmp2_wcsp.wbo
MD5SUMffaee973dfddebb70c04b2948d40db31
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2795923
Best CPU time to get the best result obtained on this benchmark1800.08
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 77435527
Min constraint cost 1
Max constraint cost 77435527
Sum of constraints costs 3097994347139
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.83	c run usual solver
8.37/8.49	o 2820101
8.37/8.49	c starting approximation
8.37/8.49	c factor = 2
8.37/8.49	c factor still to low - shrinking to 1.35703e+06
8.37/8.49	c approx number of clauses: 1e+06
8.37/8.49	c current bound: 1410050
8.67/8.75	c leaving approximation
8.67/8.75	c finished approximation
8.67/8.75	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3752853-1339211853/watcher-3752853-1339211853 -o /tmp/evaluation-result-3752853-1339211853/solver-3752853-1339211853 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752853-1339211853.wbo 1397125304 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.93 3/180 32032
/proc/meminfo: memFree=28835560/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0

[startup+0.029256 s]
/proc/loadavg: 1.97 1.98 1.93 3/180 32032
/proc/meminfo: memFree=28835560/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100318 s]
/proc/loadavg: 1.97 1.98 1.93 3/180 32032
/proc/meminfo: memFree=28835560/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30027 s]
/proc/loadavg: 1.97 1.98 1.93 3/180 32032
/proc/meminfo: memFree=28835560/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700125 s]
/proc/loadavg: 1.97 1.98 1.93 3/180 32032
/proc/meminfo: memFree=28835560/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.97 1.98 1.93 3/181 32045
/proc/meminfo: memFree=28737640/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=68464 CPUtime=1.08 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 9676 0 0 0 85 23 0 0 20 0 1 0 387312120 70107136 16555 33554432000 4194304 6006132 140733457397744 140733457390848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 17116 16555 155 443 0 16669 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 77612

[startup+3.10034 s]
/proc/loadavg: 1.97 1.98 1.93 3/181 32059
/proc/meminfo: memFree=28656100/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=68464 CPUtime=1.08 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 9676 0 0 0 85 23 0 0 20 0 1 0 387312120 70107136 16555 33554432000 4194304 6006132 140733457397744 140733457390848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 17116 16555 155 443 0 16669 0
[pid=32046] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (cp2_pre.sh) S 32033 32032 23719 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387312228 9367552 277 33554432000 4194304 5064252 140734110229888 140734110228592 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32046/statm: 2287 277 234 213 0 72 0
[pid=32047] ppid=32046 vsize=118656 CPUtime=1.99 cores=0,2,4,6
/proc/32047/stat : 32047 (coprocessor) R 32046 32032 23719 0 -1 4202496 19867 0 0 0 197 2 0 0 20 0 1 0 387312229 121503744 28696 33554432000 4194304 6586260 140735405132528 140735405128072 5599305 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32047/statm: 29664 28696 190 584 0 29076 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 205416

[startup+6.30034 s]
/proc/loadavg: 1.89 1.96 1.93 3/181 32094
/proc/meminfo: memFree=28659432/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=68464 CPUtime=1.08 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 9676 0 0 0 85 23 0 0 20 0 1 0 387312120 70107136 16555 33554432000 4194304 6006132 140733457397744 140733457390848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 17116 16555 155 443 0 16669 0
[pid=32046] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (cp2_pre.sh) S 32033 32032 23719 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387312228 9367552 277 33554432000 4194304 5064252 140734110229888 140734110228592 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32046/statm: 2287 277 234 213 0 72 0
[pid=32047] ppid=32046 vsize=119052 CPUtime=5.19 cores=0,2,4,6
/proc/32047/stat : 32047 (coprocessor) R 32046 32032 23719 0 -1 4202496 19942 0 0 0 517 2 0 0 20 0 1 0 387312229 121909248 28771 33554432000 4194304 6586260 140735405132528 140735405128072 5599260 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32047/statm: 29763 28771 190 584 0 29175 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 205812

[startup+12.7003 s]
/proc/loadavg: 1.90 1.96 1.93 3/181 32184
/proc/meminfo: memFree=28471664/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=651552 CPUtime=12.67 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) R 32032 32032 23719 0 -1 4202496 32806 54933 0 0 480 63 707 17 20 0 1 0 387312120 667189248 100156 33554432000 4194304 6006132 140733457397744 140733457390120 4209987 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 162888 100156 192 443 0 162441 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 660700

[startup+25.5004 s]
/proc/loadavg: 2.00 1.98 1.93 3/183 32329
/proc/meminfo: memFree=25565924/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=1461964 CPUtime=5.59 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 132790 0 0 0 510 49 0 0 20 0 1 0 387314109 1497051136 293370 33554432000 4194304 5208918 140737281900256 140737280849656 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 365491 293371 69 248 0 365240 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 2622184

[startup+51.1004 s]
/proc/loadavg: 2.06 2.00 1.94 3/183 32329
/proc/meminfo: memFree=25018560/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=1936760 CPUtime=31.19 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 202879 0 0 0 3043 76 0 0 20 0 1 0 387314109 1983242240 385817 33554432000 4194304 5208918 140737281900256 140737281897928 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 484190 385817 103 248 0 483939 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 3096980

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 1.94 3/183 32329
/proc/meminfo: memFree=24997368/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=1936760 CPUtime=82.38 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 202881 0 0 0 8162 76 0 0 20 0 1 0 387314109 1983242240 385819 33554432000 4194304 5208918 140737281900256 140737281898216 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 484190 385819 103 248 0 483939 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 3096980

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/184 32332
/proc/meminfo: memFree=24956112/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=1946444 CPUtime=142.37 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 205338 0 0 0 14160 77 0 0 20 0 1 0 387314109 1993158656 394919 33554432000 4194304 5208918 140737281900256 140737281898104 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 486611 394919 105 248 0 486360 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 3106664

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/183 32333
/proc/meminfo: memFree=24916336/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 246195 0 0 0 134033 182 0 0 20 0 1 0 387314109 2121715712 459132 33554432000 4194304 5208918 140737281900256 140737281898104 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 517997 459132 105 248 0 517746 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 3232208

[startup+1422.31 s]
/proc/loadavg: 2.06 2.07 2.00 3/183 32344
/proc/meminfo: memFree=24623864/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2081260 CPUtime=1402.15 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 247779 0 0 0 140025 190 0 0 20 0 1 0 387314109 2131210240 441425 33554432000 4194304 5208918 140737281900256 140737281896632 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 520315 441425 105 248 0 520064 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 3241480

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 32344
/proc/meminfo: memFree=24588804/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2081260 CPUtime=1462.13 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 247809 0 0 0 146022 191 0 0 20 0 1 0 387314109 2131210240 455763 33554432000 4194304 5208918 140737281900256 140737281895944 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 520315 455763 105 248 0 520064 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 3241480

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 32344
/proc/meminfo: memFree=24514528/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2082732 CPUtime=1522.12 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 248211 0 0 0 152020 192 0 0 20 0 1 0 387314109 2132717568 468940 33554432000 4194304 5208918 140737281900256 140737281898104 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 520683 468940 105 248 0 520432 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 3242952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 32344
/proc/meminfo: memFree=24629680/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2085560 CPUtime=1582.11 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 250584 0 0 0 158005 206 0 0 20 0 1 0 387314109 2135613440 446607 33554432000 4194304 5208918 140737281900256 140737281898104 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 521390 446607 105 248 0 521139 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 3245780

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 32344
/proc/meminfo: memFree=24550816/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2087420 CPUtime=1642.11 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 251071 0 0 0 164004 207 0 0 20 0 1 0 387314109 2137518080 459869 33554432000 4194304 5208918 140737281900256 140737281898104 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 521855 459869 105 248 0 521604 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 3247640

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 32344
/proc/meminfo: memFree=24615256/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2090932 CPUtime=1702.1 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 252770 0 0 0 169995 215 0 0 20 0 1 0 387314109 2141114368 447899 33554432000 4194304 5208918 140737281900256 140737281896568 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 522733 447899 105 248 0 522482 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 3251152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 32345
/proc/meminfo: memFree=24526592/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2093348 CPUtime=1762.08 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 253425 0 0 0 175992 216 0 0 20 0 1 0 387314109 2143588352 464395 33554432000 4194304 5208918 140737281900256 140737281898008 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 523337 464395 105 248 0 523086 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 3253568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 32345
/proc/meminfo: memFree=24606880/32873648 swapFree=7372/7372
[pid=32032] ppid=32030 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32032/stat : 32032 (npSolver-wbo-It) S 32030 32032 23719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387312119 9367552 275 33554432000 4194304 5064252 140736284184544 140736284183456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32032/statm: 2287 275 233 213 0 72 0
[pid=32033] ppid=32032 vsize=1141924 CPUtime=19.86 cores=0,2,4,6
/proc/32033/stat : 32033 (npSolver-wbo) S 32032 32032 23719 0 -1 4202496 34709 54933 0 0 1078 184 707 17 20 0 1 0 387312120 1169330176 204829 33554432000 4194304 6006132 140733457397744 140733457389136 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32033/statm: 285481 204829 192 443 0 285034 0
[pid=32311] ppid=32033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32311/stat : 32311 (satsolver.sh) S 32033 32032 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387314109 9367552 267 33554432000 4194304 5064252 140737355050608 140737355049520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32311/statm: 2287 267 226 213 0 72 0
[pid=32312] ppid=32311 vsize=2093896 CPUtime=1780.19 cores=0,2,4,6
/proc/32312/stat : 32312 (glucose) R 32311 32032 23719 0 -1 4202496 254404 0 0 0 177795 224 0 0 20 0 1 0 387314109 2144149504 442520 33554432000 4194304 5208918 140737281900256 140737281896632 4229692 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32312/statm: 523474 442520 105 248 0 523223 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3254116

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 32032 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=862284
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=37690
# CPU time returned by wait4() is 19.9
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1795.8
CPU system time (s): 4.25
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 4151796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8623
system time used= 2.03769
maximum resident set size= 1546544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1505808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 436
involuntary context switches= 49

runsolver used 2.87956 second user time and 7.64184 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-09 05:17:33
IDJOB=3752853
IDBENCH=79534
IDSOLVER=2336
FILE ID=node115/3752853-1339211853
RUNJOBID= node115-1339208246-24475
PBS_JOBID= 14643864
Free space on /tmp= 70260 MiB

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

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

MD5SUM BENCH= ffaee973dfddebb70c04b2948d40db31
RANDOM SEED=1397125304

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        28798348 kB
Buffers:          339768 kB
Cached:          2761656 kB
SwapCached:         2180 kB
Active:          1464456 kB
Inactive:        1708324 kB
Active(anon):      68040 kB
Inactive(anon):     2272 kB
Active(file):    1396416 kB
Inactive(file):  1706052 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:             18164 kB
Writeback:             0 kB
AnonPages:         91668 kB
Mapped:            10252 kB
Shmem:                 0 kB
Slab:             763732 kB
SReclaimable:     205044 kB
SUnreclaim:       558688 kB
KernelStack:        1520 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     195424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 69380 MiB
End job on node115 at 2012-06-09 05:47:34