Trace number 3752117

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-topdown-quickBound (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.35	c run inc solver
0.00/0.35	c [INC SYSTEM] run initial solver
0.00/0.35	c [INC SYSTEM] preprocess with white file
1.96/2.06	c [INC SYSTEM] finished preprocessing in 1 s
1.96/2.06	c [INC SYSTEM] execute solver
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752117-1339128013/watcher-3752117-1339128013 -o /tmp/evaluation-result-3752117-1339128013/solver-3752117-1339128013 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752117-1339128013.opb 1482504669 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: 1.24 0.63 0.48 3/179 24060
/proc/meminfo: memFree=30710524/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (runsolver) D 24058 24060 30644 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 378926806 12095488 51 33554432000 4194304 5436572 140734764646976 140734764643272 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/24060/statm: 2953 51 31 304 0 2645 0

[startup+0.0700169 s]
/proc/loadavg: 1.24 0.63 0.48 3/179 24060
/proc/meminfo: memFree=30710524/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.24 0.63 0.48 3/179 24060
/proc/meminfo: memFree=30710524/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 1.24 0.63 0.48 3/179 24060
/proc/meminfo: memFree=30710524/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70025 s]
/proc/loadavg: 1.24 0.63 0.48 3/179 24060
/proc/meminfo: memFree=30710524/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.24 0.63 0.48 3/183 24064
/proc/meminfo: memFree=30576124/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=0.33 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3893 0 0 0 32 1 0 0 20 0 1 0 378926807 18493440 3898 33554432000 4194304 6004724 140734895076064 140734895070528 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3898 148 442 0 4069 0
[pid=24063] ppid=24062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24063/stat : 24063 (cp2_pre.sh) S 24062 24060 30644 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378926842 9367552 277 33554432000 4194304 5064252 140737007659152 140737007657856 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24063/statm: 2287 277 234 213 0 72 0
[pid=24064] ppid=24063 vsize=139204 CPUtime=1.13 cores=1,3,5,7
/proc/24064/stat : 24064 (coprocessor) R 24063 24060 30644 0 -1 4202496 26195 0 0 0 109 4 0 0 20 0 1 0 378926842 142544896 33875 33554432000 4194304 6586260 140733450112576 140733450108888 4683792 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/24064/statm: 34801 33875 190 584 0 34213 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 175560

[startup+3.10034 s]
/proc/loadavg: 1.24 0.63 0.48 3/182 24066
/proc/meminfo: memFree=30660020/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=59980 CPUtime=1.03 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 12999 0 0 0 101 2 0 0 20 0 1 0 378927012 61419520 13626 33554432000 4194304 5654031 140734473050304 140734473048184 4232932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 14995 13626 131 357 0 14635 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 87188

[startup+6.30035 s]
/proc/loadavg: 1.30 0.65 0.49 3/182 24066
/proc/meminfo: memFree=30633808/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=60112 CPUtime=4.23 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 13056 0 0 0 421 2 0 0 20 0 1 0 378927012 61554688 13683 33554432000 4194304 5654031 140734473050304 140734473048184 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 15028 13683 131 357 0 14668 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 87320

[startup+12.7003 s]
/proc/loadavg: 1.36 0.67 0.50 3/182 24066
/proc/meminfo: memFree=30632700/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=61176 CPUtime=10.63 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 13412 0 0 0 1061 2 0 0 20 0 1 0 378927012 62644224 14037 33554432000 4194304 5654031 140734473050304 140734473038120 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 15294 14037 140 357 0 14934 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 88384

[startup+25.5004 s]
/proc/loadavg: 1.57 0.75 0.53 3/182 24066
/proc/meminfo: memFree=30632412/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=65760 CPUtime=23.42 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 13575 0 0 0 2340 2 0 0 20 0 1 0 378927012 67338240 14196 33554432000 4194304 5654031 140734473050304 140734473048088 4232659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 16440 14196 140 357 0 16080 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 92968

[startup+51.1004 s]
/proc/loadavg: 1.77 0.87 0.57 3/182 24089
/proc/meminfo: memFree=30616596/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=66048 CPUtime=49.02 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 13866 0 0 0 4900 2 0 0 20 0 1 0 378927012 67633152 14480 33554432000 4194304 5654031 140734473050304 140734473048088 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 16512 14480 140 357 0 16152 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 93256

[startup+102.307 s]
/proc/loadavg: 1.90 1.04 0.64 3/182 24089
/proc/meminfo: memFree=30603904/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=66648 CPUtime=100.2 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 14099 0 0 0 10017 3 0 0 20 0 1 0 378927012 68247552 15214 33554432000 4194304 5654031 140734473050304 140734473048088 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 16662 15214 140 357 0 16302 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 93856

[startup+162.3 s]
/proc/loadavg: 1.96 1.21 0.72 3/181 24089
/proc/meminfo: memFree=30600436/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=67096 CPUtime=160.19 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 14368 0 0 0 16016 3 0 0 20 0 1 0 378927012 68706304 15319 33554432000 4194304 5654031 140734473050304 140734473048088 4232632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 16774 15319 141 357 0 16414 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 94304

