Trace number 3700226

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? (TO) 1800.05 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
MD5SUM4652b0e8f21fa4edb3d66fa3030eb917
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables84
Total number of constraints9
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 constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

10.79/10.88	c run inc solver
10.79/10.88	c [INC SYSTEM] run initial solver
10.79/10.88	c [INC SYSTEM] preprocess with white file
37.79/38.05	c [INC SYSTEM] finished preprocessing in 27 s
37.79/38.05	c [INC SYSTEM] execute solver
384.51/384.86	c [INC SEARCH] formula is SAT
384.61/384.91	c [INC SYSTEM] solved the initial formula
384.61/384.91	c model valid
384.61/384.91	c current solution ok
392.18/392.97	o 107
392.18/392.97	c execute binary inc search
392.18/392.97	c [INC SEARCH] current bound: 53
392.18/392.97	c [INC SEARCH] iteration: 0
392.18/392.97	c [INC SEARCH] lower bound: 0 upperbound 107 current bound: 53 best value:107
392.18/392.97	c [INC SYSTEM] there exists a inc, kill it!
392.18/392.97	c write failed with 2
392.18/392.99	c [INC SYSTEM] create new solver instance
392.18/392.99	c [INC] encode full formula
392.18/392.99	c set iterative enc to: swc
392.87/393.36	c [INC SEARCH] isOptimum variable: 0
1202.53/1203.17	c [INC SEARCH] formula is SAT
1202.63/1203.22	c [INC SEARCH] copied best model
1202.63/1203.22	c sat variable: 1 optimum/unsat variable: 0
1202.63/1203.22	c model valid
1202.63/1203.22	c current solution ok
1202.63/1203.22	o 31
1202.63/1203.22	c [INC SEARCH] current bound: 15
1202.63/1203.22	c [INC SEARCH] iteration: 1
1202.63/1203.22	c [INC SEARCH] lower bound: 0 upperbound 31 current bound: 15 best value:31
1202.63/1203.22	c [INC ENCODE] setup new number of clauses ...
1202.63/1203.22	c [INC] encode incremental formula
1202.63/1203.22	c return only the limitting unit clause for 15
1202.63/1203.22	c [INC SYSTEM] transmit new clauses to solver: 1
1202.63/1203.22	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.71	HOME/npSolver-pbo-I.sh: line 18:  5002 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3700226-1338074066/watcher-3700226-1338074066 -o /tmp/evaluation-result-3700226-1338074066/solver-3700226-1338074066 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700226-1338074066.opb 1783314051 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.06 2.12 2.32 3/178 5001
/proc/meminfo: memFree=28014544/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0

[startup+0.029815 s]
/proc/loadavg: 2.06 2.12 2.32 3/178 5001
/proc/meminfo: memFree=28014544/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.06 2.12 2.32 3/178 5001
/proc/meminfo: memFree=28014544/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 2.06 2.12 2.32 3/178 5001
/proc/meminfo: memFree=28014544/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 2.06 2.12 2.32 3/178 5001
/proc/meminfo: memFree=28014544/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.06 2.12 2.32 3/180 5003
/proc/meminfo: memFree=27994336/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=34896 CPUtime=1.49 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) R 5001 5001 2277 0 -1 4202496 3006 0 0 0 148 1 0 0 20 0 1 0 273533540 35733504 7578 33554432000 4194304 5992684 140736852154752 140736852150232 4768592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5002/statm: 8724 7578 147 440 0 8280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44044

[startup+3.10032 s]
/proc/loadavg: 2.06 2.12 2.32 3/180 5003
/proc/meminfo: memFree=27973492/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=67664 CPUtime=3.09 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) R 5001 5001 2277 0 -1 4202496 3548 0 0 0 307 2 0 0 20 0 1 0 273533540 69287936 15258 33554432000 4194304 5992684 140736852154752 140736852150232 4571337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5002/statm: 16916 15258 147 440 0 16472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76812

