Trace number 3715338

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.08 1800.82

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf10.ucl--soft-66-100-0.wbo
MD5SUMf5ed716c93f40a6a98b33ea846844855
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard 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 benchmark8.61369
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables55066
Total number of constraints160619
Number of soft constraints54969
Number of constraints which are clauses156587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 2786820
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2786819
Biggest number in a constraint 67
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

75.78/75.81	c run usual solver
138.97/139.48	o 5093
138.97/139.48	c starting approximation
138.97/139.49	c factor = 2
138.97/139.49	c factor still to low - shrinking to 839.871
138.97/139.49	c approx number of clauses: 1e+06
138.97/139.49	c current bound: 2546
409.23/409.78	c current bound: 2546
679.30/679.82	c current bound: 2546
949.25/949.82	c current bound: 2546
1219.31/1219.94	c current bound: 2546
1489.45/1490.15	c current bound: 2546
1759.21/1759.93	c current bound: 2546
1800.08/1800.81	c error: unexpected solver exit code
1800.08/1800.81	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-3715338-1338167396/watcher-3715338-1338167396 -o /tmp/evaluation-result-3715338-1338167396/solver-3715338-1338167396 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715338-1338167396.wbo 1067732289 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: 2.00 2.00 2.06 2/180 20846
/proc/meminfo: memFree=28672932/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0

[startup+0.0974491 s]
/proc/loadavg: 2.00 2.00 2.06 2/180 20846
/proc/meminfo: memFree=28672932/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 2.06 2/180 20846
/proc/meminfo: memFree=28672932/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 2.06 2/180 20846
/proc/meminfo: memFree=28672932/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.00 2.00 2.06 2/180 20846
/proc/meminfo: memFree=28672932/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.06 3/182 20848
/proc/meminfo: memFree=28658784/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=34876 CPUtime=1.49 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) R 20846 20846 18846 0 -1 4202496 3118 0 0 0 149 0 0 0 20 0 1 0 282864644 35713024 5134 33554432000 4194304 5990268 140736627575264 140736627570504 4569537 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 8719 5134 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.06 3/182 20848
/proc/meminfo: memFree=28643820/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=67644 CPUtime=3.09 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) R 20846 20846 18846 0 -1 4202496 3656 0 0 0 308 1 0 0 20 0 1 0 282864644 69267456 10766 33554432000 4194304 5990268 140736627575264 140736627570504 4807457 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 16911 10766 136 439 0 16468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76792

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 20851
/proc/meminfo: memFree=28595708/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=133180 CPUtime=6.29 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) R 20846 20846 18846 0 -1 4202496 4221 0 0 0 627 2 0 0 20 0 1 0 282864644 136376320 22030 33554432000 4194304 5990268 140736627575264 140736627570872 4569513 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 33295 22030 136 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 20851
/proc/meminfo: memFree=28506072/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=264252 CPUtime=12.69 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) R 20846 20846 18846 0 -1 4202496 4839 0 0 0 1263 6 0 0 20 0 1 0 282864644 270594048 44046 33554432000 4194304 5990268 140736627575264 140736627570376 4766233 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 66063 44046 136 439 0 65620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273400

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.06 3/183 20851
/proc/meminfo: memFree=28323320/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=526396 CPUtime=25.49 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) R 20846 20846 18846 0 -1 4202496 5564 0 0 0 2536 13 0 0 20 0 1 0 282864644 539029504 88078 33554432000 4194304 5990268 140736627575264 140736627570120 4766764 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 131599 88078 136 439 0 131156 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 535544

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.06 3/183 20858
/proc/meminfo: memFree=27375512/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132276 CPUtime=51.08 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) R 20846 20846 18846 0 -1 4202496 13662 0 0 0 5045 63 0 0 20 0 1 0 282864644 2183450624 324460 33554432000 4194304 5990268 140736627575264 140736627571144 4527328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 533069 324460 140 439 0 532626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2141424

