Trace number 3749918

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)? (problem) 1027.93 1030.79

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__32.opb
MD5SUMdb32a99ae563cdd0a4508d97506524ef
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107914
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint32
Maximum length of a constraint673
Number of terms in the objective function 48000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1641931968
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1641931968
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.07	c run usual solver
1027.74/1028.05	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
1027.91/1030.78	HOME/npSolver-pbo.sh: line 18: 22409 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3749918-1339159074/watcher-3749918-1339159074 -o /tmp/evaluation-result-3749918-1339159074/solver-3749918-1339159074 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749918-1339159074.opb 1226197351 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: 3.50 2.09 1.86 2/179 22408
/proc/meminfo: memFree=27272852/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0

[startup+0.0388639 s]
/proc/loadavg: 3.50 2.09 1.86 2/179 22408
/proc/meminfo: memFree=27272852/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 3.50 2.09 1.86 2/179 22408
/proc/meminfo: memFree=27272852/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300291 s]
/proc/loadavg: 3.50 2.09 1.86 2/179 22408
/proc/meminfo: memFree=27272852/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 3.50 2.09 1.86 2/179 22408
/proc/meminfo: memFree=27272852/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 3.50 2.09 1.86 3/181 22410
/proc/meminfo: memFree=27224652/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=171516 CPUtime=1.49 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) R 22408 22408 17323 0 -1 4202496 8220 0 0 0 144 5 0 0 20 0 1 0 382036167 175632384 30951 33554432000 4194304 6004724 140736766646832 140736766641432 4534761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 42879 30951 154 442 0 42433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180664

[startup+3.10025 s]
/proc/loadavg: 3.50 2.09 1.86 3/181 22410
/proc/meminfo: memFree=27155300/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=2.13 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9087 0 0 0 183 30 0 0 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766640880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 153316
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 3.54 2.12 1.87 3/183 22412
/proc/meminfo: memFree=26867896/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=2.13 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9087 0 0 0 183 30 0 0 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766640880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22411] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (cp2_pre.sh) S 22409 22408 17323 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 382036382 9367552 276 33554432000 4194304 5064252 140735006362768 140735006361472 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22411/statm: 2287 276 234 213 0 72 0
[pid=22412] ppid=22411 vsize=585320 CPUtime=4.14 cores=1,3,5,7
/proc/22412/stat : 22412 (coprocessor) R 22411 22408 17323 0 -1 4202496 64731 0 0 0 393 21 0 0 20 0 1 0 382036382 599367680 143064 33554432000 4194304 6586260 140736267038272 140736267034200 4774993 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/22412/statm: 146330 143064 174 584 0 145742 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 747784

[startup+12.7005 s]
/proc/loadavg: 3.58 2.15 1.88 3/183 22415
/proc/meminfo: memFree=27870636/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=251952 CPUtime=0.69 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 41649 0 0 0 58 11 0 0 20 0 1 0 382037367 257998848 56584 33554432000 4194304 5208918 140735572618752 140735571568248 4465602 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 62988 56585 70 248 0 62737 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 414416

[startup+25.5005 s]
/proc/loadavg: 3.67 2.24 1.92 4/183 22415
/proc/meminfo: memFree=28584452/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=271140 CPUtime=13.48 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 47709 0 0 0 1336 12 0 0 20 0 1 0 382037367 277647360 63877 33554432000 4194304 5208918 140735572618752 140735572616584 4229021 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 67785 63877 104 248 0 67534 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 433604

[startup+51.1005 s]
/proc/loadavg: 3.10 2.22 1.92 3/183 22422
/proc/meminfo: memFree=28583184/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=277232 CPUtime=39.09 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 48625 0 0 0 3896 13 0 0 20 0 1 0 382037367 283885568 65815 33554432000 4194304 5208918 140735572618752 140735572616584 4229212 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 69308 65815 104 248 0 69057 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 439696

[startup+102.307 s]
/proc/loadavg: 2.56 2.21 1.93 3/183 22429
/proc/meminfo: memFree=28556124/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=316848 CPUtime=90.29 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 50974 0 0 0 9015 14 0 0 20 0 1 0 382037367 324452352 70687 33554432000 4194304 5208918 140735572618752 140735572616584 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 79212 70687 104 248 0 78961 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 479312

