Trace number 3715326

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.02 1868.72

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-tlan3.ucl--soft-33-100-0.wbo
MD5SUMbe4346b323e62d6c5200062c69540261
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.06323
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables19944
Total number of constraints50842
Number of soft constraints34151
Number of constraints which are clauses43898
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6944
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 1732165
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1732164
Biggest number in a constraint 641
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2174
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

56.58/56.65	c run usual solver
182.31/182.88	o 74
182.31/182.88	c starting approximation
182.31/182.88	c factor = 2
182.31/182.88	c factor still to low - shrinking to 8.61182
182.31/182.88	c approx number of clauses: 1e+06
182.31/182.88	c current bound: 37
225.57/228.85	c current bound: 37
268.56/272.65	c current bound: 37
311.95/317.37	c current bound: 37
355.02/361.90	c current bound: 37
397.93/406.82	c current bound: 37
441.01/451.32	c current bound: 37
484.09/495.60	c current bound: 37
527.07/540.36	c current bound: 37
570.20/584.93	c current bound: 37
613.19/629.22	c current bound: 37
656.03/675.49	c current bound: 37
698.92/720.24	c current bound: 37
741.97/764.77	c current bound: 37
784.78/809.88	c current bound: 37
829.64/857.21	c current bound: 37
873.06/901.80	c current bound: 37
915.97/946.52	c current bound: 37
959.05/992.01	c current bound: 37
1002.11/1037.55	c current bound: 37
1045.25/1082.31	c current bound: 37
1088.29/1126.80	c current bound: 37
1131.27/1171.90	c current bound: 37
1174.30/1216.80	c current bound: 37
1217.31/1261.55	c current bound: 37
1260.48/1306.80	c current bound: 37
1303.66/1351.41	c current bound: 37
1346.73/1396.09	c current bound: 37
1389.94/1440.94	c current bound: 37
1434.24/1486.59	c current bound: 37
1477.37/1534.65	c current bound: 37
1520.26/1578.82	c current bound: 37
1563.13/1623.07	c current bound: 37
1606.22/1667.43	c current bound: 37
1649.27/1712.22	c current bound: 37
1692.30/1756.77	c current bound: 37
1735.30/1801.32	c current bound: 37
1779.17/1846.57	c current bound: 37
1800.02/1868.71	c error: unexpected solver exit code
1800.02/1868.71	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-3715326-1338160170/watcher-3715326-1338160170 -o /tmp/evaluation-result-3715326-1338160170/solver-3715326-1338160170 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715326-1338160170.wbo 1548536952 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: 1.84 1.97 1.99 3/172 18886
/proc/meminfo: memFree=29119324/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0

[startup+0.0241741 s]
/proc/loadavg: 1.84 1.97 1.99 3/172 18886
/proc/meminfo: memFree=29119324/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.84 1.97 1.99 3/172 18886
/proc/meminfo: memFree=29119324/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 1.84 1.97 1.99 3/172 18886
/proc/meminfo: memFree=29119324/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700286 s]
/proc/loadavg: 1.84 1.97 1.99 3/172 18886
/proc/meminfo: memFree=29119324/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 18893
/proc/meminfo: memFree=29039676/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=137932 CPUtime=1.49 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 5121 0 0 0 145 4 0 0 20 0 1 0 282142107 141242368 24974 33554432000 4194304 5990268 140733852785248 140733852779896 4566170 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 34483 24974 143 439 0 34040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147080

