Trace number 3750096

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.1 1802.91

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_9.opb
MD5SUM9dfe9f707e4bec0ff7b60653d14cbd16
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4065875
Best CPU time to get the best result obtained on this benchmark1800.37
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 126506008
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 91840906354
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 126506008
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 91840906354
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.08/6.12	c model valid
6.08/6.12	c current solution ok
7.18/7.21	o 53468887
7.18/7.21	c current bound: 26734478
7.18/7.21	c fallback to adder encoding
197.49/200.06	c model valid
197.49/200.06	c current solution ok
197.49/200.10	o 22007829
197.49/200.10	c current bound: 11003949
197.49/200.10	c fallback to adder encoding
569.13/571.75	c model valid
569.13/571.75	c current solution ok
569.13/571.78	o 9570477
569.13/571.78	c current bound: 4785273
569.13/571.78	c fallback to adder encoding
1800.10/1802.91	c error: unexpected solver exit code
1800.10/1802.91	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-3750096-1339181132/watcher-3750096-1339181132 -o /tmp/evaluation-result-3750096-1339181132/solver-3750096-1339181132 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750096-1339181132.opb 1709389056 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.34 1.83 1.94 3/175 31690
/proc/meminfo: memFree=31740492/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0

[startup+0.0373889 s]
/proc/loadavg: 1.34 1.83 1.94 3/175 31690
/proc/meminfo: memFree=31740492/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100238 s]
/proc/loadavg: 1.34 1.83 1.94 3/175 31690
/proc/meminfo: memFree=31740492/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 1.34 1.83 1.94 3/175 31690
/proc/meminfo: memFree=31740492/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 1.34 1.83 1.94 3/175 31690
/proc/meminfo: memFree=31740492/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/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.34 1.83 1.94 3/185 31700
/proc/meminfo: memFree=31404032/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=37596 CPUtime=0.52 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 8541 0 0 0 47 5 0 0 20 0 1 0 28080221 38498304 7942 33554432000 4194304 6004724 140735440188288 140735440182336 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31693/statm: 9399 7942 164 442 0 8953 0
[pid=31699] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31699/stat : 31699 (cp2_pre.sh) S 31693 31690 30631 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 28080274 9367552 277 33554432000 4194304 5064252 140736937107520 140736937106224 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31699/statm: 2287 277 234 213 0 72 0
[pid=31700] ppid=31699 vsize=163032 CPUtime=0.96 cores=1,3,5,7
/proc/31700/stat : 31700 (coprocessor) R 31699 31690 30631 0 -1 4202496 29065 0 0 0 90 6 0 0 20 0 1 0 28080274 166944768 39310 33554432000 4194304 6586260 140734336715888 140734336711816 4789372 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31700/statm: 40758 39310 176 584 0 40170 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 218924

[startup+3.10038 s]
/proc/loadavg: 1.34 1.83 1.94 3/185 31700
/proc/meminfo: memFree=31291180/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=37596 CPUtime=0.52 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 8541 0 0 0 47 5 0 0 20 0 1 0 28080221 38498304 7942 33554432000 4194304 6004724 140735440188288 140735440182336 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31693/statm: 9399 7942 164 442 0 8953 0
[pid=31699] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31699/stat : 31699 (cp2_pre.sh) S 31693 31690 30631 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 28080274 9367552 277 33554432000 4194304 5064252 140736937107520 140736937106224 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31699/statm: 2287 277 234 213 0 72 0
[pid=31700] ppid=31699 vsize=188432 CPUtime=2.55 cores=1,3,5,7
/proc/31700/stat : 31700 (coprocessor) R 31699 31690 30631 0 -1 4202496 33044 0 0 0 249 6 0 0 20 0 1 0 28080274 192954368 45844 33554432000 4194304 6586260 140734336715888 140734336711256 4683792 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31700/statm: 47108 45844 192 584 0 46520 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 244324

