Trace number 3698518

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.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMfd17a1ef8bbc0500cef6aa90a9a85c00
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9733
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 995
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 442322
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 995
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 442322
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.13	c fallback to adder encoding
6.29/6.31	c run inc solver
6.29/6.31	c [INC SYSTEM] run initial solver
6.29/6.31	c [INC SYSTEM] preprocess with white file
20.74/20.93	c [INC SYSTEM] finished preprocessing in 14 s
20.74/20.93	c [INC SYSTEM] execute solver
45.25/45.49	c [INC SEARCH] formula is SAT
45.35/45.58	c [INC SYSTEM] solved the initial formula
46.35/46.52	c model valid
46.35/46.52	c current solution ok
53.21/53.57	o 0
53.21/53.57	c [INC SYSTEM] there exists a inc, kill it!
53.21/53.57	c write failed with 2
53.21/53.59	c [INC SEARCH] iteration: 0
53.21/53.59	c [INC BOUNDS] best value:442322 search for 442321
53.21/53.59	c [INC SYSTEM] create new solver instance
53.21/53.59	c [INC] encode full formula
53.21/53.59	c fallback to adder encoding
53.35/53.68	c set iterative enc to: adder
53.35/53.68	c set iterative enc to: none
53.43/53.86	c [INC SEARCH] isOptimum variable: 0
118.02/118.33	c formula is SAT
118.12/118.43	c [INC SEARCH] copied best model
118.12/118.44	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
119.02/119.37	c model valid
119.02/119.37	c current solution ok
119.02/119.37	o -2417
119.02/119.37	c [INC SEARCH] iteration: 1
119.02/119.37	c [INC BOUNDS] best value:439905 search for 439904
119.02/119.37	c [INC SYSTEM] there exists a inc, kill it!
119.02/119.37	c write failed with 2
119.13/119.40	c [INC SYSTEM] create new solver instance
119.13/119.40	c [INC] encode full formula
119.13/119.40	c fallback to adder encoding
119.13/119.49	c set iterative enc to: adder
119.13/119.49	c set iterative enc to: none
119.33/119.66	c [INC SEARCH] isOptimum variable: 0

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-3698518-1338109090/watcher-3698518-1338109090 -o /tmp/evaluation-result-3698518-1338109090/solver-3698518-1338109090 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698518-1338109090.opb 1971665751 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.08 2.02 2.01 3/179 23032
/proc/meminfo: memFree=26689280/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) R 23030 23032 20135 0 -1 4202496 338 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 272 33554432000 4194304 5064252 140733558853888 140735480593960 214537422112 0 0 4100 65536 0 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 272 231 213 0 72 0

[startup+0.0128201 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23032
/proc/meminfo: memFree=26689280/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100196 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23032
/proc/meminfo: memFree=26689280/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300177 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23032
/proc/meminfo: memFree=26689280/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 23032
/proc/meminfo: memFree=26689280/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 23034
/proc/meminfo: memFree=26682776/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=13524 CPUtime=1.48 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) R 23032 23032 20135 0 -1 4202496 2901 0 0 0 148 0 0 0 20 0 1 0 277034521 13848576 2405 33554432000 4194304 5992684 140734023389856 140734023385976 4374668 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 3381 2405 146 440 0 2937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22672

[startup+3.10025 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 23034
/proc/meminfo: memFree=26675136/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=49764 CPUtime=3.08 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) R 23032 23032 20135 0 -1 4202496 10344 0 0 0 306 2 0 0 20 0 1 0 277034521 50958336 11377 33554432000 4194304 5992684 140734023389856 140734023385976 4227600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 12441 11377 159 440 0 11997 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58912

