Trace number 3713650

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.07 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j6030_9-unsat--soft-66-100-0.wbo
MD5SUM1889fba1555b8697309aed0b2b80cc12
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.159975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11956
Total number of constraints39426
Number of soft constraints13393
Number of constraints which are clauses39038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints388
Minimum length of a constraint1
Maximum length of a constraint60
Top cost 678604
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 678603
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 416
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.99/2.08	c run usual solver
16.17/16.27	o 10130
16.17/16.27	c current bound: 5065
16.17/16.27	c fallback to adder encoding
685.44/685.74	o 5065
685.44/685.74	c current bound: 2532
685.44/685.74	c fallback to adder encoding
1220.38/1220.80	o 2532
1220.38/1220.80	c current bound: 1266
1220.38/1220.80	c fallback to adder encoding
1730.89/1731.42	o 1266
1730.89/1731.42	c current bound: 633
1730.89/1731.42	c fallback to adder encoding
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	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-3713650-1338189403/watcher-3713650-1338189403 -o /tmp/evaluation-result-3713650-1338189403/solver-3713650-1338189403 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713650-1338189403.wbo 1074469339 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.06 2.02 2.00 3/179 1430
/proc/meminfo: memFree=29015736/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0

[startup+0.09641 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 1430
/proc/meminfo: memFree=29015736/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100165 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 1430
/proc/meminfo: memFree=29015736/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 1430
/proc/meminfo: memFree=29015736/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 1430
/proc/meminfo: memFree=29015736/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 1432
/proc/meminfo: memFree=28965572/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=68316 CPUtime=1.49 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) R 1430 1430 26029 0 -1 4202496 6940 0 0 0 147 2 0 0 20 0 1 0 285067689 69955584 12557 33554432000 4194304 5990268 140734365949024 140734365944904 4608872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1431/statm: 17079 12557 145 439 0 16636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77464

