Trace number 3713769

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 1801.01

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl--soft-0-100-0.wbo
MD5SUM0ad575c7f0542ec26b1c3f9931b01c05
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.9134
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7578
Total number of constraints21401
Number of soft constraints21401
Number of constraints which are clauses20501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1076192
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1076191
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.89/2.96	c run usual solver
6.14/6.81	o 10109
6.14/6.81	c current bound: 5054
6.14/6.81	c fallback to adder encoding
1800.07/1801.01	c error: unexpected solver exit code
1800.07/1801.01	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-3713769-1338191204/watcher-3713769-1338191204 -o /tmp/evaluation-result-3713769-1338191204/solver-3713769-1338191204 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713769-1338191204.wbo 2066119449 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=28799396/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0

[startup+0.0521199 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=28799396/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=28799396/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=28799396/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700278 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1588
/proc/meminfo: memFree=28799396/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1590
/proc/meminfo: memFree=28783688/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=34876 CPUtime=1.48 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) R 1588 1588 26029 0 -1 4202496 2947 0 0 0 148 0 0 0 20 0 1 0 285247774 35713024 4962 33554432000 4194304 5990268 140736030913520 140736030908376 4807557 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 8719 4962 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1590
/proc/meminfo: memFree=28749928/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=68596 CPUtime=2.99 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 6531 0 0 0 292 7 0 0 20 0 1 0 285247774 70242304 12492 33554432000 4194304 5990268 140736030913520 140736030906672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 17149 12492 149 439 0 16706 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 77744

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 2/183 1595
/proc/meminfo: memFree=28709292/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=69072 CPUtime=5.67 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) R 1588 1588 26029 0 -1 4202496 6738 28647 0 0 295 18 242 12 20 0 1 0 285247774 70729728 12614 33554432000 4194304 5990268 140736030913520 140736030907248 5177872 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 17268 12614 153 439 0 16825 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 78220

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1604
/proc/meminfo: memFree=28176900/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=295924 CPUtime=4.23 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 48785 0 0 0 410 13 0 0 20 0 1 0 285248619 303026176 68358 33554432000 4194304 5208918 140736977753392 140736977751240 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 73981 68358 104 248 0 73730 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 559608

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1604
/proc/meminfo: memFree=28173944/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=295924 CPUtime=17.03 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 48793 0 0 0 1690 13 0 0 20 0 1 0 285248619 303026176 69388 33554432000 4194304 5208918 140736977753392 140736977751240 4211641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 73981 69388 104 248 0 73730 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 559608

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1605
/proc/meminfo: memFree=28170344/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=295924 CPUtime=42.64 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 48800 0 0 0 4250 14 0 0 20 0 1 0 285248619 303026176 70417 33554432000 4194304 5208918 140736977753392 140736977751240 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 73981 70417 104 248 0 73730 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 559608

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1605
/proc/meminfo: memFree=28163588/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=346228 CPUtime=93.83 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 49358 0 0 0 9369 14 0 0 20 0 1 0 285248619 354537472 71485 33554432000 4194304 5208918 140736977753392 140736977751064 4232547 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 86557 71485 104 248 0 86306 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 609912

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1605
/proc/meminfo: memFree=28159304/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=346228 CPUtime=153.82 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 49359 0 0 0 15368 14 0 0 20 0 1 0 285248619 354537472 71486 33554432000 4194304 5208918 140736977753392 140736977751064 4229999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 86557 71486 104 248 0 86306 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 609912

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 1608
/proc/meminfo: memFree=28157260/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56003 0 0 0 135342 20 0 0 20 0 1 0 285248619 379068416 77358 33554432000 4194304 5208918 140736977753392 140736977751224 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 92546 77358 104 248 0 92295 0
Current children cumulated CPU time (s) 1361.44
Current children cumulated vsize (KiB) 633868

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.03 3/184 1703
/proc/meminfo: memFree=16025400/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=373372 CPUtime=1413.62 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56373 0 0 0 141342 20 0 0 20 0 1 0 285248619 382332928 78239 33554432000 4194304 5208918 140736977753392 140736977751224 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 93343 78239 104 248 0 93092 0
Current children cumulated CPU time (s) 1421.44
Current children cumulated vsize (KiB) 637056

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/183 1703
/proc/meminfo: memFree=16019264/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=373372 CPUtime=1473.6 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56387 0 0 0 147340 20 0 0 20 0 1 0 285248619 382332928 78764 33554432000 4194304 5208918 140736977753392 140736977749768 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 93343 78764 104 248 0 93092 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 637056

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.02 3/183 1703
/proc/meminfo: memFree=16015416/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=373372 CPUtime=1533.59 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56387 0 0 0 153339 20 0 0 20 0 1 0 285248619 382332928 78764 33554432000 4194304 5208918 140736977753392 140736977749768 4211019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 93343 78764 104 248 0 93092 0
Current children cumulated CPU time (s) 1541.41
Current children cumulated vsize (KiB) 637056

