Trace number 3715855

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 1800.62

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf10.ucl--soft-0-100-0.wbo
MD5SUM703926ff2f0fefe39204d7923d5e722e
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.7705
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables18069
Total number of constraints52475
Number of soft constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 2649679
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2649678
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.29/4.31	c run usual solver
8.78/9.02	o 11119
8.78/9.02	c starting approximation
8.78/9.02	c factor = 2
8.78/9.02	c factor still to low - shrinking to 1750.41
8.78/9.02	c approx number of clauses: 1e+06
8.78/9.02	c current bound: 5559
49.01/49.26	c current bound: 5559
89.24/89.52	c current bound: 5559
129.48/129.73	c current bound: 5559
169.67/169.96	c current bound: 5559
209.87/210.17	c current bound: 5559
250.10/250.40	c current bound: 5559
290.24/290.58	c current bound: 5559
330.51/330.82	c current bound: 5559
370.71/371.02	c current bound: 5559
410.92/411.25	c current bound: 5559
450.84/451.48	c current bound: 5559
491.30/491.69	c current bound: 5559
531.22/531.87	c current bound: 5559
571.69/572.08	c current bound: 5559
611.94/612.31	c current bound: 5559
652.17/652.54	c current bound: 5559
692.37/692.75	c current bound: 5559
732.29/732.98	c current bound: 5559
772.87/773.22	c current bound: 5559
813.03/813.44	c current bound: 5559
853.21/853.63	c current bound: 5559
893.40/893.82	c current bound: 5559
933.58/934.01	c current bound: 5559
973.47/974.19	c current bound: 5559
1013.99/1014.43	c current bound: 5559
1054.01/1054.77	c current bound: 5559
1094.53/1095.01	c current bound: 5559
1134.76/1135.23	c current bound: 5559
1174.94/1175.43	c current bound: 5559
1215.12/1215.62	c current bound: 5559
1255.34/1255.85	c current bound: 5559
1295.69/1296.21	c current bound: 5559
1335.92/1336.45	c current bound: 5559
1375.84/1376.67	c current bound: 5559
1416.29/1416.85	c current bound: 5559
1456.47/1457.03	c current bound: 5559
1496.67/1497.24	c current bound: 5559
1536.84/1537.43	c current bound: 5559
1576.78/1577.67	c current bound: 5559
1616.96/1617.87	c current bound: 5559
1657.18/1658.10	c current bound: 5559
1697.74/1698.30	c current bound: 5559
1737.98/1738.61	c current bound: 5559
1778.02/1778.96	c current bound: 5559
1800.02/1800.61	c error: unexpected solver exit code
1800.02/1800.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-3715855-1338211821/watcher-3715855-1338211821 -o /tmp/evaluation-result-3715855-1338211821/solver-3715855-1338211821 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715855-1338211821.wbo 1859643068 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.47 2.02 1.98 3/180 24019
/proc/meminfo: memFree=29667424/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0

[startup+0.03088 s]
/proc/loadavg: 2.47 2.02 1.98 3/180 24019
/proc/meminfo: memFree=29667424/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.47 2.02 1.98 3/180 24019
/proc/meminfo: memFree=29667424/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 2.47 2.02 1.98 3/180 24019
/proc/meminfo: memFree=29667424/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.47 2.02 1.98 3/180 24019
/proc/meminfo: memFree=29667424/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.47 2.02 1.98 3/183 24031
/proc/meminfo: memFree=29694012/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=34876 CPUtime=1.48 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) R 24019 24019 20320 0 -1 4202496 3122 0 0 0 148 0 0 0 20 0 1 0 287306253 35713024 5649 33554432000 4194304 5990268 140737003312672 140737003307912 4521658 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 8719 5649 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10028 s]
/proc/loadavg: 2.52 2.03 1.98 3/182 24042
/proc/meminfo: memFree=29687456/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=134324 CPUtime=3.08 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) R 24019 24019 20320 0 -1 4202496 7824 0 0 0 305 3 0 0 20 0 1 0 287306253 137547776 18492 33554432000 4194304 5990268 140737003312672 140737003307912 4604923 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 33581 18492 140 439 0 33138 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 143472