[startup+3.1002 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 1432
/proc/meminfo: memFree=28936864/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=68552 CPUtime=2.1 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 7671 0 0 0 202 8 0 0 20 0 1 0 285067689 70197248 13130 33554432000 4194304 5990268 140734365949024 140734365942176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1431/statm: 17138 13130 153 439 0 16695 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 77700
heavy processes:

[startup+6.3004 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 1434
/proc/meminfo: memFree=28551464/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=68552 CPUtime=2.1 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 7671 0 0 0 202 8 0 0 20 0 1 0 285067689 70197248 13130 33554432000 4194304 5990268 140734365949024 140734365942176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1431/statm: 17138 13130 153 439 0 16695 0
[pid=1433] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1433/stat : 1433 (cp2_pre.sh) S 1431 1430 26029 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 285067899 9367552 276 33554432000 4194304 5064252 140735355932880 140735355931584 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1433/statm: 2287 276 234 213 0 72 0
[pid=1434] ppid=1433 vsize=393004 CPUtime=4.17 cores=0,2,4,6
/proc/1434/stat : 1434 (coprocessor) R 1433 1430 26029 0 -1 4202496 49592 0 0 0 408 9 0 0 20 0 1 0 285067900 402436096 96567 33554432000 4194304 6586260 140733218969008 140733218964552 5599454 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1434/statm: 98251 96567 192 584 0 97663 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 479852

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 1434
/proc/meminfo: memFree=28486580/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=68552 CPUtime=2.1 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 7671 0 0 0 202 8 0 0 20 0 1 0 285067689 70197248 13130 33554432000 4194304 5990268 140734365949024 140734365942176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1431/statm: 17138 13130 153 439 0 16695 0
[pid=1433] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1433/stat : 1433 (cp2_pre.sh) S 1431 1430 26029 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 285067899 9367552 276 33554432000 4194304 5064252 140735355932880 140735355931584 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1433/statm: 2287 276 234 213 0 72 0
[pid=1434] ppid=1433 vsize=465448 CPUtime=10.57 cores=0,2,4,6
/proc/1434/stat : 1434 (coprocessor) R 1433 1430 26029 0 -1 4202496 53095 0 0 0 958 99 0 0 20 0 1 0 285067900 476618752 111540 33554432000 4194304 6586260 140733218969008 140733218964632 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1434/statm: 116362 111540 202 584 0 115774 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 552296

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 1453
/proc/meminfo: memFree=28486784/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=243332 CPUtime=17.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 13517 89077 0 0 314 100 1176 138 20 0 1 0 285067689 249171968 40895 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 60833 40895 165 439 0 60390 0
[pid=1452] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1452/stat : 1452 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285069428 9367552 266 33554432000 4194304 5064252 140737217569088 140737217568000 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1452/statm: 2287 266 226 213 0 72 0
[pid=1453] ppid=1452 vsize=291336 CPUtime=8.08 cores=0,2,4,6
/proc/1453/stat : 1453 (glucose) R 1452 1430 26029 0 -1 4202496 49381 0 0 0 796 12 0 0 20 0 1 0 285069429 298328064 64297 33554432000 4194304 5208918 140736220352432 140736220350280 4211897 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1453/statm: 72834 64297 96 248 0 72583 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 552964

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 1453
/proc/meminfo: memFree=28482192/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=243332 CPUtime=17.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 13517 89077 0 0 314 100 1176 138 20 0 1 0 285067689 249171968 40895 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 60833 40895 165 439 0 60390 0
[pid=1452] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1452/stat : 1452 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285069428 9367552 266 33554432000 4194304 5064252 140737217569088 140737217568000 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1452/statm: 2287 266 226 213 0 72 0
[pid=1453] ppid=1452 vsize=322324 CPUtime=33.68 cores=0,2,4,6
/proc/1453/stat : 1453 (glucose) R 1452 1430 26029 0 -1 4202496 49974 0 0 0 3355 13 0 0 20 0 1 0 285069429 330059776 65911 33554432000 4194304 5208918 140736220352432 140736220350392 4211628 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1453/statm: 80581 65911 96 248 0 80330 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 583952

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 1453
/proc/meminfo: memFree=28479352/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=243332 CPUtime=17.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 13517 89077 0 0 314 100 1176 138 20 0 1 0 285067689 249171968 40895 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 60833 40895 165 439 0 60390 0
[pid=1452] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1452/stat : 1452 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285069428 9367552 266 33554432000 4194304 5064252 140737217569088 140737217568000 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1452/statm: 2287 266 226 213 0 72 0
[pid=1453] ppid=1452 vsize=297552 CPUtime=84.87 cores=0,2,4,6
/proc/1453/stat : 1453 (glucose) R 1452 1430 26029 0 -1 4202496 51329 0 0 0 8473 14 0 0 20 0 1 0 285069429 304693248 65286 33554432000 4194304 5208918 140736220352432 140736220350520 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1453/statm: 74388 65286 104 248 0 74137 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 559180

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1453
/proc/meminfo: memFree=28470080/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=243332 CPUtime=17.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 13517 89077 0 0 314 100 1176 138 20 0 1 0 285067689 249171968 40895 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 60833 40895 165 439 0 60390 0
[pid=1452] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1452/stat : 1452 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285069428 9367552 266 33554432000 4194304 5064252 140737217569088 140737217568000 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1452/statm: 2287 266 226 213 0 72 0
[pid=1453] ppid=1452 vsize=297552 CPUtime=144.84 cores=0,2,4,6
/proc/1453/stat : 1453 (glucose) R 1452 1430 26029 0 -1 4202496 51336 0 0 0 14470 14 0 0 20 0 1 0 285069429 304693248 66509 33554432000 4194304 5208918 140736220352432 140736220350520 4229483 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1453/statm: 74388 66509 104 248 0 74137 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 559180

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 1456
/proc/meminfo: memFree=28461332/32873648 swapFree=7116/7116

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

/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 45430 0 0 0 14049 11 0 0 20 0 1 0 285189855 270102528 59831 33554432000 4194304 5208918 140735317917664 140735317915496 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 65943 59831 105 248 0 65692 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 459864

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 1533
/proc/meminfo: memFree=28326484/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1221.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 24692 221838 0 0 481 121 121293 233 20 0 1 0 285067689 182063104 38336 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 38336 166 439 0 44006 0
[pid=1528] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1528/stat : 1528 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285189855 9367552 267 33554432000 4194304 5064252 140733677388784 140733677387696 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1528/statm: 2287 267 226 213 0 72 0
[pid=1529] ppid=1528 vsize=263772 CPUtime=200.6 cores=0,2,4,6
/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 45431 0 0 0 20049 11 0 0 20 0 1 0 285189855 270102528 60343 33554432000 4194304 5208918 140735317917664 140735317914040 4205128 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 65943 60343 105 248 0 65692 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 459864

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1533
/proc/meminfo: memFree=28321960/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1221.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 24692 221838 0 0 481 121 121293 233 20 0 1 0 285067689 182063104 38336 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 38336 166 439 0 44006 0
[pid=1528] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1528/stat : 1528 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285189855 9367552 267 33554432000 4194304 5064252 140733677388784 140733677387696 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1528/statm: 2287 267 226 213 0 72 0
[pid=1529] ppid=1528 vsize=263772 CPUtime=260.58 cores=0,2,4,6
/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 45449 0 0 0 26047 11 0 0 20 0 1 0 285189855 270102528 60360 33554432000 4194304 5208918 140735317917664 140735317914040 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 65943 60360 105 248 0 65692 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 459864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1535
/proc/meminfo: memFree=28316676/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1221.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 24692 221838 0 0 481 121 121293 233 20 0 1 0 285067689 182063104 38336 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 38336 166 439 0 44006 0
[pid=1528] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1528/stat : 1528 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285189855 9367552 267 33554432000 4194304 5064252 140733677388784 140733677387696 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1528/statm: 2287 267 226 213 0 72 0
[pid=1529] ppid=1528 vsize=264492 CPUtime=320.56 cores=0,2,4,6
/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 45845 0 0 0 32044 12 0 0 20 0 1 0 285189855 270839808 61280 33554432000 4194304 5208918 140735317917664 140735317915624 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 66123 61280 105 248 0 65872 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 460584

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1535
/proc/meminfo: memFree=28310216/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1221.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 24692 221838 0 0 481 121 121293 233 20 0 1 0 285067689 182063104 38336 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 38336 166 439 0 44006 0
[pid=1528] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1528/stat : 1528 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285189855 9367552 267 33554432000 4194304 5064252 140733677388784 140733677387696 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1528/statm: 2287 267 226 213 0 72 0
[pid=1529] ppid=1528 vsize=266056 CPUtime=380.54 cores=0,2,4,6
/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 46300 0 0 0 38042 12 0 0 20 0 1 0 285189855 272441344 61732 33554432000 4194304 5208918 140735317917664 140735317915512 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 66514 61732 105 248 0 66263 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 462148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1535
/proc/meminfo: memFree=28303864/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1221.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 24692 221838 0 0 481 121 121293 233 20 0 1 0 285067689 182063104 38336 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 38336 166 439 0 44006 0
[pid=1528] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1528/stat : 1528 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285189855 9367552 267 33554432000 4194304 5064252 140733677388784 140733677387696 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1528/statm: 2287 267 226 213 0 72 0
[pid=1529] ppid=1528 vsize=266900 CPUtime=440.52 cores=0,2,4,6
/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 46504 0 0 0 44040 12 0 0 20 0 1 0 285189855 273305600 62902 33554432000 4194304 5208918 140735317917664 140735317915416 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 66725 62902 105 248 0 66474 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 462992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1535
/proc/meminfo: memFree=28298528/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1221.28 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 24692 221838 0 0 481 121 121293 233 20 0 1 0 285067689 182063104 38336 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 38336 166 439 0 44006 0
[pid=1528] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1528/stat : 1528 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285189855 9367552 267 33554432000 4194304 5064252 140733677388784 140733677387696 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1528/statm: 2287 267 226 213 0 72 0
[pid=1529] ppid=1528 vsize=268560 CPUtime=500.52 cores=0,2,4,6
/proc/1529/stat : 1529 (glucose) R 1528 1430 26029 0 -1 4202496 46846 0 0 0 50039 13 0 0 20 0 1 0 285189855 275005440 63755 33554432000 4194304 5208918 140735317917664 140735317915624 4211625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1529/statm: 67140 63755 105 248 0 66889 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 464652

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1542
/proc/meminfo: memFree=28332372/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1731.7 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 30321 282898 0 0 554 129 172213 274 20 0 1 0 285067689 182063104 36800 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 36800 166 439 0 44006 0
[pid=1541] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1541/stat : 1541 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285240909 9367552 267 33554432000 4194304 5064252 140737416910768 140737416909680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1541/statm: 2287 267 226 213 0 72 0
[pid=1542] ppid=1541 vsize=259816 CPUtime=50.06 cores=0,2,4,6
/proc/1542/stat : 1542 (glucose) R 1541 1430 26029 0 -1 4202496 45754 0 0 0 4993 13 0 0 20 0 1 0 285240909 266051584 57470 33554432000 4194304 5208918 140736996411408 140736996409256 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1542/statm: 64954 57470 105 248 0 64703 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 455908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1542
/proc/meminfo: memFree=28328712/32873648 swapFree=7116/7116
[pid=1430] ppid=1428 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1430/stat : 1430 (npSolver-wbo.sh) S 1428 1430 26029 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285067689 9367552 275 33554432000 4194304 5064252 140733226702960 140733226701872 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1430/statm: 2287 275 233 213 0 72 0
[pid=1431] ppid=1430 vsize=177796 CPUtime=1731.7 cores=0,2,4,6
/proc/1431/stat : 1431 (npSolver-wbo) S 1430 1430 26029 0 -1 4202496 30321 282898 0 0 554 129 172213 274 20 0 1 0 285067689 182063104 36800 33554432000 4194304 5990268 140734365949024 140734365940464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 8 0 0
/proc/1431/statm: 44449 36800 166 439 0 44006 0
[pid=1541] ppid=1431 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1541/stat : 1541 (satsolver.sh) S 1431 1430 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285240909 9367552 267 33554432000 4194304 5064252 140737416910768 140737416909680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1541/statm: 2287 267 226 213 0 72 0
[pid=1542] ppid=1541 vsize=261168 CPUtime=68.37 cores=0,2,4,6
/proc/1542/stat : 1542 (glucose) R 1541 1430 26029 0 -1 4202496 46031 0 0 0 6824 13 0 0 20 0 1 0 285240909 267436032 58258 33554432000 4194304 5208918 140736996411408 140736996409080 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1542/statm: 65292 58258 105 248 0 65041 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 457260

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 1430 and gives
#  childrusage.ru_utime.tv_sec=1727
#  childrusage.ru_utime.tv_usec=685351
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=44385
# CPU time returned by wait4() is 1731.73
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1795.91
CPU system time (s): 4.16
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 648720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1727.69
system time used= 4.04439
maximum resident set size= 451920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 781512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6400
involuntary context switches= 2572

runsolver used 3.51946 second user time and 8.06877 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 09:16:43
IDJOB=3713650
IDBENCH=79092
IDSOLVER=2294
FILE ID=node114/3713650-1338189403
RUNJOBID= node114-1338159086-26045
PBS_JOBID= 14624549
Free space on /tmp= 71396 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j6030_9-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713650-1338189403/watcher-3713650-1338189403 -o /tmp/evaluation-result-3713650-1338189403/solver-3713650-1338189403 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713650-1338189403.wbo 1074469339 HOME HOME

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

MD5SUM BENCH= 1889fba1555b8697309aed0b2b80cc12
RANDOM SEED=1074469339

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        29016000 kB
Buffers:          584504 kB
Cached:          2132712 kB
SwapCached:         2128 kB
Active:          1628624 kB
Inactive:        1347276 kB
Active(anon):     252208 kB
Inactive(anon):     7892 kB
Active(file):    1376416 kB
Inactive(file):  1339384 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              9504 kB
Writeback:             0 kB
AnonPages:        272892 kB
Mapped:            15544 kB
Shmem:               116 kB
Slab:             733444 kB
SReclaimable:     176972 kB
SUnreclaim:       556472 kB
KernelStack:        1480 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     408360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71264 MiB
End job on node114 at 2012-05-28 09:46:44