Trace number 3715342

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 inc-topdown-quickBound? (TO) 1800.06 1805.52

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl--soft-66-100-0.wbo
MD5SUM68857518c481325121ef79374ff5f3e7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard 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 benchmark203.13
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables49621
Total number of constraints138346
Number of soft constraints47147
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 2382740
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2382739
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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

Solver Data

88.18/88.22	c run usual solver
180.09/181.16	o 25679
180.09/181.16	c starting approximation
180.09/181.16	c factor = 2
180.09/181.16	c factor still to low - shrinking to 3775.04
180.09/181.16	c approx number of clauses: 1e+06
180.09/181.16	c current bound: 12839
240.10/241.15	c current bound: 12839
300.67/302.17	c current bound: 12839
361.20/363.59	c current bound: 12839
421.29/423.63	c current bound: 12839
481.13/485.02	c current bound: 12839
541.00/544.92	c current bound: 12839
603.99/607.98	c current bound: 12839
667.05/671.38	c current bound: 12839
726.93/731.22	c current bound: 12839
789.94/794.23	c current bound: 12839
853.01/857.35	c current bound: 12839
916.00/920.37	c current bound: 12839
976.49/980.88	c current bound: 12839
1040.47/1044.81	c current bound: 12839
1100.16/1104.55	c current bound: 12839
1163.05/1167.45	c current bound: 12839
1226.03/1230.44	c current bound: 12839
1286.32/1290.73	c current bound: 12839
1349.50/1353.98	c current bound: 12839
1412.50/1416.92	c current bound: 12839
1474.18/1478.67	c current bound: 12839
1535.36/1539.85	c current bound: 12839
1596.24/1600.78	c current bound: 12839
1659.22/1663.78	c current bound: 12839
1722.21/1726.75	c current bound: 12839
1784.28/1789.78	c current bound: 12839
1800.06/1805.51	c error: unexpected solver exit code
1800.06/1805.51	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-3715342-1338166500/watcher-3715342-1338166500 -o /tmp/evaluation-result-3715342-1338166500/solver-3715342-1338166500 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715342-1338166500.wbo 1656680839 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: 1.88 1.98 1.99 3/171 15781
/proc/meminfo: memFree=31055480/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0

[startup+0.0103879 s]
/proc/loadavg: 1.88 1.98 1.99 3/171 15781
/proc/meminfo: memFree=31055480/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 1.88 1.98 1.99 3/171 15781
/proc/meminfo: memFree=31055480/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 1.88 1.98 1.99 3/171 15781
/proc/meminfo: memFree=31055480/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 1.88 1.98 1.99 3/171 15781
/proc/meminfo: memFree=31055480/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/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: 1.88 1.98 1.99 3/179 15793
/proc/meminfo: memFree=31027716/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=34876 CPUtime=1.49 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 2924 0 0 0 148 1 0 0 20 0 1 0 282778640 35713024 5450 33554432000 4194304 5990268 140734756320672 140734756266392 4569513 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 8719 5450 137 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10026 s]
/proc/loadavg: 1.88 1.98 1.99 3/179 15793
/proc/meminfo: memFree=30996344/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=67644 CPUtime=3.09 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 3462 0 0 0 307 2 0 0 20 0 1 0 282778640 69267456 11082 33554432000 4194304 5990268 140734756320672 140734756315528 4374001 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 16911 11082 137 439 0 16468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76792

[startup+6.30026 s]
/proc/loadavg: 1.89 1.98 1.99 3/179 15793
/proc/meminfo: memFree=30905984/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=133180 CPUtime=6.29 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 4027 0 0 0 625 4 0 0 20 0 1 0 282778640 136376320 21835 33554432000 4194304 5990268 140734756320672 140734756315912 4807425 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 33295 21835 137 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 1.90 1.98 1.99 3/179 15793
/proc/meminfo: memFree=30720852/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=264252 CPUtime=12.69 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 4646 0 0 0 1262 7 0 0 20 0 1 0 282778640 270594048 44363 33554432000 4194304 5990268 140734756320672 140734756315912 4767328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 66063 44363 137 439 0 65620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273400

