Trace number 3749934

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 1.0 (fixed)? (TO) 1800.02 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-python-cairo.cudf.paranoid.opb
MD5SUM8424b7061409513cf5c3292b053a86a1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141778
Best CPU time to get the best result obtained on this benchmark260.852
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
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.39	c run usual solver
0.98/1.07	c model valid
0.98/1.07	c current solution ok
1.17/1.21	o 249197
1.17/1.21	c current bound: 124598
1.17/1.21	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3749934-1339160691/watcher-3749934-1339160691 -o /tmp/evaluation-result-3749934-1339160691/solver-3749934-1339160691 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749934-1339160691.opb 1622846496 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 1.96 2/179 22610
/proc/meminfo: memFree=29113376/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0

[startup+0.0183139 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 22610
/proc/meminfo: memFree=29113376/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 22610
/proc/meminfo: memFree=29113376/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 22610
/proc/meminfo: memFree=29113376/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 1.96 2/179 22610
/proc/meminfo: memFree=29113376/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 22621
/proc/meminfo: memFree=29047824/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=110828 CPUtime=1.48 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) R 22610 22610 17323 0 -1 4202496 16478 12423 0 0 81 16 45 6 20 0 1 0 382197655 113487872 24025 33554432000 4194304 6004724 140735988415760 140735988409808 4534738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 27707 24025 172 442 0 27261 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 119976

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22624
/proc/meminfo: memFree=28899300/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=124244 CPUtime=1.15 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 24504 0 0 0 108 7 0 0 20 0 1 0 382197849 127225856 28042 33554432000 4194304 5208918 140736350090656 140736349040056 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 31061 28042 96 248 0 30810 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 286136

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22624
/proc/meminfo: memFree=28841476/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=126992 CPUtime=4.35 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 25128 0 0 0 428 7 0 0 20 0 1 0 382197849 130039808 28666 33554432000 4194304 5208918 140736350090656 140736350087032 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 31748 28666 105 248 0 31497 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 288884

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22624
/proc/meminfo: memFree=28836892/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=126992 CPUtime=10.75 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 25136 0 0 0 1068 7 0 0 20 0 1 0 382197849 130039808 28674 33554432000 4194304 5208918 140736350090656 140736350087032 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 31748 28674 105 248 0 31497 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 288884

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22624
/proc/meminfo: memFree=28821628/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=128440 CPUtime=23.54 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 25585 0 0 0 2347 7 0 0 20 0 1 0 382197849 131522560 29634 33554432000 4194304 5208918 140736350090656 140736350087032 4214032 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 32110 29634 105 248 0 31859 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 290332

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22624
/proc/meminfo: memFree=28816904/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=152956 CPUtime=49.14 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 27005 0 0 0 4906 8 0 0 20 0 1 0 382197849 156626944 32071 33554432000 4194304 5208918 140736350090656 140736350087032 4228924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 38239 32071 105 248 0 37988 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 314848

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22624
/proc/meminfo: memFree=28788372/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=140956 CPUtime=100.34 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 29537 0 0 0 10024 10 0 0 20 0 1 0 382197849 144338944 33032 33554432000 4194304 5208918 140736350090656 140736350088744 4211665 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 35239 33032 105 248 0 34988 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 302848

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22625
/proc/meminfo: memFree=28742260/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=162028 CPUtime=160.31 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 30998 0 0 0 16020 11 0 0 20 0 1 0 382197849 165916672 35490 33554432000 4194304 5208918 140736350090656 140736350088504 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 40507 35490 105 248 0 40256 0
Current children cumulated CPU time (s) 162.23

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