[startup+6.30029 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 23034
/proc/meminfo: memFree=26223468/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=565560 CPUtime=6.29 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) R 23032 23032 20135 0 -1 4202496 30236 0 0 0 589 40 0 0 20 0 1 0 277034521 579133440 126706 33554432000 4194304 5992684 140734023389856 140734023384824 5182699 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 141390 126706 168 440 0 140946 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 574708

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 23038
/proc/meminfo: memFree=25915464/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=362844 CPUtime=6.3 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 30243 0 0 0 589 41 0 0 20 0 1 0 277034521 371552256 76033 33554432000 4194304 5992684 140734023389856 140734023384304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 90711 76033 174 440 0 90267 0
[pid=23035] ppid=23033 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23035/stat : 23035 (cp2_pre.sh) S 23033 23032 20135 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 277035152 9367552 277 33554432000 4194304 5064252 140735778731200 140735778729904 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23035/statm: 2287 277 234 213 0 72 0
[pid=23036] ppid=23035 vsize=1072956 CPUtime=6.37 cores=1,3,5,7
/proc/23036/stat : 23036 (coprocessor) R 23035 23032 20135 0 -1 4202496 89259 0 0 0 611 26 0 0 20 0 1 0 277035153 1098706944 263609 33554432000 4194304 6586260 140736377364944 140736377361096 4770132 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/23036/statm: 268239 263609 173 584 0 267651 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1454096

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 2.01 3/181 23040
/proc/meminfo: memFree=26526264/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=362844 CPUtime=20.79 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 30258 108132 0 0 589 42 1391 57 20 0 1 0 277034521 371552256 76035 33554432000 4194304 5992684 140734023389856 140734023376120 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 90711 76035 176 440 0 90267 0
[pid=23040] ppid=23033 vsize=516308 CPUtime=4.56 cores=1,3,5,7
/proc/23040/stat : 23040 (glucosInc) R 23033 23032 20135 0 -1 4202496 76903 0 0 0 438 18 0 0 20 0 1 0 277036614 528699392 115581 33554432000 4194304 5654031 140734116138560 140734116136248 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23040/statm: 129077 115581 130 357 0 128717 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 888300

[startup+51.1002 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 23040
/proc/meminfo: memFree=26425048/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=398752 CPUtime=26.33 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) R 23032 23032 20135 0 -1 4202496 34553 108132 0 0 773 412 1391 57 20 0 1 0 277034521 408322048 85001 33554432000 4194304 5992684 140734023389856 140734023384040 5179696 0 0 4096 0 0 0 0 17 3 0 0 12 0 0
/proc/23033/statm: 99688 85001 182 440 0 99244 0
[pid=23040] ppid=23033 vsize=530944 CPUtime=24.49 cores=1,3,5,7
/proc/23040/stat : 23040 (glucosInc) S 23033 23032 20135 0 -1 4202496 80804 0 0 0 2431 18 0 0 20 0 1 0 277036614 543686656 119973 33554432000 4194304 5654031 140734116138560 140734116136872 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23040/statm: 132736 119973 146 357 0 132376 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 938844

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/181 23044
/proc/meminfo: memFree=26362468/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=398752 CPUtime=53.6 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 36264 189975 0 0 823 604 3823 110 20 0 1 0 277034521 408322048 85004 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 12 0 0
/proc/23033/statm: 99688 85004 185 440 0 99244 0
[pid=23043] ppid=23033 vsize=580464 CPUtime=48.41 cores=1,3,5,7
/proc/23043/stat : 23043 (glucosInc) R 23033 23032 20135 0 -1 4202496 77892 0 0 0 4821 20 0 0 20 0 1 0 277039907 594395136 122074 33554432000 4194304 5654031 140733398140176 140733398127992 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23043/statm: 145116 122074 141 357 0 144756 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 988364

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/182 23049
/proc/meminfo: memFree=26363496/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=583284 CPUtime=42.61 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 76994 0 0 0 4243 18 0 0 20 0 1 0 277046487 597282816 122327 33554432000 4194304 5654031 140735981063856 140735981051672 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 145821 122327 141 357 0 145461 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 989188

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 23072
/proc/meminfo: memFree=26350700/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=585012 CPUtime=102.6 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 78663 0 0 0 10241 19 0 0 20 0 1 0 277046487 599052288 125529 33554432000 4194304 5654031 140735981063856 140735981061544 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 146253 125529 141 357 0 145893 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 990916

