Trace number 3752671

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.09 1800.82

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/
normalized-j6033_2-unsat--soft-33-100-0.wbo
MD5SUMf53b47c8da57e8203b6ddda55aa63e31
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark2.55561
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12200
Total number of constraints42056
Number of soft constraints28257
Number of constraints which are clauses41660
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints396
Minimum length of a constraint1
Maximum length of a constraint18
Top cost 1425422
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1425421
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 116
Number of bits of the biggest sum of numbers7
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.43	c run usual solver
2.17/2.25	o 48
2.17/2.25	c starting approximation
2.17/2.25	c factor = 2
2.17/2.25	c factor still to low - shrinking to 8.13802
2.17/2.25	c approx number of clauses: 1e+06
2.17/2.25	c current bound: 24
2.25/2.34	c leaving approximation
2.25/2.34	c finished approximation
2.25/2.34	c fallback to adder encoding
169.34/169.97	o 47
169.34/169.97	c fallback to adder encoding
291.49/291.61	o 46
291.49/291.61	c fallback to adder encoding
458.56/458.72	o 45
458.56/458.72	c fallback to adder encoding
622.78/623.04	o 44
622.78/623.04	c fallback to adder encoding
754.38/754.89	o 43
754.38/754.89	c fallback to adder encoding
868.58/869.17	o 42
868.58/869.17	c fallback to adder encoding
991.75/992.76	o 41
991.75/992.76	c fallback to adder encoding
1143.53/1144.18	o 40
1143.53/1144.18	c fallback to adder encoding
1207.83/1208.41	o 39
1207.83/1208.41	c fallback to adder encoding
1300.85/1301.89	o 38
1300.85/1301.89	c fallback to adder encoding
1471.66/1472.73	o 37
1471.66/1472.73	c fallback to adder encoding
1603.23/1603.95	o 36
1603.23/1603.95	c fallback to adder encoding
1702.31/1703.06	o 35
1702.31/1703.06	c fallback to adder encoding
1771.96/1773.08	o 34
1771.96/1773.08	c fallback to adder encoding
1800.09/1800.81	c error: unexpected solver exit code
1800.09/1800.81	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-3752671-1339188270/watcher-3752671-1339188270 -o /tmp/evaluation-result-3752671-1339188270/solver-3752671-1339188270 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752671-1339188270.wbo 2020912747 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: 1.88 1.97 1.99 3/180 13103
/proc/meminfo: memFree=31229472/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0

[startup+0.105473 s]
/proc/loadavg: 1.88 1.97 1.99 3/180 13103
/proc/meminfo: memFree=31229472/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200318 s]
/proc/loadavg: 1.88 1.97 1.99 3/180 13103
/proc/meminfo: memFree=31229472/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 1.88 1.97 1.99 3/180 13103
/proc/meminfo: memFree=31229472/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700163 s]
/proc/loadavg: 1.88 1.97 1.99 3/180 13103
/proc/meminfo: memFree=31229472/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.88 1.97 1.99 3/184 13121
/proc/meminfo: memFree=31154512/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=28400 CPUtime=0.51 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 7198 0 0 0 42 9 0 0 20 0 1 0 384953082 29081600 6143 33554432000 4194304 6006132 140736205780432 140736205773536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 7100 6143 158 443 0 6653 0
[pid=13113] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13113/stat : 13113 (cp2_pre.sh) S 13104 13103 10289 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 384953134 9367552 276 33554432000 4194304 5064252 140733493505600 140733493504304 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13113/statm: 2287 276 234 213 0 72 0
[pid=13114] ppid=13113 vsize=52504 CPUtime=0.96 cores=0,2,4,6
/proc/13114/stat : 13114 (coprocessor) R 13113 13103 10289 0 -1 4202496 10396 0 0 0 94 2 0 0 20 0 1 0 384953134 53764096 12462 33554432000 4194304 6586260 140734486665488 140734486660808 5599291 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/13114/statm: 13126 12462 191 584 0 12538 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99200

