Trace number 3715850

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.05 1801.51

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf9.ucl--soft-0-100-0.wbo
MD5SUM6a96f81305bc31f40e2a7aa9c05b46b1
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 benchmark3.50347
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20445
Total number of constraints58444
Number of soft constraints58444
Number of constraints which are clauses56420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2024
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 2944721
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2944720
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
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

24.77/24.85	c run usual solver
47.88/48.46	o 1251
47.88/48.46	c starting approximation
47.88/48.46	c factor = 2
47.88/48.46	c factor still to low - shrinking to 219.34
47.88/48.46	c approx number of clauses: 1e+06
47.88/48.46	c current bound: 625
113.41/114.48	c current bound: 625
178.63/179.98	c current bound: 625
244.47/245.50	c current bound: 625
309.64/311.03	c current bound: 625
375.15/376.55	c current bound: 625
440.65/442.06	c current bound: 625
506.15/507.59	c current bound: 625
571.99/573.16	c current bound: 625
637.19/638.67	c current bound: 625
702.96/704.19	c current bound: 625
768.18/769.68	c current bound: 625
833.92/835.19	c current bound: 625
899.18/900.72	c current bound: 625
964.70/966.24	c current bound: 625
1030.20/1031.76	c current bound: 625
1095.67/1097.30	c current bound: 625
1161.50/1162.81	c current bound: 625
1226.66/1228.33	c current bound: 625
1292.22/1293.90	c current bound: 625
1357.73/1359.40	c current bound: 625
1423.25/1424.93	c current bound: 625
1488.81/1490.51	c current bound: 625
1554.65/1556.37	c current bound: 625
1620.15/1621.88	c current bound: 625
1685.67/1687.42	c current bound: 625
1751.12/1752.89	c current bound: 625
1800.05/1801.51	c error: unexpected solver exit code
1800.05/1801.51	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-3715850-1338213397/watcher-3715850-1338213397 -o /tmp/evaluation-result-3715850-1338213397/solver-3715850-1338213397 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715850-1338213397.wbo 1097941358 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.55 2.60 2.45 3/180 30208
/proc/meminfo: memFree=23901452/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0

[startup+0.102545 s]
/proc/loadavg: 2.55 2.60 2.45 3/180 30208
/proc/meminfo: memFree=23901452/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200281 s]
/proc/loadavg: 2.55 2.60 2.45 3/180 30208
/proc/meminfo: memFree=23901452/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.55 2.60 2.45 3/180 30208
/proc/meminfo: memFree=23901452/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.55 2.60 2.45 3/180 30208
/proc/meminfo: memFree=23901452/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 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.55 2.60 2.45 3/181 30210
/proc/meminfo: memFree=23901352/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=34876 CPUtime=1.48 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) R 30208 30208 1843 0 -1 4202496 3198 0 0 0 147 1 0 0 20 0 1 0 287467110 35713024 5725 33554432000 4194304 5990268 140736052174160 140736052169400 4766768 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30209/statm: 8719 5725 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10027 s]
/proc/loadavg: 2.55 2.60 2.45 3/181 30210
/proc/meminfo: memFree=23885528/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=67644 CPUtime=3.08 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) R 30208 30208 1843 0 -1 4202496 3735 0 0 0 307 1 0 0 20 0 1 0 287467110 69267456 10845 33554432000 4194304 5990268 140736052174160 140736052148200 4807529 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30209/statm: 16911 10845 136 439 0 16468 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76792

[startup+6.30026 s]
/proc/loadavg: 2.51 2.59 2.45 3/181 30210
/proc/meminfo: memFree=23819080/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=133180 CPUtime=6.28 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) R 30208 30208 1843 0 -1 4202496 4300 0 0 0 626 2 0 0 20 0 1 0 287467110 136376320 22109 33554432000 4194304 5990268 140736052174160 140736052169400 4569638 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30209/statm: 33295 22109 136 439 0 32852 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.47 2.58 2.44 3/181 30210
/proc/meminfo: memFree=23716724/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=264252 CPUtime=12.68 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) R 30208 30208 1843 0 -1 4202496 4919 0 0 0 1262 6 0 0 20 0 1 0 287467110 270594048 44637 33554432000 4194304 5990268 140736052174160 140736052169016 4766974 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30209/statm: 66063 44637 136 439 0 65620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273400

