Trace number 3748280

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-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
MD5SUM2533454829254b6bcc39aa8d9b25219b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-18535
Best CPU time to get the best result obtained on this benchmark886.746
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -18535
Optimality of the best value was proved NO
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305842614989581580
Number of bits of the biggest sum of numbers61
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.05	c run inc solver
0.00/0.05	c [INC SYSTEM] run initial solver
0.00/0.05	c [INC SYSTEM] preprocess with white file
0.98/1.08	c [INC SYSTEM] finished preprocessing in 1 s
0.98/1.08	c [INC SYSTEM] execute solver
993.02/993.25	c [INC SEARCH] formula is SAT
993.02/993.25	c [INC SYSTEM] solved the initial formula
993.02/993.25	c model valid
993.02/993.25	c current solution ok
993.13/993.35	o -3707
993.13/993.35	c execute binary inc search
993.13/993.35	c [INC SEARCH] current bound: 1046722
993.13/993.35	c [INC SEARCH] iteration: 0
993.13/993.35	c [INC SEARCH] lower bound: 0 upperbound 2093444 current bound: 1046722 best value:2093444
993.13/993.35	c [INC SYSTEM] there exists a inc, kill it!
993.13/993.35	c write failed with 2
993.13/993.35	c [INC SYSTEM] create new solver instance
993.13/993.35	c [INC] encode full formula
993.13/993.35	c fallback to adder encoding
993.13/993.35	c set iterative enc to: adder
993.13/993.35	c set iterative enc to: none
993.13/993.36	c [INC SEARCH] isOptimum variable: 0
1314.75/1315.00	c [INC SEARCH] formula is UNSAT
1314.75/1315.00	c [INC SYSTEM] there exists a inc, kill it!
1314.75/1315.00	c write failed with 2
1314.75/1315.00	c sat variable: 0 optimum/unsat variable: 1
1314.75/1315.00	c [INC SEARCH] set lower bound to 1046723 upperbound 2093444
1314.75/1315.00	c [INC SEARCH] current bound: 1570083
1314.75/1315.00	c [INC SEARCH] iteration: 1
1314.75/1315.00	c [INC SEARCH] lower bound: 1046723 upperbound 2093444 current bound: 1570083 best value:2093444
1314.75/1315.00	c [INC SYSTEM] create new solver instance
1314.75/1315.00	c [INC] encode full formula
1314.75/1315.00	c fallback to adder encoding
1314.75/1315.00	c set iterative enc to: adder
1314.75/1315.00	c set iterative enc to: none
1314.75/1315.01	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/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-3748280-1339128233/watcher-3748280-1339128233 -o /tmp/evaluation-result-3748280-1339128233/solver-3748280-1339128233 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748280-1339128233.opb 1060026431 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.04 2.01 2.00 3/179 2217
/proc/meminfo: memFree=29048660/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0

