Trace number 3715696

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 1833.22

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-floppy1-8.ucl--soft-66-100-0.wbo
MD5SUM2f5b39eda2f3d2ee24cba69641294774
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.056991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3618
Total number of constraints3931
Number of soft constraints1336
Number of constraints which are clauses2865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1066
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 67716
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 67715
Biggest number in a constraint 7394
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 19679
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

65.67/65.72	c run usual solver
231.00/231.44	o 338
231.00/231.44	c starting approximation
231.00/231.44	c factor = 2
231.00/231.44	c current bound: 169
290.51/290.57	c current bound: 169
352.52/354.51	c current bound: 169
411.99/415.74	c current bound: 169
471.49/477.12	c current bound: 169
531.36/538.47	c current bound: 169
591.21/599.05	c current bound: 169
650.90/660.60	c current bound: 169
710.39/720.74	c current bound: 169
769.52/781.22	c current bound: 169
828.81/842.90	c current bound: 169
888.14/901.78	c current bound: 169
947.88/961.48	c current bound: 169
1007.57/1021.75	c current bound: 169
1067.13/1083.15	c current bound: 169
1126.46/1144.12	c current bound: 169
1186.15/1204.79	c current bound: 169
1245.17/1265.43	c current bound: 169
1304.73/1326.38	c current bound: 169
1363.97/1387.44	c current bound: 169
1423.79/1447.20	c current bound: 169
1483.57/1508.27	c current bound: 169
1542.87/1569.19	c current bound: 169
1601.78/1628.70	c current bound: 169
1661.41/1689.36	c current bound: 169
1720.60/1750.30	c current bound: 169
1779.83/1811.30	c current bound: 169
1800.06/1833.21	c error: unexpected solver exit code
1800.06/1833.21	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-3715696-1338204678/watcher-3715696-1338204678 -o /tmp/evaluation-result-3715696-1338204678/solver-3715696-1338204678 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715696-1338204678.wbo 924338794 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.87 1.98 2.18 3/179 31729
/proc/meminfo: memFree=30653012/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0

[startup+0.0891449 s]
/proc/loadavg: 1.87 1.98 2.18 3/179 31729
/proc/meminfo: memFree=30653012/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100336 s]
/proc/loadavg: 1.87 1.98 2.18 3/179 31729
/proc/meminfo: memFree=30653012/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 1.87 1.98 2.18 3/179 31729
/proc/meminfo: memFree=30653012/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700269 s]
/proc/loadavg: 1.87 1.98 2.18 3/179 31729
/proc/meminfo: memFree=30653012/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.87 1.98 2.18 3/181 31731
/proc/meminfo: memFree=30582436/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=134560 CPUtime=1.49 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) R 31729 31729 30917 0 -1 4202496 4415 0 0 0 146 3 0 0 20 0 1 0 286596358 137789440 27341 33554432000 4194304 5990268 140734436524112 140734436518408 4521673 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31730/statm: 33640 27341 143 439 0 33197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143708

[startup+3.10031 s]
/proc/loadavg: 1.87 1.98 2.18 3/181 31731
/proc/meminfo: memFree=30501580/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=265632 CPUtime=3.09 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) R 31729 31729 30917 0 -1 4202496 5047 0 0 0 302 7 0 0 20 0 1 0 286596358 272007168 56525 33554432000 4194304 5990268 140734436524112 140734436518408 4521650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31730/statm: 66408 56525 143 439 0 65965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274780

[startup+6.30032 s]
/proc/loadavg: 1.88 1.98 2.18 3/181 31738
/proc/meminfo: memFree=30258416/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=527776 CPUtime=6.28 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) R 31729 31729 30917 0 -1 4202496 5802 0 0 0 614 14 0 0 20 0 1 0 286596358 540442624 115917 33554432000 4194304 5990268 140734436524112 140734436518408 4569513 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31730/statm: 131944 115917 143 439 0 131501 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 536924