[startup+3.10032 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 18893
/proc/meminfo: memFree=28946524/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=269004 CPUtime=3.08 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 5753 0 0 0 300 8 0 0 20 0 1 0 282142107 275460096 54158 33554432000 4194304 5990268 140733852785248 140733852779544 4523757 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 67251 54158 143 439 0 66808 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 278152

[startup+6.30036 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 18893
/proc/meminfo: memFree=28657672/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=531148 CPUtime=6.29 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 6509 0 0 0 611 18 0 0 20 0 1 0 282142107 543895552 114062 33554432000 4194304 5990268 140733852785248 140733852779544 4521661 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 132787 114062 143 439 0 132344 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 540296

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 1.99 3/179 18893
/proc/meminfo: memFree=27505264/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2134752 CPUtime=12.68 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 13895 0 0 0 1200 68 0 0 20 0 1 0 282142107 2185986048 360449 33554432000 4194304 5990268 140733852785248 140733852781128 4706912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 533688 360449 145 439 0 533245 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2143900

[startup+25.5003 s]
/proc/loadavg: 1.90 1.97 1.99 3/179 18893
/proc/meminfo: memFree=26963028/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2134752 CPUtime=25.48 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 13895 0 0 0 2480 68 0 0 20 0 1 0 282142107 2185986048 360449 33554432000 4194304 5990268 140733852785248 140733852781128 4467408 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 533688 360449 145 439 0 533245 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2143900

[startup+51.1003 s]
/proc/loadavg: 1.99 1.99 1.99 3/182 18908
/proc/meminfo: memFree=26482676/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2134752 CPUtime=51.07 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 13945 0 0 0 5038 69 0 0 20 0 1 0 282142107 2185986048 386049 33554432000 4194304 5990268 140733852785248 140733852781128 4498750 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 533688 386049 145 439 0 533245 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2143900

[startup+102.307 s]
/proc/loadavg: 2.56 2.14 2.04 3/183 18913
/proc/meminfo: memFree=24302172/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2134752 CPUtime=101.03 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 15185 26208 0 0 5461 209 4172 261 20 0 1 0 282142107 2185986048 407050 33554432000 4194304 5990268 140733852785248 140733852779488 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18890/statm: 533688 407050 154 439 0 533245 0
[pid=18912] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18912/stat : 18912 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282152234 9367552 267 33554432000 4194304 5064252 140737332911760 140737332910672 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18912/statm: 2287 267 226 213 0 72 0
[pid=18913] ppid=18912 vsize=1423664 CPUtime=1.01 cores=1,3,5,7
/proc/18913/stat : 18913 (glucose) R 18912 18886 18846 0 -1 4202496 53606 0 0 0 70 31 0 0 20 0 1 0 282152234 1457831936 295498 33554432000 4194304 5208918 140734364536528 140734363486168 4234845 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18913/statm: 355916 296013 69 248 0 355665 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 3576712

[startup+162.3 s]
/proc/loadavg: 2.60 2.21 2.07 3/181 18918
/proc/meminfo: memFree=24587848/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2223408 CPUtime=161.87 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) R 18886 18886 18846 0 -1 4202496 19966 464104 0 0 6127 2715 6821 524 20 0 1 0 282142107 2276769792 429218 33554432000 4194304 5990268 140733852785248 140733852778552 5177872 0 0 4096 0 0 0 0 17 1 0 0 16 0 0
/proc/18890/statm: 555852 429218 157 439 0 555409 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 2232556

[startup+222.3 s]
/proc/loadavg: 2.65 2.30 2.11 3/183 18931
/proc/meminfo: memFree=23750432/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2223412 CPUtime=212.22 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 20026 891821 0 0 6465 4284 9586 887 20 0 1 0 282142107 2276773888 429237 33554432000 4194304 5990268 140733852785248 140733852776144 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 91 0 0
/proc/18890/statm: 555853 429237 175 439 0 555410 0
[pid=18929] ppid=18890 vsize=9148 CPUtime=0.06 cores=1,3,5,7
/proc/18929/stat : 18929 (cp2_post.sh) S 18890 18886 18846 0 -1 4202496 609 225 0 0 0 0 0 6 20 0 1 0 282163449 9367552 265 33554432000 4194304 5064252 140734615802064 140734615800352 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18929/statm: 2287 265 225 213 0 72 0
[pid=18931] ppid=18929 vsize=604508 CPUtime=8.86 cores=1,3,5,7
/proc/18931/stat : 18931 (coprocessor) R 18929 18886 18846 0 -1 4202496 10152 0 0 0 847 39 0 0 20 0 1 0 282163449 619016192 96023 33554432000 4194304 6586260 140735510761024 140735510756408 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/18931/statm: 151127 96023 148 584 0 150539 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 2846216

[startup+282.3 s]
/proc/loadavg: 2.51 2.32 2.13 3/183 18942
/proc/meminfo: memFree=21088192/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=268.68 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 34059 1336983 0 0 6750 4317 14287 1514 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 211 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=18941] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18941/stat : 18941 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282169414 9367552 267 33554432000 4194304 5064252 140733633386336 140733633385248 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18941/statm: 2287 267 226 213 0 72 0
[pid=18942] ppid=18941 vsize=4353504 CPUtime=8.22 cores=1,3,5,7
/proc/18942/stat : 18942 (glucose) R 18941 18886 18846 0 -1 4202496 297895 0 0 0 698 124 0 0 20 0 1 0 282169414 4457988096 870977 33554432000 4194304 5208918 140736925329936 140736924279432 4465602 0 0 4096 0 0 0 0 17 5 0 0 98 0 0
/proc/18942/statm: 1088376 870978 69 248 0 1088125 0
Current children cumulated CPU time (s) 276.9

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

