Trace number 3750094

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.06 1802.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_7.opb
MD5SUMb79cf832cc8fb39cc9e05c792def1a32
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4636291
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 95222180678
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 95222180678
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c old isEQ: 0, new EQ is 1
0.00/0.34	c old isEQ: 192, new EQ is 1
0.00/0.43	c old isEQ: 1, new EQ is 1
0.00/0.51	c run usual solver
6.07/6.12	c model valid
6.07/6.12	c current solution ok
7.00/7.23	o 227778293
7.00/7.23	c current bound: 113889181
7.00/7.23	c fallback to adder encoding
23.18/24.40	c model valid
23.18/24.40	c current solution ok
23.18/24.45	o 84675135
23.18/24.45	c current bound: 42337602
23.18/24.45	c fallback to adder encoding
28.32/30.25	c model valid
28.32/30.25	c current solution ok
28.38/30.43	o 30822987
28.38/30.43	c current bound: 15411528
28.38/30.43	c fallback to adder encoding
59.80/61.80	c model valid
59.80/61.80	c current solution ok
59.80/61.84	o 14459545
59.80/61.84	c current bound: 7229807
59.80/61.84	c fallback to adder encoding
1800.06/1802.41	c error: unexpected solver exit code
1800.06/1802.41	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-3750094-1339181642/watcher-3750094-1339181642 -o /tmp/evaluation-result-3750094-1339181642/solver-3750094-1339181642 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750094-1339181642.opb 147071016 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.68 1.92 1.96 3/173 25056
/proc/meminfo: memFree=30083108/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0

[startup+0.0946641 s]
/proc/loadavg: 1.68 1.92 1.96 3/173 25056
/proc/meminfo: memFree=30083108/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100278 s]
/proc/loadavg: 1.68 1.92 1.96 3/173 25056
/proc/meminfo: memFree=30083108/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30022 s]
/proc/loadavg: 1.68 1.92 1.96 3/173 25056
/proc/meminfo: memFree=30083108/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 1.68 1.92 1.96 3/173 25056
/proc/meminfo: memFree=30083108/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.68 1.92 1.96 3/181 25064
/proc/meminfo: memFree=29822868/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=37592 CPUtime=0.51 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 9044 0 0 0 46 5 0 0 20 0 1 0 384289109 38494208 7938 33554432000 4194304 6004724 140736843892080 140736843886128 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25059/statm: 9398 7938 164 442 0 8952 0
[pid=25063] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25063/stat : 25063 (cp2_pre.sh) S 25059 25056 14782 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384289162 9367552 277 33554432000 4194304 5064252 140737072851040 140737072849744 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25063/statm: 2287 277 234 213 0 72 0
[pid=25064] ppid=25063 vsize=163032 CPUtime=0.96 cores=1,3,5,7
/proc/25064/stat : 25064 (coprocessor) R 25063 25056 14782 0 -1 4202496 29774 0 0 0 90 6 0 0 20 0 1 0 384289162 166944768 39508 33554432000 4194304 6586260 140736179012480 140736179009240 4774092 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/25064/statm: 40758 39508 176 584 0 40170 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 218920

[startup+3.10046 s]
/proc/loadavg: 1.68 1.92 1.96 3/181 25064
/proc/meminfo: memFree=29687048/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=37592 CPUtime=0.51 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 9044 0 0 0 46 5 0 0 20 0 1 0 384289109 38494208 7938 33554432000 4194304 6004724 140736843892080 140736843886128 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25059/statm: 9398 7938 164 442 0 8952 0
[pid=25063] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25063/stat : 25063 (cp2_pre.sh) S 25059 25056 14782 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384289162 9367552 277 33554432000 4194304 5064252 140737072851040 140737072849744 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25063/statm: 2287 277 234 213 0 72 0
[pid=25064] ppid=25063 vsize=188432 CPUtime=2.56 cores=1,3,5,7
/proc/25064/stat : 25064 (coprocessor) R 25063 25056 14782 0 -1 4202496 33768 0 0 0 249 7 0 0 20 0 1 0 384289162 192954368 46057 33554432000 4194304 6586260 140736179012480 140736179007848 4676454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/25064/statm: 47108 46057 192 584 0 46520 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 244320

[startup+6.30027 s]
/proc/loadavg: 1.78 1.94 1.96 3/183 25069
/proc/meminfo: memFree=29143428/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=37592 CPUtime=6.27 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) R 25056 25056 14782 0 -1 4202496 10687 58449 0 0 55 19 529 24 20 0 1 0 384289109 38494208 7944 33554432000 4194304 6004724 140736843892080 140736843886704 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25059/statm: 9398 7944 170 442 0 8952 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 46740