[startup+25.5005 s]
/proc/loadavg: 2.36 2.55 2.44 3/183 30212
/proc/meminfo: memFree=23188004/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=528908 CPUtime=24.92 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 10512 0 0 0 2437 55 0 0 20 0 1 0 287467110 541601792 108611 33554432000 4194304 5990268 140736052174160 140736052167312 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30209/statm: 132227 108611 149 439 0 131784 0
[pid=30211] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30211/stat : 30211 (cp2_pre.sh) S 30209 30208 1843 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287469604 9367552 276 33554432000 4194304 5064252 140735510060000 140735510058704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30211/statm: 2287 276 234 213 0 72 0
[pid=30212] ppid=30211 vsize=49112 CPUtime=0.53 cores=1,3,5,7
/proc/30212/stat : 30212 (coprocessor) R 30211 30208 1843 0 -1 4202496 11103 0 0 0 51 2 0 0 20 0 1 0 287469605 50290688 11514 33554432000 4194304 6586260 140735927709760 140735510058728 5732400 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/30212/statm: 12278 11515 137 584 0 11690 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 596316

[startup+51.1005 s]
/proc/loadavg: 2.46 2.55 2.44 4/183 30222
/proc/meminfo: memFree=22758976/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=48.04 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 14191 130177 0 0 2526 417 1739 122 20 0 1 0 287467110 563773440 113279 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113279 174 439 0 137197 0
[pid=30221] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30221/stat : 30221 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287472010 9367552 267 33554432000 4194304 5064252 140734281923856 140734281922768 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30221/statm: 2287 267 226 213 0 72 0
[pid=30222] ppid=30221 vsize=311620 CPUtime=2.07 cores=1,3,5,7
/proc/30222/stat : 30222 (glucose) R 30221 30208 1843 0 -1 4202496 25340 0 0 0 196 11 0 0 20 0 1 0 287472011 319098880 62424 33554432000 4194304 5208918 140736487031744 140736485981384 4216416 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30222/statm: 77905 62424 90 248 0 77654 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 880476

[startup+102.3 s]
/proc/loadavg: 2.24 2.48 2.42 3/183 30222
/proc/meminfo: memFree=22649432/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=48.04 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 14191 130177 0 0 2526 417 1739 122 20 0 1 0 287467110 563773440 113279 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113279 174 439 0 137197 0
[pid=30221] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30221/stat : 30221 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287472010 9367552 267 33554432000 4194304 5064252 140734281923856 140734281922768 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30221/statm: 2287 267 226 213 0 72 0
[pid=30222] ppid=30221 vsize=348292 CPUtime=53.27 cores=1,3,5,7
/proc/30222/stat : 30222 (glucose) R 30221 30208 1843 0 -1 4202496 33936 0 0 0 5315 12 0 0 20 0 1 0 287472011 356651008 71335 33554432000 4194304 5208918 140736487031744 140736487029592 4211558 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30222/statm: 87073 71335 103 248 0 86822 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 917148

[startup+162.3 s]
/proc/loadavg: 2.08 2.39 2.39 3/183 30230
/proc/meminfo: memFree=22640044/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=113.57 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 17840 174390 0 0 2534 418 8225 180 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30228] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30228/stat : 30228 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287478566 9367552 266 33554432000 4194304 5064252 140735260184464 140735260183376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30228/statm: 2287 266 226 213 0 72 0
[pid=30229] ppid=30228 vsize=348296 CPUtime=47.72 cores=1,3,5,7
/proc/30229/stat : 30229 (glucose) R 30228 30208 1843 0 -1 4202496 34948 0 0 0 4758 14 0 0 20 0 1 0 287478566 356655104 71260 33554432000 4194304 5208918 140735650073936 140735650071784 4211652 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30229/statm: 87074 71260 103 248 0 86823 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 917152

[startup+222.307 s]
/proc/loadavg: 2.03 2.32 2.36 3/184 30240
/proc/meminfo: memFree=22640696/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=179.07 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 21488 219096 0 0 2542 419 14705 241 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30236] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30236/stat : 30236 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287485116 9367552 266 33554432000 4194304 5064252 140733380242240 140733380241152 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30236/statm: 2287 266 226 213 0 72 0
[pid=30237] ppid=30236 vsize=348300 CPUtime=42.22 cores=1,3,5,7
/proc/30237/stat : 30237 (glucose) R 30236 30208 1843 0 -1 4202496 35232 0 0 0 4209 13 0 0 20 0 1 0 287485116 356659200 71052 33554432000 4194304 5208918 140736793306416 140736793304264 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30237/statm: 87075 71052 103 248 0 86824 0
Current children cumulated CPU time (s) 221.29

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

/proc/30209/stat : 30209 (npSolver-wbo) R 30208 30208 1843 0 -1 4202496 87159 1065347 0 0 2685 438 137842 1336 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 4904865 0 65536 4102 0 0 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
Current children cumulated CPU time (s) 1423.01
Current children cumulated vsize (KiB) 559708