[startup+25.5003 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 15793
/proc/meminfo: memFree=30350748/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=527340 CPUtime=25.48 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 5534 0 0 0 2535 13 0 0 20 0 1 0 282778640 539996160 89069 33554432000 4194304 5990268 140734756320672 140734756315912 4523175 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 131835 89069 137 439 0 131392 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 536488

[startup+51.1003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 15793
/proc/meminfo: memFree=28222408/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2134408 CPUtime=51.08 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 13781 0 0 0 5044 64 0 0 20 0 1 0 282778640 2185633792 401359 33554432000 4194304 5990268 140734756320672 140734756316552 4521673 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 533602 401359 145 439 0 533159 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2143556

[startup+102.307 s]
/proc/loadavg: 2.42 2.09 2.03 3/183 15800
/proc/meminfo: memFree=23564308/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2134408 CPUtime=88.28 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 14692 0 0 0 8637 191 0 0 20 0 1 0 282778640 2185633792 410117 33554432000 4194304 5990268 140734756320672 140734756313824 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15782/statm: 533602 410117 153 439 0 533159 0
[pid=15796] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15796/stat : 15796 (cp2_pre.sh) S 15782 15781 15230 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 282787470 9367552 276 33554432000 4194304 5064252 140735337042016 140735337040720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15796/statm: 2287 276 234 213 0 72 0
[pid=15797] ppid=15796 vsize=1427500 CPUtime=13.99 cores=0,2,4,6
/proc/15797/stat : 15797 (coprocessor) R 15796 15781 15230 0 -1 4202496 110205 0 0 0 1325 74 0 0 20 0 1 0 282787470 1461760000 310202 33554432000 4194304 6586260 140736271265376 140736271261128 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/15797/statm: 356875 310202 158 584 0 356287 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3580204

[startup+162.3 s]
/proc/loadavg: 2.55 2.20 2.07 3/179 15852
/proc/meminfo: memFree=27880964/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2193124 CPUtime=161.34 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 20186 313703 0 0 8787 752 6239 356 20 0 1 0 282778640 2245758976 424824 33554432000 4194304 5990268 140734756320672 140734756313976 5177872 0 0 4096 0 0 0 0 17 0 0 0 16 0 0
/proc/15782/statm: 548281 424824 157 439 0 547838 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 2202272

[startup+222.3 s]
/proc/loadavg: 2.45 2.25 2.09 3/181 15856
/proc/meminfo: memFree=24381752/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2193128 CPUtime=180.27 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 22321 314218 0 0 9098 2193 6240 496 20 0 1 0 282778640 2245763072 424844 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 20 0 0
/proc/15782/statm: 548282 424844 176 439 0 547839 0
[pid=15854] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15854/stat : 15854 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282796768 9367552 267 33554432000 4194304 5064252 140736447389520 140736447388432 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15854/statm: 2287 267 226 213 0 72 0
[pid=15855] ppid=15854 vsize=2173208 CPUtime=41.01 cores=0,2,4,6
/proc/15855/stat : 15855 (glucose) R 15854 15781 15230 0 -1 4202496 204658 0 0 0 4025 76 0 0 20 0 1 0 282796768 2225364992 425752 33554432000 4194304 5208918 140736069537008 140736069534856 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15855/statm: 543302 425752 104 248 0 543051 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 4384632

[startup+282.3 s]
/proc/loadavg: 2.54 2.31 2.12 3/183 15868
/proc/meminfo: memFree=21857180/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=240.26 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 28427 535564 0 0 9135 2196 11957 738 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 20 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=15864] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15864/stat : 15864 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282802766 9367552 266 33554432000 4194304 5064252 140737325420784 140737325419696 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15864/statm: 2287 266 226 213 0 72 0
[pid=15865] ppid=15864 vsize=2173208 CPUtime=41.01 cores=0,2,4,6
/proc/15865/stat : 15865 (glucose) R 15864 15781 15230 0 -1 4202496 200905 0 0 0 4027 74 0 0 20 0 1 0 282802767 2225364992 426161 33554432000 4194304 5208918 140736012443952 140736012441800 4205640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15865/statm: 543302 426161 104 248 0 543051 0
Current children cumulated CPU time (s) 281.27

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

/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16040] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16040/stat : 16040 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282920343 9367552 267 33554432000 4194304 5064252 140733195271776 140733195270688 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16040/statm: 2287 267 226 213 0 72 0
[pid=16041] ppid=16040 vsize=1240004 CPUtime=5.26 cores=0,2,4,6
/proc/16041/stat : 16041 (glucose) R 16040 15781 15230 0 -1 4202496 69540 0 0 0 487 39 0 0 20 0 1 0 282920343 1269764096 219580 33554432000 4194304 5208918 140733634377904 140733633327544 4221649 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16041/statm: 310001 219580 69 248 0 309750 0
Current children cumulated CPU time (s) 1417.88
Current children cumulated vsize (KiB) 3471428

