Trace number 3749330

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 inc (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_3.opb
MD5SUMd5313ea0d4ce989dad692c9adfb6f827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1796.85
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint111
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.08	c run inc solver
0.00/0.08	c [INC SYSTEM] run initial solver
0.00/0.08	c [INC SYSTEM] preprocess with white file
0.00/0.73	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.73	c [INC SYSTEM] execute solver
0.00/0.77	c [INC SEARCH] formula is SAT
0.00/0.77	c [INC SYSTEM] solved the initial formula
0.00/0.79	c model valid
0.00/0.79	c current solution ok
0.00/0.85	o 499
0.00/0.85	c execute binary inc search
0.00/0.85	c [INC SEARCH] current bound: 249
0.00/0.85	c [INC SEARCH] iteration: 0
0.00/0.85	c [INC SEARCH] lower bound: 0 upperbound 499 current bound: 249 best value:499
0.00/0.85	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.85	c write failed with 2
0.00/0.85	c [INC SYSTEM] create new solver instance
0.00/0.85	c [INC] encode full formula
0.00/0.85	c (debug) using card networks
0.00/0.85	c old isEQ: 160, new EQ is 0
0.00/0.86	c set iterative enc to: card
0.00/0.86	c set iterative enc to: none
0.00/0.86	c [INC SEARCH] isOptimum variable: 0
2.07/2.19	c [INC SEARCH] formula is SAT
2.07/2.19	c [INC SEARCH] copied best model
2.07/2.19	c sat variable: 1 optimum/unsat variable: 0
2.17/2.21	c model valid
2.17/2.21	c current solution ok
2.17/2.21	o 27
2.17/2.21	c [INC SEARCH] current bound: 13
2.17/2.21	c [INC SEARCH] iteration: 1
2.17/2.21	c [INC SEARCH] lower bound: 0 upperbound 27 current bound: 13 best value:27
2.17/2.21	c [INC SYSTEM] there exists a inc, kill it!
2.17/2.21	c write failed with 2
2.17/2.21	c [INC SYSTEM] create new solver instance
2.17/2.21	c [INC] encode full formula
2.17/2.22	c set iterative enc to: swc
2.17/2.22	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1800.40	c write failed with -1
1800.01/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x166f670)

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-3749330-1339128996/watcher-3749330-1339128996 -o /tmp/evaluation-result-3749330-1339128996/solver-3749330-1339128996 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749330-1339128996.opb 353402041 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18475
/proc/meminfo: memFree=30051328/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0