[startup+12.7003 s]
/proc/loadavg: 1.89 1.98 2.18 3/181 31752
/proc/meminfo: memFree=28322700/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2132640 CPUtime=12.69 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) R 31729 31729 30917 0 -1 4202496 11520 0 0 0 1202 67 0 0 20 0 1 0 286596358 2183823360 423622 33554432000 4194304 5990268 140734436524112 140734436519992 4707006 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31730/statm: 533160 423622 145 439 0 532717 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2141788

[startup+25.5003 s]
/proc/loadavg: 1.92 1.98 2.18 3/181 31773
/proc/meminfo: memFree=28953840/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2132640 CPUtime=25.49 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) R 31729 31729 30917 0 -1 4202496 11520 0 0 0 2482 67 0 0 20 0 1 0 286596358 2183823360 423622 33554432000 4194304 5990268 140734436524112 140734436519992 4523175 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31730/statm: 533160 423622 145 439 0 532717 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2141788

[startup+51.1003 s]
/proc/loadavg: 1.94 1.98 2.17 3/181 31815
/proc/meminfo: memFree=28954652/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2132640 CPUtime=51.08 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) R 31729 31729 30917 0 -1 4202496 11520 0 0 0 5041 67 0 0 20 0 1 0 286596358 2183823360 423622 33554432000 4194304 5990268 140734436524112 140734436519992 4707042 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31730/statm: 533160 423622 145 439 0 532717 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2141788

[startup+102.307 s]
/proc/loadavg: 2.25 2.06 2.19 3/183 31894
/proc/meminfo: memFree=24119792/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2132640 CPUtime=65.69 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 12357 0 0 0 6367 202 0 0 20 0 1 0 286596358 2183823360 451790 33554432000 4194304 5990268 140734436524112 140734436517264 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/31730/statm: 533160 451790 153 439 0 532717 0
[pid=31837] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31837/stat : 31837 (cp2_pre.sh) S 31730 31729 30917 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 286602930 9367552 277 33554432000 4194304 5064252 140733324516944 140733324515648 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31837/statm: 2287 277 234 213 0 72 0
[pid=31838] ppid=31837 vsize=4405668 CPUtime=36.42 cores=0,2,4,6
/proc/31838/stat : 31838 (coprocessor) R 31837 31729 30917 0 -1 4202496 25867 0 0 0 3442 200 0 0 20 0 1 0 286602931 4511404032 792449 33554432000 4194304 6586260 140737007141072 140737007136824 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 14 0 0
/proc/31838/statm: 1101417 792449 158 584 0 1100829 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 6556604

[startup+162.3 s]
/proc/loadavg: 2.31 2.11 2.19 3/184 31998
/proc/meminfo: memFree=27416200/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2132640 CPUtime=156.64 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 12371 578253 0 0 6367 202 8576 519 20 0 1 0 286596358 2183823360 451792 33554432000 4194304 5990268 140734436524112 140734436517840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/31730/statm: 533160 451792 155 439 0 532717 0
[pid=31989] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31989/stat : 31989 (cp2_post.sh) S 31730 31729 30917 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 286612045 9367552 265 33554432000 4194304 5064252 140736943272112 140736943270400 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31989/statm: 2287 265 225 213 0 72 0
[pid=31990] ppid=31989 vsize=4004 CPUtime=0.09 cores=0,2,4,6
/proc/31990/stat : 31990 (cat) S 31989 31729 30917 0 -1 4202496 216 0 0 0 0 9 0 0 20 0 1 0 286612045 4100096 122 33554432000 4194304 4236627 140733975837328 140733975836424 247064249824 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/31990/statm: 1001 122 96 11 0 67 0
[pid=31991] ppid=31989 vsize=404344 CPUtime=5.41 cores=0,2,4,6
/proc/31991/stat : 31991 (coprocessor) R 31989 31729 30917 0 -1 4202496 6312 0 0 0 528 13 0 0 20 0 1 0 286612045 414048256 71024 33554432000 4194304 6586260 140737415111216 140737415108232 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/31991/statm: 101086 71024 145 584 0 100498 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 2559284