[startup+1482.3 s]
/proc/loadavg: 2.23 2.24 2.18 3/184 16048
/proc/meminfo: memFree=21777480/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1474.37 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 150507 4954623 0 0 9829 2254 129843 5511 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16047] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16047/stat : 16047 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282926518 9367552 267 33554432000 4194304 5064252 140734597444992 140734597443904 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16047/statm: 2287 267 226 213 0 72 0
[pid=16048] ppid=16047 vsize=976376 CPUtime=3.5 cores=0,2,4,6
/proc/16048/stat : 16048 (glucose) R 16047 15781 15230 0 -1 4202496 58691 0 0 0 324 26 0 0 20 0 1 0 282926518 999809024 178168 33554432000 4194304 5208918 140733444468128 140733443417528 4241375 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16048/statm: 244094 178168 69 248 0 243843 0
Current children cumulated CPU time (s) 1477.87
Current children cumulated vsize (KiB) 3207800

[startup+1542.3 s]
/proc/loadavg: 2.21 2.24 2.18 3/185 16058
/proc/meminfo: memFree=21842652/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1535.53 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 156611 5174475 0 0 9863 2257 135687 5746 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16057] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16057/stat : 16057 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282932636 9367552 267 33554432000 4194304 5064252 140735597205376 140735597204288 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16057/statm: 2287 267 226 213 0 72 0
[pid=16058] ppid=16057 vsize=813572 CPUtime=2.32 cores=0,2,4,6
/proc/16058/stat : 16058 (glucose) R 16057 15781 15230 0 -1 4202496 56434 0 0 0 210 22 0 0 20 0 1 0 282932637 833097728 148792 33554432000 4194304 5208918 140734895575312 140734894524952 4237298 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16058/statm: 203393 148792 69 248 0 203142 0
Current children cumulated CPU time (s) 1537.85
Current children cumulated vsize (KiB) 3044996

[startup+1602.3 s]
/proc/loadavg: 2.14 2.22 2.18 3/184 16065
/proc/meminfo: memFree=21995804/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1596.44 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 162715 5395888 0 0 9897 2260 141507 5980 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16064] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16064/stat : 16064 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282938729 9367552 266 33554432000 4194304 5064252 140735857557584 140735857556496 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16064/statm: 2287 266 226 213 0 72 0
[pid=16065] ppid=16064 vsize=653028 CPUtime=1.39 cores=0,2,4,6
/proc/16065/stat : 16065 (glucose) R 16064 15781 15230 0 -1 4202496 47403 0 0 0 122 17 0 0 20 0 1 0 282938730 668700672 124816 33554432000 4194304 5208918 140736373107488 140736372057128 4607392 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16065/statm: 163257 124816 69 248 0 163006 0
Current children cumulated CPU time (s) 1597.83
Current children cumulated vsize (KiB) 2884452

[startup+1662.3 s]
/proc/loadavg: 2.15 2.22 2.18 3/184 16068
/proc/meminfo: memFree=22303952/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2262280 CPUtime=1657.83 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) R 15781 15781 15230 0 -1 4202496 166044 5614808 0 0 9903 2262 147533 6085 20 0 1 0 282778640 2316574720 437707 33554432000 4194304 5990268 140734756320672 140734756311544 4608890 0 0 4096 0 0 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 565570 437707 177 439 0 565127 0
Current children cumulated CPU time (s) 1657.83
Current children cumulated vsize (KiB) 2271428

[startup+1722.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/184 16073
/proc/meminfo: memFree=20713464/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1659.42 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 168819 5615324 0 0 9931 2263 147534 6214 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16071] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16071/stat : 16071 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282945029 9367552 267 33554432000 4194304 5064252 140734968380688 140734968379600 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16071/statm: 2287 267 226 213 0 72 0
[pid=16072] ppid=16071 vsize=2203532 CPUtime=58.38 cores=0,2,4,6
/proc/16072/stat : 16072 (glucose) R 16071 15781 15230 0 -1 4202496 211159 0 0 0 5761 77 0 0 20 0 1 0 282945029 2256416768 432762 33554432000 4194304 5208918 140734930148096 140734930144616 4436533 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16072/statm: 550883 432762 106 248 0 550632 0
Current children cumulated CPU time (s) 1717.8
Current children cumulated vsize (KiB) 4434956