[startup+102.307 s]
/proc/loadavg: 2.15 2.04 2.07 3/184 20912
/proc/meminfo: memFree=25462116/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132276 CPUtime=75.88 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 14448 0 0 0 7424 164 0 0 20 0 1 0 282864644 2183450624 328565 33554432000 4194304 5990268 140736627575264 140736627568416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20847/statm: 533069 328565 149 439 0 532626 0
[pid=20911] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20911/stat : 20911 (cp2_pre.sh) S 20847 20846 18846 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 282872234 9367552 276 33554432000 4194304 5064252 140733721497808 140733721496512 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20911/statm: 2287 276 234 213 0 72 0
[pid=20912] ppid=20911 vsize=1396176 CPUtime=26.38 cores=0,2,4,6
/proc/20912/stat : 20912 (coprocessor) R 20911 20846 18846 0 -1 4202496 244376 0 0 0 2544 94 0 0 20 0 1 0 282872235 1429684224 319096 33554432000 4194304 6586260 140733572323872 140733572319624 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/20912/statm: 349044 319096 192 584 0 348456 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3546748

[startup+162.3 s]
/proc/loadavg: 2.36 2.13 2.10 3/184 20922
/proc/meminfo: memFree=25561032/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=139.18 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 14714 321770 0 0 7704 1203 4647 364 20 0 1 0 282864644 2183454720 328591 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328591 174 439 0 532627 0
[pid=20921] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20921/stat : 20921 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282878604 9367552 267 33554432000 4194304 5064252 140735996098272 140735996097184 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20921/statm: 2287 267 226 213 0 72 0
[pid=20922] ppid=20921 vsize=828812 CPUtime=22.68 cores=0,2,4,6
/proc/20922/stat : 20922 (glucose) R 20921 20846 18846 0 -1 4202496 61017 0 0 0 2235 33 0 0 20 0 1 0 282878604 848703488 174156 33554432000 4194304 5208918 140735156760896 140735156758744 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20922/statm: 207203 174156 94 248 0 206952 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 2979388