[startup+0.0642081 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2217
/proc/meminfo: memFree=29048660/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 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.04 2.01 2.00 3/179 2217
/proc/meminfo: memFree=29048660/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2217
/proc/meminfo: memFree=29048660/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2217
/proc/meminfo: memFree=29048660/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 2221
/proc/meminfo: memFree=29022656/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 14356

[startup+3.10031 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 2223
/proc/meminfo: memFree=29057300/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=15224 CPUtime=2 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 2822 0 0 0 200 0 0 0 20 0 1 0 378948344 15589376 2876 33554432000 4194304 5654031 140737170625888 140737170623672 4214944 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 3806 2876 132 357 0 3446 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 29580

[startup+6.30036 s]
/proc/loadavg: 1.95 2.00 2.00 2/175 2368
/proc/meminfo: memFree=29282556/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=15736 CPUtime=5.21 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 3425 0 0 0 520 1 0 0 20 0 1 0 378948344 16113664 3396 33554432000 4194304 5654031 140737170625888 140737170623912 4232715 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 3934 3396 138 357 0 3574 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30092

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 2462
/proc/meminfo: memFree=29256464/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=27276 CPUtime=11.61 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 4518 0 0 0 1159 2 0 0 20 0 1 0 378948344 27930624 6288 33554432000 4194304 5654031 140737170625888 140737170623688 4215097 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 6819 6288 138 357 0 6459 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41632

[startup+25.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 2520
/proc/meminfo: memFree=29252776/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=31700 CPUtime=24.41 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 5133 0 0 0 2439 2 0 0 20 0 1 0 378948344 32460800 7394 33554432000 4194304 5654031 140737170625888 140737170623688 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 7925 7394 138 357 0 7565 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 46056

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 2542
/proc/meminfo: memFree=29246896/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=31700 CPUtime=50 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 5133 0 0 0 4998 2 0 0 20 0 1 0 378948344 32460800 7394 33554432000 4194304 5654031 140737170625888 140737170613704 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 7925 7394 138 357 0 7565 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 46056

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 2.00 3/182 3156
/proc/meminfo: memFree=29182244/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=48764 CPUtime=101.2 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 5795 0 0 0 10116 4 0 0 20 0 1 0 378948344 49934336 11149 33554432000 4194304 5654031 140737170625888 140737170613704 4233148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 12191 11149 139 357 0 11831 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 63120

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 3160
/proc/meminfo: memFree=29173748/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=48764 CPUtime=161.19 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 5796 0 0 0 16115 4 0 0 20 0 1 0 378948344 49934336 11661 33554432000 4194304 5654031 140737170625888 140737170613704 4233299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 12191 11661 139 357 0 11831 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63120

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 3462
/proc/meminfo: memFree=29202028/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5208 CPUtime=1.06 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 2866 6320 0 0 4 1 100 1 20 0 1 0 378948236 5332992 942 33554432000 4194304 6004724 140733996194896 140733996181176 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1302 942 152 442 0 856 0
[pid=2223] ppid=2218 vsize=48764 CPUtime=221.18 cores=1,3,5,7
/proc/2223/stat : 2223 (glucosInc) R 2218 2217 30697 0 -1 4202496 5796 0 0 0 22114 4 0 0 20 0 1 0 378948344 49934336 11661 33554432000 4194304 5654031 140737170625888 140737170613704 4233168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2223/statm: 12191 11661 139 357 0 11831 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 63120

[startup+282.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/181 3529
/proc/meminfo: memFree=29165732/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=29091076/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=993.18 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3280 16717 0 0 6 9 99293 10 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3548] ppid=2218 vsize=60280 CPUtime=248.89 cores=1,3,5,7
/proc/3548/stat : 3548 (glucosInc) R 2218 2217 30697 0 -1 4202496 8346 0 0 0 24886 3 0 0 20 0 1 0 379047572 61726720 12140 33554432000 4194304 5654031 140733786699008 140733786686824 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3548/statm: 15070 12140 139 357 0 14710 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 74640

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3551
/proc/meminfo: memFree=29136456/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=993.18 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3280 16717 0 0 6 9 99293 10 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3548] ppid=2218 vsize=60280 CPUtime=308.88 cores=1,3,5,7
/proc/3548/stat : 3548 (glucosInc) R 2218 2217 30697 0 -1 4202496 8616 0 0 0 30885 3 0 0 20 0 1 0 379047572 61726720 14448 33554432000 4194304 5654031 140733786699008 140733786686824 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3548/statm: 15070 14448 139 357 0 14710 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 74640

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3553
/proc/meminfo: memFree=29151264/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=30080 CPUtime=47.26 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 6349 0 0 0 4725 1 0 0 20 0 1 0 379079737 30801920 7031 33554432000 4194304 5654031 140737026352464 140737026350488 4232607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 7520 7031 139 357 0 7160 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 44440

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 3553
/proc/meminfo: memFree=29101928/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=39900 CPUtime=107.27 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 6772 0 0 0 10725 2 0 0 20 0 1 0 379079737 40857600 9486 33554432000 4194304 5654031 140737026352464 140737026340280 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 9975 9486 139 357 0 9615 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 54260

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 3554
/proc/meminfo: memFree=29093796/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=28408 CPUtime=167.25 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 8316 0 0 0 16722 3 0 0 20 0 1 0 379079737 29089792 6368 33554432000 4194304 5654031 140737026352464 140737026350408 4232505 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 7102 6368 139 357 0 6742 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 42768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3554
/proc/meminfo: memFree=29082880/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=51040 CPUtime=227.25 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 10019 0 0 0 22721 4 0 0 20 0 1 0 379079737 52264960 12115 33554432000 4194304 5654031 140737026352464 140737026340280 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 12760 12115 139 357 0 12400 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 65400

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 3557
/proc/meminfo: memFree=29078848/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=81388 CPUtime=287.24 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 10423 0 0 0 28720 4 0 0 20 0 1 0 379079737 83341312 13536 33554432000 4194304 5654031 140737026352464 140737026340280 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 20347 13536 139 357 0 19987 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 95748

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 3557
/proc/meminfo: memFree=29066024/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=81388 CPUtime=347.22 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 10615 0 0 0 34718 4 0 0 20 0 1 0 379079737 83341312 18322 33554432000 4194304 5654031 140737026352464 140737026340280 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 20347 18322 139 357 0 19987 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 95748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3559
/proc/meminfo: memFree=29138172/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=81388 CPUtime=407.21 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 10615 0 0 0 40717 4 0 0 20 0 1 0 379079737 83341312 18322 33554432000 4194304 5654031 140737026352464 140737026340280 4215648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 20347 18322 139 357 0 19987 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 95748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3560
/proc/meminfo: memFree=29104828/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=81388 CPUtime=467.2 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 10615 0 0 0 46716 4 0 0 20 0 1 0 379079737 83341312 18322 33554432000 4194304 5654031 140737026352464 140737026340280 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 20347 18322 139 357 0 19987 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 95748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3560
/proc/meminfo: memFree=29102592/32873844 swapFree=7628/7628
[pid=2217] ppid=2215 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2217/stat : 2217 (npSolver-pbo-I.) S 2215 2217 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378948236 9367552 274 33554432000 4194304 5064252 140734024577664 140734024576576 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2217/statm: 2287 274 233 213 0 72 0
[pid=2218] ppid=2217 vsize=5212 CPUtime=1314.77 cores=1,3,5,7
/proc/2218/stat : 2218 (npSolver-pbo) S 2217 2217 30697 0 -1 4202496 3459 25991 0 0 6 9 131448 14 20 0 1 0 378948236 5337088 971 33554432000 4194304 6004724 140733996194896 140733996179816 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2218/statm: 1303 971 180 442 0 857 0
[pid=3553] ppid=2218 vsize=81388 CPUtime=485.3 cores=1,3,5,7
/proc/3553/stat : 3553 (glucosInc) R 2218 2217 30697 0 -1 4202496 10616 0 0 0 48526 4 0 0 20 0 1 0 379079737 83341312 18834 33554432000 4194304 5654031 140737026352464 140737026340280 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3553/statm: 20347 18834 139 357 0 19987 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 95748

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.83
CPU system time (s): 0.292955
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 148356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.292955
maximum resident set size= 119412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91
involuntary context switches= 1902

runsolver used 3.01854 second user time and 9.1926 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-08 06:03:53
IDJOB=3748280
IDBENCH=3007
IDSOLVER=2333
FILE ID=node146/3748280-1339128233
RUNJOBID= node146-1339111088-31893
PBS_JOBID= 14643707
Free space on /tmp= 71284 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748280-1339128233/watcher-3748280-1339128233 -o /tmp/evaluation-result-3748280-1339128233/solver-3748280-1339128233 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748280-1339128233.opb 1060026431 HOME HOME

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

MD5SUM BENCH= 2533454829254b6bcc39aa8d9b25219b
RANDOM SEED=1060026431

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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:        29048932 kB
Buffers:          406992 kB
Cached:          2322040 kB
SwapCached:         2336 kB
Active:          1505492 kB
Inactive:        1464460 kB
Active(anon):     238536 kB
Inactive(anon):     4684 kB
Active(file):    1266956 kB
Inactive(file):  1459776 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099980 kB
Dirty:              8812 kB
Writeback:           140 kB
AnonPages:        246180 kB
Mapped:            10616 kB
Shmem:                 0 kB
Slab:             713876 kB
SReclaimable:     152296 kB
SUnreclaim:       561580 kB
KernelStack:        1520 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     382860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71272 MiB
End job on node146 at 2012-06-08 06:33:54