/proc/19194/stat : 19194 (coprocessor) R 19192 18886 18846 0 -1 4202496 11349 0 0 0 981 57 0 0 20 0 1 0 282289297 619016192 95687 33554432000 4194304 6586260 140733221417488 140733221413224 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/19194/statm: 151127 95687 148 584 0 150539 0
Current children cumulated CPU time (s) 1430.03
Current children cumulated vsize (KiB) 2817068

[startup+1542.3 s]
/proc/loadavg: 2.46 2.48 2.37 3/183 19212
/proc/meminfo: memFree=21347128/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1477.48 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 252655 13618543 0 0 10712 4781 118941 13314 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1378 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19211] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19211/stat : 19211 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282295608 9367552 267 33554432000 4194304 5064252 140736822391808 140736822390720 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19211/statm: 2287 267 226 213 0 72 0
[pid=19212] ppid=19211 vsize=4035408 CPUtime=6.29 cores=1,3,5,7
/proc/19212/stat : 19212 (glucose) R 19211 18886 18846 0 -1 4202496 235181 0 0 0 522 107 0 0 20 0 1 0 282295609 4132257792 762520 33554432000 4194304 5208918 140735925411904 140735924361304 4465602 0 0 4096 0 0 0 0 17 3 0 0 98 0 0
/proc/19212/statm: 1008852 762521 69 248 0 1008601 0
Current children cumulated CPU time (s) 1483.77
Current children cumulated vsize (KiB) 6247968

[startup+1602.3 s]
/proc/loadavg: 2.55 2.50 2.38 3/184 19220
/proc/meminfo: memFree=20192256/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1520.34 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 260462 14059079 0 0 10851 4796 122652 13735 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1423 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19218] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19218/stat : 19218 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282300038 9367552 266 33554432000 4194304 5064252 140734328275552 140734328274464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19218/statm: 2287 266 226 213 0 72 0
[pid=19219] ppid=19218 vsize=5156368 CPUtime=22.07 cores=1,3,5,7
/proc/19219/stat : 19219 (glucose) R 19218 18886 18846 0 -1 4202496 422014 0 0 0 2057 150 0 0 20 0 1 0 282300039 5280120832 1044629 33554432000 4194304 5208918 140734664934800 140734664932744 4229021 0 0 4096 0 0 0 0 17 3 0 0 88 0 0
/proc/19219/statm: 1289092 1044629 95 248 0 1288841 0
Current children cumulated CPU time (s) 1542.41
Current children cumulated vsize (KiB) 7368928

[startup+1662.3 s]
/proc/loadavg: 2.47 2.49 2.38 3/183 19238
/proc/meminfo: memFree=23787668/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1592.87 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 268276 14918711 0 0 10990 4812 129126 14359 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776144 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1463 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19236] ppid=18890 vsize=9148 CPUtime=0.08 cores=1,3,5,7
/proc/19236/stat : 19236 (cp2_post.sh) S 18890 18886 18846 0 -1 4202496 610 226 0 0 0 0 0 8 20 0 1 0 282307519 9367552 266 33554432000 4194304 5064252 140734670256448 140734670254736 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19236/statm: 2287 266 225 213 0 72 0
[pid=19238] ppid=19236 vsize=604508 CPUtime=8.17 cores=1,3,5,7
/proc/19238/stat : 19238 (coprocessor) R 19236 18886 18846 0 -1 4202496 11710 0 0 0 782 35 0 0 20 0 1 0 282307519 619016192 96047 33554432000 4194304 6586260 140733999698096 140733999693480 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/19238/statm: 151127 96047 148 584 0 150539 0
Current children cumulated CPU time (s) 1601.12
Current children cumulated vsize (KiB) 2817068

