Trace number 3750127

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 1.0 (fixed)? (TO) 1800.05 1802.22

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_3_ic.opb
MD5SUM63c4e0568f91ae4bdd1fa7b5cc0b98cf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18759965
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.89	c old isEQ: 0, new EQ is 1
0.00/0.99	c old isEQ: 8, new EQ is 1
1.00/1.03	c old isEQ: 1, new EQ is 1
16.80/16.93	c run usual solver
1800.05/1802.21	c error: unexpected solver exit code
1800.05/1802.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-3750127-1339181885/watcher-3750127-1339181885 -o /tmp/evaluation-result-3750127-1339181885/solver-3750127-1339181885 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750127-1339181885.opb 17531642 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25569
/proc/meminfo: memFree=26201316/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0

[startup+0.021429 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25569
/proc/meminfo: memFree=26201316/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100314 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25569
/proc/meminfo: memFree=26201316/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300354 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25569
/proc/meminfo: memFree=26201316/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700372 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25569
/proc/meminfo: memFree=26201316/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 25571
/proc/meminfo: memFree=26088656/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=171300 CPUtime=1.49 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) R 25569 25569 24582 0 -1 4202496 25212 0 0 0 142 7 0 0 20 0 1 0 384313576 175411200 41844 33554432000 4194304 6004724 140733749761280 140733749756664 4217838 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25570/statm: 42825 41844 162 442 0 42379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180448

[startup+3.10039 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 25571
/proc/meminfo: memFree=25994516/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=400676 CPUtime=3.09 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) R 25569 25569 24582 0 -1 4202496 26909 0 0 0 295 14 0 0 20 0 1 0 384313576 410292224 68468 33554432000 4194304 6004724 140733749761280 140733749755880 4582601 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25570/statm: 100169 68468 162 442 0 99723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 409824

[startup+6.30043 s]
/proc/loadavg: 1.93 1.98 1.99 2/176 25572
/proc/meminfo: memFree=30236220/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=662820 CPUtime=6.28 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) R 25569 25569 24582 0 -1 4202496 27661 0 0 0 606 22 0 0 20 0 1 0 384313576 678727680 126324 33554432000 4194304 6004724 140733749761280 140733749756088 4582601 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25570/statm: 165705 126324 162 442 0 165259 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 671968

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 25630
/proc/meminfo: memFree=30870020/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=12.68 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) R 25569 25569 24582 0 -1 4202496 28666 0 0 0 1228 40 0 0 20 0 1 0 384313576 1215598592 248180 33554432000 4194304 6004724 140733749761280 140733749755880 4579907 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25570/statm: 296777 248180 162 442 0 296331 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1196256

[startup+25.5005 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 25653
/proc/meminfo: memFree=28826688/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=16.84 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29407 0 0 0 1476 208 0 0 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749755328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25652] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25652/stat : 25652 (cp2_pre.sh) S 25570 25569 24582 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384315271 9367552 277 33554432000 4194304 5064252 140736558450624 140736558449328 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25652/statm: 2287 277 234 213 0 72 0
[pid=25653] ppid=25652 vsize=991704 CPUtime=8.53 cores=1,3,5,7
/proc/25653/stat : 25653 (coprocessor) R 25652 25569 24582 0 -1 4202496 19270 0 0 0 812 41 0 0 20 0 1 0 384315272 1015504896 233228 33554432000 4194304 6586260 140735020244016 140735020240776 5732400 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/25653/statm: 247926 233228 137 584 0 247338 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 2197108

[startup+51.1004 s]
/proc/loadavg: 2.20 2.05 2.01 3/183 25653
/proc/meminfo: memFree=27533288/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=16.84 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29407 0 0 0 1476 208 0 0 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749755328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25652] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25652/stat : 25652 (cp2_pre.sh) S 25570 25569 24582 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384315271 9367552 277 33554432000 4194304 5064252 140736558450624 140736558449328 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25652/statm: 2287 277 234 213 0 72 0
[pid=25653] ppid=25652 vsize=1913620 CPUtime=33.09 cores=1,3,5,7
/proc/25653/stat : 25653 (coprocessor) R 25652 25569 24582 0 -1 4202496 23901 0 0 0 3134 175 0 0 20 0 1 0 384315272 1959546880 403934 33554432000 4194304 6586260 140735020244016 140735020239768 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 103 0 0
/proc/25653/statm: 478405 403934 158 584 0 477817 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 3119024

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 25656
/proc/meminfo: memFree=27447000/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2716044 CPUtime=33.43 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 267910 0 0 0 3239 104 0 0 20 0 1 0 384320462 2781229056 564720 33554432000 4194304 5208918 140735080096144 140735080093992 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 679011 564720 95 248 0 678760 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 3921448

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 25659
/proc/meminfo: memFree=27404984/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2768480 CPUtime=93.42 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 270615 0 0 0 9237 105 0 0 20 0 1 0 384320462 2834923520 573557 33554432000 4194304 5208918 140735080096144 140735080093976 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 692120 573557 95 248 0 691869 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 3973884

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 25682
/proc/meminfo: memFree=27365520/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=153.4 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 271588 0 0 0 15235 105 0 0 20 0 1 0 384320462 2858979328 579640 33554432000 4194304 5208918 140735080096144 140735080093976 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 579640 103 248 0 697742 0
Current children cumulated CPU time (s) 220.51

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