[startup+3.1003 s]
/proc/loadavg: 1.88 1.97 1.99 3/180 13139
/proc/meminfo: memFree=31248040/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.07 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) R 13103 13103 10289 0 -1 4202496 15648 31571 0 0 120 20 153 14 20 0 1 0 384953082 120197120 25033 33554432000 4194304 6006132 140736205780432 140736205772776 4583942 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 25033 193 443 0 28898 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 126528

[startup+6.3004 s]
/proc/loadavg: 1.89 1.97 1.99 3/184 13187
/proc/meminfo: memFree=30917192/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.21 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 16137 31571 0 0 126 28 153 14 20 0 1 0 384953082 120197120 26057 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 26057 193 443 0 28898 0
[pid=13158] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384953407 9367552 266 33554432000 4194304 5064252 140737332993424 140737332992336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2287 266 226 213 0 72 0
[pid=13159] ppid=13158 vsize=172628 CPUtime=3.02 cores=0,2,4,6
/proc/13159/stat : 13159 (glucose) R 13158 13103 10289 0 -1 4202496 30090 0 0 0 293 9 0 0 20 0 1 0 384953407 176771072 36680 33554432000 4194304 5208918 140736294485504 140736294483176 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13159/statm: 43157 36680 96 248 0 42906 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 308304

[startup+12.7004 s]
/proc/loadavg: 1.90 1.97 1.99 3/184 13257
/proc/meminfo: memFree=30931776/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.21 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 16137 31571 0 0 126 28 153 14 20 0 1 0 384953082 120197120 26057 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 26057 193 443 0 28898 0
[pid=13158] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384953407 9367552 266 33554432000 4194304 5064252 140737332993424 140737332992336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2287 266 226 213 0 72 0
[pid=13159] ppid=13158 vsize=172760 CPUtime=9.42 cores=0,2,4,6
/proc/13159/stat : 13159 (glucose) R 13158 13103 10289 0 -1 4202496 30108 0 0 0 933 9 0 0 20 0 1 0 384953407 176906240 36697 33554432000 4194304 5208918 140736294485504 140736294483352 4211182 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13159/statm: 43190 36697 96 248 0 42939 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 308436

[startup+25.5005 s]
/proc/loadavg: 1.92 1.97 1.99 3/185 13421
/proc/meminfo: memFree=30957504/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.21 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 16137 31571 0 0 126 28 153 14 20 0 1 0 384953082 120197120 26057 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 26057 193 443 0 28898 0
[pid=13158] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384953407 9367552 266 33554432000 4194304 5064252 140737332993424 140737332992336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2287 266 226 213 0 72 0
[pid=13159] ppid=13158 vsize=176364 CPUtime=22.22 cores=0,2,4,6
/proc/13159/stat : 13159 (glucose) R 13158 13103 10289 0 -1 4202496 30713 0 0 0 2213 9 0 0 20 0 1 0 384953407 180596736 37298 33554432000 4194304 5208918 140736294485504 140736294483336 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13159/statm: 44091 37298 104 248 0 43840 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 312040

[startup+51.1005 s]
/proc/loadavg: 1.95 1.97 1.99 3/182 13737
/proc/meminfo: memFree=30962368/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.21 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 16137 31571 0 0 126 28 153 14 20 0 1 0 384953082 120197120 26057 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 26057 193 443 0 28898 0
[pid=13158] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384953407 9367552 266 33554432000 4194304 5064252 140737332993424 140737332992336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2287 266 226 213 0 72 0
[pid=13159] ppid=13158 vsize=176364 CPUtime=47.81 cores=0,2,4,6
/proc/13159/stat : 13159 (glucose) R 13158 13103 10289 0 -1 4202496 30959 0 0 0 4772 9 0 0 20 0 1 0 384953407 180596736 37528 33554432000 4194304 5208918 140736294485504 140736294483336 4229299 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13159/statm: 44091 37528 104 248 0 43840 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 312040

