Trace number 3715508

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? (TO) 1800.01 1800.51

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1401_wcsp.wbo
MD5SUM601f69ae6cca4f399a846decf942ed61
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark507118
Best CPU time to get the best result obtained on this benchmark1800.73
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1402
Total number of constraints15782
Number of soft constraints15294
Number of constraints which are clauses15294
Number of constraints which are cardinality constraints (but not clauses)488
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 635168
Min constraint cost 1
Max constraint cost 635168
Sum of constraints costs 9404932575
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c run usual solver
0.00/0.38	o 2040795784
0.00/0.38	c starting approximation
0.00/0.38	c factor = 2
0.00/0.38	c factor still to low - shrinking to 9.36358e+07
0.00/0.38	c approx number of clauses: 1e+06
0.00/0.38	c current bound: 1020397888
1.17/1.22	c leaving approximation
1.17/1.22	c finished approximation
1.17/1.22	c fallback to adder encoding
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	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-3715508-1338256334/watcher-3715508-1338256334 -o /tmp/evaluation-result-3715508-1338256334/solver-3715508-1338256334 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715508-1338256334.wbo 2047647529 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: 1.06 1.24 1.68 3/172 9471
/proc/meminfo: memFree=30668880/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0

[startup+0.0542669 s]
/proc/loadavg: 1.06 1.24 1.68 3/172 9471
/proc/meminfo: memFree=30668880/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 1.06 1.24 1.68 3/172 9471
/proc/meminfo: memFree=30668880/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300219 s]
/proc/loadavg: 1.06 1.24 1.68 3/172 9471
/proc/meminfo: memFree=30668880/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 1.06 1.24 1.68 3/172 9471
/proc/meminfo: memFree=30668880/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 1.06 1.24 1.68 3/181 9507
/proc/meminfo: memFree=30584860/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=38500 CPUtime=1.48 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) R 9471 9471 7472 0 -1 4202496 10957 23344 0 0 45 6 92 5 20 0 1 0 291758855 39424000 8762 33554432000 4194304 5990268 140736573567200 140736573559184 5042551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 9625 8762 181 439 0 9182 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47648

[startup+3.1003 s]
/proc/loadavg: 1.06 1.24 1.68 3/181 9524
/proc/meminfo: memFree=30556104/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=153188 CPUtime=3.08 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) R 9471 9471 7472 0 -1 4202496 12512 23344 0 0 202 9 92 5 20 0 1 0 291758855 156864512 37344 33554432000 4194304 5990268 140736573567200 140736573559544 5042580 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 38297 37344 181 439 0 37854 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 162336

[startup+6.30031 s]
/proc/loadavg: 1.14 1.26 1.68 3/183 9565
/proc/meminfo: memFree=29922700/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=564312 CPUtime=2.2 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 68647 0 0 0 201 19 0 0 20 0 1 0 291759264 577855488 113235 33554432000 4194304 5208918 140735537672176 140735536621528 4206178 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9547/statm: 141078 113235 90 248 0 140827 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 866868

[startup+12.7004 s]
/proc/loadavg: 1.29 1.28 1.69 3/181 9633
/proc/meminfo: memFree=29865152/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=498204 CPUtime=8.6 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 72954 0 0 0 838 22 0 0 20 0 1 0 291759264 510160896 103712 33554432000 4194304 5208918 140735537672176 140735537668552 4211156 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9547/statm: 124551 103712 105 248 0 124300 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 800760

[startup+25.5071 s]
/proc/loadavg: 1.44 1.32 1.69 3/183 9775
/proc/meminfo: memFree=29800792/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=503032 CPUtime=21.41 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 75073 0 0 0 2117 24 0 0 20 0 1 0 291759264 515104768 106056 33554432000 4194304 5208918 140735537672176 140735537670024 4213136 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9547/statm: 125758 106056 105 248 0 125507 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 805588

[startup+51.1003 s]
/proc/loadavg: 1.63 1.37 1.70 3/183 10048
/proc/meminfo: memFree=29816556/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=512316 CPUtime=46.99 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 78167 0 0 0 4671 28 0 0 20 0 1 0 291759264 524611584 110459 33554432000 4194304 5208918 140735537672176 140735537670024 4213752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9547/statm: 128079 110459 105 248 0 127828 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 814872

[startup+102.3 s]
/proc/loadavg: 1.85 1.47 1.71 3/184 10597
/proc/meminfo: memFree=29786536/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=530456 CPUtime=98.19 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 84040 0 0 0 9782 37 0 0 20 0 1 0 291759264 543186944 113411 33554432000 4194304 5208918 140735537672176 140735537670264 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9547/statm: 132614 113411 105 248 0 132363 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 833012

[startup+162.3 s]
/proc/loadavg: 1.94 1.56 1.73 3/184 11255
/proc/meminfo: memFree=29766308/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=542832 CPUtime=158.18 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 88040 0 0 0 15775 43 0 0 20 0 1 0 291759264 555859968 123965 33554432000 4194304 5208918 140735537672176 140735537670024 4229760 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9547/statm: 135708 123965 105 248 0 135457 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 845388

