Trace number 3715304

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.03 1812.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-7.ucl--soft-0-100-0.wbo
MD5SUMc66b0d06980494e69f908f826af367b4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small 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 benchmark0.062989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2913
Total number of constraints3105
Number of soft constraints3105
Number of constraints which are clauses2259
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints846
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 157316
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 157315
Biggest number in a constraint 6518
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18803
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

54.78/54.89	c run usual solver
190.41/190.97	o 1411
190.41/190.97	c starting approximation
190.41/190.97	c factor = 2
190.41/190.97	c factor still to low - shrinking to 16.623
190.41/190.97	c approx number of clauses: 1e+06
190.41/190.97	c current bound: 705
289.33/289.42	c current bound: 705
388.07/387.90	c current bound: 705
486.50/486.58	c current bound: 705
584.96/586.55	c current bound: 705
683.83/687.53	c current bound: 705
782.32/785.95	c current bound: 705
881.00/885.68	c current bound: 705
983.11/989.27	c current bound: 705
1081.89/1088.54	c current bound: 705
1180.75/1188.93	c current bound: 705
1279.63/1287.91	c current bound: 705
1378.56/1388.23	c current bound: 705
1477.13/1486.76	c current bound: 705
1576.39/1587.01	c current bound: 705
1675.19/1686.20	c current bound: 705
1774.05/1786.71	c current bound: 705
1799.93/1812.61	c error: unexpected solver exit code
1799.93/1812.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-3715304-1338236831/watcher-3715304-1338236831 -o /tmp/evaluation-result-3715304-1338236831/solver-3715304-1338236831 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715304-1338236831.wbo 1318384658 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 18735
/proc/meminfo: memFree=25407980/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0

[startup+0.06509 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 18735
/proc/meminfo: memFree=25407980/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 18735
/proc/meminfo: memFree=25407980/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 18735
/proc/meminfo: memFree=25407980/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 18735
/proc/meminfo: memFree=25407980/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 18737
/proc/meminfo: memFree=25282156/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=134432 CPUtime=1.49 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 4562 0 0 0 145 4 0 0 20 0 1 0 289811702 137658368 26376 33554432000 4194304 5990268 140735696120880 140735696115176 4523175 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 33608 26376 143 439 0 33165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143580

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 18737
/proc/meminfo: memFree=25262668/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=265504 CPUtime=3.09 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 5192 0 0 0 300 9 0 0 20 0 1 0 289811702 271876096 54536 33554432000 4194304 5990268 140735696120880 140735696115176 4341847 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 66376 54536 143 439 0 65933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274652

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 18737
/proc/meminfo: memFree=25026784/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=527648 CPUtime=6.29 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 5944 0 0 0 612 17 0 0 20 0 1 0 289811702 540311552 112392 33554432000 4194304 5990268 140735696120880 140735696115176 5042569 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 131912 112392 143 439 0 131469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 536796

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 18737
/proc/meminfo: memFree=24094352/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2132572 CPUtime=12.69 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 13466 0 0 0 1197 72 0 0 20 0 1 0 289811702 2183753728 327559 33554432000 4194304 5990268 140735696120880 140735696116760 4523155 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 533143 327559 145 439 0 532700 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2141720

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 19041
/proc/meminfo: memFree=24151448/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2132572 CPUtime=25.49 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 13466 0 0 0 2477 72 0 0 20 0 1 0 289811702 2183753728 327559 33554432000 4194304 5990268 140735696120880 140735696116760 4569620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 533143 327559 145 439 0 532700 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2141720

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 19696
/proc/meminfo: memFree=23962444/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2132572 CPUtime=51.08 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 13573 0 0 0 5032 76 0 0 20 0 1 0 289811702 2183753728 382343 33554432000 4194304 5990268 140735696120880 140735696116760 4569360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 533143 382343 145 439 0 532700 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2141720

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 21051
/proc/meminfo: memFree=20888564/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2132572 CPUtime=99.3 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 14351 26279 0 0 5265 223 4152 290 20 0 1 0 289811702 2183753728 393104 33554432000 4194304 5990268 140735696120880 140735696115120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18736/statm: 533143 393104 154 439 0 532700 0
[pid=20981] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20981/stat : 20981 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289821655 9367552 266 33554432000 4194304 5064252 140733909187872 140733909186784 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20981/statm: 2287 266 226 213 0 72 0
[pid=20982] ppid=20981 vsize=2999604 CPUtime=2.76 cores=1,3,5,7
/proc/20982/stat : 20982 (glucose) R 20981 18735 1905 0 -1 4202496 101042 0 0 0 209 67 0 0 20 0 1 0 289821656 3071594496 519372 33554432000 4194304 5208918 140733899458832 140733898408232 4237172 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20982/statm: 749901 519372 69 248 0 749650 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 5150472

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/179 22536
/proc/meminfo: memFree=22362636/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2219752 CPUtime=162.27 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) R 18735 18735 1905 0 -1 4202496 19165 402856 0 0 5716 1722 8208 581 20 0 1 0 289811702 2273026048 414902 33554432000 4194304 5990268 140735696120880 140735696114184 5177872 0 0 4096 0 0 0 0 17 1 0 0 18 0 0
/proc/18736/statm: 554938 414902 157 439 0 554495 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2228900

