Trace number 3701610

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.08 1802.82

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12051_6.std.opb
MD5SUM75e952fe200f2a6f99db60c06cf77c7e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark228
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256265
Number of constraints which are clauses255065
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.89/1.95	c run usual solver
15.33/17.04	c model valid
15.33/17.04	c current solution ok
20.39/22.28	o 300
20.39/22.28	c current bound: 150
24.44/26.95	c current bound: 225
1800.04/1802.81	./satsolver.sh: line 5: 14605 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1802.81	c error: unexpected solver exit code
1800.04/1802.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-3701610-1338100137/watcher-3701610-1338100137 -o /tmp/evaluation-result-3701610-1338100137/solver-3701610-1338100137 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701610-1338100137.opb 887417837 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.80 2.27 2.09 2/173 14484
/proc/meminfo: memFree=28523852/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0

[startup+0.045315 s]
/proc/loadavg: 2.80 2.27 2.09 2/173 14484
/proc/meminfo: memFree=28523852/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.80 2.27 2.09 2/173 14484
/proc/meminfo: memFree=28523852/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.80 2.27 2.09 2/173 14484
/proc/meminfo: memFree=28523852/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.80 2.27 2.09 2/173 14484
/proc/meminfo: memFree=28523852/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.81 2.28 2.09 2/175 14486
/proc/meminfo: memFree=28547080/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=123244 CPUtime=1.48 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) R 14484 14484 12793 0 -1 4202496 17704 0 0 0 145 3 0 0 20 0 1 0 276138684 126201856 26366 33554432000 4194304 5992684 140733350747264 140733350739272 4957503 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14485/statm: 30811 26366 158 440 0 30367 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 132392

[startup+3.10043 s]
/proc/loadavg: 2.81 2.28 2.09 2/177 14488
/proc/meminfo: memFree=28387808/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=210620 CPUtime=1.94 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 24641 0 0 0 179 15 0 0 20 0 1 0 276138684 215674880 36437 33554432000 4194304 5992684 140733350747264 140733350741296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14485/statm: 52655 36437 165 440 0 52211 0
[pid=14487] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14487/stat : 14487 (cp2_pre.sh) S 14485 14484 12793 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276138880 9367552 277 33554432000 4194304 5064252 140736590319680 140736590318384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 2287 277 234 213 0 72 0
[pid=14488] ppid=14487 vsize=601900 CPUtime=1.13 cores=0,2,4,6
/proc/14488/stat : 14488 (coprocessor) R 14487 14484 12793 0 -1 4202496 28237 0 0 0 101 12 0 0 20 0 1 0 276138880 616345600 126944 33554432000 4194304 6586260 140737031328880 140737031325080 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/14488/statm: 150475 126944 164 584 0 149887 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 830816

[startup+6.30043 s]
/proc/loadavg: 2.83 2.29 2.10 3/182 14504
/proc/meminfo: memFree=27803364/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=210620 CPUtime=1.94 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 24641 0 0 0 179 15 0 0 20 0 1 0 276138684 215674880 36437 33554432000 4194304 5992684 140733350747264 140733350741296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14485/statm: 52655 36437 165 440 0 52211 0
[pid=14487] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14487/stat : 14487 (cp2_pre.sh) S 14485 14484 12793 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276138880 9367552 277 33554432000 4194304 5064252 140736590319680 140736590318384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14487/statm: 2287 277 234 213 0 72 0
[pid=14488] ppid=14487 vsize=846904 CPUtime=4.33 cores=0,2,4,6
/proc/14488/stat : 14488 (coprocessor) R 14487 14484 12793 0 -1 4202496 85757 0 0 0 411 22 0 0 20 0 1 0 276138880 867229696 206943 33554432000 4194304 6586260 140737031328880 140737031324904 4775781 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/14488/statm: 211726 206943 180 584 0 211138 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1075820

[startup+12.7004 s]
/proc/loadavg: 2.92 2.32 2.11 3/184 14509
/proc/meminfo: memFree=28016172/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=210620 CPUtime=11.77 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 24651 94310 0 0 179 15 940 43 20 0 1 0 276138684 215674880 36437 33554432000 4194304 5992684 140733350747264 140733350742384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14485/statm: 52655 36437 165 440 0 52211 0
[pid=14508] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14508/stat : 14508 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 276139877 9367552 267 33554432000 4194304 5064252 140734979311104 140734979310016 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14508/statm: 2287 267 226 213 0 72 0
[pid=14509] ppid=14508 vsize=415180 CPUtime=0.75 cores=0,2,4,6
/proc/14509/stat : 14509 (glucose) R 14508 14484 12793 0 -1 4202496 58358 0 0 0 62 13 0 0 20 0 1 0 276139878 425144320 85800 33554432000 4194304 5208918 140735069371760 140735068321256 4465602 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14509/statm: 103795 85801 70 248 0 103544 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 644096

