Trace number 3715327

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.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl--soft-33-100-0.wbo
MD5SUM4413c11303f36c44f1f66d14c139a72d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables81558
Total number of constraints240469
Number of soft constraints160906
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 8140646
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 8140645
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
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

94.88/94.94	c run usual solver
174.01/174.99	o 1478
174.01/174.99	c starting approximation
174.01/174.99	c factor = 2
174.01/174.99	c factor still to low - shrinking to 713.457
174.01/174.99	c approx number of clauses: 1e+06
174.01/174.99	c current bound: 739
211.44/212.65	c current bound: 739
248.83/250.61	c current bound: 739
286.19/288.43	c current bound: 739
323.49/325.76	c current bound: 739
360.87/363.11	c current bound: 739
398.19/400.46	c current bound: 739
435.57/437.81	c current bound: 739
472.87/475.17	c current bound: 739
510.27/512.55	c current bound: 739
547.66/549.91	c current bound: 739
584.95/587.29	c current bound: 739
622.41/624.85	c current bound: 739
659.82/662.24	c current bound: 739
697.20/699.60	c current bound: 739
734.49/736.97	c current bound: 739
771.88/774.33	c current bound: 739
809.28/811.78	c current bound: 739
846.66/849.17	c current bound: 739
884.05/886.57	c current bound: 739
921.45/924.00	c current bound: 739
958.85/961.35	c current bound: 739
996.22/998.80	c current bound: 739
1033.71/1036.28	c current bound: 739
1071.12/1073.67	c current bound: 739
1108.53/1111.80	c current bound: 739
1145.93/1149.22	c current bound: 739
1183.30/1186.60	c current bound: 739
1220.70/1224.06	c current bound: 739
1258.10/1261.42	c current bound: 739
1295.39/1298.79	c current bound: 739
1332.77/1336.16	c current bound: 739
1370.15/1373.52	c current bound: 739
1407.48/1411.47	c current bound: 739
1444.88/1448.83	c current bound: 739
1482.28/1486.21	c current bound: 739
1519.67/1523.64	c current bound: 739
1556.95/1560.99	c current bound: 739
1594.35/1598.35	c current bound: 739
1631.74/1635.74	c current bound: 739
1669.12/1673.19	c current bound: 739
1706.57/1711.90	c current bound: 739
1743.87/1749.27	c current bound: 739
1781.27/1786.61	c current bound: 739
1800.06/1805.41	c error: unexpected solver exit code
1800.06/1805.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715327-1338159294/watcher-3715327-1338159294 -o /tmp/evaluation-result-3715327-1338159294/solver-3715327-1338159294 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715327-1338159294.wbo 607109856 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: 0.92 1.15 1.54 3/174 21618
/proc/meminfo: memFree=27553192/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0

[startup+0.0951479 s]
/proc/loadavg: 0.92 1.15 1.54 3/174 21618
/proc/meminfo: memFree=27553192/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100195 s]
/proc/loadavg: 0.92 1.15 1.54 3/174 21618
/proc/meminfo: memFree=27553192/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300132 s]
/proc/loadavg: 0.92 1.15 1.54 3/174 21618
/proc/meminfo: memFree=27553192/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700115 s]
/proc/loadavg: 0.92 1.15 1.54 3/174 21618
/proc/meminfo: memFree=27553192/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50018 s]
/proc/loadavg: 0.92 1.15 1.54 3/179 21626
/proc/meminfo: memFree=27523352/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=34888 CPUtime=1.49 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 3179 0 0 0 148 1 0 0 20 0 1 0 282055193 35725312 5194 33554432000 4194304 5990268 140736856234192 140736856147176 4766864 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 8722 5194 136 439 0 8279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44036

[startup+3.10015 s]
/proc/loadavg: 1.01 1.17 1.55 3/179 21626
/proc/meminfo: memFree=27491616/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=67656 CPUtime=3.09 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 3717 0 0 0 307 2 0 0 20 0 1 0 282055193 69279744 10826 33554432000 4194304 5990268 140736856234192 140736856147160 4766846 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 16914 10826 136 439 0 16471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76804