[startup+222.3 s]
/proc/loadavg: 2.03 2.00 1.99 3/182 24013
/proc/meminfo: memFree=18177428/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2219756 CPUtime=190.6 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 19487 403371 0 0 6185 3930 8208 737 20 0 1 0 289811702 2273030144 414922 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 64 0 0
/proc/18736/statm: 554939 414922 176 439 0 554496 0
[pid=23237] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23237/stat : 23237 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289830811 9367552 266 33554432000 4194304 5064252 140737149869008 140737149867920 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23237/statm: 2287 266 226 213 0 72 0
[pid=23238] ppid=23237 vsize=4898516 CPUtime=31.19 cores=1,3,5,7
/proc/23238/stat : 23238 (glucose) R 23237 18735 1905 0 -1 4202496 361272 0 0 0 2954 165 0 0 20 0 1 0 289830812 5016080384 945140 33554432000 4194304 5208918 140733199725248 140733199723192 4205263 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23238/statm: 1224629 945140 95 248 0 1224378 0
Current children cumulated CPU time (s) 221.79
Current children cumulated vsize (KiB) 7136568

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 25482
/proc/meminfo: memFree=21555696/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2219756 CPUtime=275.93 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 19493 771195 0 0 6185 3930 16527 951 20 0 1 0 289811702 2273030144 414922 33554432000 4194304 5990268 140735696120880 140735696111776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 64 0 0
/proc/18736/statm: 554939 414922 176 439 0 554496 0
[pid=25365] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25365/stat : 25365 (cp2_post.sh) S 18736 18735 1905 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 289839346 9367552 266 33554432000 4194304 5064252 140733346295840 140733346294128 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25365/statm: 2287 266 225 213 0 72 0
[pid=25366] ppid=25365 vsize=4004 CPUtime=0.42 cores=1,3,5,7
/proc/25366/stat : 25366 (cat) S 25365 18735 1905 0 -1 4202496 215 0 0 0 0 42 0 0 20 0 1 0 289839346 4100096 121 33554432000 4194304 4236627 140736324951824 140736324950920 235374724576 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25366/statm: 1001 121 96 11 0 67 0
[pid=25367] ppid=25365 vsize=374548 CPUtime=5.85 cores=1,3,5,7

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

/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1464.11 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 76724 5334243 0 0 7951 4144 128094 6222 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696111776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 342 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=23190] ppid=18736 vsize=9148 CPUtime=0.1 cores=1,3,5,7
/proc/23190/stat : 23190 (cp2_post.sh) S 18736 18735 1905 0 -1 4202496 609 225 0 0 0 0 0 10 20 0 1 0 289959079 9367552 266 33554432000 4194304 5064252 140737416345984 140737416344272 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23190/statm: 2287 266 225 213 0 72 0
[pid=23192] ppid=23190 vsize=593236 CPUtime=8.52 cores=1,3,5,7
/proc/23192/stat : 23192 (coprocessor) R 23190 18735 1905 0 -1 4202496 11959 0 0 0 804 48 0 0 20 0 1 0 289959079 607473664 91181 33554432000 4194304 6586260 140735500257168 140735500252552 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/23192/statm: 148309 91181 148 584 0 147721 0
Current children cumulated CPU time (s) 1472.73
Current children cumulated vsize (KiB) 2825004

[startup+1542.3 s]
/proc/loadavg: 2.20 2.14 2.06 3/181 24774
/proc/meminfo: memFree=18125336/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1477.33 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 81485 5347847 0 0 8097 4163 129018 6455 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 398 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=23515] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23515/stat : 23515 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289960447 9367552 266 33554432000 4194304 5064252 140735191137456 140735191136368 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23515/statm: 2287 266 226 213 0 72 0
[pid=23516] ppid=23515 vsize=4913580 CPUtime=53.94 cores=1,3,5,7
/proc/23516/stat : 23516 (glucose) R 23515 18735 1905 0 -1 4202496 359599 0 0 0 5232 162 0 0 20 0 1 0 289960447 5031505920 951809 33554432000 4194304 5208918 140736039425504 140736039423448 4211342 0 0 4096 0 0 0 0 17 5 0 0 88 0 0
/proc/23516/statm: 1228395 951809 95 248 0 1228144 0
Current children cumulated CPU time (s) 1531.27
Current children cumulated vsize (KiB) 7145348