[startup+25.5004 s]
/proc/loadavg: 2.93 2.34 2.11 3/178 14581
/proc/meminfo: memFree=28105176/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=20.52 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 28471 172762 0 0 301 441 1229 81 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14556] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14556/stat : 14556 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276140914 9367552 266 33554432000 4194304 5064252 140733198126368 140733198125280 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14556/statm: 2287 266 226 213 0 72 0
[pid=14557] ppid=14556 vsize=460680 CPUtime=3.19 cores=0,2,4,6
/proc/14557/stat : 14557 (glucose) R 14556 14484 12793 0 -1 4202496 72973 0 0 0 302 17 0 0 20 0 1 0 276140914 471736320 97198 33554432000 4194304 5208918 140736070290816 140736070288760 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14557/statm: 115170 97198 96 248 0 114919 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 732512

[startup+51.1004 s]
/proc/loadavg: 2.71 2.34 2.12 3/184 14625
/proc/meminfo: memFree=26333476/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=496028 CPUtime=24.11 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 72909 0 0 0 2395 16 0 0 20 0 1 0 276141382 507932672 102831 33554432000 4194304 5208918 140735259303360 140735259301192 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 124007 102831 103 248 0 123756 0
Current children cumulated CPU time (s) 48.64
Current children cumulated vsize (KiB) 767860

[startup+102.307 s]
/proc/loadavg: 2.89 2.44 2.16 3/184 14677
/proc/meminfo: memFree=26518504/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=503248 CPUtime=75.3 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 73471 0 0 0 7514 16 0 0 20 0 1 0 276141382 515325952 105437 33554432000 4194304 5208918 140735259303360 140735259301192 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 125812 105437 103 248 0 125561 0
Current children cumulated CPU time (s) 99.83
Current children cumulated vsize (KiB) 775080

[startup+162.3 s]
/proc/loadavg: 2.33 2.36 2.15 3/183 14678
/proc/meminfo: memFree=26516408/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=503248 CPUtime=135.28 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 74221 0 0 0 13511 17 0 0 20 0 1 0 276141382 515325952 104415 33554432000 4194304 5208918 140735259303360 140735259301512 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 125812 104415 105 248 0 125561 0
Current children cumulated CPU time (s) 159.81

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


[startup+1362.3 s]
/proc/loadavg: 2.08 2.05 2.09 3/183 15282
/proc/meminfo: memFree=27570728/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=515572 CPUtime=1335.06 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80202 0 0 0 133474 32 0 0 20 0 1 0 276141382 527945728 110323 33554432000 4194304 5208918 140735259303360 140735259301448 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 128893 110323 105 248 0 128642 0
Current children cumulated CPU time (s) 1359.59
Current children cumulated vsize (KiB) 787404