[startup+6.30026 s]
/proc/loadavg: 2.06 2.12 2.32 3/180 5003
/proc/meminfo: memFree=27911680/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=133200 CPUtime=6.28 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) R 5001 5001 2277 0 -1 4202496 4120 0 0 0 624 4 0 0 20 0 1 0 273533540 136396800 30106 33554432000 4194304 5992684 140736852154752 140736852150232 4768570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 33300 30106 147 440 0 32856 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142348

[startup+12.7004 s]
/proc/loadavg: 2.05 2.11 2.31 3/182 5005
/proc/meminfo: memFree=27383440/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=356064 CPUtime=10.88 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 14817 0 0 0 1041 47 0 0 20 0 1 0 273533540 364609536 76594 33554432000 4194304 5992684 140736852154752 140736852149200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 89016 76594 164 440 0 88572 0
[pid=5004] ppid=5002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5004/stat : 5004 (cp2_pre.sh) S 5002 5001 2277 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273534629 9367552 277 33554432000 4194304 5064252 140734616442000 140734616440704 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5004/statm: 2287 277 234 213 0 72 0
[pid=5005] ppid=5004 vsize=167356 CPUtime=1.8 cores=1,3,5,7
/proc/5005/stat : 5005 (coprocessor) R 5004 5001 2277 0 -1 4202496 35257 0 0 0 171 9 0 0 20 0 1 0 273534629 171372544 40896 33554432000 4194304 6586260 140733792772288 140733792769048 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/5005/statm: 41839 40896 137 584 0 41251 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 541716

[startup+25.5004 s]
/proc/loadavg: 2.04 2.11 2.31 3/182 5005
/proc/meminfo: memFree=26614652/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=356064 CPUtime=10.88 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 14817 0 0 0 1041 47 0 0 20 0 1 0 273533540 364609536 76594 33554432000 4194304 5992684 140736852154752 140736852149200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 89016 76594 164 440 0 88572 0
[pid=5004] ppid=5002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5004/stat : 5004 (cp2_pre.sh) S 5002 5001 2277 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273534629 9367552 277 33554432000 4194304 5064252 140734616442000 140734616440704 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5004/statm: 2287 277 234 213 0 72 0
[pid=5005] ppid=5004 vsize=932848 CPUtime=14.59 cores=1,3,5,7
/proc/5005/stat : 5005 (coprocessor) R 5004 5001 2277 0 -1 4202496 109463 0 0 0 1428 31 0 0 20 0 1 0 273534629 955236352 219476 33554432000 4194304 6586260 140733792772288 140733792768312 4753753 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/5005/statm: 233212 219476 180 584 0 232624 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1307208

[startup+51.1004 s]
/proc/loadavg: 2.24 2.15 2.32 3/181 5007
/proc/meminfo: memFree=27033288/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=356064 CPUtime=37.85 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 14833 124005 0 0 1041 47 2614 83 20 0 1 0 273533540 364609536 76596 33554432000 4194304 5992684 140736852154752 140736852141016 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 89016 76596 166 440 0 88572 0
[pid=5007] ppid=5002 vsize=596360 CPUtime=13.03 cores=1,3,5,7
/proc/5007/stat : 5007 (glucosInc) R 5002 5001 2277 0 -1 4202496 53618 0 0 0 1284 19 0 0 20 0 1 0 273537345 610672640 116333 33554432000 4194304 5654031 140736540084624 140736540082408 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5007/statm: 149090 116333 130 357 0 148730 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 961572

[startup+102.3 s]
/proc/loadavg: 2.10 2.12 2.30 3/181 5007
/proc/meminfo: memFree=27016672/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=356064 CPUtime=37.85 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 14833 124005 0 0 1041 47 2614 83 20 0 1 0 273533540 364609536 76596 33554432000 4194304 5992684 140736852154752 140736852141016 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 89016 76596 166 440 0 88572 0
[pid=5007] ppid=5002 vsize=609448 CPUtime=64.23 cores=1,3,5,7
/proc/5007/stat : 5007 (glucosInc) R 5002 5001 2277 0 -1 4202496 57124 0 0 0 6403 20 0 0 20 0 1 0 273537345 624074752 119839 33554432000 4194304 5654031 140736540084624 140736540082520 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5007/statm: 152362 119839 139 357 0 152002 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 974660