[startup+1602.3 s]
/proc/loadavg: 2.29 2.16 2.07 3/182 26251
/proc/meminfo: memFree=18168924/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1576.54 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 86252 5724027 0 0 8243 4180 138305 6926 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 398 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=25902] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25902/stat : 25902 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289970415 9367552 267 33554432000 4194304 5064252 140733270255600 140733270254512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25902/statm: 2287 267 226 213 0 72 0
[pid=25903] ppid=25902 vsize=4881656 CPUtime=14.69 cores=1,3,5,7
/proc/25903/stat : 25903 (glucose) R 25902 18735 1905 0 -1 4202496 353112 0 0 0 1318 151 0 0 20 0 1 0 289970416 4998815744 936380 33554432000 4194304 5208918 140736779918096 140736779916040 4229365 0 0 4096 0 0 0 0 17 5 0 0 44 0 0
/proc/25903/statm: 1220414 936380 95 248 0 1220163 0
Current children cumulated CPU time (s) 1591.23
Current children cumulated vsize (KiB) 7113424

[startup+1662.3 s]
/proc/loadavg: 2.11 2.13 2.07 3/182 27756
/proc/meminfo: memFree=18112864/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1576.54 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 86252 5724027 0 0 8243 4180 138305 6926 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 398 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=25902] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25902/stat : 25902 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289970415 9367552 267 33554432000 4194304 5064252 140733270255600 140733270254512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25902/statm: 2287 267 226 213 0 72 0
[pid=25903] ppid=25902 vsize=4922628 CPUtime=74.69 cores=1,3,5,7
/proc/25903/stat : 25903 (glucose) R 25902 18735 1905 0 -1 4202496 364052 0 0 0 7315 154 0 0 20 0 1 0 289970416 5040771072 956688 33554432000 4194304 5208918 140736779918096 140736779916040 4229570 0 0 4096 0 0 0 0 17 5 0 0 44 0 0
/proc/25903/statm: 1230657 956688 95 248 0 1230406 0
Current children cumulated CPU time (s) 1651.23
Current children cumulated vsize (KiB) 7154396

[startup+1722.3 s]
/proc/loadavg: 2.31 2.17 2.08 3/180 29212
/proc/meminfo: memFree=18144360/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1675.31 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 91019 6101869 0 0 8390 4198 147585 7358 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 451 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=28354] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28354/stat : 28354 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289980387 9367552 267 33554432000 4194304 5064252 140735106503968 140735106502880 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28354/statm: 2287 267 226 213 0 72 0
[pid=28355] ppid=28354 vsize=4905652 CPUtime=34.29 cores=1,3,5,7
/proc/28355/stat : 28355 (glucose) R 28354 18735 1905 0 -1 4202496 359625 0 0 0 3270 159 0 0 20 0 1 0 289980387 5023387648 946533 33554432000 4194304 5208918 140735330134416 140735330132360 4229319 0 0 4096 0 0 0 0 17 5 0 0 114 0 0
/proc/28355/statm: 1226413 946533 95 248 0 1226162 0
Current children cumulated CPU time (s) 1709.6
Current children cumulated vsize (KiB) 7137420

[startup+1782.31 s]
/proc/loadavg: 2.04 2.12 2.07 3/181 30788
/proc/meminfo: memFree=21342824/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1761.01 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 91025 6466990 0 0 8390 4198 155950 7563 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696111776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 451 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=30560] ppid=18736 vsize=9148 CPUtime=0.04 cores=1,3,5,7
/proc/30560/stat : 30560 (cp2_post.sh) S 18736 18735 1905 0 -1 4202496 611 225 0 0 0 0 0 4 20 0 1 0 289989073 9367552 266 33554432000 4194304 5064252 140733965178688 140733965176976 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30560/statm: 2287 266 225 213 0 72 0
[pid=30562] ppid=30560 vsize=593236 CPUtime=8.58 cores=1,3,5,7
/proc/30562/stat : 30562 (coprocessor) R 30560 18735 1905 0 -1 4202496 11158 0 0 0 818 40 0 0 20 0 1 0 289989074 607473664 90380 33554432000 4194304 6586260 140734106888928 140734106884312 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/30562/statm: 148309 90380 148 584 0 147721 0
Current children cumulated CPU time (s) 1769.63
Current children cumulated vsize (KiB) 2825004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.6 s]
/proc/loadavg: 2.03 2.10 2.07 3/182 31579
/proc/meminfo: memFree=18162512/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1774.18 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 95786 6479795 0 0 8537 4216 156882 7783 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 451 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=30913] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30913/stat : 30913 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289990385 9367552 267 33554432000 4194304 5064252 140736943372896 140736943371808 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30913/statm: 2287 267 226 213 0 72 0
[pid=30914] ppid=30913 vsize=4898516 CPUtime=25.75 cores=1,3,5,7
/proc/30914/stat : 30914 (glucose) R 30913 18735 1905 0 -1 4202496 359836 0 0 0 2409 166 0 0 20 0 1 0 289990385 5016080384 944777 33554432000 4194304 5208918 140734453904208 140734453902152 4205642 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30914/statm: 1224629 944777 95 248 0 1224378 0
Current children cumulated CPU time (s) 1799.93
Current children cumulated vsize (KiB) 7130284