[startup+1722.3 s]
/proc/loadavg: 2.49 2.49 2.38 3/183 19249
/proc/meminfo: memFree=20981516/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1649.34 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 283883 15374374 0 0 11276 4845 133800 15013 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1538 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19248] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19248/stat : 19248 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282313366 9367552 265 33554432000 4194304 5064252 140734476891008 140734476889920 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19248/statm: 2287 265 226 213 0 72 0
[pid=19249] ppid=19248 vsize=4413104 CPUtime=8.54 cores=1,3,5,7
/proc/19249/stat : 19249 (glucose) R 19248 18886 18846 0 -1 4202496 317778 0 0 0 727 127 0 0 20 0 1 0 282313366 4519018496 893612 33554432000 4194304 5208918 140735902182576 140735901131976 4545360 0 0 4096 0 0 0 0 17 3 0 0 114 0 0
/proc/19249/statm: 1103276 893612 69 248 0 1103025 0
Current children cumulated CPU time (s) 1657.88
Current children cumulated vsize (KiB) 6625664

[startup+1782.3 s]
/proc/loadavg: 2.40 2.46 2.38 3/183 19263
/proc/meminfo: memFree=20189536/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1692.42 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 291690 15815327 0 0 11418 4863 137524 15437 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1578 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19255] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19255/stat : 19255 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282317828 9367552 267 33554432000 4194304 5064252 140736785707376 140736785706288 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19255/statm: 2287 267 226 213 0 72 0
[pid=19256] ppid=19255 vsize=5175288 CPUtime=24.04 cores=1,3,5,7
/proc/19256/stat : 19256 (glucose) R 19255 18886 18846 0 -1 4202496 426430 0 0 0 2252 152 0 0 20 0 1 0 282317828 5299494912 1049547 33554432000 4194304 5208918 140736970306256 140736970304200 4205631 0 0 4096 0 0 0 0 17 3 0 0 102 0 0
/proc/19256/statm: 1293822 1049547 103 248 0 1293571 0
Current children cumulated CPU time (s) 1716.46
Current children cumulated vsize (KiB) 7387848

[startup+1842.3 s]
/proc/loadavg: 2.44 2.45 2.37 3/182 19316
/proc/meminfo: memFree=24456176/32873844 swapFree=7120/7120
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1765.5 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 299504 16676886 0 0 11559 4880 144047 16064 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776144 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1623 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19314] ppid=18890 vsize=9148 CPUtime=0.09 cores=1,3,5,7
/proc/19314/stat : 19314 (cp2_post.sh) S 18890 18886 18846 0 -1 4202496 609 224 0 0 0 0 0 9 20 0 1 0 282325398 9367552 265 33554432000 4194304 5064252 140737035923456 140737035921744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19314/statm: 2287 265 225 213 0 72 0
[pid=19316] ppid=19314 vsize=604508 CPUtime=9.36 cores=1,3,5,7
/proc/19316/stat : 19316 (coprocessor) R 19314 18886 18846 0 -1 4202496 11443 0 0 0 891 45 0 0 20 0 1 0 282325399 619016192 95781 33554432000 4194304 6586260 140737355308096 140737355303480 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/19316/statm: 151127 95781 148 584 0 150539 0
Current children cumulated CPU time (s) 1774.95
Current children cumulated vsize (KiB) 2817068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1868.7 s]
/proc/loadavg: 2.45 2.45 2.37 3/182 19320
/proc/meminfo: memFree=20491044/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1779.3 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 307304 16689972 0 0 11710 4898 145033 16289 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1668 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19319] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19319/stat : 19319 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282326813 9367552 267 33554432000 4194304 5064252 140734377996832 140734377995744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19319/statm: 2287 267 226 213 0 72 0
[pid=19320] ppid=19319 vsize=5156360 CPUtime=20.72 cores=1,3,5,7
/proc/19320/stat : 19320 (glucose) R 19319 18886 18846 0 -1 4202496 422315 0 0 0 1911 161 0 0 20 0 1 0 282326813 5280112640 1044780 33554432000 4194304 5208918 140737007061904 140737007059848 4229021 0 0 4096 0 0 0 0 17 3 0 0 90 0 0
/proc/19320/statm: 1289090 1044780 95 248 0 1288839 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 7368920