[startup+222.3 s]
/proc/loadavg: 1.98 1.35 0.80 3/181 24090
/proc/meminfo: memFree=30599500/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=67516 CPUtime=220.18 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 14782 0 0 0 22015 3 0 0 20 0 1 0 378927012 69136384 15466 33554432000 4194304 5654031 140734473050304 140734473048328 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 16879 15466 141 357 0 16519 0
Current children cumulated CPU time (s) 222.21

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

/proc/loadavg: 2.00 1.97 1.60 3/181 24099
/proc/meminfo: memFree=30560500/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1300.02 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 129998 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 125172

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/181 24099
/proc/meminfo: memFree=30558700/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1360 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 135996 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 125172

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.64 3/181 24100
/proc/meminfo: memFree=30558328/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1420 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 141996 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 125172

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/181 24100
/proc/meminfo: memFree=30558580/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1479.99 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 147995 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 125172

[startup+1542.3 s]
/proc/loadavg: 2.06 1.99 1.68 3/181 24100
/proc/meminfo: memFree=30557648/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1539.98 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 153994 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4232613 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 125172

[startup+1602.3 s]
/proc/loadavg: 1.76 1.92 1.68 3/183 28990
/proc/meminfo: memFree=30683364/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1599.97 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 159993 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4216577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 125172

[startup+1662.3 s]
/proc/loadavg: 1.46 1.81 1.65 3/183 6748
/proc/meminfo: memFree=30677052/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1659.96 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16444 0 0 0 165992 4 0 0 20 0 1 0 378927012 100315136 23242 33554432000 4194304 5654031 140734473050304 140734473048104 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23242 141 357 0 24131 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 125172

[startup+1722.3 s]
/proc/loadavg: 1.41 1.74 1.63 3/183 16661
/proc/meminfo: memFree=30676432/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1719.95 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16445 0 0 0 171991 4 0 0 20 0 1 0 378927012 100315136 23243 33554432000 4194304 5654031 140734473050304 140734473048104 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23243 141 357 0 24131 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 125172

[startup+1782.3 s]
/proc/loadavg: 1.43 1.69 1.62 3/183 26860
/proc/meminfo: memFree=30676864/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1779.94 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16445 0 0 0 177990 4 0 0 20 0 1 0 378927012 100315136 23243 33554432000 4194304 5654031 140734473050304 140734473048104 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23243 141 357 0 24131 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 125172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.53 1.69 1.63 3/185 29981
/proc/meminfo: memFree=30679504/32873648 swapFree=7628/7628
[pid=24060] ppid=24058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24060/stat : 24060 (npSolver-pbo-It) S 24058 24060 30644 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378926806 9367552 275 33554432000 4194304 5064252 140734705182304 140734705181216 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24060/statm: 2287 275 233 213 0 72 0
[pid=24062] ppid=24060 vsize=18060 CPUtime=2.03 cores=1,3,5,7
/proc/24062/stat : 24062 (npSolver-pbo) S 24060 24060 30644 0 -1 4202496 3910 27761 0 0 32 1 163 7 20 0 1 0 378926807 18493440 3903 33554432000 4194304 6004724 140734895076064 140734895062344 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/24062/statm: 4515 3903 152 442 0 4069 0
[pid=24066] ppid=24062 vsize=97964 CPUtime=1798.04 cores=1,3,5,7
/proc/24066/stat : 24066 (glucosInc) R 24062 24060 30644 0 -1 4202496 16445 0 0 0 179800 4 0 0 20 0 1 0 378927012 100315136 23243 33554432000 4194304 5654031 140734473050304 140734473048104 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24066/statm: 24491 23243 141 357 0 24131 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 125172

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24060 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=958702
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=95985
# CPU time returned by wait4() is 2.05469
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.95
CPU system time (s): 0.12
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 175564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9587
system time used= 0.095985
maximum resident set size= 140184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 12

runsolver used 4.24635 second user time and 10.1575 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 06:00:13
IDJOB=3752117
IDBENCH=2906
IDSOLVER=2335
FILE ID=node127/3752117-1339128013
RUNJOBID= node127-1339111313-32194
PBS_JOBID= 14643726
Free space on /tmp= 70836 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752117-1339128013/watcher-3752117-1339128013 -o /tmp/evaluation-result-3752117-1339128013/solver-3752117-1339128013 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752117-1339128013.opb 1482504669 HOME HOME

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=1482504669

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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		: 2666.348
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.348
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:       32873648 kB
MemFree:        30711052 kB
Buffers:          358116 kB
Cached:           804288 kB
SwapCached:         1956 kB
Active:          1230632 kB
Inactive:          33540 kB
Active(anon):      95040 kB
Inactive(anon):     8812 kB
Active(file):    1135592 kB
Inactive(file):    24728 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103736 kB
Dirty:              8476 kB
Writeback:             0 kB
AnonPages:        111188 kB
Mapped:            11696 kB
Shmem:                92 kB
Slab:             758828 kB
SReclaimable:     200456 kB
SUnreclaim:       558372 kB
KernelStack:        1480 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     231244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node127 at 2012-06-08 06:30:14