[startup+6.30014 s]
/proc/loadavg: 1.01 1.17 1.55 3/179 21626
/proc/meminfo: memFree=27394516/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=133192 CPUtime=6.29 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 4281 0 0 0 626 3 0 0 20 0 1 0 282055193 136388608 21578 33554432000 4194304 5990268 140736856234192 140736856229432 4807565 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 33298 21578 136 439 0 32855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142340

[startup+12.7001 s]
/proc/loadavg: 1.09 1.18 1.55 3/179 21626
/proc/meminfo: memFree=27198460/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=264264 CPUtime=12.69 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 4900 0 0 0 1262 7 0 0 20 0 1 0 282055193 270606336 44106 33554432000 4194304 5990268 140736856234192 140736856229432 4373948 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 66066 44106 136 439 0 65623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273412

[startup+25.5002 s]
/proc/loadavg: 1.29 1.22 1.56 3/179 21626
/proc/meminfo: memFree=26734324/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=526408 CPUtime=25.49 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 5626 0 0 0 2536 13 0 0 20 0 1 0 282055193 539041792 88650 33554432000 4194304 5990268 140736856234192 140736856229432 4568320 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 131602 88650 136 439 0 131159 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 535556

[startup+51.1001 s]
/proc/loadavg: 1.53 1.28 1.56 3/179 21626
/proc/meminfo: memFree=25372828/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=1050696 CPUtime=51.08 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 6569 0 0 0 5083 25 0 0 20 0 1 0 282055193 1075912704 178762 33554432000 4194304 5990268 140736856234192 140736856229432 4807339 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 262674 178762 136 439 0 262231 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1059844

[startup+102.306 s]
/proc/loadavg: 2.25 1.51 1.62 3/183 21630
/proc/meminfo: memFree=19721524/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2132544 CPUtime=95.18 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 14624 0 0 0 9308 210 0 0 20 0 1 0 282055193 2183725056 418817 33554432000 4194304 5990268 140736856234192 140736856227344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21619/statm: 533136 418817 149 439 0 532693 0
[pid=21629] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21629/stat : 21629 (cp2_pre.sh) S 21619 21618 21579 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 282064714 9367552 277 33554432000 4194304 5064252 140735484944528 140735484943232 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21629/statm: 2287 277 234 213 0 72 0
[pid=21630] ppid=21629 vsize=559892 CPUtime=7.08 cores=1,3,5,7
/proc/21630/stat : 21630 (coprocessor) R 21629 21618 21579 0 -1 4202496 90043 0 0 0 677 31 0 0 20 0 1 0 282064714 573329408 138573 33554432000 4194304 6586260 140735400819136 140735400815896 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21630/statm: 139973 138573 137 584 0 139385 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2710732

[startup+162.3 s]
/proc/loadavg: 2.42 1.68 1.67 4/179 21685
/proc/meminfo: memFree=24722836/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2132544 CPUtime=161.67 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) R 21618 21618 21579 0 -1 4202496 15694 396318 0 0 9413 662 5725 367 20 0 1 0 282055193 2183725056 418821 33554432000 4194304 5990268 140736856234192 140736856227496 5177872 0 0 4096 0 0 0 0 17 3 0 0 14 0 0
/proc/21619/statm: 533136 418821 153 439 0 532693 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 2141692

[startup+222.3 s]
/proc/loadavg: 2.62 1.87 1.74 3/183 21701
/proc/meminfo: memFree=20974384/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=211.62 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 19789 514402 0 0 9647 1567 9252 696 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 127 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=21697] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21697/stat : 21697 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282076531 9367552 267 33554432000 4194304 5064252 140736308571888 140736308570800 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21697/statm: 2287 267 226 213 0 72 0
[pid=21698] ppid=21697 vsize=1257784 CPUtime=8.9 cores=1,3,5,7
/proc/21698/stat : 21698 (glucose) R 21697 21618 21579 0 -1 4202496 77593 0 0 0 851 39 0 0 20 0 1 0 282076532 1287970816 227470 33554432000 4194304 5208918 140734630809312 140734630807208 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21698/statm: 314446 227470 94 248 0 314195 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 3416060