[startup+12.7004 s]
/proc/loadavg: 1.96 1.97 1.97 3/183 25076
/proc/meminfo: memFree=28407256/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=182208 CPUtime=8.69 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 17477 58963 0 0 210 104 529 26 20 0 1 0 384289109 186580992 36337 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 16 0 0
/proc/25059/statm: 45552 36337 179 442 0 45106 0
[pid=25075] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25075/stat : 25075 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384289997 9367552 266 33554432000 4194304 5064252 140735798454992 140735798453904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25075/statm: 2287 266 226 213 0 72 0
[pid=25076] ppid=25075 vsize=348916 CPUtime=2.77 cores=1,3,5,7
/proc/25076/stat : 25076 (glucose) R 25075 25056 14782 0 -1 4202496 58786 0 0 0 257 20 0 0 20 0 1 0 384289998 357289984 74515 33554432000 4194304 5208918 140735390324336 140735390322184 4229365 0 0 4096 0 0 0 0 17 5 0 0 103 0 0
/proc/25076/statm: 87229 74515 95 248 0 86978 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 549420

[startup+25.5004 s]
/proc/loadavg: 2.11 2.00 1.98 3/181 25084
/proc/meminfo: memFree=29483252/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=165176 CPUtime=24.28 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) R 25056 25056 14782 0 -1 4202496 25880 126305 0 0 316 108 1913 91 20 0 1 0 384289109 169140224 24945 33554432000 4194304 6004724 140736843892080 140736843885016 4581408 0 0 4096 0 0 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 41294 24945 181 442 0 40848 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 174324

[startup+51.1005 s]
/proc/loadavg: 2.07 2.00 1.98 3/183 25093
/proc/meminfo: memFree=29156316/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=163288 CPUtime=29.63 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 34482 186114 0 0 451 141 2222 149 20 0 1 0 384289109 167206912 24473 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 16 0 0
/proc/25059/statm: 40822 24473 181 442 0 40376 0
[pid=25092] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25092/stat : 25092 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384292272 9367552 266 33554432000 4194304 5064252 140736527436608 140736527435520 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25092/statm: 2287 266 226 213 0 72 0
[pid=25093] ppid=25092 vsize=289196 CPUtime=19.46 cores=1,3,5,7
/proc/25093/stat : 25093 (glucose) R 25092 25056 14782 0 -1 4202496 47771 0 0 0 1931 15 0 0 20 0 1 0 384292272 296136704 60301 33554432000 4194304 5208918 140733881778400 140733881776232 4229850 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25093/statm: 72299 60301 105 248 0 72048 0
Current children cumulated CPU time (s) 49.09
Current children cumulated vsize (KiB) 470780

[startup+102.307 s]
/proc/loadavg: 2.08 2.01 1.99 3/183 25100
/proc/meminfo: memFree=29196048/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=231972 CPUtime=39.46 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 43769 0 0 0 3934 12 0 0 20 0 1 0 384295392 237539328 54806 33554432000 4194304 5208918 140734694982832 140734694980664 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 57993 54806 104 248 0 57742 0
Current children cumulated CPU time (s) 100.27
Current children cumulated vsize (KiB) 346844

[startup+162.3 s]
/proc/loadavg: 2.16 2.04 2.00 3/183 25107
/proc/meminfo: memFree=28197064/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=234392 CPUtime=99.44 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 45819 0 0 0 9931 13 0 0 20 0 1 0 384295392 240017408 55248 33554432000 4194304 5208918 140734694982832 140734694980920 4211665 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 58598 55248 104 248 0 58347 0
Current children cumulated CPU time (s) 160.25
Current children cumulated vsize (KiB) 349264

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 25108
/proc/meminfo: memFree=28119144/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 67479 0 0 0 129849 72 0 0 20 0 1 0 384295392 433094656 94578 33554432000 4194304 5208918 140734694982832 140734694980664 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 105736 94578 104 248 0 105485 0
Current children cumulated CPU time (s) 1360.02
Current children cumulated vsize (KiB) 537816

