Trace number 3714387

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? (TO) 1800.13 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-4_wcsp.wbo
MD5SUM3fb8f81d652630b13b866ff5b3a4bf01
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark716.004
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables188
Total number of constraints991
Number of soft constraints944
Number of constraints which are clauses944
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00	c run usual solver
0.00/0.04	o 23
0.00/0.04	c current bound: 11
0.00/0.90	o 11
0.00/0.90	c current bound: 5
2.27/2.35	o 5
2.27/2.35	c current bound: 2
2.27/2.35	c (debug) using card networks
136.03/136.15	c current bound: 4
137.13/137.24	o 4
137.13/137.24	c current bound: 3
137.13/137.24	c (debug) using card networks
1800.10/1800.40	./satsolver.sh: line 5:  9382 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.40	c error: unexpected solver exit code
1800.10/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714387-1338246995/watcher-3714387-1338246995 -o /tmp/evaluation-result-3714387-1338246995/solver-3714387-1338246995 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714387-1338246995.wbo 1399874079 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.46 3.86 3.05 3/173 9309
/proc/meminfo: memFree=31358060/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0

[startup+0.0529961 s]
/proc/loadavg: 4.46 3.86 3.05 3/173 9309
/proc/meminfo: memFree=31358060/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 4.46 3.86 3.05 3/173 9309
/proc/meminfo: memFree=31358060/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 4.46 3.86 3.05 3/173 9309
/proc/meminfo: memFree=31358060/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 4.46 3.86 3.05 3/173 9309
/proc/meminfo: memFree=31358060/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 4.46 3.86 3.05 3/184 9361
/proc/meminfo: memFree=31351100/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=2880 CPUtime=0.88 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 846 9813 0 0 1 0 85 2 20 0 1 0 290823862 2949120 335 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 720 335 159 439 0 277 0
[pid=9360] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9360/stat : 9360 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290823952 9367552 266 33554432000 4194304 5064252 140736493109392 140736493108304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9360/statm: 2287 266 226 213 0 72 0
[pid=9361] ppid=9360 vsize=8128 CPUtime=0.58 cores=0,2,4,6
/proc/9361/stat : 9361 (glucose) R 9360 9309 6647 0 -1 4202496 646 0 0 0 58 0 0 0 20 0 1 0 290823952 8323072 1074 33554432000 4194304 5208918 140734950377008 140734950375400 4229528 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9361/statm: 2032 1074 95 248 0 1781 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29304

[startup+3.10027 s]
/proc/loadavg: 4.46 3.86 3.05 3/184 9361
/proc/meminfo: memFree=31347108/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=2.33 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1259 14195 0 0 1 0 228 4 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 12768
heavy processes:

[startup+6.30033 s]
/proc/loadavg: 4.26 3.82 3.05 3/184 9368
/proc/meminfo: memFree=31344568/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=2.33 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1259 14195 0 0 1 0 228 4 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9367] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9367/stat : 9367 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290824098 9367552 267 33554432000 4194304 5064252 140737353247280 140737353246192 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9367/statm: 2287 267 226 213 0 72 0
[pid=9368] ppid=9367 vsize=9432 CPUtime=3.93 cores=0,2,4,6
/proc/9368/stat : 9368 (glucose) R 9367 9309 6647 0 -1 4202496 2181 0 0 0 393 0 0 0 20 0 1 0 290824098 9658368 1702 33554432000 4194304 5208918 140736021956480 140736021954424 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9368/statm: 2358 1702 104 248 0 2107 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31348

[startup+12.7004 s]
/proc/loadavg: 4.08 3.79 3.04 3/184 9368
/proc/meminfo: memFree=31337852/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=2.33 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1259 14195 0 0 1 0 228 4 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9367] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9367/stat : 9367 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290824098 9367552 267 33554432000 4194304 5064252 140737353247280 140737353246192 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9367/statm: 2287 267 226 213 0 72 0
[pid=9368] ppid=9367 vsize=12756 CPUtime=10.32 cores=0,2,4,6
/proc/9368/stat : 9368 (glucose) R 9367 9309 6647 0 -1 4202496 3288 0 0 0 1032 0 0 0 20 0 1 0 290824098 13062144 2742 33554432000 4194304 5208918 140736021956480 140736021954344 4212457 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9368/statm: 3189 2742 104 248 0 2938 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 34672