[startup+1602.3 s]
/proc/loadavg: 2.12 2.07 2.03 3/183 1704
/proc/meminfo: memFree=16011212/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=373372 CPUtime=1593.58 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56435 0 0 0 159338 20 0 0 20 0 1 0 285248619 382332928 79323 33554432000 4194304 5208918 140736977753392 140736977749768 4205203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 93343 79323 104 248 0 93092 0
Current children cumulated CPU time (s) 1601.4
Current children cumulated vsize (KiB) 637056

[startup+1662.3 s]
/proc/loadavg: 2.08 2.07 2.03 3/183 1704
/proc/meminfo: memFree=16005876/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=374536 CPUtime=1653.57 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56685 0 0 0 165337 20 0 0 20 0 1 0 285248619 383524864 79573 33554432000 4194304 5208918 140736977753392 140736977751144 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 93634 79573 104 248 0 93383 0
Current children cumulated CPU time (s) 1661.39
Current children cumulated vsize (KiB) 638220

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.02 3/183 1704
/proc/meminfo: memFree=15997316/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=374740 CPUtime=1713.56 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 56779 0 0 0 171336 20 0 0 20 0 1 0 285248619 383733760 80689 33554432000 4194304 5208918 140736977753392 140736977751144 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 93685 80689 104 248 0 93434 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 638424

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/183 1704
/proc/meminfo: memFree=15988568/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=379460 CPUtime=1773.55 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 57410 0 0 0 177335 20 0 0 20 0 1 0 285248619 388567040 82342 33554432000 4194304 5208918 140736977753392 140736977751224 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 94865 82342 104 248 0 94614 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 643144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.07 2.05 2.02 3/183 1704
/proc/meminfo: memFree=15986644/32873648 swapFree=7116/7116
[pid=1588] ppid=1586 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1588/stat : 1588 (npSolver-wbo.sh) S 1586 1588 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285247774 9367552 275 33554432000 4194304 5064252 140736187084544 140736187083456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1588/statm: 2287 275 233 213 0 72 0
[pid=1589] ppid=1588 vsize=245388 CPUtime=7.82 cores=0,2,4,6
/proc/1589/stat : 1589 (npSolver-wbo) S 1588 1588 26029 0 -1 4202496 14339 29162 0 0 448 75 242 17 20 0 1 0 285247774 251277312 49124 33554432000 4194304 5990268 140736030913520 140736030904960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1589/statm: 61347 49124 164 439 0 60904 0
[pid=1603] ppid=1589 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1603/stat : 1603 (satsolver.sh) S 1589 1588 26029 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285248619 9367552 267 33554432000 4194304 5064252 140737220102160 140737220101072 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1603/statm: 2287 267 226 213 0 72 0
[pid=1604] ppid=1603 vsize=379460 CPUtime=1792.25 cores=0,2,4,6
/proc/1604/stat : 1604 (glucose) R 1603 1588 26029 0 -1 4202496 57413 0 0 0 179205 20 0 0 20 0 1 0 285248619 388567040 82345 33554432000 4194304 5208918 140736977753392 140736977751224 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1604/statm: 94865 82345 104 248 0 94614 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 643144

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 1588 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=909949
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=941856
# CPU time returned by wait4() is 7.85181
# 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): 1801.01
CPU time (s): 1800.07
CPU user time (s): 1798.95
CPU system time (s): 1.12
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 704116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.90995
system time used= 0.941856
maximum resident set size= 296692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 391216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75
involuntary context switches= 27

runsolver used 2.90156 second user time and 7.1989 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 09:46:44
IDJOB=3713769
IDBENCH=79107
IDSOLVER=2294
FILE ID=node114/3713769-1338191204
RUNJOBID= node114-1338159086-26045
PBS_JOBID= 14624549
Free space on /tmp= 71360 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713769-1338191204/watcher-3713769-1338191204 -o /tmp/evaluation-result-3713769-1338191204/solver-3713769-1338191204 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713769-1338191204.wbo 2066119449 HOME HOME

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

MD5SUM BENCH= 0ad575c7f0542ec26b1c3f9931b01c05
RANDOM SEED=2066119449

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:        28799932 kB
Buffers:          585332 kB
Cached:          2171208 kB
SwapCached:         2128 kB
Active:          1854820 kB
Inactive:        1347372 kB
Active(anon):     439084 kB
Inactive(anon):     7892 kB
Active(file):    1415736 kB
Inactive(file):  1339480 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              9080 kB
Writeback:            24 kB
AnonPages:        450028 kB
Mapped:            15456 kB
Shmem:               116 kB
Slab:             732896 kB
SReclaimable:     177004 kB
SUnreclaim:       555892 kB
KernelStack:        1480 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     701600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 67468 MiB
End job on node114 at 2012-05-28 10:16:45