Trace number 3750038

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.01 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM45095495cbc234ce584c9f2f0e8c1a12
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9842
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14379486
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14379486
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.88/1.93	c run usual solver
116.14/116.37	c model valid
116.14/116.37	c current solution ok
118.75/118.91	o -6549
118.75/118.91	c current bound: 7186468
118.75/118.91	c fallback to adder encoding
1800.01/1800.71	c error: unexpected solver exit code
1800.01/1800.71	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-3750038-1339175996/watcher-3750038-1339175996 -o /tmp/evaluation-result-3750038-1339175996/solver-3750038-1339175996 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750038-1339175996.opb 984831540 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 18045
/proc/meminfo: memFree=25853296/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0

[startup+0.073409 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 18045
/proc/meminfo: memFree=25853296/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100286 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 18045
/proc/meminfo: memFree=25853296/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 18045
/proc/meminfo: memFree=25853296/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 18045
/proc/meminfo: memFree=25853296/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.04 2.01 3/181 18047
/proc/meminfo: memFree=25712304/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=238908 CPUtime=1.49 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) R 18045 18045 17372 0 -1 4202496 21855 0 0 0 142 7 0 0 20 0 1 0 383725215 244641792 43427 33554432000 4194304 6004724 140737361262432 140737361257464 4582623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 59727 43427 153 442 0 59281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 248056

[startup+3.10042 s]
/proc/loadavg: 2.00 2.04 2.01 3/183 18049
/proc/meminfo: memFree=25629692/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=167748 CPUtime=1.97 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 22184 0 0 0 171 26 0 0 20 0 1 0 383725215 171773952 30433 33554432000 4194304 6004724 140737361262432 140737361256480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 41937 30433 162 442 0 41491 0
[pid=18048] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18048/stat : 18048 (cp2_pre.sh) S 18046 18045 17372 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 383725412 9367552 277 33554432000 4194304 5064252 140734559126592 140734559125296 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18048/statm: 2287 277 234 213 0 72 0
[pid=18049] ppid=18048 vsize=133108 CPUtime=1.11 cores=1,3,5,7
/proc/18049/stat : 18049 (coprocessor) R 18048 18045 17372 0 -1 4202496 11286 0 0 0 106 5 0 0 20 0 1 0 383725413 136302592 32071 33554432000 4194304 6586260 140734046602032 140734046598792 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18049/statm: 33277 32071 138 584 0 32689 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 319152

[startup+6.3004 s]
/proc/loadavg: 2.00 2.04 2.01 3/184 18052
/proc/meminfo: memFree=25245980/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=167748 CPUtime=1.97 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 22184 0 0 0 171 26 0 0 20 0 1 0 383725215 171773952 30433 33554432000 4194304 6004724 140737361262432 140737361256480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 41937 30433 162 442 0 41491 0
[pid=18048] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18048/stat : 18048 (cp2_pre.sh) S 18046 18045 17372 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 383725412 9367552 277 33554432000 4194304 5064252 140734559126592 140734559125296 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18048/statm: 2287 277 234 213 0 72 0
[pid=18049] ppid=18048 vsize=413408 CPUtime=4.31 cores=1,3,5,7
/proc/18049/stat : 18049 (coprocessor) R 18048 18045 17372 0 -1 4202496 49405 0 0 0 418 13 0 0 20 0 1 0 383725413 423329792 99828 33554432000 4194304 6586260 140734046602032 140734046597960 4770727 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18049/statm: 103352 99828 182 584 0 102764 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 599452

[startup+12.7004 s]
/proc/loadavg: 2.00 2.04 2.01 3/184 18055
/proc/meminfo: memFree=25539672/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=167748 CPUtime=9.28 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 22192 56759 0 0 171 26 702 29 20 0 1 0 383725215 171773952 30433 33554432000 4194304 6004724 140737361262432 140737361257568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 41937 30433 162 442 0 41491 0
[pid=18054] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18054/stat : 18054 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383726156 9367552 267 33554432000 4194304 5064252 140736709601488 140736709600400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18054/statm: 2287 267 226 213 0 72 0
[pid=18055] ppid=18054 vsize=175020 CPUtime=3.28 cores=1,3,5,7
/proc/18055/stat : 18055 (glucose) R 18054 18045 17372 0 -1 4202496 32771 0 0 0 320 8 0 0 20 0 1 0 383726156 179220480 39093 33554432000 4194304 5208918 140735953625504 140735953623176 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18055/statm: 43755 39093 95 248 0 43504 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 361064