[startup+25.5004 s]
/proc/loadavg: 3.62 3.71 3.02 3/184 9368
/proc/meminfo: memFree=31332852/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=2.33 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1259 14195 0 0 1 0 228 4 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9367] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9367/stat : 9367 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290824098 9367552 267 33554432000 4194304 5064252 140737353247280 140737353246192 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9367/statm: 2287 267 226 213 0 72 0
[pid=9368] ppid=9367 vsize=16548 CPUtime=23.12 cores=0,2,4,6
/proc/9368/stat : 9368 (glucose) R 9367 9309 6647 0 -1 4202496 3611 0 0 0 2312 0 0 0 20 0 1 0 290824098 16945152 3561 33554432000 4194304 5208918 140736021956480 140736021954344 4229999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9368/statm: 4137 3561 104 248 0 3886 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 38464

[startup+51.1004 s]
/proc/loadavg: 3.07 3.57 3.00 3/184 9368
/proc/meminfo: memFree=31321852/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=2.33 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1259 14195 0 0 1 0 228 4 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9367] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9367/stat : 9367 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290824098 9367552 267 33554432000 4194304 5064252 140737353247280 140737353246192 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9367/statm: 2287 267 226 213 0 72 0
[pid=9368] ppid=9367 vsize=28412 CPUtime=48.72 cores=0,2,4,6
/proc/9368/stat : 9368 (glucose) R 9367 9309 6647 0 -1 4202496 5474 0 0 0 4871 1 0 0 20 0 1 0 290824098 29093888 5388 33554432000 4194304 5208918 140736021956480 140736021954424 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9368/statm: 7103 5388 104 248 0 6852 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50328

[startup+102.3 s]
/proc/loadavg: 2.46 3.32 2.94 3/183 9368
/proc/meminfo: memFree=31303004/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=2.33 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1259 14195 0 0 1 0 228 4 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9367] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9367/stat : 9367 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290824098 9367552 267 33554432000 4194304 5064252 140737353247280 140737353246192 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9367/statm: 2287 267 226 213 0 72 0
[pid=9368] ppid=9367 vsize=28412 CPUtime=99.91 cores=0,2,4,6
/proc/9368/stat : 9368 (glucose) R 9367 9309 6647 0 -1 4202496 6281 0 0 0 9990 1 0 0 20 0 1 0 290824098 29093888 6658 33554432000 4194304 5208918 140736021956480 140736021954424 4213264 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9368/statm: 7103 6658 104 248 0 6852 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 50328

[startup+162.3 s]
/proc/loadavg: 2.17 3.08 2.88 3/183 9382
/proc/meminfo: memFree=31309608/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=15672 CPUtime=25.04 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 4066 0 0 0 2504 0 0 0 20 0 1 0 290837587 16048128 3443 33554432000 4194304 5208918 140734735315264 140734735313208 4213195 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 3918 3443 104 248 0 3667 0

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


[startup+1422.3 s]
/proc/loadavg: 1.00 1.11 1.68 2/175 9453
/proc/meminfo: memFree=31274284/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=102208 CPUtime=1284.85 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11191 0 0 0 128481 4 0 0 20 0 1 0 290837587 104660992 24615 33554432000 4194304 5208918 140734735315264 140734735311640 4229280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25552 24615 105 248 0 25301 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 124124

[startup+1482.3 s]
/proc/loadavg: 1.00 1.09 1.64 2/174 9454
/proc/meminfo: memFree=31274292/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=102208 CPUtime=1344.83 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11191 0 0 0 134479 4 0 0 20 0 1 0 290837587 104660992 24615 33554432000 4194304 5208918 140734735315264 140734735311640 4212869 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25552 24615 105 248 0 25301 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 124124

[startup+1542.31 s]
/proc/loadavg: 1.00 1.07 1.60 2/174 9454
/proc/meminfo: memFree=31274416/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=102208 CPUtime=1404.83 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11191 0 0 0 140479 4 0 0 20 0 1 0 290837587 104660992 24615 33554432000 4194304 5208918 140734735315264 140734735311640 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25552 24615 105 248 0 25301 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 124124

