Trace number 3700766

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__256.opb
MD5SUM521ed767a167eb8f632cec6025d152e5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark4.97324
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25648
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint256
Maximum length of a constraint2305
Number of terms in the objective function 25600
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 859272960
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 859272960
Number of bits of the biggest sum of numbers30
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.22	c run usual solver
1.88/1.91	c model valid
1.88/1.91	c current solution ok
2.57/2.65	o 302596
2.57/2.65	c current bound: 151298
2.57/2.65	c fallback to adder encoding
1800.04/1800.51	./satsolver.sh: line 5: 20645 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.51	c error: unexpected solver exit code
1800.04/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-3700766-1338081978/watcher-3700766-1338081978 -o /tmp/evaluation-result-3700766-1338081978/solver-3700766-1338081978 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700766-1338081978.opb 1359310394 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.00 2.00 3/179 20631
/proc/meminfo: memFree=28408908/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0

[startup+0.046143 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20631
/proc/meminfo: memFree=28408908/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20631
/proc/meminfo: memFree=28408908/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300283 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20631
/proc/meminfo: memFree=28408908/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700272 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20631
/proc/meminfo: memFree=28408908/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 20635
/proc/meminfo: memFree=28299056/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=25368 CPUtime=0.26 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 4892 0 0 0 20 6 0 0 20 0 1 0 274322744 25976832 4317 33554432000 4194304 5992684 140736772362224 140736772356256 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20632/statm: 6342 4317 167 440 0 5898 0
[pid=20634] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20634/stat : 20634 (cp2_pre.sh) S 20632 20631 15154 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274322770 9367552 276 33554432000 4194304 5064252 140737193946208 140737193944912 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20634/statm: 2287 276 234 213 0 72 0
[pid=20635] ppid=20634 vsize=100536 CPUtime=1.22 cores=1,3,5,7
/proc/20635/stat : 20635 (coprocessor) R 20634 20631 15154 0 -1 4202496 19877 0 0 0 117 5 0 0 20 0 1 0 274322771 102948864 24457 33554432000 4194304 6586260 140734906056000 140734906051752 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/20635/statm: 25134 24457 204 584 0 24546 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144200

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 20642
/proc/meminfo: memFree=28376572/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=97348 CPUtime=3.07 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) R 20631 20631 15154 0 -1 4202496 14152 36186 0 0 79 68 148 12 20 0 1 0 274322744 99684352 21089 33554432000 4194304 5992684 140736772362224 140736772356256 4524999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20632/statm: 24337 21089 183 440 0 23893 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 106496

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 20643
/proc/meminfo: memFree=28018496/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 299500

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 20645
/proc/meminfo: memFree=27552276/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=498316 CPUtime=7.03 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 78920 0 0 0 675 28 0 0 20 0 1 0 274323309 510275584 115161 33554432000 4194304 5208918 140735790300128 140735790297800 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 124579 115161 104 248 0 124328 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 806964

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20645
/proc/meminfo: memFree=27540300/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=579924 CPUtime=19.84 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 79445 0 0 0 1955 29 0 0 20 0 1 0 274323309 593842176 119263 33554432000 4194304 5208918 140735790300128 140735790298280 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 144981 119263 104 248 0 144730 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 888572

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20645
/proc/meminfo: memFree=27515360/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=588476 CPUtime=45.43 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 81623 0 0 0 4514 29 0 0 20 0 1 0 274323309 602599424 124507 33554432000 4194304 5208918 140735790300128 140735790297976 4228947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 147119 124507 104 248 0 146868 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 897124

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20645
/proc/meminfo: memFree=27558368/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=513380 CPUtime=96.63 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 82594 0 0 0 9631 32 0 0 20 0 1 0 274323309 525701120 116354 33554432000 4194304 5208918 140735790300128 140735790298216 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 128345 116354 105 248 0 128094 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 822028

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20645
/proc/meminfo: memFree=27541168/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=513380 CPUtime=156.63 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 82630 0 0 0 15631 32 0 0 20 0 1 0 274323309 525701120 116390 33554432000 4194304 5208918 140735790300128 140735790296504 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 128345 116390 105 248 0 128094 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 822028

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20645
/proc/meminfo: memFree=27549548/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 20791
/proc/meminfo: memFree=28308184/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=543288 CPUtime=1356.42 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 88320 0 0 0 135605 37 0 0 20 0 1 0 274323309 556326912 126487 33554432000 4194304 5208918 140735790300128 140735790298216 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 135822 126487 105 248 0 135571 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 851936

