Trace number 3698184

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
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.43	c run inc solver
0.00/0.43	c [INC SYSTEM] run initial solver
0.00/0.43	c [INC SYSTEM] preprocess with white file
2.77/2.83	c [INC SYSTEM] finished preprocessing in 2 s
2.77/2.83	c [INC SYSTEM] execute solver
5.66/5.79	c [INC SEARCH] formula is SAT
5.77/5.80	c [INC SYSTEM] solved the initial formula
5.77/5.80	c model valid
5.77/5.80	c current solution ok
6.77/6.87	o 1209
6.77/6.87	c [INC SYSTEM] there exists a inc, kill it!
6.77/6.87	c write failed with 2
6.77/6.88	c [INC SEARCH] iteration: 0
6.77/6.88	c [INC BOUNDS] best value:1209 search for 1208
6.77/6.88	c [INC SYSTEM] create new solver instance
6.77/6.88	c [INC] encode full formula
6.88/6.92	c set iterative enc to: swc
6.88/6.98	c [INC SEARCH] isOptimum variable: 0
1800.00/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.00/1800.41	s UNKNOWN
1800.00/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.00/1800.41	c write failed with -1
1800.00/1800.41	HOME/npSolver-pbo-Itd.sh: line 18:  4743 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3698184-1338071114/watcher-3698184-1338071114 -o /tmp/evaluation-result-3698184-1338071114/solver-3698184-1338071114 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698184-1338071114.opb 934972529 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 4742
/proc/meminfo: memFree=28689504/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0

[startup+0.00905105 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 4742
/proc/meminfo: memFree=28689504/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100236 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 4742
/proc/meminfo: memFree=28689504/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 4742
/proc/meminfo: memFree=28689504/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 4742
/proc/meminfo: memFree=28689504/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4746
/proc/meminfo: memFree=28529880/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=38312 CPUtime=0.42 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 9915 0 0 0 39 3 0 0 20 0 1 0 273236887 39231488 8756 33554432000 4194304 5992684 140736286288432 140736286282880 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 9578 8756 164 440 0 9134 0
[pid=4745] ppid=4743 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4745/stat : 4745 (cp2_pre.sh) S 4743 4742 1914 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273236930 9367552 277 33554432000 4194304 5064252 140733701498720 140733701497424 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 2287 277 234 213 0 72 0
[pid=4746] ppid=4745 vsize=137820 CPUtime=1.05 cores=0,2,4,6
/proc/4746/stat : 4746 (coprocessor) R 4745 4742 1914 0 -1 4202496 24903 0 0 0 101 4 0 0 20 0 1 0 273236931 141127680 33360 33554432000 4194304 6586260 140734275276416 140734275272680 4756534 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/4746/statm: 34455 33360 182 584 0 33867 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 194428

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4746
/proc/meminfo: memFree=28480632/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=38312 CPUtime=2.81 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 9931 29856 0 0 39 3 230 9 20 0 1 0 273236887 39231488 8758 33554432000 4194304 5992684 140736286288432 140736286274696 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 9578 8758 166 440 0 9134 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 47460

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4748
/proc/meminfo: memFree=28568224/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=40260 CPUtime=3.33 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) R 4742 4742 1914 0 -1 4202496 11461 29856 0 0 49 45 230 9 20 0 1 0 273236887 41226240 9356 33554432000 4194304 5992684 140736286288432 140736286282616 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 10065 9356 173 440 0 9621 0
[pid=4748] ppid=4743 vsize=85496 CPUtime=2.94 cores=0,2,4,6
/proc/4748/stat : 4748 (glucosInc) S 4743 4742 1914 0 -1 4202496 16727 0 0 0 292 2 0 0 20 0 1 0 273237171 87547904 18092 33554432000 4194304 5654031 140733822543216 140733822541528 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4748/statm: 21374 18092 146 357 0 21014 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 134904

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4751
/proc/meminfo: memFree=28515716/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=121168 CPUtime=5.71 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 21495 0 0 0 567 4 0 0 20 0 1 0 273237585 124076032 24812 33554432000 4194304 5654031 140735630204576 140735630202664 4215360 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4751/statm: 30292 24812 131 357 0 29932 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 176140

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 4751
/proc/meminfo: memFree=28513536/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=121432 CPUtime=18.5 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 22196 0 0 0 1845 5 0 0 20 0 1 0 273237585 124346368 24940 33554432000 4194304 5654031 140735630204576 140735630202664 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4751/statm: 30358 24940 132 357 0 29998 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 176404

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 4751
/proc/meminfo: memFree=28471816/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=189668 CPUtime=44.1 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 23108 0 0 0 4404 6 0 0 20 0 1 0 273237585 194220032 34901 33554432000 4194304 5654031 140735630204576 140735630202504 4215112 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4751/statm: 47417 34901 132 357 0 47057 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 244640

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 4752
/proc/meminfo: memFree=28466668/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=152172 CPUtime=95.29 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 24239 0 0 0 9522 7 0 0 20 0 1 0 273237585 155824128 34483 33554432000 4194304 5654031 140735630204576 140735630202600 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4751/statm: 38043 34483 132 357 0 37683 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 207144

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4752
/proc/meminfo: memFree=28413128/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=201492 CPUtime=155.27 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 25308 0 0 0 15518 9 0 0 20 0 1 0 273237585 206327808 45458 33554432000 4194304 5654031 140735630204576 140735630202504 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 50373 45458 132 357 0 50013 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 256464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4752
/proc/meminfo: memFree=28423332/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=201492 CPUtime=215.24 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 26304 0 0 0 21513 11 0 0 20 0 1 0 273237585 206327808 46754 33554432000 4194304 5654031 140735630204576 140735630202504 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4751/statm: 50373 46754 132 357 0 50013 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 256464