[startup+1422.31 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 25154
/proc/meminfo: memFree=28307340/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=341556 CPUtime=1359.21 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 68293 0 0 0 135846 75 0 0 20 0 1 0 384295392 349753344 74442 33554432000 4194304 5208918 140734694982832 140734694980984 4229374 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 85389 74442 104 248 0 85138 0
Current children cumulated CPU time (s) 1420.02
Current children cumulated vsize (KiB) 456428

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 25155
/proc/meminfo: memFree=28249760/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=424836 CPUtime=1419.19 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 68657 0 0 0 141843 76 0 0 20 0 1 0 384295392 435032064 87069 33554432000 4194304 5208918 140734694982832 140734694978600 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 106209 87069 104 248 0 105958 0
Current children cumulated CPU time (s) 1480
Current children cumulated vsize (KiB) 539708

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 25155
/proc/meminfo: memFree=28260152/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=343448 CPUtime=1479.18 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 69509 0 0 0 147838 80 0 0 20 0 1 0 384295392 351690752 74118 33554432000 4194304 5208918 140734694982832 140734694980984 4229992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 85862 74118 104 248 0 85611 0
Current children cumulated CPU time (s) 1539.99
Current children cumulated vsize (KiB) 458320

[startup+1602.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/184 25158
/proc/meminfo: memFree=27864000/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=561124 CPUtime=1539.17 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 71353 0 0 0 153834 83 0 0 20 0 1 0 384295392 574590976 107642 33554432000 4194304 5208918 140734694982832 140734694980984 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 140281 107642 104 248 0 140030 0
Current children cumulated CPU time (s) 1599.98
Current children cumulated vsize (KiB) 675996

[startup+1662.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 25158
/proc/meminfo: memFree=27855368/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=563028 CPUtime=1599.17 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 73374 0 0 0 159825 92 0 0 20 0 1 0 384295392 576540672 130564 33554432000 4194304 5208918 140734694982832 140734694980680 4211756 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 140757 130564 104 248 0 140506 0
Current children cumulated CPU time (s) 1659.98
Current children cumulated vsize (KiB) 677900

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 25158
/proc/meminfo: memFree=27921376/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=432956 CPUtime=1659.15 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 76532 0 0 0 165803 112 0 0 20 0 1 0 384295392 443346944 101731 33554432000 4194304 5208918 140734694982832 140734694980984 4229504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 108239 101731 104 248 0 107988 0
Current children cumulated CPU time (s) 1719.96
Current children cumulated vsize (KiB) 547828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 25159
/proc/meminfo: memFree=27839456/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=566900 CPUtime=1719.15 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 78927 0 0 0 171791 124 0 0 20 0 1 0 384295392 580505600 112498 33554432000 4194304 5208918 140734694982832 140734694980984 4211550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 141725 112498 104 248 0 141474 0
Current children cumulated CPU time (s) 1779.96
Current children cumulated vsize (KiB) 681772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.07 2.05 2.00 3/183 25159
/proc/meminfo: memFree=27968260/32873844 swapFree=7628/7628
[pid=25056] ppid=25053 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25056/stat : 25056 (npSolver-pbo.sh) S 25053 25056 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384289109 9367552 275 33554432000 4194304 5064252 140736511362752 140736511361664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25056/statm: 2287 275 233 213 0 72 0
[pid=25059] ppid=25056 vsize=96576 CPUtime=60.81 cores=1,3,5,7
/proc/25059/stat : 25059 (npSolver-pbo) S 25056 25056 14782 0 -1 4202496 42103 241992 0 0 540 154 5190 197 20 0 1 0 384289109 98893824 21619 33554432000 4194304 6004724 140736843892080 140736843884432 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 16 0 0
/proc/25059/statm: 24144 21619 181 442 0 23698 0
[pid=25099] ppid=25059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25099/stat : 25099 (satsolver.sh) S 25059 25056 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384295392 9367552 267 33554432000 4194304 5064252 140737227555760 140737227554672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25099/statm: 2287 267 226 213 0 72 0
[pid=25100] ppid=25099 vsize=781956 CPUtime=1739.25 cores=1,3,5,7
/proc/25100/stat : 25100 (glucose) R 25099 25056 14782 0 -1 4202496 79574 0 0 0 173799 126 0 0 20 0 1 0 384295392 800722944 144827 33554432000 4194304 5208918 140734694982832 140734694980680 4211719 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25100/statm: 195489 144827 104 248 0 195238 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 896828

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 25056 and gives
#  childrusage.ru_utime.tv_sec=57
#  childrusage.ru_utime.tv_usec=317286
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=531463
# CPU time returned by wait4() is 60.8488
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.42
CPU time (s): 1800.06
CPU user time (s): 1795.29
CPU system time (s): 4.77
CPU usage (%): 99.8693
Max. virtual memory (cumulated for all children) (KiB): 1026924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3173
system time used= 3.53146
maximum resident set size= 375036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 830528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4508
involuntary context switches= 129

runsolver used 3.01754 second user time and 8.5317 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-08 20:54:02
IDJOB=3750094
IDBENCH=92758
IDSOLVER=2334
FILE ID=node146/3750094-1339181642
RUNJOBID= node146-1339181642-25032
PBS_JOBID= 14643816
Free space on /tmp= 70724 MiB

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

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

MD5SUM BENCH= b79cf832cc8fb39cc9e05c792def1a32
RANDOM SEED=147071016

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30083504 kB
Buffers:          400304 kB
Cached:          1491636 kB
SwapCached:         2168 kB
Active:          1871432 kB
Inactive:          24580 kB
Active(anon):       2344 kB
Inactive(anon):     4020 kB
Active(file):    1869088 kB
Inactive(file):    20560 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             19544 kB
Writeback:             0 kB
AnonPages:         24824 kB
Mapped:             8188 kB
Shmem:                 0 kB
Slab:             753176 kB
SReclaimable:     192460 kB
SUnreclaim:       560716 kB
KernelStack:        1408 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 70364 MiB
End job on node146 at 2012-06-08 21:24:04