Trace number 3752899

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.06 1800.21

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552288--soft-66-100-0.wbo
MD5SUMaabd2abc5a32dbb90eb5074319abd403
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark44.8542
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints930
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46531
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c run usual solver
0.00/0.16	o 616
0.00/0.16	c starting approximation
0.00/0.16	c factor = 2
0.00/0.16	c factor still to low - shrinking to 3.43728
0.00/0.16	c approx number of clauses: 1e+06
0.00/0.16	c current bound: 308
117.10/117.43	c current bound: 308
233.08/233.42	c current bound: 308
346.61/346.98	c current bound: 308
461.16/461.55	c current bound: 308
577.71/578.12	c current bound: 308
706.29/706.71	c current bound: 308
820.51/820.94	c current bound: 308
939.21/939.66	c current bound: 308
1058.26/1058.73	c current bound: 308
1174.52/1175.01	c current bound: 308
1289.26/1289.58	c current bound: 308
1406.07/1406.59	c current bound: 308
1522.49/1523.03	c current bound: 308
1639.17/1639.72	c current bound: 308
1756.82/1757.42	c current bound: 308
1799.87/1800.20	./satsolver.sh: line 5: 10215 Terminated              ./glucose $1 > $2 2> /dev/null
1799.87/1800.20	c error: unexpected solver exit code
1799.87/1800.20	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-3752899-1339204401/watcher-3752899-1339204401 -o /tmp/evaluation-result-3752899-1339204401/solver-3752899-1339204401 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752899-1339204401.wbo 925237825 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: 4.68 3.54 2.79 3/177 30848
/proc/meminfo: memFree=29639656/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0

[startup+0.0183669 s]
/proc/loadavg: 4.68 3.54 2.79 3/177 30848
/proc/meminfo: memFree=29639656/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10035 s]
/proc/loadavg: 4.68 3.54 2.79 3/177 30848
/proc/meminfo: memFree=29639656/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 4.68 3.54 2.79 3/177 30848
/proc/meminfo: memFree=29639656/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 4.68 3.54 2.79 3/177 30848
/proc/meminfo: memFree=29639656/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 4.68 3.54 2.79 5/186 30879
/proc/meminfo: memFree=29542296/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=48228 CPUtime=1.22 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 10809 0 0 0 120 2 0 0 20 0 1 0 386568722 49385472 10654 33554432000 4194304 5208918 140736205857696 140736205856104 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 12057 10654 95 248 0 11806 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 87168

[startup+3.10035 s]
/proc/loadavg: 4.54 3.53 2.79 4/186 30886
/proc/meminfo: memFree=29542032/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=48228 CPUtime=2.82 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 10891 0 0 0 280 2 0 0 20 0 1 0 386568722 49385472 10735 33554432000 4194304 5208918 140736205857696 140736205856104 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 12057 10735 95 248 0 11806 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 87168

[startup+6.30032 s]
/proc/loadavg: 4.54 3.53 2.79 3/185 30907
/proc/meminfo: memFree=29539708/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=48360 CPUtime=6.02 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 11062 0 0 0 600 2 0 0 20 0 1 0 386568722 49520640 10905 33554432000 4194304 5208918 140736205857696 140736205855544 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 12090 10905 95 248 0 11839 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 87300

[startup+12.7003 s]
/proc/loadavg: 4.15 3.48 2.79 3/185 30949
/proc/meminfo: memFree=29542044/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=48492 CPUtime=12.42 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 11946 0 0 0 1240 2 0 0 20 0 1 0 386568722 49655808 10854 33554432000 4194304 5208918 140736205857696 140736205855544 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 12123 10854 96 248 0 11872 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 87432

[startup+25.5004 s]
/proc/loadavg: 3.82 3.43 2.78 3/185 31037
/proc/meminfo: memFree=29516620/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=53216 CPUtime=25.22 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 12491 0 0 0 2519 3 0 0 20 0 1 0 386568722 54493184 11904 33554432000 4194304 5208918 140736205857696 140736205855656 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 13304 11904 96 248 0 13053 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 92156

[startup+51.1004 s]
/proc/loadavg: 3.20 3.32 2.76 3/185 31199
/proc/meminfo: memFree=29500292/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=60400 CPUtime=50.81 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 13227 0 0 0 5077 4 0 0 20 0 1 0 386568722 61849600 13027 33554432000 4194304 5208918 140736205857696 140736205855640 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 15100 13027 96 248 0 14849 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 99340

[startup+102.307 s]
/proc/loadavg: 2.48 3.09 2.71 3/184 31535
/proc/meminfo: memFree=29481288/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=0.22 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 2626 5385 0 1 12 3 7 0 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=30875] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30875/stat : 30875 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386568721 9367552 267 33554432000 4194304 5064252 140735338241808 140735338240720 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30875/statm: 2287 267 226 213 0 72 0
[pid=30876] ppid=30875 vsize=83676 CPUtime=102.02 cores=0,2,4,6
/proc/30876/stat : 30876 (glucose) R 30875 30846 30805 0 -1 4202496 13858 0 0 0 10196 6 0 0 20 0 1 0 386568722 85684224 17124 33554432000 4194304 5208918 140736205857696 140736205855640 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30876/statm: 20919 17124 96 248 0 20668 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 122616