[startup+282.3 s]

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

/proc/meminfo: memFree=28080568/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=232312 CPUtime=1235.86 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 41027 0 0 0 123536 50 0 0 20 0 1 0 273237585 237887488 48511 33554432000 4194304 5654031 140735630204576 140735630202664 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 58078 48511 132 357 0 57718 0
Current children cumulated CPU time (s) 1242.81
Current children cumulated vsize (KiB) 287284

[startup+1303.82 s]
/proc/loadavg: 2.02 2.21 2.14 5/181 4943
/proc/meminfo: memFree=28062812/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=282400 CPUtime=1296.57 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 41345 0 0 0 129606 51 0 0 20 0 1 0 273237585 289177600 56492 33554432000 4194304 5654031 140735630204576 140735630202664 4217160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 70600 56492 132 357 0 70240 0
Current children cumulated CPU time (s) 1303.52
Current children cumulated vsize (KiB) 337372

[startup+1363.82 s]
/proc/loadavg: 2.01 2.18 2.13 4/181 4944
/proc/meminfo: memFree=28104888/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=201492 CPUtime=1356.56 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 41592 0 0 0 135603 53 0 0 20 0 1 0 273237585 206327808 46908 33554432000 4194304 5654031 140735630204576 140735630202504 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 50373 46908 132 357 0 50013 0
Current children cumulated CPU time (s) 1363.51
Current children cumulated vsize (KiB) 256464

[startup+1422.3 s]
/proc/loadavg: 2.00 2.14 2.12 3/181 4944
/proc/meminfo: memFree=28065560/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=232312 CPUtime=1415.03 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 42186 0 0 0 141449 54 0 0 20 0 1 0 273237585 237887488 54655 33554432000 4194304 5654031 140735630204576 140735630202664 4232803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 58078 54655 132 357 0 57718 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 287284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.11 2.11 3/181 4944
/proc/meminfo: memFree=28102968/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=201492 CPUtime=1475.03 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 42731 0 0 0 147447 56 0 0 20 0 1 0 273237585 206327808 44348 33554432000 4194304 5654031 140735630204576 140735630202504 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 50373 44348 132 357 0 50013 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 256464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.09 2.10 3/182 4947
/proc/meminfo: memFree=28071392/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=232312 CPUtime=1535.01 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 43327 0 0 0 153444 57 0 0 20 0 1 0 273237585 237887488 52095 33554432000 4194304 5654031 140735630204576 140735630202664 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 58078 52095 132 357 0 57718 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 287284