[startup+1782.3 s]
/proc/loadavg: 2.17 2.22 2.18 3/184 16080
/proc/meminfo: memFree=20712236/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1722.38 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 174923 5837177 0 0 9966 2266 153553 6453 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16079] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16079/stat : 16079 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282951326 9367552 267 33554432000 4194304 5064252 140737324083472 140737324082384 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 2287 267 226 213 0 72 0
[pid=16080] ppid=16079 vsize=2198548 CPUtime=55.4 cores=0,2,4,6
/proc/16080/stat : 16080 (glucose) R 16079 15781 15230 0 -1 4202496 210275 0 0 0 5465 75 0 0 20 0 1 0 282951327 2251313152 431127 33554432000 4194304 5208918 140737228123360 140737228121208 4228680 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16080/statm: 549637 431127 104 248 0 549386 0
Current children cumulated CPU time (s) 1777.78
Current children cumulated vsize (KiB) 4429972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.33 2.25 2.19 3/184 16087
/proc/meminfo: memFree=20810404/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1784.46 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 181027 6059195 0 0 10001 2268 159483 6694 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16086] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16086/stat : 16086 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282957629 9367552 267 33554432000 4194304 5064252 140737282647104 140737282646016 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16086/statm: 2287 267 226 213 0 72 0
[pid=16087] ppid=16086 vsize=2055716 CPUtime=15.6 cores=0,2,4,6
/proc/16087/stat : 16087 (glucose) R 16086 15781 15230 0 -1 4202496 177716 0 0 0 1497 63 0 0 20 0 1 0 282957629 2105053184 399328 33554432000 4194304 5208918 140734605351792 140734605349640 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16087/statm: 513929 399328 94 248 0 513678 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4287140

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

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

[startup+1805.5 s]
/proc/loadavg: 2.33 2.25 2.19 3/184 16087
/proc/meminfo: memFree=20810404/32873844 swapFree=7108/7108
[pid=15781] ppid=15779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15781/stat : 15781 (npSolver-wbo-It) S 15779 15781 15230 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282778640 9367552 275 33554432000 4194304 5064252 140733322711808 140733322710720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15781/statm: 2287 275 233 213 0 72 0
[pid=15782] ppid=15781 vsize=2213128 CPUtime=1784.46 cores=0,2,4,6
/proc/15782/stat : 15782 (npSolver-wbo) S 15781 15781 15230 0 -1 4202496 181027 6059195 0 0 10001 2268 159483 6694 20 0 1 0 282778640 2266243072 429832 33554432000 4194304 5990268 140734756320672 140734756312080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 113 0 0
/proc/15782/statm: 553282 429832 177 439 0 552839 0
[pid=16086] ppid=15782 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16086/stat : 16086 (satsolver.sh) S 15782 15781 15230 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282957629 9367552 267 33554432000 4194304 5064252 140737282647104 140737282646016 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16086/statm: 2287 267 226 213 0 72 0
[pid=16087] ppid=16086 vsize=2055716 CPUtime=15.6 cores=0,2,4,6
/proc/16087/stat : 16087 (glucose) R 16086 15781 15230 0 -1 4202496 177716 0 0 0 1497 63 0 0 20 0 1 0 282957629 2105053184 399328 33554432000 4194304 5208918 140734605351792 140734605349640 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16087/statm: 513929 399328 94 248 0 513678 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4287140

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15781 and gives
#  childrusage.ru_utime.tv_sec=1694
#  childrusage.ru_utime.tv_usec=852343
#  childrusage.ru_stime.tv_sec=89
#  childrusage.ru_stime.tv_usec=646371
# CPU time returned by wait4() is 1784.5
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.52
CPU time (s): 1800.06
CPU user time (s): 1709.81
CPU system time (s): 90.25
CPU usage (%): 99.6976
Max. virtual memory (cumulated for all children) (KiB): 4434960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1694.85
system time used= 89.6464
maximum resident set size= 2653560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6241202
page faults= 0
swaps= 0
block input operations= 8
block output operations= 52803096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209207
involuntary context switches= 3545

runsolver used 3.9404 second user time and 10.9543 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-28 02:55:01
IDJOB=3715342
IDBENCH=78625
IDSOLVER=2297
FILE ID=node103/3715342-1338166500
RUNJOBID= node103-1338166500-15762
PBS_JOBID= 14624530
Free space on /tmp= 71564 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715342-1338166500/watcher-3715342-1338166500 -o /tmp/evaluation-result-3715342-1338166500/solver-3715342-1338166500 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715342-1338166500.wbo 1656680839 HOME HOME

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

MD5SUM BENCH= 68857518c481325121ef79374ff5f3e7
RANDOM SEED=1656680839

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31062176 kB
Buffers:          351948 kB
Cached:           617852 kB
SwapCached:         4508 kB
Active:           622976 kB
Inactive:         353192 kB
Active(anon):       2268 kB
Inactive(anon):     6216 kB
Active(file):     620708 kB
Inactive(file):   346976 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099564 kB
Dirty:             24828 kB
Writeback:             0 kB
AnonPages:          9580 kB
Mapped:            11036 kB
Shmem:                 8 kB
Slab:             694852 kB
SReclaimable:     136952 kB
SUnreclaim:       557900 kB
KernelStack:        1392 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 68260 MiB
End job on node103 at 2012-05-28 03:25:07