[startup+1482.3 s]
/proc/loadavg: 2.17 2.13 2.16 3/183 30479
/proc/meminfo: memFree=27389532/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1423.68 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 90800 1069974 0 0 2693 439 137855 1381 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30468] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30468/stat : 30468 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287609611 9367552 266 33554432000 4194304 5064252 140736470920928 140736470919840 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30468/statm: 2287 266 226 213 0 72 0
[pid=30469] ppid=30468 vsize=348296 CPUtime=57.26 cores=1,3,5,7
/proc/30469/stat : 30469 (glucose) R 30468 30208 1843 0 -1 4202496 35209 0 0 0 5712 14 0 0 20 0 1 0 287609611 356655104 71029 33554432000 4194304 5208918 140733414820624 140733414818472 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30469/statm: 87074 71029 103 248 0 86823 0
Current children cumulated CPU time (s) 1480.94
Current children cumulated vsize (KiB) 917152

[startup+1542.3 s]
/proc/loadavg: 2.14 2.13 2.16 3/183 30486
/proc/meminfo: memFree=27384676/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1489.25 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 94448 1114950 0 0 2701 440 144341 1443 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30485] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30485/stat : 30485 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287616168 9367552 267 33554432000 4194304 5064252 140733446377136 140733446376048 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30485/statm: 2287 267 226 213 0 72 0
[pid=30486] ppid=30485 vsize=348300 CPUtime=51.68 cores=1,3,5,7
/proc/30486/stat : 30486 (glucose) R 30485 30208 1843 0 -1 4202496 34055 0 0 0 5155 13 0 0 20 0 1 0 287616169 356659200 71461 33554432000 4194304 5208918 140737486382720 140737486380568 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30486/statm: 87075 71461 103 248 0 86824 0
Current children cumulated CPU time (s) 1540.93
Current children cumulated vsize (KiB) 917156

[startup+1602.31 s]
/proc/loadavg: 2.10 2.12 2.15 3/183 30493
/proc/meminfo: memFree=27384668/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1555.09 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 98096 1159279 0 0 2709 441 150857 1502 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30492] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30492/stat : 30492 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287622755 9367552 266 33554432000 4194304 5064252 140736527109008 140736527107920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30492/statm: 2287 266 226 213 0 72 0
[pid=30493] ppid=30492 vsize=348300 CPUtime=45.83 cores=1,3,5,7
/proc/30493/stat : 30493 (glucose) R 30492 30208 1843 0 -1 4202496 34507 0 0 0 4570 13 0 0 20 0 1 0 287622755 356659200 71374 33554432000 4194304 5208918 140737042188144 140737042185992 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30493/statm: 87075 71374 103 248 0 86824 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 917156

[startup+1662.3 s]
/proc/loadavg: 2.08 2.11 2.14 3/183 30500
/proc/meminfo: memFree=27384608/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1620.59 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 101744 1203553 0 0 2717 442 157338 1562 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30499] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30499/stat : 30499 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287629306 9367552 266 33554432000 4194304 5064252 140736698973200 140736698972112 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30499/statm: 2287 266 226 213 0 72 0
[pid=30500] ppid=30499 vsize=348296 CPUtime=40.31 cores=1,3,5,7
/proc/30500/stat : 30500 (glucose) R 30499 30208 1843 0 -1 4202496 32970 0 0 0 4019 12 0 0 20 0 1 0 287629306 356655104 71400 33554432000 4194304 5208918 140736476619472 140736476617320 4211641 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30500/statm: 87074 71400 103 248 0 86823 0
Current children cumulated CPU time (s) 1660.9
Current children cumulated vsize (KiB) 917152

[startup+1722.3 s]
/proc/loadavg: 2.08 2.10 2.14 3/183 30508
/proc/meminfo: memFree=27383512/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1686.11 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 105392 1246804 0 0 2725 443 163820 1623 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30507] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30507/stat : 30507 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287635860 9367552 267 33554432000 4194304 5064252 140737273935984 140737273934896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30507/statm: 2287 267 226 213 0 72 0
[pid=30508] ppid=30507 vsize=348300 CPUtime=34.77 cores=1,3,5,7
/proc/30508/stat : 30508 (glucose) R 30507 30208 1843 0 -1 4202496 33121 0 0 0 3465 12 0 0 20 0 1 0 287635860 356659200 71336 33554432000 4194304 5208918 140733669987472 140733669985320 4211632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30508/statm: 87075 71336 103 248 0 86824 0
Current children cumulated CPU time (s) 1720.88
Current children cumulated vsize (KiB) 917156