Sending SIGTERM to process tree (bottom up)

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

[startup+1868.7 s]
/proc/loadavg: 2.45 2.45 2.37 3/182 19320
/proc/meminfo: memFree=20491044/32873844 swapFree=7116/7116
[pid=18886] ppid=18883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18886/stat : 18886 (npSolver-wbo-It) S 18883 18886 18846 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 282142107 9367552 274 33554432000 4194304 5064252 140733258444832 140733258443744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18886/statm: 2287 274 233 213 0 72 0
[pid=18890] ppid=18886 vsize=2194264 CPUtime=1779.3 cores=1,3,5,7
/proc/18890/stat : 18890 (npSolver-wbo) S 18886 18886 18846 0 -1 4202496 307304 16689972 0 0 11710 4898 145033 16289 20 0 1 0 282142107 2246926336 421801 33554432000 4194304 5990268 140733852785248 140733852776656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1668 0 0
/proc/18890/statm: 548566 421801 176 439 0 548123 0
[pid=19319] ppid=18890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19319/stat : 19319 (satsolver.sh) S 18890 18886 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282326813 9367552 267 33554432000 4194304 5064252 140734377996832 140734377995744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19319/statm: 2287 267 226 213 0 72 0
[pid=19320] ppid=19319 vsize=5156360 CPUtime=20.72 cores=1,3,5,7
/proc/19320/stat : 19320 (glucose) R 19319 18886 18846 0 -1 4202496 422315 0 0 0 1911 161 0 0 20 0 1 0 282326813 5280112640 1044780 33554432000 4194304 5208918 140737007061904 140737007059848 4229021 0 0 4096 0 0 0 0 17 3 0 0 90 0 0
/proc/19320/statm: 1289090 1044780 95 248 0 1288839 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 7368920

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18886 and gives
#  childrusage.ru_utime.tv_sec=1567
#  childrusage.ru_utime.tv_usec=437713
#  childrusage.ru_stime.tv_sec=211
#  childrusage.ru_stime.tv_usec=888788
# CPU time returned by wait4() is 1779.33
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1868.72
CPU time (s): 1800.02
CPU user time (s): 1586.54
CPU system time (s): 213.48
CPU usage (%): 96.3238
Max. virtual memory (cumulated for all children) (KiB): 7417004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1567.44
system time used= 211.889
maximum resident set size= 4200368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16998251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 98916272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1622325
involuntary context switches= 3582

runsolver used 3.13552 second user time and 8.93264 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 01:09:30
IDJOB=3715326
IDBENCH=78612
IDSOLVER=2297
FILE ID=node138/3715326-1338160170
RUNJOBID= node138-1338160170-18863
PBS_JOBID= 14624560
Free space on /tmp= 71488 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-tlan3.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-3715326-1338160170/watcher-3715326-1338160170 -o /tmp/evaluation-result-3715326-1338160170/solver-3715326-1338160170 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715326-1338160170.wbo 1548536952 HOME HOME

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

MD5SUM BENCH= be4346b323e62d6c5200062c69540261
RANDOM SEED=1548536952

node138.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.347
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.69
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.347
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.347
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.347
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		: 2667.347
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.347
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.347
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.92
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.347
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:        29120248 kB
Buffers:          434000 kB
Cached:          2435976 kB
SwapCached:          212 kB
Active:           941628 kB
Inactive:        1938536 kB
Active(anon):       1768 kB
Inactive(anon):    11368 kB
Active(file):     939860 kB
Inactive(file):  1927168 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             23092 kB
Writeback:             0 kB
AnonPages:         17552 kB
Mapped:            13596 kB
Shmem:               200 kB
Slab:             733548 kB
SReclaimable:     175504 kB
SUnreclaim:       558044 kB
KernelStack:        1376 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104040 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= 69728 MiB
End job on node138 at 2012-05-28 01:40:39