[startup+162.3 s]
/proc/loadavg: 2.20 2.17 1.93 3/184 22439
/proc/meminfo: memFree=28555968/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=324752 CPUtime=150.25 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 52733 0 0 0 15009 16 0 0 20 0 1 0 382037367 332546048 70559 33554432000 4194304 5208918 140735572618752 140735572616584 4229021 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 81188 70559 105 248 0 80937 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 487216

[startup+222.301 s]
/proc/loadavg: 2.07 2.14 1.93 3/183 22440
/proc/meminfo: memFree=28510304/32873844 swapFree=7372/7372

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


[startup+882.301 s]
/proc/loadavg: 2.01 2.02 1.95 3/183 22459
/proc/meminfo: memFree=28478112/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=354352 CPUtime=870.09 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 60848 0 0 0 86986 23 0 0 20 0 1 0 382037367 362856448 81343 33554432000 4194304 5208918 140735572618752 140735572615128 4211162 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 88588 81343 105 248 0 88337 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 516816

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/183 22466
/proc/meminfo: memFree=28514716/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=356480 CPUtime=930.07 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 61302 0 0 0 92984 23 0 0 20 0 1 0 382037367 365035520 82819 33554432000 4194304 5208918 140735572618752 140735572616584 4211138 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22415/statm: 89120 82819 105 248 0 88869 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 518944

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 22466
/proc/meminfo: memFree=28492568/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=356480 CPUtime=990.06 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 61330 0 0 0 98983 23 0 0 20 0 1 0 382037367 365035520 84380 33554432000 4194304 5208918 140735572618752 140735572615064 4211147 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22415/statm: 89120 84380 105 248 0 88869 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 518944

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