[startup+6.30026 s]
/proc/loadavg: 1.47 1.85 1.95 3/183 31710
/proc/meminfo: memFree=31572088/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=37596 CPUtime=6.28 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) R 31690 31690 30631 0 -1 4202496 10184 59077 0 0 53 21 531 23 20 0 1 0 28080221 38498304 7948 33554432000 4194304 6004724 140735440188288 140735440182912 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31693/statm: 9399 7948 170 442 0 8953 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46744

[startup+12.7004 s]
/proc/loadavg: 1.59 1.87 1.95 3/185 31720
/proc/meminfo: memFree=30645040/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=180472 CPUtime=8.53 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 16261 59592 0 0 184 113 531 25 20 0 1 0 28080221 184803328 30790 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 45118 30790 179 442 0 44672 0
[pid=31719] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31719/stat : 31719 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28081319 9367552 267 33554432000 4194304 5064252 140734614533728 140734614532640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31719/statm: 2287 267 226 213 0 72 0
[pid=31720] ppid=31719 vsize=299500 CPUtime=1.7 cores=1,3,5,7
/proc/31720/stat : 31720 (glucose) R 31719 31690 30631 0 -1 4202496 48096 0 0 0 157 13 0 0 20 0 1 0 28081319 306688000 62944 33554432000 4194304 5208918 140735231457696 140735231455544 4205244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31720/statm: 74875 62944 95 248 0 74624 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 498268

[startup+25.5004 s]
/proc/loadavg: 1.75 1.89 1.96 3/185 31720
/proc/meminfo: memFree=30683744/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=180472 CPUtime=8.53 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 16261 59592 0 0 184 113 531 25 20 0 1 0 28080221 184803328 30790 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 45118 30790 179 442 0 44672 0
[pid=31719] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31719/stat : 31719 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28081319 9367552 267 33554432000 4194304 5064252 140734614533728 140734614532640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31719/statm: 2287 267 226 213 0 72 0
[pid=31720] ppid=31719 vsize=302576 CPUtime=14.5 cores=1,3,5,7
/proc/31720/stat : 31720 (glucose) R 31719 31690 30631 0 -1 4202496 49064 0 0 0 1437 13 0 0 20 0 1 0 28081319 309837824 64934 33554432000 4194304 5208918 140735231457696 140735231455544 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31720/statm: 75644 64934 105 248 0 75393 0
Current children cumulated CPU time (s) 23.03
Current children cumulated vsize (KiB) 501344

[startup+51.1004 s]
/proc/loadavg: 1.83 1.90 1.96 3/185 31720
/proc/meminfo: memFree=30680092/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=180472 CPUtime=8.53 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 16261 59592 0 0 184 113 531 25 20 0 1 0 28080221 184803328 30790 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 45118 30790 179 442 0 44672 0
[pid=31719] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31719/stat : 31719 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28081319 9367552 267 33554432000 4194304 5064252 140734614533728 140734614532640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31719/statm: 2287 267 226 213 0 72 0
[pid=31720] ppid=31719 vsize=304344 CPUtime=40.1 cores=1,3,5,7
/proc/31720/stat : 31720 (glucose) R 31719 31690 30631 0 -1 4202496 49431 0 0 0 3997 13 0 0 20 0 1 0 28081319 311648256 65807 33554432000 4194304 5208918 140735231457696 140735231455368 4229125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31720/statm: 76086 65807 105 248 0 75835 0
Current children cumulated CPU time (s) 48.63
Current children cumulated vsize (KiB) 503112