[startup+25.5072 s]
/proc/loadavg: 2.00 2.04 2.01 3/184 18055
/proc/meminfo: memFree=25540796/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=167748 CPUtime=9.28 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 22192 56759 0 0 171 26 702 29 20 0 1 0 383725215 171773952 30433 33554432000 4194304 6004724 140737361262432 140737361257568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 41937 30433 162 442 0 41491 0
[pid=18054] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18054/stat : 18054 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383726156 9367552 267 33554432000 4194304 5064252 140736709601488 140736709600400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18054/statm: 2287 267 226 213 0 72 0
[pid=18055] ppid=18054 vsize=175020 CPUtime=16.08 cores=1,3,5,7
/proc/18055/stat : 18055 (glucose) R 18054 18045 17372 0 -1 4202496 32772 0 0 0 1600 8 0 0 20 0 1 0 383726156 179220480 39094 33554432000 4194304 5208918 140735953625504 140735953623176 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18055/statm: 43755 39094 95 248 0 43504 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 361064

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 2.01 3/184 18055
/proc/meminfo: memFree=25541176/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=167748 CPUtime=9.28 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 22192 56759 0 0 171 26 702 29 20 0 1 0 383725215 171773952 30433 33554432000 4194304 6004724 140737361262432 140737361257568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 41937 30433 162 442 0 41491 0
[pid=18054] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18054/stat : 18054 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383726156 9367552 267 33554432000 4194304 5064252 140736709601488 140736709600400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18054/statm: 2287 267 226 213 0 72 0
[pid=18055] ppid=18054 vsize=175020 CPUtime=41.67 cores=1,3,5,7
/proc/18055/stat : 18055 (glucose) R 18054 18045 17372 0 -1 4202496 32777 0 0 0 4159 8 0 0 20 0 1 0 383726156 179220480 39099 33554432000 4194304 5208918 140735953625504 140735953623176 4211670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18055/statm: 43755 39099 95 248 0 43504 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 361064

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/183 18056
/proc/meminfo: memFree=25541308/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=167748 CPUtime=9.28 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 22192 56759 0 0 171 26 702 29 20 0 1 0 383725215 171773952 30433 33554432000 4194304 6004724 140737361262432 140737361257568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18046/statm: 41937 30433 162 442 0 41491 0
[pid=18054] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18054/stat : 18054 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383726156 9367552 267 33554432000 4194304 5064252 140736709601488 140736709600400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18054/statm: 2287 267 226 213 0 72 0
[pid=18055] ppid=18054 vsize=175020 CPUtime=92.86 cores=1,3,5,7
/proc/18055/stat : 18055 (glucose) R 18054 18045 17372 0 -1 4202496 32785 0 0 0 9278 8 0 0 20 0 1 0 383726156 179220480 39107 33554432000 4194304 5208918 140735953625504 140735953623176 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18055/statm: 43755 39107 95 248 0 43504 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 361064

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 18063
/proc/meminfo: memFree=24496504/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=39.31 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108268 0 0 0 3893 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 161.87

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

/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108268 0 0 0 129874 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 1277504

[startup+1482.3 s]
/proc/loadavg: 2.41 2.12 2.04 3/184 18156
/proc/meminfo: memFree=25007400/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1359.11 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108268 0 0 0 135873 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4211147 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 1277504

[startup+1542.3 s]
/proc/loadavg: 2.64 2.26 2.09 3/183 18159
/proc/meminfo: memFree=24998656/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1419.11 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108268 0 0 0 141873 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 1277504

[startup+1602.3 s]
/proc/loadavg: 2.23 2.21 2.08 3/183 18160
/proc/meminfo: memFree=24477156/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1479.1 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108268 0 0 0 147872 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 1277504

[startup+1662.31 s]
/proc/loadavg: 2.08 2.17 2.08 3/183 18160
/proc/meminfo: memFree=24477652/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1539.09 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108268 0 0 0 153871 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 1277504

[startup+1722.3 s]
/proc/loadavg: 2.03 2.13 2.07 3/183 18160
/proc/meminfo: memFree=24477544/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1599.07 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108283 0 0 0 159869 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 1277504