[startup+1012.2 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 22466
/proc/meminfo: memFree=28458312/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=356480 CPUtime=999.96 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 61392 0 0 0 99973 23 0 0 20 0 1 0 382037367 365035520 84442 33554432000 4194304 5208918 140735572618752 140735572615064 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22415/statm: 89120 84442 105 248 0 88869 0
Current children cumulated CPU time (s) 1011.92
Current children cumulated vsize (KiB) 518944

[startup+1018.61 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 22466
/proc/meminfo: memFree=28454216/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=356480 CPUtime=1006.37 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 61431 0 0 0 100614 23 0 0 20 0 1 0 382037367 365035520 84992 33554432000 4194304 5208918 140735572618752 140735572615064 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22415/statm: 89120 84992 105 248 0 88869 0
Current children cumulated CPU time (s) 1018.33
Current children cumulated vsize (KiB) 518944

[startup+1025 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 22466
/proc/meminfo: memFree=28464892/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=144168 CPUtime=11.96 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4202496 9094 75005 0 0 183 30 932 51 20 0 1 0 382036167 147628032 30779 33554432000 4194304 6004724 140736766646832 140736766641968 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 36042 30779 163 442 0 35596 0
[pid=22414] ppid=22409 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22414/stat : 22414 (satsolver.sh) S 22409 22408 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382037366 9367552 267 33554432000 4194304 5064252 140737304663744 140737304662656 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22414/statm: 2287 267 226 213 0 72 0
[pid=22415] ppid=22414 vsize=359084 CPUtime=1012.76 cores=1,3,5,7
/proc/22415/stat : 22415 (glucose) R 22414 22408 17323 0 -1 4202496 61457 0 0 0 101253 23 0 0 20 0 1 0 382037367 367702016 85018 33554432000 4194304 5208918 140735572618752 140735572615064 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22415/statm: 89771 85018 105 248 0 89520 0
Current children cumulated CPU time (s) 1024.72
Current children cumulated vsize (KiB) 521548

[startup+1028.2 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 22466
/proc/meminfo: memFree=28460984/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=165748 CPUtime=1027.82 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4204032 11347 143866 0 0 196 33 102472 81 20 0 1 0 382036167 169725952 36080 33554432000 4194304 6004724 140736766646832 140736766640968 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 41437 36080 185 442 0 40991 0
Current children cumulated CPU time (s) 1027.82
Current children cumulated vsize (KiB) 174896

[startup+1029.8 s]
/proc/loadavg: 2.00 2.01 1.95 2/182 22471
/proc/meminfo: memFree=28483040/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=165748 CPUtime=1027.91 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4204032 11348 143866 0 0 196 42 102472 81 20 0 1 0 382036167 169725952 36081 33554432000 4194304 6004724 140736766646832 140736766640968 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 41437 36081 186 442 0 40991 0
Current children cumulated CPU time (s) 1027.91
Current children cumulated vsize (KiB) 174896

[startup+1030.2 s]
/proc/loadavg: 2.00 2.01 1.95 2/182 22471
/proc/meminfo: memFree=28483040/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=165748 CPUtime=1027.91 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4204032 11348 143866 0 0 196 42 102472 81 20 0 1 0 382036167 169725952 36081 33554432000 4194304 6004724 140736766646832 140736766640968 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 41437 36081 186 442 0 40991 0
Current children cumulated CPU time (s) 1027.91
Current children cumulated vsize (KiB) 174896

[startup+1030.6 s]
/proc/loadavg: 2.00 2.01 1.95 2/182 22471
/proc/meminfo: memFree=28484900/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=165748 CPUtime=1027.91 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4204032 11348 143866 0 0 196 42 102472 81 20 0 1 0 382036167 169725952 36081 33554432000 4194304 6004724 140736766646832 140736766640968 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 41437 36081 186 442 0 40991 0
Current children cumulated CPU time (s) 1027.91
Current children cumulated vsize (KiB) 174896

[startup+1030.71 s]
/proc/loadavg: 2.00 2.01 1.95 2/182 22471
/proc/meminfo: memFree=28484900/32873844 swapFree=7372/7372
[pid=22408] ppid=22406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22408/stat : 22408 (npSolver-pbo.sh) S 22406 22408 17323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382036167 9367552 275 33554432000 4194304 5064252 140736491926976 140736491925888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22408/statm: 2287 275 233 213 0 72 0
[pid=22409] ppid=22408 vsize=165748 CPUtime=1027.91 cores=1,3,5,7
/proc/22409/stat : 22409 (npSolver-pbo) S 22408 22408 17323 0 -1 4204032 11348 143866 0 0 196 42 102472 81 20 0 1 0 382036167 169725952 36081 33554432000 4194304 6004724 140736766646832 140736766640968 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22409/statm: 41437 36081 186 442 0 40991 0
Current children cumulated CPU time (s) 1027.91
Current children cumulated vsize (KiB) 174896

Child status: 0
Real time (s): 1030.79
CPU time (s): 1027.93
CPU user time (s): 1026.69
CPU system time (s): 1.24181
CPU usage (%): 99.7227
Max. virtual memory (cumulated for all children) (KiB): 821644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1026.69
system time used= 1.24181
maximum resident set size= 671056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 345384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38326
involuntary context switches= 2059

runsolver used 1.73274 second user time and 4.83726 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-08 14:37:56
IDJOB=3749918
IDBENCH=71907
IDSOLVER=2334
FILE ID=node109/3749918-1339159074
RUNJOBID= node109-1339158889-22163
PBS_JOBID= 14643773
Free space on /tmp= 64044 MiB

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

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

MD5SUM BENCH= db32a99ae563cdd0a4508d97506524ef
RANDOM SEED=1226197351

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27270628 kB
Buffers:         1755636 kB
Cached:          2613432 kB
SwapCached:         1336 kB
Active:          2555468 kB
Inactive:        1997304 kB
Active(anon):     174904 kB
Inactive(anon):     6076 kB
Active(file):    2380564 kB
Inactive(file):  1991228 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:           1675800 kB
Writeback:             0 kB
AnonPages:        184740 kB
Mapped:            10464 kB
Shmem:                 4 kB
Slab:             909104 kB
SReclaimable:     347036 kB
SUnreclaim:       562068 kB
KernelStack:        1456 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     316176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 70560 MiB
End job on node109 at 2012-06-08 14:55:07