[startup+102.3 s]
/proc/loadavg: 1.93 1.91 1.96 3/185 31720
/proc/meminfo: memFree=30650528/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=180472 CPUtime=8.53 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 16261 59592 0 0 184 113 531 25 20 0 1 0 28080221 184803328 30790 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 45118 30790 179 442 0 44672 0
[pid=31719] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31719/stat : 31719 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28081319 9367552 267 33554432000 4194304 5064252 140734614533728 140734614532640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31719/statm: 2287 267 226 213 0 72 0
[pid=31720] ppid=31719 vsize=355564 CPUtime=91.29 cores=1,3,5,7
/proc/31720/stat : 31720 (glucose) R 31719 31690 30631 0 -1 4202496 52457 0 0 0 9107 22 0 0 20 0 1 0 28081319 364097536 73064 33554432000 4194304 5208918 140735231457696 140735231455848 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31720/statm: 88891 73064 105 248 0 88640 0
Current children cumulated CPU time (s) 99.82
Current children cumulated vsize (KiB) 554332

[startup+162.3 s]
/proc/loadavg: 1.97 1.92 1.96 3/185 31721
/proc/meminfo: memFree=30593248/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=180472 CPUtime=8.53 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 16261 59592 0 0 184 113 531 25 20 0 1 0 28080221 184803328 30790 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 45118 30790 179 442 0 44672 0
[pid=31719] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31719/stat : 31719 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28081319 9367552 267 33554432000 4194304 5064252 140734614533728 140734614532640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31719/statm: 2287 267 226 213 0 72 0
[pid=31720] ppid=31719 vsize=438032 CPUtime=151.28 cores=1,3,5,7
/proc/31720/stat : 31720 (glucose) R 31719 31690 30631 0 -1 4202496 54907 0 0 0 15096 32 0 0 20 0 1 0 28081319 448544768 87277 33554432000 4194304 5208918 140735231457696 140735231455848 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31720/statm: 109508 87277 105 248 0 109257 0
Current children cumulated CPU time (s) 159.81

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