[startup+222.3 s]
/proc/loadavg: 2.21 2.12 2.18 3/181 32083
/proc/meminfo: memFree=26697972/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2299976 CPUtime=221.94 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) D 31729 31729 30917 0 -1 4202496 18109 590836 0 0 7417 4447 9733 597 20 0 1 0 286596358 2355175424 493606 33554432000 4194304 5990268 140734436524112 140734436517416 5177872 0 0 4096 0 18446744071580543392 0 0 17 2 0 0 12 0 0
/proc/31730/statm: 574994 493606 157 439 0 574551 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 2309124

[startup+282.3 s]
/proc/loadavg: 2.31 2.17 2.19 3/184 32187
/proc/meminfo: memFree=26229568/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2299980 CPUtime=273.97 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 18258 1150000 0 0 7566 5060 13791 980 20 0 1 0 286596358 2355179520 493625 33554432000 4194304 5990268 140734436524112 140734436515008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/31730/statm: 574995 493625 175 439 0 574552 0
[pid=32171] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32171/stat : 32171 (cp2_post.sh) S 31730 31729 30917 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 286623793 9367552 266 33554432000 4194304 5064252 140737275890336 140737275888624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32171/statm: 2287 266 225 213 0 72 0
[pid=32172] ppid=32171 vsize=4004 CPUtime=0.41 cores=0,2,4,6

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

/proc/1561/stat : 1561 (glucose) R 1560 31729 30917 0 -1 4202496 550403 0 0 0 3230 169 0 0 20 0 1 0 286729005 5884923904 1296794 33554432000 4194304 5208918 140734651241248 140734651239192 4211019 0 0 4096 0 0 0 0 17 4 0 0 181 0 0
/proc/1561/statm: 1436749 1296794 95 248 0 1436498 0
Current children cumulated CPU time (s) 1338.9
Current children cumulated vsize (KiB) 8042116

[startup+1422.3 s]
/proc/loadavg: 2.54 2.54 2.42 3/183 1739
/proc/meminfo: memFree=21581972/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1364.11 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 205451 11450201 0 0 10917 5486 109722 10286 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 192 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=1679] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1679/stat : 1679 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286735112 9367552 266 33554432000 4194304 5064252 140733435047920 140733435046832 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1679/statm: 2287 266 226 213 0 72 0
[pid=1680] ppid=1679 vsize=5764892 CPUtime=34.74 cores=0,2,4,6
/proc/1680/stat : 1680 (glucose) R 1679 31729 30917 0 -1 4202496 554312 0 0 0 3296 178 0 0 20 0 1 0 286735112 5903249408 1307746 33554432000 4194304 5208918 140735336382048 140735336379992 4232107 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1680/statm: 1441223 1307746 95 248 0 1440972 0
Current children cumulated CPU time (s) 1398.85
Current children cumulated vsize (KiB) 8060012

[startup+1482.3 s]
/proc/loadavg: 2.61 2.56 2.43 3/183 1851
/proc/meminfo: memFree=21565740/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1423.88 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 215434 12019349 0 0 11095 5507 114995 10791 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 192 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=1786] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1786/stat : 1786 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286741087 9367552 267 33554432000 4194304 5064252 140734545782224 140734545781136 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 2287 267 226 213 0 72 0
[pid=1787] ppid=1786 vsize=5746732 CPUtime=33.45 cores=0,2,4,6
/proc/1787/stat : 1787 (glucose) R 1786 31729 30917 0 -1 4202496 553457 0 0 0 3153 192 0 0 20 0 1 0 286741087 5884653568 1296946 33554432000 4194304 5208918 140737194647984 140737194645928 4229251 0 0 4096 0 0 0 0 17 2 0 0 151 0 0
/proc/1787/statm: 1436683 1296946 95 248 0 1436432 0
Current children cumulated CPU time (s) 1457.33
Current children cumulated vsize (KiB) 8041852