[startup+6.30037 s]
/proc/loadavg: 2.52 2.03 1.98 3/182 24091
/proc/meminfo: memFree=29545908/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=135552 CPUtime=4.39 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 8756 0 0 0 423 16 0 0 20 0 1 0 287306253 138805248 19321 33554432000 4194304 5990268 140737003312672 140737003305824 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 33888 19321 149 439 0 33445 0
[pid=24090] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24090/stat : 24090 (cp2_pre.sh) S 24020 24019 20320 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287306693 9367552 277 33554432000 4194304 5064252 140734394586448 140734394585152 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24090/statm: 2287 277 234 213 0 72 0
[pid=24091] ppid=24090 vsize=124932 CPUtime=1.89 cores=1,3,5,7
/proc/24091/stat : 24091 (coprocessor) R 24090 24019 20320 0 -1 4202496 26596 0 0 0 184 5 0 0 20 0 1 0 287306693 127930368 28539 33554432000 4194304 6586260 140734257272832 140734257268424 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/24091/statm: 31233 28539 199 584 0 30645 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 278780

[startup+12.7003 s]
/proc/loadavg: 2.51 2.05 1.99 3/182 24101
/proc/meminfo: memFree=29401388/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=8.95 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 12150 40804 0 0 449 91 331 24 20 0 1 0 287306253 160538624 24220 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24220 174 439 0 38751 0
[pid=24100] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24100/stat : 24100 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287307167 9367552 266 33554432000 4194304 5064252 140737021694848 140737021693760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24100/statm: 2287 266 226 213 0 72 0
[pid=24101] ppid=24100 vsize=116356 CPUtime=3.55 cores=1,3,5,7
/proc/24101/stat : 24101 (glucose) R 24100 24019 20320 0 -1 4202496 17349 0 0 0 351 4 0 0 20 0 1 0 287307167 119148544 23092 33554432000 4194304 5208918 140733999624464 140733999622136 4211599 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24101/statm: 29089 23092 95 248 0 28838 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 291428

[startup+25.5003 s]
/proc/loadavg: 2.43 2.05 1.99 3/182 24101
/proc/meminfo: memFree=28732348/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=8.95 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 12150 40804 0 0 449 91 331 24 20 0 1 0 287306253 160538624 24220 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24220 174 439 0 38751 0
[pid=24100] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24100/stat : 24100 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287307167 9367552 266 33554432000 4194304 5064252 140737021694848 140737021693760 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24100/statm: 2287 266 226 213 0 72 0
[pid=24101] ppid=24100 vsize=116356 CPUtime=16.35 cores=1,3,5,7
/proc/24101/stat : 24101 (glucose) R 24100 24019 20320 0 -1 4202496 17356 0 0 0 1630 5 0 0 20 0 1 0 287307167 119148544 23099 33554432000 4194304 5208918 140733999624464 140733999622136 4211740 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24101/statm: 29089 23099 95 248 0 28838 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 291428

[startup+51.1003 s]
/proc/loadavg: 2.28 2.04 1.99 3/183 24110
/proc/meminfo: memFree=27342576/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=49.17 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 15357 65315 0 0 459 92 4317 49 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24109] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24109/stat : 24109 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287311190 9367552 267 33554432000 4194304 5064252 140737376901296 140737376900208 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24109/statm: 2287 267 226 213 0 72 0
[pid=24110] ppid=24109 vsize=116356 CPUtime=1.71 cores=1,3,5,7
/proc/24110/stat : 24110 (glucose) R 24109 24019 20320 0 -1 4202496 18148 0 0 0 166 5 0 0 20 0 1 0 287311190 119148544 23295 33554432000 4194304 5208918 140735751802976 140735751800648 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 29089 23295 95 248 0 28838 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 291428

[startup+102.306 s]
/proc/loadavg: 2.61 2.17 2.03 3/181 24125
/proc/meminfo: memFree=26991360/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=89.42 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 18563 90638 0 0 469 93 8306 74 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24123] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24123/stat : 24123 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287315216 9367552 267 33554432000 4194304 5064252 140733253658112 140733253657024 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24123/statm: 2287 267 226 213 0 72 0
[pid=24124] ppid=24123 vsize=116352 CPUtime=12.66 cores=1,3,5,7
/proc/24124/stat : 24124 (glucose) R 24123 24019 20320 0 -1 4202496 17992 0 0 0 1262 4 0 0 20 0 1 0 287315216 119144448 23679 33554432000 4194304 5208918 140733690598256 140733690595928 4211521 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24124/statm: 29088 23679 95 248 0 28837 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 291424

[startup+162.3 s]
/proc/loadavg: 2.77 2.28 2.08 3/183 24134
/proc/meminfo: memFree=19429708/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=129.62 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 21769 115788 0 0 479 94 12292 97 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24133] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24133/stat : 24133 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287319237 9367552 267 33554432000 4194304 5064252 140734402532448 140734402531360 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24133/statm: 2287 267 226 213 0 72 0
[pid=24134] ppid=24133 vsize=117464 CPUtime=32.44 cores=1,3,5,7
/proc/24134/stat : 24134 (glucose) R 24133 24019 20320 0 -1 4202496 17661 0 0 0 3240 4 0 0 20 0 1 0 287319237 120283136 23394 33554432000 4194304 5208918 140737426238512 140737426236360 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24134/statm: 29366 23394 95 248 0 29115 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 292536