[startup+102.3 s]
/proc/loadavg: 1.94 1.96 1.98 3/182 14384
/proc/meminfo: memFree=30935064/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.21 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 16137 31571 0 0 126 28 153 14 20 0 1 0 384953082 120197120 26057 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 26057 193 443 0 28898 0
[pid=13158] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384953407 9367552 266 33554432000 4194304 5064252 140737332993424 140737332992336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2287 266 226 213 0 72 0
[pid=13159] ppid=13158 vsize=177844 CPUtime=99.01 cores=0,2,4,6
/proc/13159/stat : 13159 (glucose) R 13158 13103 10289 0 -1 4202496 31449 0 0 0 9892 9 0 0 20 0 1 0 384953407 182112256 38004 33554432000 4194304 5208918 140736294485504 140736294483336 4229876 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13159/statm: 44461 38004 104 248 0 44210 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 313520

[startup+162.3 s]
/proc/loadavg: 1.89 1.95 1.98 3/183 15123
/proc/meminfo: memFree=30948592/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=117380 CPUtime=3.21 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 16137 31571 0 0 126 28 153 14 20 0 1 0 384953082 120197120 26057 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 29345 26057 193 443 0 28898 0
[pid=13158] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13158/stat : 13158 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384953407 9367552 266 33554432000 4194304 5064252 140737332993424 140737332992336 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13158/statm: 2287 266 226 213 0 72 0
[pid=13159] ppid=13158 vsize=179100 CPUtime=158.99 cores=0,2,4,6
/proc/13159/stat : 13159 (glucose) R 13158 13103 10289 0 -1 4202496 31812 0 0 0 15889 10 0 0 20 0 1 0 384953407 183398400 38862 33554432000 4194304 5208918 140736294485504 140736294483336 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13159/statm: 44775 38862 104 248 0 44524 0
Current children cumulated CPU time (s) 162.2

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

/proc/29339/stat : 29339 (glucose) R 29338 13103 10289 0 -1 4202496 25460 0 0 0 11960 7 0 0 20 0 1 0 385083343 145702912 29890 33554432000 4194304 5208918 140734705450240 140734705448072 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29339/statm: 35572 29890 104 248 0 35321 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 259864

[startup+1482.3 s]
/proc/loadavg: 1.98 1.97 1.97 3/183 31559
/proc/meminfo: memFree=31019440/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=99092 CPUtime=1472.79 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 93849 428429 0 0 888 133 145938 320 20 0 1 0 384953082 101470208 18445 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24773 18445 193 443 0 24326 0
[pid=31464] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31464/stat : 31464 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385100424 9367552 267 33554432000 4194304 5064252 140736382620928 140736382619840 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31464/statm: 2287 267 226 213 0 72 0
[pid=31465] ppid=31464 vsize=139464 CPUtime=8.86 cores=0,2,4,6
/proc/31465/stat : 31465 (glucose) R 31464 13103 10289 0 -1 4202496 25908 0 0 0 881 5 0 0 20 0 1 0 385100424 142811136 28455 33554432000 4194304 5208918 140733831518832 140733831516664 4205710 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31465/statm: 34866 28455 104 248 0 34615 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 256852

[startup+1542.31 s]
/proc/loadavg: 1.95 1.96 1.96 3/185 32318
/proc/meminfo: memFree=31018700/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=99092 CPUtime=1472.79 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 93849 428429 0 0 888 133 145938 320 20 0 1 0 384953082 101470208 18445 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24773 18445 193 443 0 24326 0
[pid=31464] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31464/stat : 31464 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385100424 9367552 267 33554432000 4194304 5064252 140736382620928 140736382619840 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31464/statm: 2287 267 226 213 0 72 0
[pid=31465] ppid=31464 vsize=141036 CPUtime=68.84 cores=0,2,4,6
/proc/31465/stat : 31465 (glucose) R 31464 13103 10289 0 -1 4202496 26402 0 0 0 6879 5 0 0 20 0 1 0 385100424 144420864 29211 33554432000 4194304 5208918 140733831518832 140733831516664 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31465/statm: 35259 29211 104 248 0 35008 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 258424