Sending SIGTERM to process tree (bottom up)

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

[startup+1812.6 s]
/proc/loadavg: 2.03 2.10 2.07 3/182 31579
/proc/meminfo: memFree=18162512/32873844 swapFree=7112/7112
[pid=18735] ppid=18733 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18735/stat : 18735 (npSolver-wbo-It) S 18733 18735 1905 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 289811702 9367552 275 33554432000 4194304 5064252 140733775464944 140733775463856 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18735/statm: 2287 275 233 213 0 72 0
[pid=18736] ppid=18735 vsize=2213472 CPUtime=1774.18 cores=1,3,5,7
/proc/18736/stat : 18736 (npSolver-wbo) S 18735 18735 1905 0 -1 4202496 95786 6479795 0 0 8537 4216 156882 7783 20 0 1 0 289811702 2266595328 411842 33554432000 4194304 5990268 140735696120880 140735696112288 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 451 0 0
/proc/18736/statm: 553368 411842 177 439 0 552925 0
[pid=30913] ppid=18736 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30913/stat : 30913 (satsolver.sh) S 18736 18735 1905 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289990385 9367552 267 33554432000 4194304 5064252 140736943372896 140736943371808 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30913/statm: 2287 267 226 213 0 72 0
[pid=30914] ppid=30913 vsize=4898516 CPUtime=25.75 cores=1,3,5,7
/proc/30914/stat : 30914 (glucose) R 30913 18735 1905 0 -1 4202496 359836 0 0 0 2409 166 0 0 20 0 1 0 289990385 5016080384 944777 33554432000 4194304 5208918 140734453904208 140734453902152 4205642 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30914/statm: 1224629 944777 95 248 0 1224378 0
Current children cumulated CPU time (s) 1799.93
Current children cumulated vsize (KiB) 7130284

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18735 and gives
#  childrusage.ru_utime.tv_sec=1654
#  childrusage.ru_utime.tv_usec=200523
#  childrusage.ru_stime.tv_sec=120
#  childrusage.ru_stime.tv_usec=6756
# CPU time returned by wait4() is 1774.21
# while last known CPU time is 1799.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0999756
#  lost CPU user time (s): -0.100037
#  lost CPU system time (s): 0.199997

Real time (s): 1812.62
CPU time (s): 1800.03
CPU user time (s): 1678.18
CPU system time (s): 121.85
CPU usage (%): 99.3054
Max. virtual memory (cumulated for all children) (KiB): 7178700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1654.2
system time used= 120.007
maximum resident set size= 3849380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6576558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47103824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 684494
involuntary context switches= 3018

runsolver used 3.04154 second user time and 7.8718 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-28 22:27:11
IDJOB=3715304
IDBENCH=79321
IDSOLVER=2297
FILE ID=node104/3715304-1338236831
RUNJOBID= node104-1338229623-1922
PBS_JOBID= 14624647
Free space on /tmp= 66880 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-7.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715304-1338236831/watcher-3715304-1338236831 -o /tmp/evaluation-result-3715304-1338236831/solver-3715304-1338236831 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715304-1338236831.wbo 1318384658 HOME HOME

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

MD5SUM BENCH= c66b0d06980494e69f908f826af367b4
RANDOM SEED=1318384658

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25408740 kB
Buffers:          439772 kB
Cached:          5967060 kB
SwapCached:         1084 kB
Active:          5601756 kB
Inactive:         904120 kB
Active(anon):      90640 kB
Inactive(anon):     9936 kB
Active(file):    5511116 kB
Inactive(file):   894184 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106720 kB
Dirty:              8600 kB
Writeback:             0 kB
AnonPages:        124304 kB
Mapped:            15224 kB
Shmem:               196 kB
Slab:             818304 kB
SReclaimable:     260468 kB
SUnreclaim:       557836 kB
KernelStack:        1504 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     223984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 65108 MiB
End job on node104 at 2012-05-28 22:57:24