[startup+222.3 s]
/proc/loadavg: 2.30 2.24 2.08 3/183 24148
/proc/meminfo: memFree=19432912/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/24355/stat : 24355 (glucose) R 24354 24019 20320 0 -1 4202496 18083 0 0 0 2569 3 0 0 20 0 1 0 287439910 119328768 23765 33554432000 4194304 5208918 140733838615872 140733838613720 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24355/statm: 29133 23765 95 248 0 28882 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 291604

[startup+1422.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 24369
/proc/meminfo: memFree=19356452/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1416.45 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 124361 916784 0 0 792 130 139872 851 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24368] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24368/stat : 24368 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287447949 9367552 267 33554432000 4194304 5064252 140736086265408 140736086264320 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24368/statm: 2287 267 226 213 0 72 0
[pid=24369] ppid=24368 vsize=116352 CPUtime=5.34 cores=1,3,5,7
/proc/24369/stat : 24369 (glucose) R 24368 24019 20320 0 -1 4202496 17311 0 0 0 530 4 0 0 20 0 1 0 287447949 119144448 23536 33554432000 4194304 5208918 140735383874976 140735383872648 4211501 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24369/statm: 29088 23536 95 248 0 28837 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 291424

[startup+1482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 24377
/proc/meminfo: memFree=19357592/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1456.63 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 127567 941767 0 0 802 131 143859 871 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24375] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24375/stat : 24375 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287451967 9367552 267 33554432000 4194304 5064252 140735401046752 140735401045664 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24375/statm: 2287 267 226 213 0 72 0
[pid=24376] ppid=24375 vsize=116524 CPUtime=25.14 cores=1,3,5,7
/proc/24376/stat : 24376 (glucose) R 24375 24019 20320 0 -1 4202496 17366 0 0 0 2510 4 0 0 20 0 1 0 287451967 119320576 23011 33554432000 4194304 5208918 140735450665424 140735450663272 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24376/statm: 29131 23011 95 248 0 28880 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 291596