[startup+1602.3 s]
/proc/loadavg: 1.98 1.96 1.96 3/183 601
/proc/meminfo: memFree=31009028/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=99092 CPUtime=1472.79 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 93849 428429 0 0 888 133 145938 320 20 0 1 0 384953082 101470208 18445 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24773 18445 193 443 0 24326 0
[pid=31464] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31464/stat : 31464 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385100424 9367552 267 33554432000 4194304 5064252 140736382620928 140736382619840 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31464/statm: 2287 267 226 213 0 72 0
[pid=31465] ppid=31464 vsize=142312 CPUtime=128.83 cores=0,2,4,6
/proc/31465/stat : 31465 (glucose) R 31464 13103 10289 0 -1 4202496 26942 0 0 0 12877 6 0 0 20 0 1 0 385100424 145727488 30262 33554432000 4194304 5208918 140733831518832 140733831516664 4211608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31465/statm: 35578 30262 105 248 0 35327 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 259700

[startup+1662.3 s]
/proc/loadavg: 1.85 1.94 1.95 3/184 1367
/proc/meminfo: memFree=31023372/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=98924 CPUtime=1603.97 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 100547 461691 0 0 948 142 158963 344 20 0 1 0 384953082 101298176 17891 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24731 17891 193 443 0 24284 0
[pid=646] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/646/stat : 646 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385113545 9367552 266 33554432000 4194304 5064252 140733604596896 140733604595808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/646/statm: 2287 266 226 213 0 72 0
[pid=647] ppid=646 vsize=129408 CPUtime=57.65 cores=0,2,4,6
/proc/647/stat : 647 (glucose) R 646 13103 10289 0 -1 4202496 24902 0 0 0 5759 6 0 0 20 0 1 0 385113545 132513792 28830 33554432000 4194304 5208918 140736433566224 140736433564056 4205631 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/647/statm: 32352 28830 104 248 0 32101 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 246628

[startup+1722.3 s]
/proc/loadavg: 2.29 2.03 1.98 3/183 2154
/proc/meminfo: memFree=30985348/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=98720 CPUtime=1703.03 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 107402 493858 0 0 1006 150 168779 368 20 0 1 0 384953082 101089280 17840 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24680 17840 193 443 0 24233 0
[pid=1941] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1941/stat : 1941 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385123454 9367552 266 33554432000 4194304 5064252 140737262173296 140737262172208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1941/statm: 2287 266 226 213 0 72 0
[pid=1942] ppid=1941 vsize=127332 CPUtime=18.56 cores=0,2,4,6
/proc/1942/stat : 1942 (glucose) R 1941 13103 10289 0 -1 4202496 24969 0 0 0 1850 6 0 0 20 0 1 0 385123454 130387968 27539 33554432000 4194304 5208918 140736269832544 140736269830376 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1942/statm: 31833 27539 104 248 0 31582 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 244348

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/183 2916
/proc/meminfo: memFree=31073464/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=98528 CPUtime=1773.02 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 113975 526592 0 0 1063 157 175690 392 20 0 1 0 384953082 100892672 17280 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24632 17280 193 443 0 24185 0
[pid=2814] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2814/stat : 2814 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385130454 9367552 267 33554432000 4194304 5064252 140735876464176 140735876463088 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2814/statm: 2287 267 226 213 0 72 0
[pid=2815] ppid=2814 vsize=125276 CPUtime=8.57 cores=0,2,4,6
/proc/2815/stat : 2815 (glucose) R 2814 13103 10289 0 -1 4202496 24827 0 0 0 851 6 0 0 20 0 1 0 385130454 128282624 26634 33554432000 4194304 5208918 140735926307824 140735926305496 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2815/statm: 31319 26634 104 248 0 31068 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 242100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 2.05 2.01 1.98 3/183 2996
/proc/meminfo: memFree=31101372/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=98528 CPUtime=1773.02 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 113975 526592 0 0 1063 157 175690 392 20 0 1 0 384953082 100892672 17280 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24632 17280 193 443 0 24185 0
[pid=2814] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2814/stat : 2814 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385130454 9367552 267 33554432000 4194304 5064252 140735876464176 140735876463088 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2814/statm: 2287 267 226 213 0 72 0
[pid=2815] ppid=2814 vsize=127180 CPUtime=27.07 cores=0,2,4,6
/proc/2815/stat : 2815 (glucose) R 2814 13103 10289 0 -1 4202496 25209 0 0 0 2701 6 0 0 20 0 1 0 385130454 130232320 27016 33554432000 4194304 5208918 140735926307824 140735926305656 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2815/statm: 31795 27016 104 248 0 31544 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 244004

