Trace number 3701797

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

Solver Data

0.00/0.03	c run usual solver
0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.25	o 0
0.00/0.25	c current bound: 250
0.00/0.25	c (debug) using card networks
86.14/86.25	c current bound: 375
86.14/86.25	c (debug) using card networks
1800.05/1800.40	./satsolver.sh: line 5: 14765 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	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-3701797-1338077291/watcher-3701797-1338077291 -o /tmp/evaluation-result-3701797-1338077291/solver-3701797-1338077291 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701797-1338077291.opb 471705789 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14743
/proc/meminfo: memFree=30403424/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0

[startup+0.01869 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14743
/proc/meminfo: memFree=30403424/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14743
/proc/meminfo: memFree=30403424/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14743
/proc/meminfo: memFree=30403424/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14743
/proc/meminfo: memFree=30403424/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 14757
/proc/meminfo: memFree=30390736/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5112 CPUtime=0.23 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1493 8402 0 0 5 4 11 3 20 0 1 0 273853475 5234688 870 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1278 870 179 440 0 834 0
[pid=14756] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14756/stat : 14756 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273853501 9367552 267 33554432000 4194304 5064252 140735483132000 140735483130912 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14756/statm: 2287 267 226 213 0 72 0
[pid=14757] ppid=14756 vsize=11804 CPUtime=1.22 cores=0,2,4,6
/proc/14757/stat : 14757 (glucose) R 14756 14743 9087 0 -1 4202496 2767 0 0 0 122 0 0 0 20 0 1 0 273853501 12087296 2303 33554432000 4194304 5208918 140733296291504 140733296289592 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14757/statm: 2951 2303 104 248 0 2700 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 35212

[startup+3.10037 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 14757
/proc/meminfo: memFree=30389488/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5112 CPUtime=0.23 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1493 8402 0 0 5 4 11 3 20 0 1 0 273853475 5234688 870 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1278 870 179 440 0 834 0
[pid=14756] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14756/stat : 14756 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273853501 9367552 267 33554432000 4194304 5064252 140735483132000 140735483130912 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14756/statm: 2287 267 226 213 0 72 0
[pid=14757] ppid=14756 vsize=13676 CPUtime=2.83 cores=0,2,4,6
/proc/14757/stat : 14757 (glucose) R 14756 14743 9087 0 -1 4202496 3595 0 0 0 282 1 0 0 20 0 1 0 273853501 14004224 2980 33554432000 4194304 5208918 140733296291504 140733296289448 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14757/statm: 3419 2980 104 248 0 3168 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37084

[startup+6.30036 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 14757
/proc/meminfo: memFree=30383036/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5112 CPUtime=0.23 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1493 8402 0 0 5 4 11 3 20 0 1 0 273853475 5234688 870 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1278 870 179 440 0 834 0
[pid=14756] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14756/stat : 14756 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273853501 9367552 267 33554432000 4194304 5064252 140735483132000 140735483130912 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14756/statm: 2287 267 226 213 0 72 0
[pid=14757] ppid=14756 vsize=18028 CPUtime=6.03 cores=0,2,4,6
/proc/14757/stat : 14757 (glucose) R 14756 14743 9087 0 -1 4202496 4172 0 0 0 602 1 0 0 20 0 1 0 273853501 18460672 4050 33554432000 4194304 5208918 140733296291504 140733296287880 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14757/statm: 4507 4050 104 248 0 4256 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41436

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 14757
/proc/meminfo: memFree=30377284/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5112 CPUtime=0.23 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1493 8402 0 0 5 4 11 3 20 0 1 0 273853475 5234688 870 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1278 870 179 440 0 834 0
[pid=14756] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14756/stat : 14756 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273853501 9367552 267 33554432000 4194304 5064252 140735483132000 140735483130912 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14756/statm: 2287 267 226 213 0 72 0
[pid=14757] ppid=14756 vsize=20748 CPUtime=12.42 cores=0,2,4,6
/proc/14757/stat : 14757 (glucose) R 14756 14743 9087 0 -1 4202496 4945 0 0 0 1241 1 0 0 20 0 1 0 273853501 21245952 4769 33554432000 4194304 5208918 140733296291504 140733296289368 4213749 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14757/statm: 5187 4769 104 248 0 4936 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 44156

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 14757
/proc/meminfo: memFree=30364440/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5112 CPUtime=0.23 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1493 8402 0 0 5 4 11 3 20 0 1 0 273853475 5234688 870 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1278 870 179 440 0 834 0
[pid=14756] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14756/stat : 14756 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273853501 9367552 267 33554432000 4194304 5064252 140735483132000 140735483130912 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14756/statm: 2287 267 226 213 0 72 0
[pid=14757] ppid=14756 vsize=36972 CPUtime=25.23 cores=0,2,4,6
/proc/14757/stat : 14757 (glucose) R 14756 14743 9087 0 -1 4202496 5912 0 0 0 2521 2 0 0 20 0 1 0 273853501 37859328 7058 33554432000 4194304 5208918 140733296291504 140733296287880 4212757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14757/statm: 9243 7058 104 248 0 8992 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60380

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 14757
/proc/meminfo: memFree=30417268/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5112 CPUtime=0.23 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1493 8402 0 0 5 4 11 3 20 0 1 0 273853475 5234688 870 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1278 870 179 440 0 834 0
[pid=14756] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14756/stat : 14756 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273853501 9367552 267 33554432000 4194304 5064252 140735483132000 140735483130912 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14756/statm: 2287 267 226 213 0 72 0
[pid=14757] ppid=14756 vsize=36972 CPUtime=50.82 cores=0,2,4,6
/proc/14757/stat : 14757 (glucose) R 14756 14743 9087 0 -1 4202496 6166 0 0 0 5080 2 0 0 20 0 1 0 273853501 37859328 8834 33554432000 4194304 5208918 140733296291504 140733296287880 4229699 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14757/statm: 9243 8834 104 248 0 8992 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 60380

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14765
/proc/meminfo: memFree=30376732/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=41276 CPUtime=16.02 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 7865 0 0 0 1601 1 0 0 20 0 1 0 273862102 42266624 8610 33554432000 4194304 5208918 140735097558080 140735097556024 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 10319 8610 104 248 0 10068 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 64724

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14768
/proc/meminfo: memFree=30329996/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 14844
/proc/meminfo: memFree=30402816/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=84184 CPUtime=1275.8 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 12508 0 0 0 127543 37 0 0 20 0 1 0 273862102 86204416 20693 33554432000 4194304 5208918 140735097558080 140735097554456 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 21046 20693 104 248 0 20795 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 107632

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14844
/proc/meminfo: memFree=30351576/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=164324 CPUtime=1335.79 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 12772 0 0 0 133540 39 0 0 20 0 1 0 273862102 168267776 33599 33554432000 4194304 5208918 140735097558080 140735097556232 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 41081 33599 104 248 0 40830 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 187772

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14844
/proc/meminfo: memFree=30403224/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=133504 CPUtime=1395.78 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 12837 0 0 0 139538 40 0 0 20 0 1 0 273862102 136708096 28412 33554432000 4194304 5208918 140735097558080 140735097556072 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 33376 28412 104 248 0 33125 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 156952

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 14844
/proc/meminfo: memFree=30360840/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=84380 CPUtime=1455.76 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 12881 0 0 0 145536 40 0 0 20 0 1 0 273862102 86405120 20731 33554432000 4194304 5208918 140735097558080 140735097555928 4229888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 21095 20731 104 248 0 20844 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 107828

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 14844
/proc/meminfo: memFree=30373632/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=115564 CPUtime=1515.75 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 13616 0 0 0 151534 41 0 0 20 0 1 0 273862102 118337536 26518 33554432000 4194304 5208918 140735097558080 140735097556024 4205174 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 28891 26518 104 248 0 28640 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 139012

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 14846
/proc/meminfo: memFree=30362940/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=115564 CPUtime=1575.74 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 14162 0 0 0 157532 42 0 0 20 0 1 0 273862102 118337536 28537 33554432000 4194304 5208918 140735097558080 140735097556168 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 28891 28537 104 248 0 28640 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 139012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14846
/proc/meminfo: memFree=30362900/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=115564 CPUtime=1635.74 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 14304 0 0 0 163530 44 0 0 20 0 1 0 273862102 118337536 28537 33554432000 4194304 5208918 140735097558080 140735097556168 4212649 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 28891 28537 104 248 0 28640 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 139012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14846
/proc/meminfo: memFree=30255536/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=195704 CPUtime=1695.73 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 14446 0 0 0 169527 46 0 0 20 0 1 0 273862102 200400896 47075 33554432000 4194304 5208918 140735097558080 140735097554392 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 48926 47075 104 248 0 48675 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 219152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14846
/proc/meminfo: memFree=30362628/32873844 swapFree=7388/7388
[pid=14743] ppid=14741 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (npSolver-pbo.sh) S 14741 14743 9087 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273853474 9367552 275 33554432000 4194304 5064252 140734672597120 140734672596032 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14743/statm: 2287 275 233 213 0 72 0
[pid=14744] ppid=14743 vsize=5152 CPUtime=86.22 cores=0,2,4,6
/proc/14744/stat : 14744 (npSolver-pbo) S 14743 14743 9087 0 -1 4202496 1923 18221 0 0 6 4 8605 7 20 0 1 0 273853475 5275648 890 33554432000 4194304 5992684 140733547707472 140733547699792 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14744/statm: 1288 890 179 440 0 844 0
[pid=14764] ppid=14744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14764/stat : 14764 (satsolver.sh) S 14744 14743 9087 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273862101 9367552 267 33554432000 4194304 5064252 140736484432192 140736484431104 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14764/statm: 2287 267 226 213 0 72 0
[pid=14765] ppid=14764 vsize=115564 CPUtime=1713.83 cores=0,2,4,6
/proc/14765/stat : 14765 (glucose) R 14764 14743 9087 0 -1 4202496 15252 0 0 0 171336 47 0 0 20 0 1 0 273862102 118337536 28537 33554432000 4194304 5208918 140735097558080 140735097556168 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 28891 28537 104 248 0 28640 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 139012

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.49
CPU system time (s): 0.601908
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 269240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.601908
maximum resident set size= 195576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113
involuntary context switches= 2237

runsolver used 3.56246 second user time and 8.06977 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-27 02:08:11
IDJOB=3701797
IDBENCH=48215
IDSOLVER=2277
FILE ID=node147/3701797-1338077291
RUNJOBID= node147-1338052925-9103
PBS_JOBID= 14624395
Free space on /tmp= 71648 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701797-1338077291/watcher-3701797-1338077291 -o /tmp/evaluation-result-3701797-1338077291/solver-3701797-1338077291 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701797-1338077291.opb 471705789 HOME HOME

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=471705789

node147.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.951
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	: 5333.90
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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.87
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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        30405836 kB
Buffers:          312072 kB
Cached:          1165068 kB
SwapCached:         5068 kB
Active:           717628 kB
Inactive:         934656 kB
Active(anon):     170008 kB
Inactive(anon):     7596 kB
Active(file):     547620 kB
Inactive(file):   927060 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              8716 kB
Writeback:             0 kB
AnonPages:        180620 kB
Mapped:            10896 kB
Shmem:                 0 kB
Slab:             673240 kB
SReclaimable:     114360 kB
SUnreclaim:       558880 kB
KernelStack:        1488 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     327232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71640 MiB
End job on node147 at 2012-05-27 02:38:11