[startup+1542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 24391
/proc/meminfo: memFree=19354496/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1537.03 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 133979 991148 0 0 822 134 151831 916 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24390] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24390/stat : 24390 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287460007 9367552 267 33554432000 4194304 5064252 140735000226432 140735000225344 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24390/statm: 2287 267 226 213 0 72 0
[pid=24391] ppid=24390 vsize=116356 CPUtime=4.75 cores=1,3,5,7
/proc/24391/stat : 24391 (glucose) R 24390 24019 20320 0 -1 4202496 17973 0 0 0 471 4 0 0 20 0 1 0 287460007 119148544 23152 33554432000 4194304 5208918 140735937473696 140735937471368 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24391/statm: 29089 23152 95 248 0 28838 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 291428

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 24398
/proc/meminfo: memFree=19352664/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1577.24 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 137185 1016285 0 0 831 135 155817 941 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24397] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24397/stat : 24397 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287464031 9367552 267 33554432000 4194304 5064252 140734911402544 140734911401456 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24397/statm: 2287 267 226 213 0 72 0
[pid=24398] ppid=24397 vsize=116524 CPUtime=24.51 cores=1,3,5,7
/proc/24398/stat : 24398 (glucose) R 24397 24019 20320 0 -1 4202496 17491 0 0 0 2447 4 0 0 20 0 1 0 287464031 119320576 23212 33554432000 4194304 5208918 140735386531920 140735386529768 4211744 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24398/statm: 29131 23212 95 248 0 28880 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 291596

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 24412
/proc/meminfo: memFree=19350452/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1657.65 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 143597 1066147 0 0 851 137 163790 987 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24411] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24411/stat : 24411 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287472074 9367552 267 33554432000 4194304 5064252 140734028080576 140734028079488 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24411/statm: 2287 267 226 213 0 72 0
[pid=24412] ppid=24411 vsize=116356 CPUtime=4.08 cores=1,3,5,7
/proc/24412/stat : 24412 (glucose) R 24411 24019 20320 0 -1 4202496 17345 0 0 0 404 4 0 0 20 0 1 0 287472074 119148544 23020 33554432000 4194304 5208918 140734197913440 140734197911112 4211732 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24412/statm: 29089 23020 95 248 0 28838 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 291428

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24419
/proc/meminfo: memFree=19347260/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1697.84 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 146803 1091168 0 0 860 139 167774 1011 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24418] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24418/stat : 24418 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287476094 9367552 267 33554432000 4194304 5064252 140737415288688 140737415287600 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24418/statm: 2287 267 226 213 0 72 0
[pid=24419] ppid=24418 vsize=116524 CPUtime=23.86 cores=1,3,5,7
/proc/24419/stat : 24419 (glucose) R 24418 24019 20320 0 -1 4202496 17360 0 0 0 2383 3 0 0 20 0 1 0 287476095 119320576 23003 33554432000 4194304 5208918 140735310780928 140735310778776 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24419/statm: 29131 23003 95 248 0 28880 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 291596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 24437
/proc/meminfo: memFree=19342728/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1778.5 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 153215 1140874 0 0 880 141 175773 1056 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24436] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24436/stat : 24436 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287484161 9367552 267 33554432000 4194304 5064252 140733406369584 140733406368496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24436/statm: 2287 267 226 213 0 72 0
[pid=24437] ppid=24436 vsize=116352 CPUtime=3.22 cores=1,3,5,7
/proc/24437/stat : 24437 (glucose) R 24436 24019 20320 0 -1 4202496 17411 0 0 0 317 5 0 0 20 0 1 0 287484161 119144448 23138 33554432000 4194304 5208918 140735988736304 140735988733976 4211744 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24437/statm: 29088 23138 95 248 0 28837 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 291424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 24437
/proc/meminfo: memFree=19344060/32873648 swapFree=7368/7368
[pid=24019] ppid=24017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24019/stat : 24019 (npSolver-wbo-It) S 24017 24019 20320 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287306253 9367552 275 33554432000 4194304 5064252 140735624943856 140735624942768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24019/statm: 2287 275 233 213 0 72 0
[pid=24020] ppid=24019 vsize=156776 CPUtime=1778.5 cores=1,3,5,7
/proc/24020/stat : 24020 (npSolver-wbo) S 24019 24019 20320 0 -1 4202496 153215 1140874 0 0 880 141 175773 1056 20 0 1 0 287306253 160538624 24221 33554432000 4194304 5990268 140737003312672 140737003304080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 39194 24221 175 439 0 38751 0
[pid=24436] ppid=24020 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24436/stat : 24436 (satsolver.sh) S 24020 24019 20320 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287484161 9367552 267 33554432000 4194304 5064252 140733406369584 140733406368496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24436/statm: 2287 267 226 213 0 72 0
[pid=24437] ppid=24436 vsize=116524 CPUtime=21.52 cores=1,3,5,7
/proc/24437/stat : 24437 (glucose) R 24436 24019 20320 0 -1 4202496 17462 0 0 0 2147 5 0 0 20 0 1 0 287484161 119320576 23189 33554432000 4194304 5208918 140735988736304 140735988734152 4211732 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24437/statm: 29131 23189 95 248 0 28880 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 291596

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24019 and gives
#  childrusage.ru_utime.tv_sec=1766
#  childrusage.ru_utime.tv_usec=537445
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=983178
# CPU time returned by wait4() is 1778.52
# 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): 1800.62
CPU time (s): 1800.02
CPU user time (s): 1788
CPU system time (s): 12.02
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 300240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.54
system time used= 11.9832
maximum resident set size= 138968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1295066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4351064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18028
involuntary context switches= 5904

runsolver used 3.69644 second user time and 10.2204 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-28 15:30:22
IDJOB=3715855
IDBENCH=79108
IDSOLVER=2297
FILE ID=node149/3715855-1338211821
RUNJOBID= node149-1338208031-23830
PBS_JOBID= 14624573
Free space on /tmp= 71668 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf10.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-3715855-1338211821/watcher-3715855-1338211821 -o /tmp/evaluation-result-3715855-1338211821/solver-3715855-1338211821 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715855-1338211821.wbo 1859643068 HOME HOME

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

MD5SUM BENCH= 703926ff2f0fefe39204d7923d5e722e
RANDOM SEED=1859643068

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29668308 kB
Buffers:          468796 kB
Cached:          1782080 kB
SwapCached:         2476 kB
Active:          1099836 kB
Inactive:        1282460 kB
Active(anon):     120112 kB
Inactive(anon):     9372 kB
Active(file):     979724 kB
Inactive(file):  1273088 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:             18436 kB
Writeback:             0 kB
AnonPages:        177960 kB
Mapped:            15152 kB
Shmem:                96 kB
Slab:             685528 kB
SReclaimable:     126836 kB
SUnreclaim:       558692 kB
KernelStack:        1512 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     259152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 68932 MiB
End job on node149 at 2012-05-28 16:00:22