[startup+282.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 23072
/proc/meminfo: memFree=26348040/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7

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

/proc/meminfo: memFree=26308916/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=586976 CPUtime=1182.42 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79195 0 0 0 118223 19 0 0 20 0 1 0 277046487 601063424 126637 33554432000 4194304 5654031 140735981063856 140735981061752 4232559 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 146744 126637 141 357 0 146384 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 992880

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 23082
/proc/meminfo: memFree=26308564/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=587240 CPUtime=1242.41 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79235 0 0 0 124222 19 0 0 20 0 1 0 277046487 601333760 126677 33554432000 4194304 5654031 140735981063856 140735981061688 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 146810 126677 141 357 0 146450 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 993144

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23082
/proc/meminfo: memFree=26305904/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=587372 CPUtime=1302.4 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79271 0 0 0 130221 19 0 0 20 0 1 0 277046487 601468928 126713 33554432000 4194304 5654031 140735981063856 140735981061688 4215017 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 146843 126713 141 357 0 146483 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 993276

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23082
/proc/meminfo: memFree=26302740/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=587800 CPUtime=1362.39 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79380 0 0 0 136220 19 0 0 20 0 1 0 277046487 601907200 126822 33554432000 4194304 5654031 140735981063856 140735981061688 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 146950 126822 141 357 0 146590 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 993704

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23082
/proc/meminfo: memFree=26291764/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=588064 CPUtime=1422.39 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79461 0 0 0 142219 20 0 0 20 0 1 0 277046487 602177536 126903 33554432000 4194304 5654031 140735981063856 140735981061688 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 147016 126903 141 357 0 146656 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 993968

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23082
/proc/meminfo: memFree=26289344/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=588460 CPUtime=1482.38 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79548 0 0 0 148218 20 0 0 20 0 1 0 277046487 602583040 126990 33554432000 4194304 5654031 140735981063856 140735981061688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 147115 126990 141 357 0 146755 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 994364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23083
/proc/meminfo: memFree=26289848/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=588856 CPUtime=1542.37 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79643 0 0 0 154217 20 0 0 20 0 1 0 277046487 602988544 127085 33554432000 4194304 5654031 140735981063856 140735981061688 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 147214 127085 141 357 0 146854 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 994760

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23085
/proc/meminfo: memFree=26286988/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=589148 CPUtime=1602.36 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79709 0 0 0 160216 20 0 0 20 0 1 0 277046487 603287552 127151 33554432000 4194304 5654031 140735981063856 140735981061752 4214638 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 147287 127151 141 357 0 146927 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 995052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23085
/proc/meminfo: memFree=26282404/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=589544 CPUtime=1662.35 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79823 0 0 0 166215 20 0 0 20 0 1 0 277046487 603693056 127776 33554432000 4194304 5654031 140735981063856 140735981061688 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 147386 127776 141 357 0 147026 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 995448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.93 1.98 1.99 3/182 23127
/proc/meminfo: memFree=25735504/32873648 swapFree=7104/7104
[pid=23032] ppid=23030 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23032/stat : 23032 (npSolver-pbo-It) S 23030 23032 20135 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277034521 9367552 275 33554432000 4194304 5064252 140733558853888 140733558852800 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23032/statm: 2287 275 233 213 0 72 0
[pid=23033] ppid=23032 vsize=396756 CPUtime=119.39 cores=1,3,5,7
/proc/23033/stat : 23033 (npSolver-pbo) S 23032 23032 20135 0 -1 4202496 44533 270380 0 0 939 608 10243 149 20 0 1 0 277034521 406278144 84505 33554432000 4194304 5992684 140734023389856 140734023375688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 12 0 0
/proc/23033/statm: 99189 84505 185 440 0 98745 0
[pid=23049] ppid=23033 vsize=589676 CPUtime=1680.65 cores=1,3,5,7
/proc/23049/stat : 23049 (glucosInc) R 23033 23032 20135 0 -1 4202496 79875 0 0 0 168045 20 0 0 20 0 1 0 277046487 603828224 127828 33554432000 4194304 5654031 140735981063856 140735981061640 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23049/statm: 147419 127828 141 357 0 147059 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 995580

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.04
CPU user time (s): 1792.27
CPU system time (s): 7.77
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 1643824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 2.6326 second user time and 11.9112 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 10:58:11
IDJOB=3698518
IDBENCH=90935
IDSOLVER=2275
FILE ID=node127/3698518-1338109090
RUNJOBID= node127-1338101853-22364
PBS_JOBID= 14624433
Free space on /tmp= 70916 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698518-1338109090/watcher-3698518-1338109090 -o /tmp/evaluation-result-3698518-1338109090/solver-3698518-1338109090 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698518-1338109090.opb 1971665751 HOME HOME

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

MD5SUM BENCH= fd17a1ef8bbc0500cef6aa90a9a85c00
RANDOM SEED=1971665751

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26689296 kB
Buffers:          377060 kB
Cached:          3598188 kB
SwapCached:            0 kB
Active:          2722876 kB
Inactive:        2616896 kB
Active(anon):    1366616 kB
Inactive(anon):        0 kB
Active(file):    1356260 kB
Inactive(file):  2616896 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            274676 kB
Writeback:             0 kB
AnonPages:       1404276 kB
Mapped:            15776 kB
Shmem:               200 kB
Slab:             700324 kB
SReclaimable:     143808 kB
SUnreclaim:       556516 kB
KernelStack:        1480 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1558476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    944128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70668 MiB
End job on node127 at 2012-05-27 11:28:13