[startup+222.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/184 20923
/proc/meminfo: memFree=25526672/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=139.18 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 14714 321770 0 0 7704 1203 4647 364 20 0 1 0 282864644 2183454720 328591 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328591 174 439 0 532627 0
[pid=20921] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20921/stat : 20921 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282878604 9367552 267 33554432000 4194304 5064252 140735996098272 140735996097184 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20921/statm: 2287 267 226 213 0 72 0
[pid=20922] ppid=20921 vsize=864936 CPUtime=82.67 cores=0,2,4,6
/proc/20922/stat : 20922 (glucose) R 20921 20846 18846 0 -1 4202496 69218 0 0 0 8233 34 0 0 20 0 1 0 282878604 885694464 182868 33554432000 4194304 5208918 140735156760896 140735156758744 4211918 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20922/statm: 216234 182868 103 248 0 215983 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 3015512

[startup+282.3 s]
/proc/loadavg: 2.05 2.08 2.08 3/184 20923
/proc/meminfo: memFree=25481224/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=139.18 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 14714 321770 0 0 7704 1203 4647 364 20 0 1 0 282864644 2183454720 328591 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328591 174 439 0 532627 0
[pid=20921] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20960/stat : 20960 (glucose) R 20959 20846 18846 0 -1 4202496 80103 0 0 0 14184 37 0 0 20 0 1 0 282986650 932630528 193712 33554432000 4194304 5208918 140733785517184 140733785515032 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20960/statm: 227693 193712 103 248 0 227442 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 3061348

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.03 3/184 20960
/proc/meminfo: memFree=25430296/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1219.48 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 15651 700871 0 0 7747 1209 111936 1056 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20959] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20959/stat : 20959 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282986650 9367552 267 33554432000 4194304 5064252 140735501616384 140735501615296 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20959/statm: 2287 267 226 213 0 72 0
[pid=20960] ppid=20959 vsize=919804 CPUtime=202.2 cores=0,2,4,6
/proc/20960/stat : 20960 (glucose) R 20959 20846 18846 0 -1 4202496 82594 0 0 0 20183 37 0 0 20 0 1 0 282986650 941879296 196194 33554432000 4194304 5208918 140733785517184 140733785515096 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20960/statm: 229951 196194 103 248 0 229700 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 3070380

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/184 20961
/proc/meminfo: memFree=25419720/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1219.48 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 15651 700871 0 0 7747 1209 111936 1056 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20959] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20959/stat : 20959 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282986650 9367552 267 33554432000 4194304 5064252 140735501616384 140735501615296 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20959/statm: 2287 267 226 213 0 72 0
[pid=20960] ppid=20959 vsize=929200 CPUtime=262.19 cores=0,2,4,6
/proc/20960/stat : 20960 (glucose) R 20959 20846 18846 0 -1 4202496 84480 0 0 0 26182 37 0 0 20 0 1 0 282986650 951500800 198889 33554432000 4194304 5208918 140733785517184 140733785515032 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20960/statm: 232300 198889 103 248 0 232049 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 3079776

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 2.03 3/184 20968
/proc/meminfo: memFree=25483124/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1489.64 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 15885 795861 0 0 7758 1210 138765 1231 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20967] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20967/stat : 20967 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283013671 9367552 267 33554432000 4194304 5064252 140733517711936 140733517710848 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20967/statm: 2287 267 226 213 0 72 0
[pid=20968] ppid=20967 vsize=828816 CPUtime=52.01 cores=0,2,4,6
/proc/20968/stat : 20968 (glucose) R 20967 20846 18846 0 -1 4202496 62027 0 0 0 5164 37 0 0 20 0 1 0 283013671 848707584 174478 33554432000 4194304 5208918 140735939827552 140735939825400 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20968/statm: 207204 174478 94 248 0 206953 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 2979392

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.03 3/185 20969
/proc/meminfo: memFree=25414944/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1489.64 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 15885 795861 0 0 7758 1210 138765 1231 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20967] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20967/stat : 20967 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283013671 9367552 267 33554432000 4194304 5064252 140733517711936 140733517710848 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20967/statm: 2287 267 226 213 0 72 0
[pid=20968] ppid=20967 vsize=892612 CPUtime=111.99 cores=0,2,4,6
/proc/20968/stat : 20968 (glucose) R 20967 20846 18846 0 -1 4202496 75788 0 0 0 11160 39 0 0 20 0 1 0 283013671 914034688 191183 33554432000 4194304 5208918 140735939827552 140735939825400 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20968/statm: 223153 191183 103 248 0 222902 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 3043188

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/184 20969
/proc/meminfo: memFree=25392412/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1489.64 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 15885 795861 0 0 7758 1210 138765 1231 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20967] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20967/stat : 20967 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283013671 9367552 267 33554432000 4194304 5064252 140733517711936 140733517710848 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20967/statm: 2287 267 226 213 0 72 0
[pid=20968] ppid=20967 vsize=919804 CPUtime=171.99 cores=0,2,4,6
/proc/20968/stat : 20968 (glucose) R 20967 20846 18846 0 -1 4202496 82074 0 0 0 17158 41 0 0 20 0 1 0 283013671 941879296 196949 33554432000 4194304 5208918 140735939827552 140735939825464 4211665 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20968/statm: 229951 196949 103 248 0 229700 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 3070380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/184 20969
/proc/meminfo: memFree=25388220/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1489.64 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 15885 795861 0 0 7758 1210 138765 1231 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20967] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20967/stat : 20967 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283013671 9367552 267 33554432000 4194304 5064252 140733517711936 140733517710848 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20967/statm: 2287 267 226 213 0 72 0
[pid=20968] ppid=20967 vsize=919804 CPUtime=231.98 cores=0,2,4,6
/proc/20968/stat : 20968 (glucose) R 20967 20846 18846 0 -1 4202496 82075 0 0 0 23157 41 0 0 20 0 1 0 283013671 941879296 197461 33554432000 4194304 5208918 140735939827552 140735939825464 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20968/statm: 229951 197461 103 248 0 229700 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 3070380