/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 64939 0 0 0 84884 57 0 0 20 0 1 0 28137493 281890816 65447 33554432000 4194304 5208918 140733210859664 140733210857816 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 68821 65447 104 248 0 68570 0
Current children cumulated CPU time (s) 1419.55
Current children cumulated vsize (KiB) 389876

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/186 31772
/proc/meminfo: memFree=30727824/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=277676 CPUtime=909.4 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 66291 0 0 0 90879 61 0 0 20 0 1 0 28137493 284340224 65110 33554432000 4194304 5208918 140733210859664 140733210857752 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 69419 65110 104 248 0 69168 0
Current children cumulated CPU time (s) 1479.54
Current children cumulated vsize (KiB) 392268

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31772
/proc/meminfo: memFree=30499332/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=541412 CPUtime=969.4 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 70094 0 0 0 96866 74 0 0 20 0 1 0 28137493 554405888 122712 33554432000 4194304 5208918 140733210859664 140733210857816 4215351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 135353 122712 104 248 0 135102 0
Current children cumulated CPU time (s) 1539.54
Current children cumulated vsize (KiB) 656004

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31772
/proc/meminfo: memFree=30706536/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=329628 CPUtime=1029.38 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 73434 0 0 0 102853 85 0 0 20 0 1 0 28137493 337539072 67927 33554432000 4194304 5208918 140733210859664 140733210857512 4211561 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 82407 67927 104 248 0 82156 0
Current children cumulated CPU time (s) 1599.52
Current children cumulated vsize (KiB) 444220

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31772
/proc/meminfo: memFree=30704164/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=331116 CPUtime=1089.37 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 73773 0 0 0 108851 86 0 0 20 0 1 0 28137493 339062784 74398 33554432000 4194304 5208918 140733210859664 140733210857416 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 82779 74398 104 248 0 82528 0
Current children cumulated CPU time (s) 1659.51
Current children cumulated vsize (KiB) 445708

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31773
/proc/meminfo: memFree=30683376/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=334948 CPUtime=1149.36 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 74372 0 0 0 114849 87 0 0 20 0 1 0 28137493 342986752 78574 33554432000 4194304 5208918 140733210859664 140733210856040 4229745 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 83737 78574 104 248 0 83486 0
Current children cumulated CPU time (s) 1719.5
Current children cumulated vsize (KiB) 449540

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31773
/proc/meminfo: memFree=30704728/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=334948 CPUtime=1209.36 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 76212 0 0 0 120845 91 0 0 20 0 1 0 28137493 342986752 71221 33554432000 4194304 5208918 140733210859664 140733210857816 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 83737 71221 104 248 0 83486 0
Current children cumulated CPU time (s) 1779.5
Current children cumulated vsize (KiB) 449540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.9 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31815
/proc/meminfo: memFree=31017756/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=336924 CPUtime=1229.96 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 76297 0 0 0 122905 91 0 0 20 0 1 0 28137493 345010176 74372 33554432000 4194304 5208918 140733210859664 140733210857496 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 84231 74372 104 248 0 83980 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 451516

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.9 s]
/proc/loadavg: 2.00 1.98 1.97 3/185 31815
/proc/meminfo: memFree=31017756/32873844 swapFree=7132/7132
[pid=31690] ppid=31687 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31690/stat : 31690 (npSolver-pbo.sh) S 31687 31690 30631 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 28080221 9367552 275 33554432000 4194304 5064252 140736554308592 140736554307504 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2287 275 233 213 0 72 0
[pid=31693] ppid=31690 vsize=96296 CPUtime=570.14 cores=1,3,5,7
/proc/31693/stat : 31693 (npSolver-pbo) S 31690 31690 30631 0 -1 4202496 30175 197937 0 0 372 140 56296 206 20 0 1 0 28080221 98607104 20532 33554432000 4194304 6004724 140735440188288 140735440180640 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 243 0 0
/proc/31693/statm: 24074 20532 181 442 0 23628 0
[pid=31738] ppid=31693 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31693 31690 30631 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 28137492 9367552 267 33554432000 4194304 5064252 140735103692304 140735103691216 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=336924 CPUtime=1229.96 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31690 30631 0 -1 4202496 76297 0 0 0 122905 91 0 0 20 0 1 0 28137493 345010176 74372 33554432000 4194304 5208918 140733210859664 140733210857496 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31739/statm: 84231 74372 104 248 0 83980 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 451516

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31690 and gives
#  childrusage.ru_utime.tv_sec=566
#  childrusage.ru_utime.tv_usec=692849
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=477471
# CPU time returned by wait4() is 570.17
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.91
CPU time (s): 1800.1
CPU user time (s): 1795.73
CPU system time (s): 4.37
CPU usage (%): 99.8439
Max. virtual memory (cumulated for all children) (KiB): 866296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 566.693
system time used= 3.47747
maximum resident set size= 584000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 565408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2972
involuntary context switches= 629

runsolver used 3.72643 second user time and 9.8735 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-08 20:45:32
IDJOB=3750096
IDBENCH=92731
IDSOLVER=2334
FILE ID=node132/3750096-1339181132
RUNJOBID= node132-1339181132-31666
PBS_JOBID= 14643810
Free space on /tmp= 71024 MiB

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

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

MD5SUM BENCH= 9dfe9f707e4bec0ff7b60653d14cbd16
RANDOM SEED=1709389056

node132.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.213
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.42
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.56
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31742036 kB
Buffers:          211100 kB
Cached:           102784 kB
SwapCached:         2676 kB
Active:           284252 kB
Inactive:          45108 kB
Active(anon):       1312 kB
Inactive(anon):    11908 kB
Active(file):     282940 kB
Inactive(file):    33200 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67106180 kB
Dirty:             18652 kB
Writeback:             0 kB
AnonPages:         15424 kB
Mapped:            10796 kB
Shmem:               208 kB
Slab:             661756 kB
SReclaimable:     104036 kB
SUnreclaim:       557720 kB
KernelStack:        1392 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70912 MiB
End job on node132 at 2012-06-08 21:15:35