Sending SIGTERM to process tree (bottom up)
The end
r used 3.982Dumping a history of the last processes samples

[startup+1800.81 s]
/proc/loadavg: 2.05 2.01 1.98 3/183 2996
/proc/meminfo: memFree=31101372/32873844 swapFree=7380/7380
[pid=13103] ppid=13101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13103/stat : 13103 (npSolver-wbo-It) S 13101 13103 10289 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384953082 9367552 275 33554432000 4194304 5064252 140736062241040 140736062239952 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13103/statm: 2287 275 233 213 0 72 0
[pid=13104] ppid=13103 vsize=98528 CPUtime=1773.02 cores=0,2,4,6
/proc/13104/stat : 13104 (npSolver-wbo) S 13103 13103 10289 0 -1 4202496 113975 526592 0 0 1063 157 175690 392 20 0 1 0 384953082 100892672 17280 33554432000 4194304 6006132 140736205780432 140736205771824 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13104/statm: 24632 17280 193 443 0 24185 0
[pid=2814] ppid=13104 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2814/stat : 2814 (satsolver.sh) S 13104 13103 10289 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385130454 9367552 267 33554432000 4194304 5064252 140735876464176 140735876463088 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2814/statm: 2287 267 226 213 0 72 0
[pid=2815] ppid=2814 vsize=127180 CPUtime=27.07 cores=0,2,4,6
/proc/2815/stat : 2815 (glucose) R 2814 13103 10289 0 -1 4202496 25209 0 0 0 2701 6 0 0 20 0 1 0 385130454 130232320 27016 33554432000 4194304 5208918 140735926307824 140735926305656 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2815/statm: 31795 27016 104 248 0 31544 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 244004

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13103 and gives
#  childrusage.ru_utime.tv_sec=1767
#  childrusage.ru_utime.tv_usec=538293
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=509162
# CPU time returned by wait4() is 1773.05
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.09
CPU user time (s): 1794.54
CPU system time (s): 5.55
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 318168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.54
system time used= 5.50916
maximum resident set size= 189036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 641545
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1547344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9300
involuntary context switches= 2097

runsolver used 3.98239 second user time and 10.8623 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-08 22:44:30
IDJOB=3752671
IDBENCH=78660
IDSOLVER=2336
FILE ID=node118/3752671-1339188270
RUNJOBID= node118-1339184624-11432
PBS_JOBID= 14643819
Free space on /tmp= 70772 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j60/normalized-j6033_2-unsat--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752671-1339188270/watcher-3752671-1339188270 -o /tmp/evaluation-result-3752671-1339188270/solver-3752671-1339188270 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752671-1339188270.wbo 2020912747 HOME HOME

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

MD5SUM BENCH= f53b47c8da57e8203b6ddda55aa63e31
RANDOM SEED=2020912747

node118.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.212
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.212
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	: 5438.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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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:        31229992 kB
Buffers:          287616 kB
Cached:           346116 kB
SwapCached:         6500 kB
Active:           444336 kB
Inactive:         315596 kB
Active(anon):     121380 kB
Inactive(anon):     6640 kB
Active(file):     322956 kB
Inactive(file):   308956 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095476 kB
Dirty:             23876 kB
Writeback:             0 kB
AnonPages:        125324 kB
Mapped:             9844 kB
Shmem:                 0 kB
Slab:             743216 kB
SReclaimable:     181848 kB
SUnreclaim:       561368 kB
KernelStack:        1432 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     249256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 70736 MiB
End job on node118 at 2012-06-08 23:14:31