[startup+1542.3 s]
/proc/loadavg: 2.57 2.56 2.44 3/183 1957
/proc/meminfo: memFree=21561560/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1483.75 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 225417 12591710 0 0 11272 5530 120278 11295 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 192 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=1899] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1899/stat : 1899 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286747194 9367552 266 33554432000 4194304 5064252 140737009167264 140737009166176 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1899/statm: 2287 266 226 213 0 72 0
[pid=1900] ppid=1899 vsize=5746600 CPUtime=32.43 cores=0,2,4,6
/proc/1900/stat : 1900 (glucose) R 1899 31729 30917 0 -1 4202496 553106 0 0 0 3070 173 0 0 20 0 1 0 286747195 5884518400 1297775 33554432000 4194304 5208918 140733684497520 140733684495464 4205640 0 0 4096 0 0 0 0 17 4 0 0 147 0 0
/proc/1900/statm: 1436650 1297775 95 248 0 1436399 0
Current children cumulated CPU time (s) 1516.18
Current children cumulated vsize (KiB) 8041720

[startup+1602.3 s]
/proc/loadavg: 2.50 2.55 2.44 3/183 2062
/proc/meminfo: memFree=21607816/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1543.05 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 235400 13163597 0 0 11449 5551 125518 11787 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 192 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=2005] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2005/stat : 2005 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286753286 9367552 267 33554432000 4194304 5064252 140734660094432 140734660093344 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2005/statm: 2287 267 226 213 0 72 0
[pid=2006] ppid=2005 vsize=5746336 CPUtime=32.34 cores=0,2,4,6
/proc/2006/stat : 2006 (glucose) R 2005 31729 30917 0 -1 4202496 550456 0 0 0 3061 173 0 0 20 0 1 0 286753287 5884248064 1298650 33554432000 4194304 5208918 140733767405664 140733767403608 4229039 0 0 4096 0 0 0 0 17 2 0 0 62 0 0
/proc/2006/statm: 1436584 1298650 95 248 0 1436333 0
Current children cumulated CPU time (s) 1575.39
Current children cumulated vsize (KiB) 8041456

[startup+1662.3 s]
/proc/loadavg: 2.55 2.55 2.45 3/183 2167
/proc/meminfo: memFree=21562740/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1601.89 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 245383 13732820 0 0 11625 5573 130738 12253 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 239 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=2110] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2110/stat : 2110 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286759285 9367552 266 33554432000 4194304 5064252 140736050908992 140736050907904 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2110/statm: 2287 266 226 213 0 72 0
[pid=2111] ppid=2110 vsize=5746204 CPUtime=31.81 cores=0,2,4,6
/proc/2111/stat : 2111 (glucose) R 2110 31729 30917 0 -1 4202496 553374 0 0 0 3002 179 0 0 20 0 1 0 286759285 5884112896 1296862 33554432000 4194304 5208918 140734493107536 140734493105480 4229365 0 0 4096 0 0 0 0 17 2 0 0 119 0 0
/proc/2111/statm: 1436551 1296862 95 248 0 1436300 0
Current children cumulated CPU time (s) 1633.7
Current children cumulated vsize (KiB) 8041324

[startup+1722.3 s]
/proc/loadavg: 2.56 2.56 2.46 3/183 2272
/proc/meminfo: memFree=21561656/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1661.57 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 255366 14304918 0 0 11800 5597 135966 12794 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 315 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=2215] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2215/stat : 2215 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286765379 9367552 266 33554432000 4194304 5064252 140733297171472 140733297170384 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2215/statm: 2287 266 226 213 0 72 0
[pid=2216] ppid=2215 vsize=5745804 CPUtime=30.86 cores=0,2,4,6
/proc/2216/stat : 2216 (glucose) R 2215 31729 30917 0 -1 4202496 550057 0 0 0 2909 177 0 0 20 0 1 0 286765379 5883703296 1296501 33554432000 4194304 5208918 140733709848624 140733709846568 4229319 0 0 4096 0 0 0 0 17 2 0 0 116 0 0
/proc/2216/statm: 1436451 1296501 95 248 0 1436200 0
Current children cumulated CPU time (s) 1692.43
Current children cumulated vsize (KiB) 8040924