/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 41949 0 0 0 135985 23 0 0 20 0 1 0 382197849 215973888 43613 33554432000 4194304 5208918 140736350090656 140736350088808 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 52728 43613 105 248 0 52477 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 372804

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/183 22785
/proc/meminfo: memFree=28559288/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=212496 CPUtime=1420.08 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 42265 0 0 0 141985 23 0 0 20 0 1 0 382197849 217595904 44951 33554432000 4194304 5208918 140736350090656 140736350086968 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53124 44951 105 248 0 52873 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 374388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 22785
/proc/meminfo: memFree=28548552/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=212496 CPUtime=1480.06 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 42362 0 0 0 147983 23 0 0 20 0 1 0 382197849 217595904 46578 33554432000 4194304 5208918 140736350090656 140736350087032 4211668 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53124 46578 105 248 0 52873 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 374388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/184 22788
/proc/meminfo: memFree=28545328/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=212496 CPUtime=1540.03 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 42438 0 0 0 153980 23 0 0 20 0 1 0 382197849 217595904 48685 33554432000 4194304 5208918 140736350090656 140736350087032 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53124 48685 105 248 0 52873 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 374388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 22788
/proc/meminfo: memFree=28536400/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=213164 CPUtime=1600.02 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 42608 0 0 0 159979 23 0 0 20 0 1 0 382197849 218279936 50388 33554432000 4194304 5208918 140736350090656 140736350087032 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53291 50388 105 248 0 53040 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 375056

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 22789
/proc/meminfo: memFree=28542732/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=182344 CPUtime=1660.01 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 43366 0 0 0 165976 25 0 0 20 0 1 0 382197849 186720256 43159 33554432000 4194304 5208918 140736350090656 140736350088744 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 45586 43159 105 248 0 45335 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 344236

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22789
/proc/meminfo: memFree=28527700/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=214344 CPUtime=1720.01 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 44305 0 0 0 171975 26 0 0 20 0 1 0 382197849 219488256 46130 33554432000 4194304 5208918 140736350090656 140736350087032 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53586 46130 105 248 0 53335 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 376236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22789
/proc/meminfo: memFree=28520488/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=215372 CPUtime=1780 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 44373 0 0 0 177974 26 0 0 20 0 1 0 382197849 220540928 47731 33554432000 4194304 5208918 140736350090656 140736350087032 4211623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53843 47731 105 248 0 53592 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 377264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22789
/proc/meminfo: memFree=28522304/32873844 swapFree=7372/7372
[pid=22610] ppid=22608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22610/stat : 22610 (npSolver-pbo.sh) S 22608 22610 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382197655 9367552 275 33554432000 4194304 5064252 140736760728080 140736760726992 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22610/statm: 2287 275 233 213 0 72 0
[pid=22611] ppid=22610 vsize=143596 CPUtime=1.92 cores=0,2,4,6
/proc/22611/stat : 22611 (npSolver-pbo) S 22610 22610 17323 0 -1 4202496 17300 12423 0 0 117 24 45 6 20 0 1 0 382197655 147042304 30171 33554432000 4194304 6004724 140735988415760 140735988408112 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22611/statm: 35899 30171 174 442 0 35453 0
[pid=22623] ppid=22611 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22611 22610 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382197849 9367552 265 33554432000 4194304 5064252 140735283446656 140735283445568 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 265 226 213 0 72 0
[pid=22624] ppid=22623 vsize=215372 CPUtime=1798.1 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22610 17323 0 -1 4202496 44376 0 0 0 179784 26 0 0 20 0 1 0 382197849 220540928 48245 33554432000 4194304 5208918 140736350090656 140736350087032 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 53843 48245 105 248 0 53592 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 377264

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1799.46
CPU system time (s): 0.56
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 474464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63375
system time used= 0.312952
maximum resident set size= 164720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 101736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43
involuntary context switches= 21

runsolver used 2.71159 second user time and 7.12192 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-08 15:04:51
IDJOB=3749934
IDBENCH=72235
IDSOLVER=2334
FILE ID=node109/3749934-1339160691
RUNJOBID= node109-1339158889-22162
PBS_JOBID= 14643773
Free space on /tmp= 70780 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-python-cairo.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749934-1339160691/watcher-3749934-1339160691 -o /tmp/evaluation-result-3749934-1339160691/solver-3749934-1339160691 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749934-1339160691.opb 1622846496 HOME HOME

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

MD5SUM BENCH= 8424b7061409513cf5c3292b053a86a1
RANDOM SEED=1622846496

node109.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.264
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.52
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.264
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.264
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.264
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.264
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.264
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29113988 kB
Buffers:         1757416 kB
Cached:           939640 kB
SwapCached:         1336 kB
Active:          2254512 kB
Inactive:         556924 kB
Active(anon):     109836 kB
Inactive(anon):     6076 kB
Active(file):    2144676 kB
Inactive(file):   550848 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             11664 kB
Writeback:             0 kB
AnonPages:        111608 kB
Mapped:            10420 kB
Shmem:                 4 kB
Slab:             807668 kB
SReclaimable:     249656 kB
SUnreclaim:       558012 kB
KernelStack:        1520 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     244184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 70696 MiB
End job on node109 at 2012-06-08 15:34:51