[startup+162.3 s]
/proc/loadavg: 2.03 2.10 2.27 3/181 5008
/proc/meminfo: memFree=26922384/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=356064 CPUtime=37.85 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 14833 124005 0 0 1041 47 2614 83 20 0 1 0 273533540 364609536 76596 33554432000 4194304 5992684 140736852154752 140736852141016 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 89016 76596 166 440 0 88572 0
[pid=5007] ppid=5002 vsize=706756 CPUtime=124.22 cores=1,3,5,7
/proc/5007/stat : 5007 (glucosInc) R 5002 5001 2277 0 -1 4202496 68291 0 0 0 12399 23 0 0 20 0 1 0 273537345 723718144 143270 33554432000 4194304 5654031 140736540084624 140736540082456 4208599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5007/statm: 176689 143270 139 357 0 176329 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 1071968

[startup+222.3 s]
/proc/loadavg: 2.07 2.09 2.26 3/181 5008
/proc/meminfo: memFree=26859544/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=356064 CPUtime=37.85 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 14833 124005 0 0 1041 47 2614 83 20 0 1 0 273533540 364609536 76596 33554432000 4194304 5992684 140736852154752 140736852141016 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5002/statm: 89016 76596 166 440 0 88572 0
[pid=5007] ppid=5002 vsize=778088 CPUtime=184.21 cores=1,3,5,7
/proc/5007/stat : 5007 (glucosInc) R 5002 5001 2277 0 -1 4202496 75854 0 0 0 18395 26 0 0 20 0 1 0 273537345 796762112 160031 33554432000 4194304 5654031 140736540084624 140736540082456 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5007/statm: 194522 160031 139 357 0 194162 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 1143300