[startup+1782.3 s]
/proc/loadavg: 2.62 2.57 2.46 4/184 2636
/proc/meminfo: memFree=21617816/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1720.71 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 265349 14874721 0 0 11986 5622 141194 13269 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 315 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=2356] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2356/stat : 2356 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286771398 9367552 267 33554432000 4194304 5064252 140735764148432 140735764147344 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2356/statm: 2287 267 226 213 0 72 0
[pid=2357] ppid=2356 vsize=5745544 CPUtime=30.31 cores=0,2,4,6
/proc/2357/stat : 2357 (glucose) R 2356 31729 30917 0 -1 4202496 552321 0 0 0 2857 174 0 0 20 0 1 0 286771398 5883437056 1296111 33554432000 4194304 5208918 140735238705536 140735238703480 4205640 0 0 4096 0 0 0 0 17 2 0 0 153 0 0
/proc/2357/statm: 1436386 1296111 95 248 0 1436135 0
Current children cumulated CPU time (s) 1751.02
Current children cumulated vsize (KiB) 8040664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.2 s]
/proc/loadavg: 2.55 2.55 2.46 3/184 3076
/proc/meminfo: memFree=21618128/32873844 swapFree=7108/7108
[pid=31729] ppid=31727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31729/stat : 31729 (npSolver-wbo-It) S 31727 31729 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286596358 9367552 275 33554432000 4194304 5064252 140736907272352 140736907271264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31729/statm: 2287 275 233 213 0 72 0
[pid=31730] ppid=31729 vsize=2276824 CPUtime=1780.01 cores=0,2,4,6
/proc/31730/stat : 31730 (npSolver-wbo) S 31729 31729 30917 0 -1 4202496 275332 15446816 0 0 12167 5646 146459 13729 20 0 1 0 286596358 2331467776 487720 33554432000 4194304 5990268 140734436524112 140734436515520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 489 0 0
/proc/31730/statm: 569206 487720 176 439 0 568763 0
[pid=2920] ppid=31730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2920/stat : 2920 (satsolver.sh) S 31730 31729 30917 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286777671 9367552 267 33554432000 4194304 5064252 140736032646528 140736032645440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2920/statm: 2287 267 226 213 0 72 0
[pid=2921] ppid=2920 vsize=5734980 CPUtime=20.05 cores=0,2,4,6
/proc/2921/stat : 2921 (glucose) R 2920 31729 30917 0 -1 4202496 550226 0 0 0 1816 189 0 0 20 0 1 0 286777671 5872619520 1294862 33554432000 4194304 5208918 140734948846064 140734948844008 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2921/statm: 1433745 1294862 95 248 0 1433494 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 8030100

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 31729 and gives
#  childrusage.ru_utime.tv_sec=1586
#  childrusage.ru_utime.tv_usec=278848
#  childrusage.ru_stime.tv_sec=193
#  childrusage.ru_stime.tv_usec=774541
# CPU time returned by wait4() is 1780.05
# 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): 1833.22
CPU time (s): 1800.06
CPU user time (s): 1604.42
CPU system time (s): 195.64
CPU usage (%): 98.1912
Max. virtual memory (cumulated for all children) (KiB): 8107456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1586.28
system time used= 193.775
maximum resident set size= 5268712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15723127
page faults= 0
swaps= 0
block input operations= 8
block output operations= 79240872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1405168
involuntary context switches= 2824

runsolver used 3.24551 second user time and 8.14076 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-28 13:31:18
IDJOB=3715696
IDBENCH=79039
IDSOLVER=2297
FILE ID=node103/3715696-1338204678
RUNJOBID= node103-1338193626-30933
PBS_JOBID= 14624588
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= 2f5b39eda2f3d2ee24cba69641294774
RANDOM SEED=924338794

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30653656 kB
Buffers:          532236 kB
Cached:           690132 kB
SwapCached:         4492 kB
Active:          1005240 kB
Inactive:         363244 kB
Active(anon):     137676 kB
Inactive(anon):     6216 kB
Active(file):     867564 kB
Inactive(file):   357028 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             36204 kB
Writeback:             0 kB
AnonPages:        148196 kB
Mapped:            12536 kB
Shmem:                 8 kB
Slab:             711632 kB
SReclaimable:     152064 kB
SUnreclaim:       559568 kB
KernelStack:        1520 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     291536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 69664 MiB
End job on node103 at 2012-05-28 14:01:51