/proc/25656/statm: 697993 586795 104 248 0 697742 0
Current children cumulated CPU time (s) 1360.25
Current children cumulated vsize (KiB) 3997376

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 25706
/proc/meminfo: memFree=27334560/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1353.11 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272040 0 0 0 135205 106 0 0 20 0 1 0 384320462 2858979328 586802 33554432000 4194304 5208918 140735080096144 140735080093976 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 586802 104 248 0 697742 0
Current children cumulated CPU time (s) 1420.22
Current children cumulated vsize (KiB) 3997376

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 25706
/proc/meminfo: memFree=27331232/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1413.08 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272071 0 0 0 141202 106 0 0 20 0 1 0 384320462 2858979328 586802 33554432000 4194304 5208918 140735080096144 140735080093976 4229316 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 586802 104 248 0 697742 0
Current children cumulated CPU time (s) 1480.19
Current children cumulated vsize (KiB) 3997376

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 25707
/proc/meminfo: memFree=27320960/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1473.07 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272072 0 0 0 147201 106 0 0 20 0 1 0 384320462 2858979328 587314 33554432000 4194304 5208918 140735080096144 140735080093976 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 587314 104 248 0 697742 0
Current children cumulated CPU time (s) 1540.18
Current children cumulated vsize (KiB) 3997376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 25707
/proc/meminfo: memFree=27320988/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1533.06 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272072 0 0 0 153200 106 0 0 20 0 1 0 384320462 2858979328 587314 33554432000 4194304 5208918 140735080096144 140735080093976 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 587314 104 248 0 697742 0
Current children cumulated CPU time (s) 1600.17
Current children cumulated vsize (KiB) 3997376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 25707
/proc/meminfo: memFree=27318844/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1593.05 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272073 0 0 0 159199 106 0 0 20 0 1 0 384320462 2858979328 587314 33554432000 4194304 5208918 140735080096144 140735080093976 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 587314 104 248 0 697742 0
Current children cumulated CPU time (s) 1660.16
Current children cumulated vsize (KiB) 3997376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25707
/proc/meminfo: memFree=27318840/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1653.05 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272074 0 0 0 165199 106 0 0 20 0 1 0 384320462 2858979328 587314 33554432000 4194304 5208918 140735080096144 140735080093976 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 587314 104 248 0 697742 0
Current children cumulated CPU time (s) 1720.16
Current children cumulated vsize (KiB) 3997376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25707
/proc/meminfo: memFree=27316916/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1713.04 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272075 0 0 0 171198 106 0 0 20 0 1 0 384320462 2858979328 587826 33554432000 4194304 5208918 140735080096144 140735080093976 4210976 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 587826 104 248 0 697742 0
Current children cumulated CPU time (s) 1780.15
Current children cumulated vsize (KiB) 3997376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25708
/proc/meminfo: memFree=27316916/32873844 swapFree=7124/7124
[pid=25569] ppid=25567 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (npSolver-pbo.sh) S 25567 25569 24582 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384313576 9367552 275 33554432000 4194304 5064252 140737071543040 140737071541952 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25569/statm: 2287 275 233 213 0 72 0
[pid=25570] ppid=25569 vsize=1187108 CPUtime=67.11 cores=1,3,5,7
/proc/25570/stat : 25570 (npSolver-pbo) S 25569 25569 24582 0 -1 4202496 29415 24805 0 0 1476 209 4739 287 20 0 1 0 384313576 1215598592 290172 33554432000 4194304 6004724 140733749761280 140733749756416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 8 0 0
/proc/25570/statm: 296777 290172 170 442 0 296331 0
[pid=25655] ppid=25570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25655/stat : 25655 (satsolver.sh) S 25570 25569 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384320461 9367552 266 33554432000 4194304 5064252 140736216025904 140736216024816 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25655/statm: 2287 266 226 213 0 72 0
[pid=25656] ppid=25655 vsize=2791972 CPUtime=1732.94 cores=1,3,5,7
/proc/25656/stat : 25656 (glucose) R 25655 25569 24582 0 -1 4202496 272075 0 0 0 173188 106 0 0 20 0 1 0 384320462 2858979328 587826 33554432000 4194304 5208918 140735080096144 140735080093976 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25656/statm: 697993 587826 104 248 0 697742 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3997376

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25569 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# 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): 1802.22
CPU time (s): 1800.05
CPU user time (s): 1794.03
CPU system time (s): 6.02
CPU usage (%): 99.8795
Max. virtual memory (cumulated for all children) (KiB): 3997376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.87226 second user time and 10.9023 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 20:58:05
IDJOB=3750127
IDBENCH=92773
IDSOLVER=2334
FILE ID=node138/3750127-1339181885
RUNJOBID= node138-1339168899-24599
PBS_JOBID= 14643811
Free space on /tmp= 69540 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_3_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750127-1339181885/watcher-3750127-1339181885 -o /tmp/evaluation-result-3750127-1339181885/solver-3750127-1339181885 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750127-1339181885.opb 17531642 HOME HOME

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

MD5SUM BENCH= 63c4e0568f91ae4bdd1fa7b5cc0b98cf
RANDOM SEED=17531642

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:        26202028 kB
Buffers:          113372 kB
Cached:          1221344 kB
SwapCached:        12156 kB
Active:          5777656 kB
Inactive:          32760 kB
Active(anon):    4463676 kB
Inactive(anon):    14800 kB
Active(file):    1313980 kB
Inactive(file):    17960 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67088836 kB
Dirty:             20660 kB
Writeback:             0 kB
AnonPages:       4472304 kB
Mapped:             9704 kB
Shmem:                 0 kB
Slab:             712380 kB
SReclaimable:     153200 kB
SUnreclaim:       559180 kB
KernelStack:        1488 kB
PageTables:        12944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5937364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1835008 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= 69760 MiB
End job on node138 at 2012-06-08 21:28:09