[startup+162.3 s]
/proc/loadavg: 2.17 2.89 2.66 3/184 31927
/proc/meminfo: memFree=29498520/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=117.48 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 3439 23741 0 1 21 4 11704 19 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=31639] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=7146] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7146/stat : 7146 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386697663 9367552 267 33554432000 4194304 5064252 140735404734048 140735404732960 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7146/statm: 2287 267 226 213 0 72 0
[pid=7147] ppid=7146 vsize=64996 CPUtime=72.59 cores=0,2,4,6
/proc/7147/stat : 7147 (glucose) R 7146 30846 30805 0 -1 4202496 13312 0 0 0 7257 2 0 0 20 0 1 0 386697663 66555904 14933 33554432000 4194304 5208918 140735757417632 140735757415720 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7147/statm: 16249 14933 96 248 0 15998 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 103936

[startup+1422.3 s]
/proc/loadavg: 1.95 2.02 2.16 3/183 8013
/proc/meminfo: memFree=29541968/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1406.44 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 12382 228765 0 1 120 14 140309 201 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=7914] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7914/stat : 7914 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386709364 9367552 266 33554432000 4194304 5064252 140733600153952 140733600152864 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7914/statm: 2287 266 226 213 0 72 0
[pid=7915] ppid=7914 vsize=52908 CPUtime=15.6 cores=0,2,4,6
/proc/7915/stat : 7915 (glucose) R 7914 30846 30805 0 -1 4202496 11727 0 0 0 1558 2 0 0 20 0 1 0 386709364 54177792 11028 33554432000 4194304 5208918 140736824896144 140736824894296 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7915/statm: 13227 11028 96 248 0 12976 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 91848

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.15 3/183 8405
/proc/meminfo: memFree=29528288/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1406.44 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 12382 228765 0 1 120 14 140309 201 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=7914] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7914/stat : 7914 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386709364 9367552 266 33554432000 4194304 5064252 140733600153952 140733600152864 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7914/statm: 2287 266 226 213 0 72 0
[pid=7915] ppid=7914 vsize=64996 CPUtime=75.58 cores=0,2,4,6
/proc/7915/stat : 7915 (glucose) R 7914 30846 30805 0 -1 4202496 13923 0 0 0 7555 3 0 0 20 0 1 0 386709364 66555904 14955 33554432000 4194304 5208918 140736824896144 140736824894232 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7915/statm: 16249 14955 96 248 0 15998 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 103936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/181 8802
/proc/meminfo: memFree=29561032/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1522.86 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 13195 248212 0 1 129 15 151926 216 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=8677] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8677/stat : 8677 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386721008 9367552 267 33554432000 4194304 5064252 140737091249216 140737091248128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8677/statm: 2287 267 226 213 0 72 0
[pid=8678] ppid=8677 vsize=53068 CPUtime=19.16 cores=0,2,4,6
/proc/8678/stat : 8678 (glucose) R 8677 30846 30805 0 -1 4202496 12380 0 0 0 1914 2 0 0 20 0 1 0 386721008 54341632 11223 33554432000 4194304 5208918 140733955325280 140733955323240 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8678/statm: 13267 11223 96 248 0 13016 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 92008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/184 9193
/proc/meminfo: memFree=29497864/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1522.86 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 13195 248212 0 1 129 15 151926 216 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=8677] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8677/stat : 8677 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386721008 9367552 267 33554432000 4194304 5064252 140737091249216 140737091248128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8677/statm: 2287 267 226 213 0 72 0
[pid=8678] ppid=8677 vsize=65000 CPUtime=79.14 cores=0,2,4,6
/proc/8678/stat : 8678 (glucose) R 8677 30846 30805 0 -1 4202496 14415 0 0 0 7911 3 0 0 20 0 1 0 386721008 66560000 14790 33554432000 4194304 5208918 140733955325280 140733955323368 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8678/statm: 16250 14790 96 248 0 15999 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 103940