[startup+1422.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 20798
/proc/meminfo: memFree=28317360/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=543288 CPUtime=1416.41 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 88322 0 0 0 141604 37 0 0 20 0 1 0 274323309 556326912 127511 33554432000 4194304 5208918 140735790300128 140735790295896 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 135822 127511 105 248 0 135571 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 851936

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 20801
/proc/meminfo: memFree=28300416/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=543288 CPUtime=1476.41 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 88626 0 0 0 147604 37 0 0 20 0 1 0 274323309 556326912 128326 33554432000 4194304 5208918 140735790300128 140735790295896 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 135822 128326 105 248 0 135571 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 851936

[startup+1542.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 20809
/proc/meminfo: memFree=28323128/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=543288 CPUtime=1536.39 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 88630 0 0 0 153602 37 0 0 20 0 1 0 274323309 556326912 129863 33554432000 4194304 5208918 140735790300128 140735790295816 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 135822 129863 105 248 0 135571 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 851936

[startup+1602.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 20809
/proc/meminfo: memFree=28291616/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=624676 CPUtime=1596.39 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 89315 0 0 0 159601 38 0 0 20 0 1 0 274323309 639668224 131055 33554432000 4194304 5208918 140735790300128 140735790298280 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 156169 131055 105 248 0 155918 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 933324

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 21008
/proc/meminfo: memFree=28380076/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=627500 CPUtime=1656.37 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 89528 0 0 0 165599 38 0 0 20 0 1 0 274323309 642560000 132801 33554432000 4194304 5208918 140735790300128 140735790297960 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 156875 132801 105 248 0 156624 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 936148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21591
/proc/meminfo: memFree=28270844/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=627500 CPUtime=1716.37 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 89531 0 0 0 171598 39 0 0 20 0 1 0 274323309 642560000 133313 33554432000 4194304 5208918 140735790300128 140735790297960 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 156875 133313 105 248 0 156624 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 936148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21591
/proc/meminfo: memFree=28263612/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=631400 CPUtime=1776.34 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 89767 0 0 0 177595 39 0 0 20 0 1 0 274323309 646553600 134555 33554432000 4194304 5208918 140735790300128 140735790296504 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 157850 134555 105 248 0 157599 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 940048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21592
/proc/meminfo: memFree=28262548/32873844 swapFree=6856/6856
[pid=20631] ppid=20629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (npSolver-pbo.sh) S 20629 20631 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274322744 9367552 274 33554432000 4194304 5064252 140735505424768 140735505423680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2287 274 233 213 0 72 0
[pid=20632] ppid=20631 vsize=290352 CPUtime=5.49 cores=1,3,5,7
/proc/20632/stat : 20632 (npSolver-pbo) S 20631 20631 15154 0 -1 4202496 16159 36186 0 0 286 103 148 12 20 0 1 0 274322744 297320448 48381 33554432000 4194304 5992684 140736772362224 140736772354544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/20632/statm: 72588 48381 184 440 0 72144 0
[pid=20644] ppid=20632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20644/stat : 20644 (satsolver.sh) S 20632 20631 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274323309 9367552 267 33554432000 4194304 5064252 140736621773872 140736621772784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20644/statm: 2287 267 226 213 0 72 0
[pid=20645] ppid=20644 vsize=631400 CPUtime=1794.55 cores=1,3,5,7
/proc/20645/stat : 20645 (glucose) R 20644 20631 15154 0 -1 4202496 89770 0 0 0 179416 39 0 0 20 0 1 0 274323309 646553600 134555 33554432000 4194304 5208918 140735790300128 140735790296504 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 157850 134555 105 248 0 157599 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 940048

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1798.52
CPU system time (s): 1.56976
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 1063552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.56976
maximum resident set size= 645472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299
involuntary context switches= 1874

runsolver used 5.63014 second user time and 13.218 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 03:26:18
IDJOB=3700766
IDBENCH=71916
IDSOLVER=2277
FILE ID=node144/3700766-1338081978
RUNJOBID= node144-1338050589-15171
PBS_JOBID= 14624378
Free space on /tmp= 71408 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__256.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700766-1338081978/watcher-3700766-1338081978 -o /tmp/evaluation-result-3700766-1338081978/solver-3700766-1338081978 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700766-1338081978.opb 1359310394 HOME HOME

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

MD5SUM BENCH= 521ed767a167eb8f632cec6025d152e5
RANDOM SEED=1359310394

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.196
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.196
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:       32873844 kB
MemFree:        28409552 kB
Buffers:          289072 kB
Cached:          2572176 kB
SwapCached:            0 kB
Active:          1617548 kB
Inactive:        2053596 kB
Active(anon):     810916 kB
Inactive(anon):        0 kB
Active(file):     806632 kB
Inactive(file):  2053596 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9364 kB
Writeback:             0 kB
AnonPages:        804660 kB
Mapped:            15288 kB
Shmem:               200 kB
Slab:             644652 kB
SReclaimable:      87192 kB
SUnreclaim:       557460 kB
KernelStack:        1520 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1059112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 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= 71280 MiB
End job on node144 at 2012-05-27 03:56:19