[startup+0.023071 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18475
/proc/meminfo: memFree=30051328/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100401 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18475
/proc/meminfo: memFree=30051328/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300313 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18475
/proc/meminfo: memFree=30051328/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 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 4/178 18475
/proc/meminfo: memFree=30051328/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 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 3/181 18484
/proc/meminfo: memFree=30027316/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=0.85 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4427 13373 0 0 11 6 47 21 20 0 1 0 379028141 8650752 1709 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1709 177 442 0 1666 0
[pid=18484] ppid=18476 vsize=18940 CPUtime=0.62 cores=0,2,4,6
/proc/18484/stat : 18484 (glucosInc) R 18476 18475 15254 0 -1 4202496 3671 0 0 0 62 0 0 0 20 0 1 0 379028228 19394560 3939 33554432000 4194304 5654031 140735688246704 140735688244488 4214977 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18484/statm: 4735 3939 131 357 0 4375 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36536

[startup+3.10014 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18484
/proc/meminfo: memFree=30023348/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 17596
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18486
/proc/meminfo: memFree=30023788/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=23756 CPUtime=4.06 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 3759 0 0 0 406 0 0 0 20 0 1 0 379028364 24326144 4555 33554432000 4194304 5654031 140735031891408 140735031889496 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 5939 4555 131 357 0 5579 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41352

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18486
/proc/meminfo: memFree=30019092/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=31216 CPUtime=10.46 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 6243 0 0 0 1045 1 0 0 20 0 1 0 379028364 31965184 6189 33554432000 4194304 5654031 140735031891408 140735031889496 4215290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 7804 6189 132 357 0 7444 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 48812

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 18486
/proc/meminfo: memFree=30002136/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=42908 CPUtime=23.26 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 7838 0 0 0 2324 2 0 0 20 0 1 0 379028364 43937792 9732 33554432000 4194304 5654031 140735031891408 140735031889288 4215061 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 10727 9732 132 357 0 10367 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60504

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 18486
/proc/meminfo: memFree=29987244/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=73256 CPUtime=48.86 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 8728 0 0 0 4883 3 0 0 20 0 1 0 379028364 75014144 13320 33554432000 4194304 5654031 140735031891408 140735031889432 4215344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 18314 13320 132 357 0 17954 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 90852

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18487
/proc/meminfo: memFree=29969396/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=73948 CPUtime=100.05 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 10506 0 0 0 9998 7 0 0 20 0 1 0 379028364 75722752 17819 33554432000 4194304 5654031 140735031891408 140735031889432 4214977 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 18487 17819 132 357 0 18127 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91544

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18487
/proc/meminfo: memFree=29911776/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=154088 CPUtime=160.03 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 13045 0 0 0 15991 12 0 0 20 0 1 0 379028364 157786112 32824 33554432000 4194304 5654031 140735031891408 140735031889496 4232929 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 38522 32824 141 357 0 38162 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 171684

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18539
/proc/meminfo: memFree=30030560/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=154088 CPUtime=220.02 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 16644 0 0 0 21982 20 0 0 20 0 1 0 379028364 157786112 30776 33554432000 4194304 5654031 140735031891408 140735031889496 4214944 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 38522 30776 141 357 0 38162 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 171684

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18539
/proc/meminfo: memFree=29993488/32873844 swapFree=7116/7116

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

/proc/meminfo: memFree=29815332/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=296556 CPUtime=1239.8 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 58921 0 0 0 123883 97 0 0 20 0 1 0 379028364 303673344 58034 33554432000 4194304 5654031 140735031891408 140735031889192 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 74139 58034 141 357 0 73779 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 314152

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 18546
/proc/meminfo: memFree=29895276/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=169016 CPUtime=1299.79 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 60588 0 0 0 129879 100 0 0 20 0 1 0 379028364 173072384 38588 33554432000 4194304 5654031 140735031891408 140735031889192 4215033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 42254 38588 141 357 0 41894 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 186612

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18547
/proc/meminfo: memFree=29907520/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=171436 CPUtime=1359.78 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 62325 0 0 0 135875 103 0 0 20 0 1 0 379028364 175550464 37542 33554432000 4194304 5654031 140735031891408 140735031889432 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 42859 37542 141 357 0 42499 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 189032

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18550
/proc/meminfo: memFree=29816120/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=304456 CPUtime=1419.77 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 64283 0 0 0 141871 106 0 0 20 0 1 0 379028364 311762944 68114 33554432000 4194304 5654031 140735031891408 140735031889192 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 76114 68114 141 357 0 75754 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 322052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18550
/proc/meminfo: memFree=29779448/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=307136 CPUtime=1479.76 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 66719 0 0 0 147865 111 0 0 20 0 1 0 379028364 314507264 65861 33554432000 4194304 5654031 140735031891408 140735031889192 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 76784 65861 141 357 0 76424 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 324732

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 18550
/proc/meminfo: memFree=29831224/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=227592 CPUtime=1539.75 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 68936 0 0 0 153860 115 0 0 20 0 1 0 379028364 233054208 56072 33554432000 4194304 5654031 140735031891408 140735031889192 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 56898 56072 141 357 0 56538 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 245188

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 18550
/proc/meminfo: memFree=29707484/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=443852 CPUtime=1599.73 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 70561 0 0 0 159856 117 0 0 20 0 1 0 379028364 454504448 82225 33554432000 4194304 5654031 140735031891408 140735031889192 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 110963 82225 141 357 0 110603 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 461448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18551
/proc/meminfo: memFree=29807844/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=315892 CPUtime=1659.72 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 72869 0 0 0 165852 120 0 0 20 0 1 0 379028364 323473408 60360 33554432000 4194304 5654031 140735031891408 140735031889192 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 78973 60360 141 357 0 78613 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 333488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18551
/proc/meminfo: memFree=29889408/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=236900 CPUtime=1719.71 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 74997 0 0 0 171846 125 0 0 20 0 1 0 379028364 242585600 50491 33554432000 4194304 5654031 140735031891408 140735031889192 4232916 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 59225 50491 141 357 0 58865 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 254496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18552
/proc/meminfo: memFree=29726684/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=320168 CPUtime=1779.71 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 76201 0 0 0 177843 128 0 0 20 0 1 0 379028364 327852032 78267 33554432000 4194304 5654031 140735031891408 140735031889192 4215374 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 80042 78267 141 357 0 79682 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 337764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 18552
/proc/meminfo: memFree=29847452/32873844 swapFree=7116/7116
[pid=18475] ppid=18473 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18475/stat : 18475 (npSolver-pbo-I.) S 18473 18475 15254 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379028141 9367552 275 33554432000 4194304 5064252 140734986715024 140734986713936 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18475/statm: 2287 275 233 213 0 72 0
[pid=18476] ppid=18475 vsize=8448 CPUtime=2.2 cores=0,2,4,6
/proc/18476/stat : 18476 (npSolver-pbo) S 18475 18475 15254 0 -1 4202496 4993 18304 0 0 13 6 178 23 20 0 1 0 379028141 8650752 1712 33554432000 4194304 6004724 140734009367840 140734009352760 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18476/statm: 2112 1712 180 442 0 1666 0
[pid=18486] ppid=18476 vsize=189224 CPUtime=1797.81 cores=0,2,4,6
/proc/18486/stat : 18486 (glucosInc) R 18476 18475 15254 0 -1 4202496 77010 0 0 0 179651 130 0 0 20 0 1 0 379028364 193765376 46195 33554432000 4194304 5654031 140735031891408 140735031889192 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18486/statm: 47306 46195 141 357 0 46946 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 206820

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.41
CPU time (s): 1800.04
CPU user time (s): 1798.43
CPU system time (s): 1.60676
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 548020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 1.60675
maximum resident set size= 426864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272
involuntary context switches= 2051

runsolver used 5.84211 second user time and 15.2787 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 06:16:36
IDJOB=3749330
IDBENCH=48124
IDSOLVER=2333
FILE ID=node103/3749330-1339128996
RUNJOBID= node103-1339112274-16728
PBS_JOBID= 14643750
Free space on /tmp= 71232 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749330-1339128996/watcher-3749330-1339128996 -o /tmp/evaluation-result-3749330-1339128996/solver-3749330-1339128996 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749330-1339128996.opb 353402041 HOME HOME

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

MD5SUM BENCH= d5313ea0d4ce989dad692c9adfb6f827
RANDOM SEED=353402041

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        30052236 kB
Buffers:          325892 kB
Cached:          1524736 kB
SwapCached:         5468 kB
Active:           560196 kB
Inactive:        1412432 kB
Active(anon):     118532 kB
Inactive(anon):     5816 kB
Active(file):     441664 kB
Inactive(file):  1406616 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        116996 kB
Mapped:            10300 kB
Shmem:                 0 kB
Slab:             701104 kB
SReclaimable:     141816 kB
SUnreclaim:       559288 kB
KernelStack:        1504 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     258568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71232 MiB
End job on node103 at 2012-06-08 06:46:36