[startup+1602.31 s]
/proc/loadavg: 2.14 2.10 2.10 3/181 4947
/proc/meminfo: memFree=28123636/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=201492 CPUtime=1595.01 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 43873 0 0 0 159442 59 0 0 20 0 1 0 273237585 206327808 42812 33554432000 4194304 5654031 140735630204576 140735630202504 4216325 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 50373 42812 132 357 0 50013 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 256464

[startup+1662.3 s]
/proc/loadavg: 2.27 2.14 2.11 3/181 4948
/proc/meminfo: memFree=28085276/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=232312 CPUtime=1655 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 44469 0 0 0 165440 60 0 0 20 0 1 0 273237585 237887488 51071 33554432000 4194304 5654031 140735630204576 140735630202664 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 58078 51071 132 357 0 57718 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 287284

[startup+1722.3 s]
/proc/loadavg: 2.27 2.16 2.11 3/181 4948
/proc/meminfo: memFree=28052712/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=282400 CPUtime=1714.97 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 44803 0 0 0 171436 61 0 0 20 0 1 0 273237585 289177600 59052 33554432000 4194304 5654031 140735630204576 140735630202664 4232925 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 70600 59052 132 357 0 70240 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 337372

[startup+1782.3 s]
/proc/loadavg: 2.19 2.16 2.11 3/181 4948
/proc/meminfo: memFree=28097304/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=232312 CPUtime=1774.95 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 45413 0 0 0 177433 62 0 0 20 0 1 0 273237585 237887488 47266 33554432000 4194304 5654031 140735630204576 140735630202504 4215932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 58078 47266 132 357 0 57718 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 287284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.16 2.11 3/181 4948
/proc/meminfo: memFree=28085824/32873844 swapFree=7384/7384
[pid=4742] ppid=4740 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4742/stat : 4742 (npSolver-pbo-It) S 4740 4742 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273236887 9367552 274 33554432000 4194304 5064252 140737047338128 140737047337040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4742/statm: 2287 274 233 213 0 72 0
[pid=4743] ppid=4742 vsize=45824 CPUtime=6.95 cores=0,2,4,6
/proc/4743/stat : 4743 (npSolver-pbo) S 4742 4742 1914 0 -1 4202496 13911 47621 0 0 64 91 523 17 20 0 1 0 273236887 46923776 10632 33554432000 4194304 5992684 140736286288432 140736286274264 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/4743/statm: 11456 10632 177 440 0 11012 0
[pid=4751] ppid=4743 vsize=232312 CPUtime=1793.05 cores=0,2,4,6
/proc/4751/stat : 4751 (glucosInc) R 4743 4742 1914 0 -1 4202496 45640 0 0 0 179243 62 0 0 20 0 1 0 273237585 237887488 50047 33554432000 4194304 5654031 140735630204576 140735630202664 4216690 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4751/statm: 58078 50047 132 357 0 57718 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 287284

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.31
CPU system time (s): 1.72274
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 418760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.72274
maximum resident set size= 330416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107554
page faults= 0
swaps= 0
block input operations= 8
block output operations= 146224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 525
involuntary context switches= 2262

runsolver used 3.68844 second user time and 8.98563 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 00:25:14
IDJOB=3698184
IDBENCH=2923
IDSOLVER=2275
FILE ID=node136/3698184-1338071114
RUNJOBID= node136-1338052928-1930
PBS_JOBID= 14624396
Free space on /tmp= 71516 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698184-1338071114/watcher-3698184-1338071114 -o /tmp/evaluation-result-3698184-1338071114/solver-3698184-1338071114 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698184-1338071114.opb 934972529 HOME HOME

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=934972529

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28689504 kB
Buffers:          345056 kB
Cached:          2508156 kB
SwapCached:        24460 kB
Active:          1456388 kB
Inactive:        1948260 kB
Active(anon):     526340 kB
Inactive(anon):    25096 kB
Active(file):     930048 kB
Inactive(file):  1923164 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:        533108 kB
Mapped:            10932 kB
Shmem:                 0 kB
Slab:             639896 kB
SReclaimable:      81788 kB
SUnreclaim:       558108 kB
KernelStack:        1472 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 71392 MiB
End job on node136 at 2012-05-27 00:55:15