[startup+1602.3 s]
/proc/loadavg: 1.00 1.06 1.56 2/174 9454
/proc/meminfo: memFree=31274416/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=102208 CPUtime=1464.81 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11191 0 0 0 146477 4 0 0 20 0 1 0 290837587 104660992 24615 33554432000 4194304 5208918 140734735315264 140734735311640 4229361 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25552 24615 105 248 0 25301 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 124124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.52 2/174 9454
/proc/meminfo: memFree=31273548/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=103168 CPUtime=1524.8 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11451 0 0 0 152476 4 0 0 20 0 1 0 290837587 105644032 24855 33554432000 4194304 5208918 140734735315264 140734735313128 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25792 24855 105 248 0 25541 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 125084

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.48 2/174 9454
/proc/meminfo: memFree=31273548/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=103168 CPUtime=1584.8 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11451 0 0 0 158476 4 0 0 20 0 1 0 290837587 105644032 24855 33554432000 4194304 5208918 140734735315264 140734735313128 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25792 24855 105 248 0 25541 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 125084

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.45 2/174 9455
/proc/meminfo: memFree=31271376/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=103168 CPUtime=1644.79 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11452 0 0 0 164475 4 0 0 20 0 1 0 290837587 105644032 25367 33554432000 4194304 5208918 140734735315264 140734735313128 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 25792 25367 105 248 0 25541 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 125084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.02 1.44 2/174 9455
/proc/meminfo: memFree=31268584/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=110352 CPUtime=1662.9 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11679 0 0 0 166285 5 0 0 20 0 1 0 290837587 113000448 26092 33554432000 4194304 5208918 140734735315264 140734735313128 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 27588 26092 105 248 0 27337 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 132268

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.00 1.02 1.44 2/174 9455
/proc/meminfo: memFree=31268584/32873844 swapFree=7632/7632
[pid=9309] ppid=9306 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9309/stat : 9309 (npSolver-wbo-I.) S 9306 9309 6647 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290823861 9367552 275 33554432000 4194304 5064252 140736113420576 140736113419488 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9309/statm: 2287 275 233 213 0 72 0
[pid=9312] ppid=9309 vsize=3620 CPUtime=137.2 cores=0,2,4,6
/proc/9312/stat : 9312 (npSolver-wbo) S 9309 9309 6647 0 -1 4202496 1826 28224 0 0 2 1 13710 7 20 0 1 0 290823862 3706880 566 33554432000 4194304 5990268 140733867047216 140733867038656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9312/statm: 905 566 164 439 0 462 0
[pid=9381] ppid=9312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9381/stat : 9381 (satsolver.sh) S 9312 9309 6647 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290837586 9367552 266 33554432000 4194304 5064252 140734818324800 140734818323712 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9381/statm: 2287 266 226 213 0 72 0
[pid=9382] ppid=9381 vsize=110352 CPUtime=1662.9 cores=0,2,4,6
/proc/9382/stat : 9382 (glucose) R 9381 9309 6647 0 -1 4202496 11679 0 0 0 166285 5 0 0 20 0 1 0 290837587 113000448 26092 33554432000 4194304 5208918 140734735315264 140734735313128 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9382/statm: 27588 26092 105 248 0 27337 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 132268

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.13
CPU user time (s): 1799.98
CPU system time (s): 0.146977
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 132268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.146977
maximum resident set size= 104368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42718
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117
involuntary context switches= 1947

runsolver used 6.19506 second user time and 20.4329 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 01:16:35
IDJOB=3714387
IDBENCH=79655
IDSOLVER=2295
FILE ID=node141/3714387-1338246995
RUNJOBID= node141-1338230992-6663
PBS_JOBID= 14624658
Free space on /tmp= 71224 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-4_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714387-1338246995/watcher-3714387-1338246995 -o /tmp/evaluation-result-3714387-1338246995/solver-3714387-1338246995 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714387-1338246995.wbo 1399874079 HOME HOME

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

MD5SUM BENCH= 3fb8f81d652630b13b866ff5b3a4bf01
RANDOM SEED=1399874079

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31359208 kB
Buffers:          224516 kB
Cached:           400884 kB
SwapCached:          220 kB
Active:           620192 kB
Inactive:          15116 kB
Active(anon):        232 kB
Inactive(anon):    13280 kB
Active(file):     619960 kB
Inactive(file):     1836 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:             22124 kB
Writeback:             0 kB
AnonPages:         24388 kB
Mapped:             9536 kB
Shmem:               172 kB
Slab:             734792 kB
SReclaimable:     174808 kB
SUnreclaim:       559984 kB
KernelStack:        1528 kB
PageTables:         3192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71224 MiB
End job on node141 at 2012-05-29 01:46:36