[startup+282.3 s]
/proc/loadavg: 2.54 2.00 1.79 3/183 21765
/proc/meminfo: memFree=23015472/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=248.98 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 21713 632735 0 0 9661 1569 12781 887 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 170 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=21764] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21764/stat : 21764 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282080311 9367552 267 33554432000 4194304 5064252 140733909791136 140733909790048 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21764/statm: 2287 267 226 213 0 72 0
[pid=21765] ppid=21764 vsize=1385968 CPUtime=31.1 cores=1,3,5,7
/proc/21765/stat : 21765 (glucose) R 21764 21618 21579 0 -1 4202496 103809 0 0 0 3062 48 0 0 20 0 1 0 282080312 1419231232 254845 33554432000 4194304 5208918 140735714071616 140735714069464 4211918 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21765/statm: 346492 254845 103 248 0 346241 0
Current children cumulated CPU time (s) 280.08

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

/proc/22015/stat : 22015 (glucose) R 22014 21618 21579 0 -1 4202496 80109 0 0 0 1027 41 0 0 20 0 1 0 282196354 1300443136 229993 33554432000 4194304 5208918 140734149256320 140734149254376 4211572 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22015/statm: 317491 229993 94 248 0 317240 0
Current children cumulated CPU time (s) 1418.37
Current children cumulated vsize (KiB) 3428240

[startup+1482.3 s]
/proc/loadavg: 2.25 2.28 2.13 3/183 22022
/proc/meminfo: memFree=22970412/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1445.04 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 83281 4387627 0 0 10103 1617 125713 7071 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 274 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22021] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22021/stat : 22021 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282200090 9367552 267 33554432000 4194304 5064252 140736851102032 140736851100944 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22021/statm: 2287 267 226 213 0 72 0
[pid=22022] ppid=22021 vsize=1396456 CPUtime=33.31 cores=1,3,5,7
/proc/22022/stat : 22022 (glucose) R 22021 21618 21579 0 -1 4202496 106456 0 0 0 3286 45 0 0 20 0 1 0 282200090 1429970944 257875 33554432000 4194304 5208918 140733340357728 140733340355784 4545337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22022/statm: 349114 257886 103 248 0 348863 0
Current children cumulated CPU time (s) 1478.35
Current children cumulated vsize (KiB) 3554732

[startup+1542.31 s]
/proc/loadavg: 2.32 2.29 2.14 3/184 22039
/proc/meminfo: memFree=23063132/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1519.85 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 87129 4621581 0 0 10131 1621 132770 7463 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 274 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22038] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22038/stat : 22038 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282207571 9367552 267 33554432000 4194304 5064252 140735335640928 140735335639840 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22038/statm: 2287 267 226 213 0 72 0
[pid=22039] ppid=22038 vsize=1289564 CPUtime=18.51 cores=1,3,5,7
/proc/22039/stat : 22039 (glucose) R 22038 21618 21579 0 -1 4202496 84119 0 0 0 1812 39 0 0 20 0 1 0 282207571 1320513536 233555 33554432000 4194304 5208918 140736802050560 140736802048616 4211792 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22039/statm: 322391 233555 103 248 0 322140 0
Current children cumulated CPU time (s) 1538.36
Current children cumulated vsize (KiB) 3447840