[startup+1662.31 s]
/proc/loadavg: 2.00 2.01 2.12 3/183 9592
/proc/meminfo: memFree=29509872/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1639.53 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 14008 267996 0 1 138 15 163567 233 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=9444] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9444/stat : 9444 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386732677 9367552 267 33554432000 4194304 5064252 140736332363760 140736332362672 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9444/statm: 2287 267 226 213 0 72 0
[pid=9445] ppid=9444 vsize=53068 CPUtime=22.46 cores=0,2,4,6
/proc/9445/stat : 9445 (glucose) R 9444 30846 30805 0 -1 4202496 12468 0 0 0 2245 1 0 0 20 0 1 0 386732677 54341632 11633 33554432000 4194304 5208918 140736976919584 140736976917544 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9445/statm: 13267 11633 96 248 0 13016 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 92008

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.11 3/183 9977
/proc/meminfo: memFree=29507072/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1639.53 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 14008 267996 0 1 138 15 163567 233 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=9444] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9444/stat : 9444 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386732677 9367552 267 33554432000 4194304 5064252 140736332363760 140736332362672 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9444/statm: 2287 267 226 213 0 72 0
[pid=9445] ppid=9444 vsize=65000 CPUtime=82.45 cores=0,2,4,6
/proc/9445/stat : 9445 (glucose) R 9444 30846 30805 0 -1 4202496 13839 0 0 0 8243 2 0 0 20 0 1 0 386732677 66560000 15206 33554432000 4194304 5208918 140736976919584 140736976917672 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9445/statm: 16250 15206 96 248 0 15999 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 103940

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.10 3/183 10376
/proc/meminfo: memFree=29516824/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1757.21 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 14821 286847 0 1 147 16 175310 248 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=10214] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10214/stat : 10214 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386744447 9367552 266 33554432000 4194304 5064252 140733233843264 140733233842176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10214/statm: 2287 266 226 213 0 72 0
[pid=10215] ppid=10214 vsize=53068 CPUtime=24.77 cores=0,2,4,6
/proc/10215/stat : 10215 (glucose) R 10214 30846 30805 0 -1 4202496 12583 0 0 0 2476 1 0 0 20 0 1 0 386744447 54341632 11467 33554432000 4194304 5208918 140735398458960 140735398456920 4211792 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10215/statm: 13267 11467 96 248 0 13016 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 92008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.01 2.01 2.10 3/181 10526
/proc/meminfo: memFree=29503152/32873844 swapFree=7372/7372
[pid=30846] ppid=30843 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30846/stat : 30846 (npSolver-wbo-It) S 30843 30846 30805 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386568695 9367552 275 33554432000 4194304 5064252 140733656236304 140733656235216 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30846/statm: 2287 275 233 213 0 72 0
[pid=30850] ppid=30846 vsize=20644 CPUtime=1757.21 cores=0,2,4,6
/proc/30850/stat : 30850 (npSolver-wbo) S 30846 30846 30805 0 -1 4202496 14821 286847 0 1 147 16 175310 248 20 0 1 0 386568695 21139456 4806 33554432000 4194304 6006132 140736419961488 140736419952848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30850/statm: 5161 4806 176 443 0 4714 0
[pid=10214] ppid=30850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10214/stat : 10214 (satsolver.sh) S 30850 30846 30805 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386744447 9367552 266 33554432000 4194304 5064252 140733233843264 140733233842176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10214/statm: 2287 266 226 213 0 72 0
[pid=10215] ppid=10214 vsize=60400 CPUtime=42.66 cores=0,2,4,6
/proc/10215/stat : 10215 (glucose) R 10214 30846 30805 0 -1 4202496 12907 0 0 0 4265 1 0 0 20 0 1 0 386744447 61849600 12108 33554432000 4194304 5208918 140735398458960 140735398456904 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10215/statm: 15100 12108 96 248 0 14849 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (KiB) 99340

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.150024
#  lost CPU user time (s): 0.0999756
#  lost CPU system time (s): 0.05

Real time (s): 1800.21
CPU time (s): 1800.06
CPU user time (s): 1797.34
CPU system time (s): 2.72559
CPU usage (%): 99.9918
Max. virtual memory (cumulated for all children) (KiB): 122616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.24
system time used= 2.67559
maximum resident set size= 78776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315564
page faults= 1
swaps= 0
block input operations= 32
block output operations= 223648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4515
involuntary context switches= 5156

runsolver used 2.74058 second user time and 7.2109 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-09 03:13:21
IDJOB=3752899
IDBENCH=78978
IDSOLVER=2336
FILE ID=node109/3752899-1339204401
RUNJOBID= node109-1339204401-30821
PBS_JOBID= 14643852
Free space on /tmp= 70480 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552288--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752899-1339204401/watcher-3752899-1339204401 -o /tmp/evaluation-result-3752899-1339204401/solver-3752899-1339204401 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752899-1339204401.wbo 925237825 HOME HOME

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

MD5SUM BENCH= aabd2abc5a32dbb90eb5074319abd403
RANDOM SEED=925237825

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.264
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.264
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.264
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29640300 kB
Buffers:         1479520 kB
Cached:           778016 kB
SwapCached:         1336 kB
Active:          2252912 kB
Inactive:          10880 kB
Active(anon):       1412 kB
Inactive(anon):     6952 kB
Active(file):    2251500 kB
Inactive(file):     3928 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             20104 kB
Writeback:             0 kB
AnonPages:         11832 kB
Mapped:             8308 kB
Shmem:                 4 kB
Slab:             825860 kB
SReclaimable:     265796 kB
SUnreclaim:       560064 kB
KernelStack:        1392 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 70676 MiB
End job on node109 at 2012-06-09 03:43:21