[startup+1782.3 s]
/proc/loadavg: 2.08 2.10 2.13 3/183 30515
/proc/meminfo: memFree=27375868/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1751.55 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 109040 1290156 0 0 2732 444 170300 1679 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30514] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30514/stat : 30514 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287642407 9367552 266 33554432000 4194304 5064252 140736815164112 140736815163024 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30514/statm: 2287 266 226 213 0 72 0
[pid=30515] ppid=30514 vsize=348296 CPUtime=29.3 cores=1,3,5,7
/proc/30515/stat : 30515 (glucose) R 30514 30208 1843 0 -1 4202496 34989 0 0 0 2916 14 0 0 20 0 1 0 287642407 356655104 71431 33554432000 4194304 5208918 140735388312336 140735388310184 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30515/statm: 87074 71431 103 248 0 86823 0
Current children cumulated CPU time (s) 1780.85
Current children cumulated vsize (KiB) 917152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.21 2.12 2.14 3/184 30516
/proc/meminfo: memFree=27372172/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1751.55 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 109040 1290156 0 0 2732 444 170300 1679 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30514] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30514/stat : 30514 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287642407 9367552 266 33554432000 4194304 5064252 140736815164112 140736815163024 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30514/statm: 2287 266 226 213 0 72 0
[pid=30515] ppid=30514 vsize=348296 CPUtime=48.5 cores=1,3,5,7
/proc/30515/stat : 30515 (glucose) R 30514 30208 1843 0 -1 4202496 34995 0 0 0 4836 14 0 0 20 0 1 0 287642407 356655104 72227 33554432000 4194304 5208918 140735388312336 140735388310184 4211632 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 87074 72227 103 248 0 86823 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 917152

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.5 s]
/proc/loadavg: 2.21 2.12 2.14 3/184 30516
/proc/meminfo: memFree=27372172/32873648 swapFree=7116/7116
[pid=30208] ppid=30206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30208/stat : 30208 (npSolver-wbo-It) S 30206 30208 1843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287467109 9367552 274 33554432000 4194304 5064252 140737478594944 140737478593856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30208/statm: 2287 274 233 213 0 72 0
[pid=30209] ppid=30208 vsize=550560 CPUtime=1751.55 cores=1,3,5,7
/proc/30209/stat : 30209 (npSolver-wbo) S 30208 30208 1843 0 -1 4202496 109040 1290156 0 0 2732 444 170300 1679 20 0 1 0 287467110 563773440 113280 33554432000 4194304 5990268 140736052174160 140736052165568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 46 0 0
/proc/30209/statm: 137640 113280 175 439 0 137197 0
[pid=30514] ppid=30209 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30514/stat : 30514 (satsolver.sh) S 30209 30208 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287642407 9367552 266 33554432000 4194304 5064252 140736815164112 140736815163024 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30514/statm: 2287 266 226 213 0 72 0
[pid=30515] ppid=30514 vsize=348296 CPUtime=48.5 cores=1,3,5,7
/proc/30515/stat : 30515 (glucose) R 30514 30208 1843 0 -1 4202496 34995 0 0 0 4836 14 0 0 20 0 1 0 287642407 356655104 72227 33554432000 4194304 5208918 140735388312336 140735388310184 4211632 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 87074 72227 103 248 0 86823 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 917152

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30208 and gives
#  childrusage.ru_utime.tv_sec=1730
#  childrusage.ru_utime.tv_usec=335948
#  childrusage.ru_stime.tv_sec=21
#  childrusage.ru_stime.tv_usec=250769
# CPU time returned by wait4() is 1751.59
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.51
CPU time (s): 1800.05
CPU user time (s): 1778.68
CPU system time (s): 21.37
CPU usage (%): 99.9187
Max. virtual memory (cumulated for all children) (KiB): 1020204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1730.34
system time used= 21.2508
maximum resident set size= 680392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1400172
page faults= 0
swaps= 0
block input operations= 8
block output operations= 13656248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9115
involuntary context switches= 2447

runsolver used 2.56661 second user time and 6.601 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 15:56:37
IDJOB=3715850
IDBENCH=79117
IDSOLVER=2297
FILE ID=node114/3715850-1338213397
RUNJOBID= node114-1338194810-1860
PBS_JOBID= 14624601
Free space on /tmp= 69564 MiB

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

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

MD5SUM BENCH= 6a96f81305bc31f40e2a7aa9c05b46b1
RANDOM SEED=1097941358

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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		: 2666.242
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.242
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:        23901528 kB
Buffers:          774180 kB
Cached:          3892344 kB
SwapCached:         2108 kB
Active:          6672568 kB
Inactive:        1360120 kB
Active(anon):    3352800 kB
Inactive(anon):     7892 kB
Active(file):    3319768 kB
Inactive(file):  1352228 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103912 kB
Dirty:             10248 kB
Writeback:         14564 kB
AnonPages:       3365908 kB
Mapped:            15496 kB
Shmem:               116 kB
Slab:             791936 kB
SReclaimable:     233696 kB
SUnreclaim:       558240 kB
KernelStack:        1528 kB
PageTables:        10612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4304716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2220032 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= 70892 MiB
End job on node114 at 2012-05-28 16:26:39