[startup+1602.3 s]
/proc/loadavg: 2.22 2.26 2.14 4/183 22053
/proc/meminfo: memFree=23619740/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1594.54 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 90977 4855805 0 0 10158 1624 139822 7850 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 274 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22052] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22052/stat : 22052 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282215042 9367552 266 33554432000 4194304 5064252 140735626878080 140735626876992 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22052/statm: 2287 266 226 213 0 72 0
[pid=22053] ppid=22052 vsize=499108 CPUtime=3.79 cores=1,3,5,7
/proc/22053/stat : 22053 (glucose) R 22052 21618 21579 0 -1 4202496 36408 0 0 0 361 18 0 0 20 0 1 0 282215043 511086592 104982 33554432000 4194304 5208918 140736977538464 140736976487864 4241382 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22053/statm: 124777 104982 69 248 0 124526 0
Current children cumulated CPU time (s) 1598.33
Current children cumulated vsize (KiB) 2657384

[startup+1662.3 s]
/proc/loadavg: 2.31 2.28 2.16 3/183 22060
/proc/meminfo: memFree=23034620/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1631.91 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 92901 4973934 0 0 10172 1625 143351 8043 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 274 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22059] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22059/stat : 22059 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282218781 9367552 267 33554432000 4194304 5064252 140736368583360 140736368582272 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22059/statm: 2287 267 226 213 0 72 0
[pid=22060] ppid=22059 vsize=1315076 CPUtime=26.41 cores=1,3,5,7
/proc/22060/stat : 22060 (glucose) R 22059 21618 21579 0 -1 4202496 90061 0 0 0 2598 43 0 0 20 0 1 0 282218781 1346637824 238921 33554432000 4194304 5208918 140736581934224 140736581932280 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22060/statm: 328769 238921 103 248 0 328518 0
Current children cumulated CPU time (s) 1658.32
Current children cumulated vsize (KiB) 3473352

[startup+1722.3 s]
/proc/loadavg: 2.28 2.28 2.16 3/183 22075
/proc/meminfo: memFree=23051640/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1706.72 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 96749 5210027 0 0 10200 1628 150414 8430 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 318 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22074] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22074/stat : 22074 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282226397 9367552 266 33554432000 4194304 5064252 140735861242880 140735861241792 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22074/statm: 2287 266 226 213 0 72 0
[pid=22075] ppid=22074 vsize=1269956 CPUtime=10.24 cores=1,3,5,7
/proc/22075/stat : 22075 (glucose) R 22074 21618 21579 0 -1 4202496 81495 0 0 0 984 40 0 0 20 0 1 0 282226397 1300434944 229344 33554432000 4194304 5208918 140734745967952 140734745965800 4211570 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22075/statm: 317489 229344 94 248 0 317238 0
Current children cumulated CPU time (s) 1716.96
Current children cumulated vsize (KiB) 3428232

[startup+1782.3 s]
/proc/loadavg: 2.29 2.28 2.17 3/183 22082
/proc/meminfo: memFree=22968312/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1744.08 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 98673 5326715 0 0 10214 1629 153944 8621 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 318 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22081] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22081/stat : 22081 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282230134 9367552 267 33554432000 4194304 5064252 140737087266928 140737087265840 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22081/statm: 2287 267 226 213 0 72 0
[pid=22082] ppid=22081 vsize=1392824 CPUtime=32.87 cores=1,3,5,7
/proc/22082/stat : 22082 (glucose) R 22081 21618 21579 0 -1 4202496 105814 0 0 0 3240 47 0 0 20 0 1 0 282230135 1426251776 256211 33554432000 4194304 5208918 140737367419728 140737367417576 4229776 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22082/statm: 348206 256211 103 248 0 347955 0
Current children cumulated CPU time (s) 1776.95
Current children cumulated vsize (KiB) 3551100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.33 2.29 2.18 3/183 22089
/proc/meminfo: memFree=23053440/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1781.43 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 100597 5443608 0 0 10228 1631 157466 8818 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 318 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22088] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22088/stat : 22088 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282233868 9367552 266 33554432000 4194304 5064252 140733245104784 140733245103696 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22088/statm: 2287 266 226 213 0 72 0
[pid=22089] ppid=22088 vsize=1289564 CPUtime=18.63 cores=1,3,5,7
/proc/22089/stat : 22089 (glucose) R 22088 21618 21579 0 -1 4202496 84790 0 0 0 1819 44 0 0 20 0 1 0 282233869 1320513536 233660 33554432000 4194304 5208918 140735795646288 140735795644344 4211851 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22089/statm: 322391 233660 103 248 0 322140 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3447840