[startup+282.3 s]
/proc/loadavg: 2.02 2.07 2.24 3/181 5008
/proc/meminfo: memFree=26838884/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.02 2.07 3/181 5110
/proc/meminfo: memFree=26721304/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=763620 CPUtime=968.69 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 76511 0 0 0 96845 24 0 0 20 0 1 0 273572876 781946880 168317 33554432000 4194304 5654031 140737162249984 140737162237800 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 190905 168317 151 357 0 190545 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 1135192

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/181 5110
/proc/meminfo: memFree=26701688/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=780640 CPUtime=1028.68 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 77455 0 0 0 102843 25 0 0 20 0 1 0 273572876 799375360 172838 33554432000 4194304 5654031 140737162249984 140737162237800 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 195160 172838 151 357 0 194800 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 1152212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/181 5110
/proc/meminfo: memFree=26688476/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1088.67 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78762 0 0 0 108842 25 0 0 20 0 1 0 273572876 814317568 176700 33554432000 4194304 5654031 140737162249984 140737162237800 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 176700 151 357 0 198448 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 1166804

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5116
/proc/meminfo: memFree=26666072/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1148.67 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78917 0 0 0 114841 26 0 0 20 0 1 0 273572876 814317568 177366 33554432000 4194304 5654031 140737162249984 140737162237800 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 177366 151 357 0 198448 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 1166804

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 5116
/proc/meminfo: memFree=26657728/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1208.65 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78996 0 0 0 120839 26 0 0 20 0 1 0 273572876 814317568 177956 33554432000 4194304 5654031 140737162249984 140737162237800 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 177956 151 357 0 198448 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 1166804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 5116
/proc/meminfo: memFree=26648184/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1268.65 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78997 0 0 0 126839 26 0 0 20 0 1 0 273572876 814317568 178468 33554432000 4194304 5654031 140737162249984 140737162237800 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 178468 151 357 0 198448 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 1166804

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.04 3/181 5117
/proc/meminfo: memFree=26651268/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1328.64 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78997 0 0 0 132838 26 0 0 20 0 1 0 273572876 814317568 178468 33554432000 4194304 5654031 140737162249984 140737162237800 4215964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 178468 151 357 0 198448 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 1166804

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/181 5117
/proc/meminfo: memFree=26651356/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1388.63 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78998 0 0 0 138837 26 0 0 20 0 1 0 273572876 814317568 178980 33554432000 4194304 5654031 140737162249984 140737162237800 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 178980 151 357 0 198448 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 1166804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.02 2.01 2.03 3/181 5117
/proc/meminfo: memFree=26646392/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1407.03 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78999 0 0 0 140677 26 0 0 20 0 1 0 273572876 814317568 179492 33554432000 4194304 5654031 140737162249984 140737162237800 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 179492 151 357 0 198448 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1166804

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.7 s]
/proc/loadavg: 2.02 2.01 2.03 3/181 5117
/proc/meminfo: memFree=26646392/32873844 swapFree=7100/7100
[pid=5001] ppid=4999 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5001/stat : 5001 (npSolver-pbo-I.) S 4999 5001 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273533540 9367552 274 33554432000 4194304 5064252 140736088842192 140736088841104 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5001/statm: 2287 274 233 213 0 72 0
[pid=5002] ppid=5001 vsize=362424 CPUtime=393.02 cores=1,3,5,7
/proc/5002/stat : 5002 (npSolver-pbo) S 5001 5001 2277 0 -1 4202496 17674 201946 0 0 1192 668 37258 184 20 0 1 0 273533540 371122176 78221 33554432000 4194304 5992684 140736852154752 140736852139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/5002/statm: 90606 78221 178 440 0 90162 0
[pid=5014] ppid=5002 vsize=795232 CPUtime=1407.03 cores=1,3,5,7
/proc/5014/stat : 5014 (glucosInc) R 5002 5001 2277 0 -1 4202496 78999 0 0 0 140677 26 0 0 20 0 1 0 273572876 814317568 179492 33554432000 4194304 5654031 140737162249984 140737162237800 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5014/statm: 198808 179492 151 357 0 198448 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1166804

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5001 and gives
#  childrusage.ru_utime.tv_sec=384
#  childrusage.ru_utime.tv_usec=507545
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=541701
# CPU time returned by wait4() is 393.049
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.05
CPU user time (s): 1791.27
CPU system time (s): 8.78
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 1412420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 384.508
system time used= 8.5417
maximum resident set size= 1001936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2074656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3436
involuntary context switches= 1508

runsolver used 3.57246 second user time and 7.92179 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 01:14:26
IDJOB=3700226
IDBENCH=47926
IDSOLVER=2276
FILE ID=node111/3700226-1338074066
RUNJOBID= node111-1338052066-2294
PBS_JOBID= 14624388
Free space on /tmp= 71476 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700226-1338074066/watcher-3700226-1338074066 -o /tmp/evaluation-result-3700226-1338074066/solver-3700226-1338074066 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700226-1338074066.opb 1783314051 HOME HOME

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

MD5SUM BENCH= 4652b0e8f21fa4edb3d66fa3030eb917
RANDOM SEED=1783314051

node111.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.152
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.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28014784 kB
Buffers:          294820 kB
Cached:          3480124 kB
SwapCached:            0 kB
Active:          1255468 kB
Inactive:        2784892 kB
Active(anon):     267664 kB
Inactive(anon):        0 kB
Active(file):     987804 kB
Inactive(file):  2784892 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8444 kB
Writeback:             0 kB
AnonPages:        314680 kB
Mapped:            15708 kB
Shmem:               200 kB
Slab:             677012 kB
SReclaimable:     119576 kB
SUnreclaim:       557436 kB
KernelStack:        1504 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     403436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71092 MiB
End job on node111 at 2012-05-27 01:44:26