[startup+1782.3 s]
/proc/loadavg: 2.01 2.11 2.07 3/183 18160
/proc/meminfo: memFree=24477076/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1659.05 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108290 0 0 0 165867 38 0 0 20 0 1 0 383737512 837939200 169804 33554432000 4194304 5208918 140735853294576 140735853290952 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169804 105 248 0 204324 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 1277504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.01 2.10 2.06 3/183 18160
/proc/meminfo: memFree=24477664/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1677.45 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108296 0 0 0 167707 38 0 0 20 0 1 0 383737512 837939200 169807 33554432000 4194304 5208918 140735853294576 140735853290952 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169807 105 248 0 204324 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1277504

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.7 s]
/proc/loadavg: 2.01 2.10 2.06 3/183 18160
/proc/meminfo: memFree=24477664/32873844 swapFree=7632/7632
[pid=18045] ppid=18043 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18045/stat : 18045 (npSolver-pbo.sh) S 18043 18045 17372 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383725215 9367552 275 33554432000 4194304 5064252 140737369720304 140737369719216 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18045/statm: 2287 275 233 213 0 72 0
[pid=18046] ppid=18045 vsize=440908 CPUtime=122.56 cores=1,3,5,7
/proc/18046/stat : 18046 (npSolver-pbo) S 18045 18045 17372 0 -1 4202496 35213 96261 0 0 561 278 11369 48 20 0 1 0 383725215 451489792 92691 33554432000 4194304 6004724 140737361262432 140737361254784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/18046/statm: 110227 92691 174 442 0 109781 0
[pid=18062] ppid=18046 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18062/stat : 18062 (satsolver.sh) S 18046 18045 17372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383737511 9367552 267 33554432000 4194304 5064252 140736498636928 140736498635840 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18062/statm: 2287 267 226 213 0 72 0
[pid=18063] ppid=18062 vsize=818300 CPUtime=1677.45 cores=1,3,5,7
/proc/18063/stat : 18063 (glucose) R 18062 18045 17372 0 -1 4202496 108296 0 0 0 167707 38 0 0 20 0 1 0 383737512 837939200 169807 33554432000 4194304 5208918 140735853294576 140735853290952 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18063/statm: 204575 169807 105 248 0 204324 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1277504

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18045 and gives
#  childrusage.ru_utime.tv_sec=119
#  childrusage.ru_utime.tv_usec=315861
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=280501
# CPU time returned by wait4() is 122.596
# 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.72
CPU time (s): 1800.01
CPU user time (s): 1796.37
CPU system time (s): 3.64
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 1456600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.316
system time used= 3.2805
maximum resident set size= 607652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132452
page faults= 0
swaps= 0
block input operations= 8
block output operations= 857744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 959
involuntary context switches= 146

runsolver used 12.3631 second user time and 9.35258 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-08 19:19:56
IDJOB=3750038
IDBENCH=91523
IDSOLVER=2334
FILE ID=node130/3750038-1339175996
RUNJOBID= node130-1339170208-17389
PBS_JOBID= 14643825
Free space on /tmp= 69668 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750038-1339175996/watcher-3750038-1339175996 -o /tmp/evaluation-result-3750038-1339175996/solver-3750038-1339175996 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750038-1339175996.opb 984831540 HOME HOME

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

MD5SUM BENCH= 45095495cbc234ce584c9f2f0e8c1a12
RANDOM SEED=984831540

node130.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.875
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	: 5333.75
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.875
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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25854320 kB
Buffers:          150016 kB
Cached:          1482500 kB
SwapCached:         2796 kB
Active:          6111208 kB
Inactive:          36224 kB
Active(anon):    4513780 kB
Inactive(anon):     3048 kB
Active(file):    1597428 kB
Inactive(file):    33176 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67096904 kB
Dirty:             10880 kB
Writeback:             8 kB
AnonPages:       4520340 kB
Mapped:             9844 kB
Shmem:                 0 kB
Slab:             722720 kB
SReclaimable:     163108 kB
SUnreclaim:       559612 kB
KernelStack:        1480 kB
PageTables:        12772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5558532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1992704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69360 MiB
End job on node130 at 2012-06-08 19:49:57