[startup+1422.31 s]
/proc/loadavg: 2.03 2.04 2.09 3/183 15283
/proc/meminfo: memFree=27556092/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=515572 CPUtime=1395.06 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80206 0 0 0 139473 33 0 0 20 0 1 0 276141382 527945728 112371 33554432000 4194304 5208918 140735259303360 140735259299736 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 128893 112371 105 248 0 128642 0
Current children cumulated CPU time (s) 1419.59
Current children cumulated vsize (KiB) 787404

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.08 3/183 15283
/proc/meminfo: memFree=27578084/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=515572 CPUtime=1455.05 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80475 0 0 0 145471 34 0 0 20 0 1 0 276141382 527945728 108342 33554432000 4194304 5208918 140735259303360 140735259301448 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 128893 108342 105 248 0 128642 0
Current children cumulated CPU time (s) 1479.58
Current children cumulated vsize (KiB) 787404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 15283
/proc/meminfo: memFree=27563748/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=515572 CPUtime=1515.04 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80479 0 0 0 151470 34 0 0 20 0 1 0 276141382 527945728 110390 33554432000 4194304 5208918 140735259303360 140735259301448 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 128893 110390 105 248 0 128642 0
Current children cumulated CPU time (s) 1539.57
Current children cumulated vsize (KiB) 787404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/183 15283
/proc/meminfo: memFree=27549412/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=515572 CPUtime=1575.03 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80483 0 0 0 157468 35 0 0 20 0 1 0 276141382 527945728 112438 33554432000 4194304 5208918 140735259303360 140735259301448 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 128893 112438 105 248 0 128642 0
Current children cumulated CPU time (s) 1599.56
Current children cumulated vsize (KiB) 787404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 15283
/proc/meminfo: memFree=27572872/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=515736 CPUtime=1635.01 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80826 0 0 0 163466 35 0 0 20 0 1 0 276141382 528113664 108913 33554432000 4194304 5208918 140735259303360 140735259301448 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 128934 108913 105 248 0 128683 0
Current children cumulated CPU time (s) 1659.54
Current children cumulated vsize (KiB) 787568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 15284
/proc/meminfo: memFree=27561828/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=516160 CPUtime=1695.01 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 80945 0 0 0 169465 36 0 0 20 0 1 0 276141382 528547840 111076 33554432000 4194304 5208918 140735259303360 140735259301208 4229507 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 129040 111076 105 248 0 128789 0
Current children cumulated CPU time (s) 1719.54
Current children cumulated vsize (KiB) 787992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 15284
/proc/meminfo: memFree=27545072/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=516436 CPUtime=1755 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 81035 0 0 0 175464 36 0 0 20 0 1 0 276141382 528830464 113210 33554432000 4194304 5208918 140735259303360 140735259301208 4212881 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 129109 113210 105 248 0 128858 0
Current children cumulated CPU time (s) 1779.53
Current children cumulated vsize (KiB) 788268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 15284
/proc/meminfo: memFree=27548176/32873844 swapFree=7116/7116
[pid=14484] ppid=14482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14484/stat : 14484 (npSolver-pbo.sh) S 14482 14484 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276138684 9367552 275 33554432000 4194304 5064252 140733785094352 140733785093264 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14484/statm: 2287 275 233 213 0 72 0
[pid=14485] ppid=14484 vsize=253536 CPUtime=24.53 cores=0,2,4,6
/proc/14485/stat : 14485 (npSolver-pbo) S 14484 14484 12793 0 -1 4202496 29605 250004 0 0 303 442 1596 112 20 0 1 0 276138684 259620864 47176 33554432000 4194304 5992684 140733350747264 140733350739584 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/14485/statm: 63384 47176 175 440 0 62940 0
[pid=14604] ppid=14485 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14604/stat : 14604 (satsolver.sh) S 14485 14484 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276141382 9367552 266 33554432000 4194304 5064252 140733964291408 140733964290320 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14604/statm: 2287 266 226 213 0 72 0
[pid=14605] ppid=14604 vsize=516700 CPUtime=1775.51 cores=0,2,4,6
/proc/14605/stat : 14605 (glucose) R 14604 14484 12793 0 -1 4202496 81100 0 0 0 177515 36 0 0 20 0 1 0 276141382 529100800 114297 33554432000 4194304 5208918 140735259303360 140735259301208 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 129175 114297 105 248 0 128924 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 788532

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1802.82
CPU time (s): 1800.08
CPU user time (s): 1794.16
CPU system time (s): 5.9201
CPU usage (%): 99.848
Max. virtual memory (cumulated for all children) (KiB): 1179200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 5.9201
maximum resident set size= 976920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361699
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3438
involuntary context switches= 1892

runsolver used 5.50816 second user time and 20.5849 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 08:28:58
IDJOB=3701610
IDBENCH=77238
IDSOLVER=2277
FILE ID=node146/3701610-1338100137
RUNJOBID= node146-1338094515-13804
PBS_JOBID= 14624466
Free space on /tmp= 70628 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12051_6.std.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701610-1338100137/watcher-3701610-1338100137 -o /tmp/evaluation-result-3701610-1338100137/solver-3701610-1338100137 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701610-1338100137.opb 887417837 HOME HOME

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

MD5SUM BENCH= 75e952fe200f2a6f99db60c06cf77c7e
RANDOM SEED=887417837

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28502540 kB
Buffers:          324280 kB
Cached:          3185204 kB
SwapCached:         3208 kB
Active:           954096 kB
Inactive:        2561760 kB
Active(anon):       4384 kB
Inactive(anon):     4108 kB
Active(file):     949712 kB
Inactive(file):  2557652 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:            348140 kB
Writeback:             0 kB
AnonPages:         12772 kB
Mapped:             9312 kB
Shmem:                 0 kB
Slab:             715732 kB
SReclaimable:     152804 kB
SUnreclaim:       562928 kB
KernelStack:        1448 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70960 MiB
End job on node146 at 2012-05-27 08:59:00