Trace number 3749290

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.12 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_1.opb
MD5SUM4142356c9f50acd7c9005938f6b31a6d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-33
Best CPU time to get the best result obtained on this benchmark1796.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

Solver Data

0.00/0.06	c old isEQ: 52, new EQ is 1
0.00/0.09	c run inc solver
0.00/0.09	c [INC SYSTEM] run initial solver
0.00/0.09	c [INC SYSTEM] preprocess with white file
0.00/0.57	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.57	c [INC SYSTEM] execute solver
0.00/0.84	c [INC SEARCH] formula is SAT
0.00/0.85	c [INC SYSTEM] solved the initial formula
0.00/0.85	c model valid
0.00/0.85	c current solution ok
0.00/1.00	o -21
0.00/1.00	c execute binary inc search
0.00/1.00	c [INC SEARCH] current bound: 89
0.00/1.00	c [INC SEARCH] iteration: 0
0.00/1.00	c [INC SEARCH] lower bound: 0 upperbound 179 current bound: 89 best value:179
0.00/1.00	c [INC SYSTEM] there exists a inc, kill it!
0.00/1.00	c write failed with 2
0.00/1.00	c [INC SYSTEM] create new solver instance
0.00/1.00	c [INC] encode full formula
0.00/1.00	c (debug) using card networks
0.00/1.00	c old isEQ: 16, new EQ is 0
0.99/1.00	c set iterative enc to: card
0.99/1.00	c set iterative enc to: none
0.99/1.01	c [INC SEARCH] isOptimum variable: 0
1241.47/1241.78	c [INC SEARCH] formula is UNSAT
1241.47/1241.78	c [INC SYSTEM] there exists a inc, kill it!
1241.47/1241.78	c write failed with 2
1241.47/1241.78	c sat variable: 0 optimum/unsat variable: 1
1241.47/1241.78	c [INC SEARCH] set lower bound to 90 upperbound 179
1241.47/1241.78	c [INC SEARCH] current bound: 134
1241.47/1241.78	c [INC SEARCH] iteration: 1
1241.47/1241.78	c [INC SEARCH] lower bound: 90 upperbound 179 current bound: 134 best value:179
1241.47/1241.78	c [INC SYSTEM] create new solver instance
1241.47/1241.78	c [INC] encode full formula
1241.47/1241.78	c (debug) using card networks
1241.47/1241.78	c old isEQ: 0, new EQ is 0
1241.47/1241.78	c set iterative enc to: card
1241.47/1241.78	c set iterative enc to: none
1241.47/1241.79	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -1

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-3749290-1339131309/watcher-3749290-1339131309 -o /tmp/evaluation-result-3749290-1339131309/solver-3749290-1339131309 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749290-1339131309.opb 2030685434 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/180 11629
/proc/meminfo: memFree=30598796/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0