Sending SIGTERM to process tree (bottom up)

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

[startup+1805.4 s]
/proc/loadavg: 2.33 2.29 2.18 3/183 22089
/proc/meminfo: memFree=23053440/32873660 swapFree=7120/7120
[pid=21618] ppid=21616 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21618/stat : 21618 (npSolver-wbo-It) S 21616 21618 21579 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282055193 9367552 275 33554432000 4194304 5064252 140735857833536 140735857832448 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21618/statm: 2287 275 233 213 0 72 0
[pid=21619] ppid=21618 vsize=2139980 CPUtime=1781.43 cores=1,3,5,7
/proc/21619/stat : 21619 (npSolver-wbo) S 21618 21618 21579 0 -1 4202496 100597 5443608 0 0 10228 1631 157466 8818 20 0 1 0 282055193 2191339520 420688 33554432000 4194304 5990268 140736856234192 140736856225600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 318 0 0
/proc/21619/statm: 534995 420688 175 439 0 534552 0
[pid=22088] ppid=21619 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22088/stat : 22088 (satsolver.sh) S 21619 21618 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282233868 9367552 266 33554432000 4194304 5064252 140733245104784 140733245103696 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22088/statm: 2287 266 226 213 0 72 0
[pid=22089] ppid=22088 vsize=1289564 CPUtime=18.63 cores=1,3,5,7
/proc/22089/stat : 22089 (glucose) R 22088 21618 21579 0 -1 4202496 84790 0 0 0 1819 44 0 0 20 0 1 0 282233869 1320513536 233660 33554432000 4194304 5208918 140735795646288 140735795644344 4211851 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22089/statm: 322391 233660 103 248 0 322140 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3447840

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21618 and gives
#  childrusage.ru_utime.tv_sec=1676
#  childrusage.ru_utime.tv_usec=948065
#  childrusage.ru_stime.tv_sec=104
#  childrusage.ru_stime.tv_usec=500113
# CPU time returned by wait4() is 1781.45
# 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.42
CPU time (s): 1800.06
CPU user time (s): 1695.13
CPU system time (s): 104.93
CPU usage (%): 99.7032
Max. virtual memory (cumulated for all children) (KiB): 3972876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1676.95
system time used= 104.5
maximum resident set size= 2683912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5545183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80051296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32915
involuntary context switches= 3327

runsolver used 5.47617 second user time and 13.9769 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 00:54:54
IDJOB=3715327
IDBENCH=78607
IDSOLVER=2297
FILE ID=node117/3715327-1338159294
RUNJOBID= node117-1338159294-21596
PBS_JOBID= 14624552
Free space on /tmp= 70032 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715327-1338159294/watcher-3715327-1338159294 -o /tmp/evaluation-result-3715327-1338159294/solver-3715327-1338159294 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715327-1338159294.wbo 607109856 HOME HOME

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

MD5SUM BENCH= 4413c11303f36c44f1f66d14c139a72d
RANDOM SEED=607109856

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        27553192 kB
Buffers:          335888 kB
Cached:          4096580 kB
SwapCached:            0 kB
Active:          2246648 kB
Inactive:        2196876 kB
Active(anon):       2192 kB
Inactive(anon):    11352 kB
Active(file):    2244456 kB
Inactive(file):  2185524 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36520 kB
Writeback:            16 kB
AnonPages:         19876 kB
Mapped:            13644 kB
Shmem:               200 kB
Slab:             736276 kB
SReclaimable:     180152 kB
SUnreclaim:       556124 kB
KernelStack:        1416 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     104240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 68356 MiB
End job on node117 at 2012-05-28 01:25:00