[startup+1782.3 s]
/proc/loadavg: 2.13 2.05 2.02 3/184 20977
/proc/meminfo: memFree=25478248/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1759.35 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 16119 889570 0 0 7768 1211 165542 1414 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20976] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20976/stat : 20976 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283040648 9367552 267 33554432000 4194304 5064252 140733495892112 140733495891024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20976/statm: 2287 267 226 213 0 72 0
[pid=20977] ppid=20976 vsize=828812 CPUtime=22.23 cores=0,2,4,6
/proc/20977/stat : 20977 (glucose) R 20976 20846 18846 0 -1 4202496 61394 0 0 0 2183 40 0 0 20 0 1 0 283040649 848703488 174054 33554432000 4194304 5208918 140734616031872 140734616029720 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20977/statm: 207203 174054 94 248 0 206952 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 2979388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.09 2.05 2.02 3/184 20977
/proc/meminfo: memFree=25474928/32873844 swapFree=7116/7116
[pid=20846] ppid=20844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20846/stat : 20846 (npSolver-wbo-It) S 20844 20846 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282864644 9367552 275 33554432000 4194304 5064252 140736509319488 140736509318400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20846/statm: 2287 275 233 213 0 72 0
[pid=20847] ppid=20846 vsize=2132280 CPUtime=1759.35 cores=0,2,4,6
/proc/20847/stat : 20847 (npSolver-wbo) S 20846 20846 18846 0 -1 4202496 16119 889570 0 0 7768 1211 165542 1414 20 0 1 0 282864644 2183454720 328592 33554432000 4194304 5990268 140736627575264 140736627566672 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/20847/statm: 533070 328592 175 439 0 532627 0
[pid=20976] ppid=20847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20976/stat : 20976 (satsolver.sh) S 20847 20846 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283040648 9367552 267 33554432000 4194304 5064252 140733495892112 140733495891024 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20976/statm: 2287 267 226 213 0 72 0
[pid=20977] ppid=20976 vsize=828812 CPUtime=40.73 cores=0,2,4,6
/proc/20977/stat : 20977 (glucose) R 20976 20846 18846 0 -1 4202496 61399 0 0 0 4033 40 0 0 20 0 1 0 283040649 848703488 174742 33554432000 4194304 5208918 140734616031872 140734616029720 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20977/statm: 207203 174742 94 248 0 206952 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2979388

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 20846 and gives
#  childrusage.ru_utime.tv_sec=1733
#  childrusage.ru_utime.tv_usec=114526
#  childrusage.ru_stime.tv_sec=26
#  childrusage.ru_stime.tv_usec=269006
# CPU time returned by wait4() is 1759.38
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.08
CPU user time (s): 1773.43
CPU system time (s): 26.65
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 3546748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.11
system time used= 26.269
maximum resident set size= 2346788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13074024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3223
involuntary context switches= 2129

runsolver used 2.80057 second user time and 7.03993 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 03:09:56
IDJOB=3715338
IDBENCH=78633
IDSOLVER=2297
FILE ID=node138/3715338-1338167396
RUNJOBID= node138-1338160170-18862
PBS_JOBID= 14624560
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= f5ed716c93f40a6a98b33ea846844855
RANDOM SEED=1067732289

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:        28673460 kB
Buffers:          536316 kB
Cached:          2542584 kB
SwapCached:          212 kB
Active:          1362024 kB
Inactive:        1945104 kB
Active(anon):     219324 kB
Inactive(anon):    11368 kB
Active(file):    1142700 kB
Inactive(file):  1933736 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             13588 kB
Writeback:             0 kB
AnonPages:        374392 kB
Mapped:            15372 kB
Shmem:               200 kB
Slab:             752336 kB
SReclaimable:     194688 kB
SUnreclaim:       557648 kB
KernelStack:        1528 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     402308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 70184 MiB
End job on node138 at 2012-05-28 03:39:57