[startup+0.058418 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11629
/proc/meminfo: memFree=30598796/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11629
/proc/meminfo: memFree=30598796/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300294 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11629
/proc/meminfo: memFree=30598796/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11629
/proc/meminfo: memFree=30598796/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11636
/proc/meminfo: memFree=30580140/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16300

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11638
/proc/meminfo: memFree=30575992/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=16808 CPUtime=2.07 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 4117 0 0 0 207 0 0 0 20 0 1 0 23097952 17211392 3436 33554432000 4194304 5654031 140736294305936 140736294303720 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 4202 3436 141 357 0 3842 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 33108

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11638
/proc/meminfo: memFree=30572148/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=21616 CPUtime=5.28 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 5835 0 0 0 527 1 0 0 20 0 1 0 23097952 22134784 4698 33554432000 4194304 5654031 140736294305936 140736294293752 4214996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 5404 4698 141 357 0 5044 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37916

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11638
/proc/meminfo: memFree=30560516/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=35760 CPUtime=11.67 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 6862 0 0 0 1166 1 0 0 20 0 1 0 23097952 36618240 7445 33554432000 4194304 5654031 140736294305936 140736294293752 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 8940 7445 141 357 0 8580 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 52060

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11639
/proc/meminfo: memFree=30557600/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=33108 CPUtime=24.48 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 7711 0 0 0 2446 2 0 0 20 0 1 0 23097952 33902592 7568 33554432000 4194304 5654031 140736294305936 140736294293752 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 8277 7568 141 357 0 7917 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49408

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11639
/proc/meminfo: memFree=30547300/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=43260 CPUtime=50.07 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 8625 0 0 0 5004 3 0 0 20 0 1 0 23097952 44298240 10122 33554432000 4194304 5654031 140736294305936 140736294293752 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 10815 10122 141 357 0 10455 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 59560

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11639
/proc/meminfo: memFree=30525584/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=50444 CPUtime=101.27 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 9404 0 0 0 10124 3 0 0 20 0 1 0 23097952 51654656 11891 33554432000 4194304 5654031 140736294305936 140736294293752 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 12611 11891 141 357 0 12251 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 66744

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 11639
/proc/meminfo: memFree=30515328/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=62480 CPUtime=161.25 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 11237 0 0 0 16120 5 0 0 20 0 1 0 23097952 63979520 13134 33554432000 4194304 5654031 140736294305936 140736294293752 4232925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 15620 13134 141 357 0 15260 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78780

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 11639
/proc/meminfo: memFree=30497812/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=0.99 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5291 13425 0 0 10 14 65 10 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11638] ppid=11630 vsize=92828 CPUtime=221.24 cores=1,3,5,7
/proc/11638/stat : 11638 (glucosInc) R 11630 11629 8001 0 -1 4202496 12232 0 0 0 22118 6 0 0 20 0 1 0 23097952 95055872 17701 33554432000 4194304 5654031 140736294305936 140736294293752 4216159 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11638/statm: 23207 17701 141 357 0 22847 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 109128

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 11639
/proc/meminfo: memFree=30497812/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=30522816/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=18004 CPUtime=0.49 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 2946 0 0 0 49 0 0 0 20 0 1 0 23222031 18436096 3335 33554432000 4194304 5654031 140734627943600 140734627931416 4216386 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 4501 3335 138 357 0 4141 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 34304

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11674
/proc/meminfo: memFree=30481956/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=59288 CPUtime=60.49 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 7338 0 0 0 6046 3 0 0 20 0 1 0 23222031 60710912 11360 33554432000 4194304 5654031 140734627943600 140734627931416 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 14822 11360 140 357 0 14462 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 75588

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11674
/proc/meminfo: memFree=30445396/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=78144 CPUtime=120.46 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 7953 0 0 0 12043 3 0 0 20 0 1 0 23222031 80019456 18590 33554432000 4194304 5654031 140734627943600 140734627931416 4232988 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 19536 18590 140 357 0 19176 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 94444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11718
/proc/meminfo: memFree=30719908/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=78144 CPUtime=180.46 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 9436 0 0 0 18041 5 0 0 20 0 1 0 23222031 80019456 18871 33554432000 4194304 5654031 140734627943600 140734627931416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 19536 18871 140 357 0 19176 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 94444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11718
/proc/meminfo: memFree=30689536/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=78144 CPUtime=240.45 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 10243 0 0 0 24038 7 0 0 20 0 1 0 23222031 80019456 18871 33554432000 4194304 5654031 140734627943600 140734627931416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 19536 18871 140 357 0 19176 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 94444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11721
/proc/meminfo: memFree=30655340/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=127464 CPUtime=300.44 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 11606 0 0 0 30035 9 0 0 20 0 1 0 23222031 130523136 27446 33554432000 4194304 5654031 140734627943600 140734627931416 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 31866 27446 140 357 0 31506 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 143764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11722
/proc/meminfo: memFree=30651400/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=78144 CPUtime=360.43 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 13189 0 0 0 36031 12 0 0 20 0 1 0 23222031 80019456 18871 33554432000 4194304 5654031 140734627943600 140734627931416 4214616 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 19536 18871 140 357 0 19176 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 94444

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11722
/proc/meminfo: memFree=30578268/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=139696 CPUtime=420.43 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 15089 0 0 0 42027 16 0 0 20 0 1 0 23222031 143048704 33576 33554432000 4194304 5654031 140734627943600 140734627931416 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 34924 33576 140 357 0 34564 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 155996

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 11722
/proc/meminfo: memFree=30621772/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=90376 CPUtime=480.41 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 16674 0 0 0 48023 18 0 0 20 0 1 0 23222031 92545024 21929 33554432000 4194304 5654031 140734627943600 140734627931416 4233280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 22594 21929 140 357 0 22234 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 106676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11722
/proc/meminfo: memFree=30634028/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=90376 CPUtime=540.41 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 17079 0 0 0 54022 19 0 0 20 0 1 0 23222031 92545024 21930 33554432000 4194304 5654031 140734627943600 140734627941624 4215671 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 22594 21930 140 357 0 22234 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 106676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11722
/proc/meminfo: memFree=30637628/32873844 swapFree=7124/7124
[pid=11629] ppid=11627 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11629/stat : 11629 (npSolver-pbo-I.) S 11627 11629 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 23097851 9367552 275 33554432000 4194304 5064252 140735336307312 140735336306224 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11629/statm: 2287 275 233 213 0 72 0
[pid=11630] ppid=11629 vsize=7152 CPUtime=1241.58 cores=1,3,5,7
/proc/11630/stat : 11630 (npSolver-pbo) S 11629 11629 8001 0 -1 4202496 5502 32720 0 0 10 14 124097 37 20 0 1 0 23097851 7323648 1430 33554432000 4194304 6004724 140735171669152 140735171654072 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11630/statm: 1788 1430 177 442 0 1342 0
[pid=11674] ppid=11630 vsize=139696 CPUtime=558.5 cores=1,3,5,7
/proc/11674/stat : 11674 (glucosInc) R 11630 11629 8001 0 -1 4202496 17481 0 0 0 55831 19 0 0 20 0 1 0 23222031 143048704 31530 33554432000 4194304 5654031 140734627943600 140734627941528 4233187 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 34924 31530 140 357 0 34564 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 155996

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.12
CPU user time (s): 1799.4
CPU system time (s): 0.71889
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 220136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.71889
maximum resident set size= 187592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56083
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114
involuntary context switches= 1868

runsolver used 4.44932 second user time and 20.4409 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-08 06:55:09
IDJOB=3749290
IDBENCH=48239
IDSOLVER=2333
FILE ID=node133/3749290-1339131309
RUNJOBID= node133-1339111291-9502
PBS_JOBID= 14643720
Free space on /tmp= 71208 MiB

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

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

MD5SUM BENCH= 4142356c9f50acd7c9005938f6b31a6d
RANDOM SEED=2030685434

node133.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.139
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.27
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.55
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.139
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	: 5332.56
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.139
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	: 5332.56
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.139
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	: 5332.52
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.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30598804 kB
Buffers:          119412 kB
Cached:          1106892 kB
SwapCached:         4000 kB
Active:           432088 kB
Inactive:        1035708 kB
Active(anon):     238404 kB
Inactive(anon):     4988 kB
Active(file):     193684 kB
Inactive(file):  1030720 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100304 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        255176 kB
Mapped:            10984 kB
Shmem:                 0 kB
Slab:             661768 kB
SReclaimable:     104228 kB
SUnreclaim:       557540 kB
KernelStack:        1520 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     375352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71216 MiB
End job on node133 at 2012-06-08 07:25:10