[startup+222.3 s]
/proc/loadavg: 1.98 1.64 1.74 3/183 11906
/proc/meminfo: memFree=29753252/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 146311 0 0 0 141546 233 0 0 20 0 1 0 291759264 751976448 168179 33554432000 4194304 5208918 140735537672176 140735537670024 4229757 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 183588 168179 105 248 0 183337 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1036908

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/183 25599
/proc/meminfo: memFree=29604316/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=737428 CPUtime=1477.78 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 147781 0 0 0 147539 239 0 0 20 0 1 0 291759264 755126272 162220 33554432000 4194304 5208918 140735537672176 140735537668488 4212508 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 184357 162220 105 248 0 184106 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 1039984

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/183 26257
/proc/meminfo: memFree=29572380/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=739672 CPUtime=1537.78 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 148607 0 0 0 153535 243 0 0 20 0 1 0 291759264 757424128 170247 33554432000 4194304 5208918 140735537672176 140735537670024 4211599 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 184918 170247 105 248 0 184667 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1042228

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/181 26903
/proc/meminfo: memFree=29626744/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=742560 CPUtime=1597.76 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 150018 0 0 0 159528 248 0 0 20 0 1 0 291759264 760381440 163201 33554432000 4194304 5208918 140735537672176 140735537670024 4229296 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 185640 163201 105 248 0 185389 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1045116

[startup+1662.31 s]
/proc/loadavg: 1.97 2.00 1.92 3/183 27559
/proc/meminfo: memFree=29577344/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=744520 CPUtime=1657.77 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 150984 0 0 0 165525 252 0 0 20 0 1 0 291759264 762388480 168944 33554432000 4194304 5208918 140735537672176 140735537670024 4229347 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 186130 168944 105 248 0 185879 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1047076

[startup+1722.3 s]
/proc/loadavg: 1.92 1.97 1.91 3/184 28210
/proc/meminfo: memFree=29530756/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=746748 CPUtime=1717.74 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 151786 0 0 0 171519 255 0 0 20 0 1 0 291759264 764669952 172860 33554432000 4194304 5208918 140735537672176 140735537670024 4229374 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 186687 172860 105 248 0 186436 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 1049304

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/183 28869
/proc/meminfo: memFree=29569388/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=748820 CPUtime=1777.74 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 153063 0 0 0 177513 261 0 0 20 0 1 0 291759264 766791680 162094 33554432000 4194304 5208918 140735537672176 140735537670264 4229328 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 187205 162094 105 248 0 186954 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1051376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.99 1.98 1.91 3/183 29068
/proc/meminfo: memFree=29575908/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=749656 CPUtime=1795.94 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 153250 0 0 0 179332 262 0 0 20 0 1 0 291759264 767647744 168971 33554432000 4194304 5208918 140735537672176 140735537670024 4229365 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 187414 168971 105 248 0 187163 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1052212

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.99 1.98 1.91 3/183 29068
/proc/meminfo: memFree=29575908/32873648 swapFree=7112/7112
[pid=9471] ppid=9468 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (npSolver-wbo-It) S 9468 9471 7472 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291758855 9367552 275 33554432000 4194304 5064252 140735473197296 140735473196208 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9471/statm: 2287 275 233 213 0 72 0
[pid=9475] ppid=9471 vsize=284260 CPUtime=4.07 cores=1,3,5,7
/proc/9475/stat : 9475 (npSolver-wbo) S 9471 9471 7472 0 -1 4202496 14055 23344 0 0 271 39 92 5 20 0 1 0 291758855 291082240 49120 33554432000 4194304 5990268 140736573567200 140736573558624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9475/statm: 71065 49120 181 439 0 70622 0
[pid=9546] ppid=9475 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9546/stat : 9546 (satsolver.sh) S 9475 9471 7472 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291759263 9367552 266 33554432000 4194304 5064252 140737095715712 140737095714624 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9546/statm: 2287 266 226 213 0 72 0
[pid=9547] ppid=9546 vsize=749656 CPUtime=1795.94 cores=1,3,5,7
/proc/9547/stat : 9547 (glucose) R 9546 9471 7472 0 -1 4202496 153250 0 0 0 179332 262 0 0 20 0 1 0 291759264 767647744 168971 33554432000 4194304 5208918 140735537672176 140735537670024 4229365 0 0 4096 0 0 0 0 17 5 0 0 10 0 0
/proc/9547/statm: 187414 168971 105 248 0 187163 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1052212

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9471 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=638446
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=449931
# CPU time returned by wait4() is 4.08838
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.01
CPU user time (s): 1796.95
CPU system time (s): 3.06
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 1262992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.63845
system time used= 0.449931
maximum resident set size= 371944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38375
page faults= 0
swaps= 0
block input operations= 0
block output operations= 366256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52
involuntary context switches= 32

runsolver used 8.37773 second user time and 16.9944 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-29 03:52:14
IDJOB=3715508
IDBENCH=79597
IDSOLVER=2297
FILE ID=node127/3715508-1338256334
RUNJOBID= node127-1338256334-9448
PBS_JOBID= 14624640
Free space on /tmp= 71108 MiB

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

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

MD5SUM BENCH= 601f69ae6cca4f399a846decf942ed61
RANDOM SEED=2047647529

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        30669772 kB
Buffers:          438928 kB
Cached:           864204 kB
SwapCached:         1092 kB
Active:          1286572 kB
Inactive:          26532 kB
Active(anon):       1516 kB
Inactive(anon):    10808 kB
Active(file):    1285056 kB
Inactive(file):    15724 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106520 kB
Dirty:             17096 kB
Writeback:            32 kB
AnonPages:         15524 kB
Mapped:            13676 kB
Shmem:               196 kB
Slab:             753072 kB
SReclaimable:     197188 kB
SUnreclaim:       555884 kB
KernelStack:        1392 kB
PageTables:         4032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70908 MiB
End job on node127 at 2012-05-29 04:22:15