Trace number 3715083

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? (TO) 1800.15 1803.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-3_wcsp.wbo
MD5SUM3af6143b2c580af9e4edcedcd162c161
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables75
Total number of constraints505
Number of soft constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 480
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.02	o 53
0.00/0.02	c (debug) using card networks
0.05/1.14	o 51
0.05/1.14	c (debug) using card networks
0.10/1.20	o 50
0.10/1.20	c (debug) using card networks
0.10/1.26	o 49
0.10/1.26	c (debug) using card networks
0.21/1.32	o 48
0.21/1.32	c (debug) using card networks
0.21/1.39	o 46
0.21/1.39	c (debug) using card networks
0.37/2.40	o 45
0.37/2.40	c (debug) using card networks
0.37/2.46	o 44
0.37/2.46	c (debug) using card networks
0.45/2.53	o 40
0.45/2.53	c (debug) using card networks
0.55/2.61	o 38
0.55/2.61	c (debug) using card networks
0.63/2.96	o 37
0.63/2.96	c (debug) using card networks
0.68/3.04	o 36
0.68/3.04	c (debug) using card networks
1.07/3.54	o 35
1.07/3.54	c (debug) using card networks
1.48/4.13	o 34
1.48/4.13	c (debug) using card networks
1.49/4.26	o 33
1.49/4.26	c (debug) using card networks
2.31/5.00	o 32
2.31/5.00	c (debug) using card networks
2.40/5.46	o 31
2.40/5.46	c (debug) using card networks
3.88/6.93	o 30
3.88/6.93	c (debug) using card networks
24.89/27.92	o 29
24.89/27.92	c (debug) using card networks
1800.10/1803.40	./satsolver.sh: line 5: 22832 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1803.40	c error: unexpected solver exit code
1800.10/1803.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-3715083-1338254604/watcher-3715083-1338254604 -o /tmp/evaluation-result-3715083-1338254604/solver-3715083-1338254604 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715083-1338254604.wbo 1633045914 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: 5.37 3.87 2.74 2/180 22692
/proc/meminfo: memFree=7278408/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0

[startup+0.0687351 s]
/proc/loadavg: 5.37 3.87 2.74 2/180 22692
/proc/meminfo: memFree=7278408/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 5.37 3.87 2.74 2/180 22692
/proc/meminfo: memFree=7278408/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300376 s]
/proc/loadavg: 5.37 3.87 2.74 2/180 22692
/proc/meminfo: memFree=7278408/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 5.37 3.87 2.74 2/180 22692
/proc/meminfo: memFree=7278408/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 5.34 3.89 2.75 1/184 22710
/proc/meminfo: memFree=7275260/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=3236 CPUtime=0.33 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 1915 29123 0 0 3 0 19 11 20 0 1 0 291585264 3313664 409 33554432000 4194304 5990268 140737362761200 140737362752112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22693/statm: 809 409 163 439 0 366 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 12384

[startup+3.1003 s]
/proc/loadavg: 5.34 3.89 2.75 1/184 22745
/proc/meminfo: memFree=7274524/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=3236 CPUtime=0.75 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 3495 52183 0 0 7 1 45 22 20 0 1 0 291585264 3313664 409 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22693/statm: 809 409 163 439 0 366 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 12384
heavy processes:
  %CPU=13 pid=22607 uid=0 cmd=

[startup+6.30028 s]
/proc/loadavg: 5.34 3.89 2.75 2/184 22811
/proc/meminfo: memFree=7273288/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=2.46 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 4648 74390 0 0 10 1 203 32 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 11872
heavy processes:
  %CPU=13 pid=22607 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 22552 6 506 18446744073709551615 

[startup+12.7004 s]
/proc/loadavg: 5.29 3.92 2.78 2/184 22825
/proc/meminfo: memFree=7267416/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=3.94 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 4826 79382 0 0 11 1 349 33 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22824] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291585958 9367552 267 33554432000 4194304 5064252 140735870864064 140735870862976 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22824/statm: 2287 267 226 213 0 72 0
[pid=22825] ppid=22824 vsize=13212 CPUtime=5.75 cores=0,2,4,6
/proc/22825/stat : 22825 (glucose) R 22824 22692 17515 0 -1 4202496 2620 0 0 0 575 0 0 0 20 0 1 0 291585958 13529088 2468 33554432000 4194304 5208918 140734153311456 140734153309400 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 3303 2468 102 248 0 3052 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 34232
heavy processes:
  %CPU=12 pid=22607 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 22552 6 506 18446744073709551615 

[startup+25.5004 s]
/proc/loadavg: 5.24 3.96 2.80 2/183 22825
/proc/meminfo: memFree=7260068/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=3.94 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 4826 79382 0 0 11 1 349 33 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22824] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291585958 9367552 267 33554432000 4194304 5064252 140735870864064 140735870862976 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22824/statm: 2287 267 226 213 0 72 0
[pid=22825] ppid=22824 vsize=18612 CPUtime=18.54 cores=0,2,4,6
/proc/22825/stat : 22825 (glucose) R 22824 22692 17515 0 -1 4202496 3898 0 0 0 1854 0 0 0 20 0 1 0 291585958 19058688 4204 33554432000 4194304 5208918 140734153311456 140734153309320 4212485 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4653 4204 102 248 0 4402 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 39632

[startup+51.1004 s]
/proc/loadavg: 5.15 4.06 2.87 2/183 22832
/proc/meminfo: memFree=7257648/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=20624 CPUtime=23.15 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 3727 0 0 0 2315 0 0 0 20 0 1 0 291588057 21118976 4661 33554432000 4194304 5208918 140737444397200 140737444395064 4205227 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 5156 4661 102 248 0 4905 0
Current children cumulated CPU time (s) 48.06
Current children cumulated vsize (KiB) 41644

[startup+102.306 s]
/proc/loadavg: 3.11 3.70 2.81 2/176 22857
/proc/meminfo: memFree=31049276/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=35152 CPUtime=74.35 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 5028 0 0 0 7435 0 0 0 20 0 1 0 291588057 35995648 8346 33554432000 4194304 5208918 140737444397200 140737444395144 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 8788 8346 103 248 0 8537 0
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (KiB) 56172

[startup+162.3 s]
/proc/loadavg: 1.77 3.20 2.69 2/175 22857
/proc/meminfo: memFree=31041588/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=43140 CPUtime=134.34 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 6406 0 0 0 13433 1 0 0 20 0 1 0 291588057 44175360 10343 33554432000 4194304 5208918 140737444397200 140737444395288 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 10785 10343 103 248 0 10534 0
Current children cumulated CPU time (s) 159.25
Current children cumulated vsize (KiB) 64160

[startup+222.3 s]
/proc/loadavg: 1.28 2.80 2.58 2/175 22857
/proc/meminfo: memFree=31018936/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.44 2/174 24574
/proc/meminfo: memFree=30979480/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=99668 CPUtime=1334.15 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 18521 0 0 0 133398 17 0 0 20 0 1 0 291588057 102060032 24475 33554432000 4194304 5208918 140737444397200 140737444395288 4229975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 24917 24475 103 248 0 24666 0
Current children cumulated CPU time (s) 1359.06
Current children cumulated vsize (KiB) 120688

[startup+1422.31 s]
/proc/loadavg: 1.06 1.04 1.41 2/174 24574
/proc/meminfo: memFree=30935480/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=148988 CPUtime=1394.15 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 19285 0 0 0 139396 19 0 0 20 0 1 0 291588057 152563712 35589 33554432000 4194304 5208918 140737444397200 140737444395192 4212476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37247 35589 103 248 0 36996 0
Current children cumulated CPU time (s) 1419.06
Current children cumulated vsize (KiB) 170008

[startup+1482.3 s]
/proc/loadavg: 1.02 1.03 1.38 2/174 24574
/proc/meminfo: memFree=30947892/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=148988 CPUtime=1454.13 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 20044 0 0 0 145393 20 0 0 20 0 1 0 291588057 152563712 32517 33554432000 4194304 5208918 140737444397200 140737444395192 4205220 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37247 32517 103 248 0 36996 0
Current children cumulated CPU time (s) 1479.04
Current children cumulated vsize (KiB) 170008

[startup+1542.3 s]
/proc/loadavg: 1.01 1.02 1.35 2/173 24575
/proc/meminfo: memFree=30936232/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=148988 CPUtime=1514.12 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 20434 0 0 0 151391 21 0 0 20 0 1 0 291588057 152563712 36101 33554432000 4194304 5208918 140737444397200 140737444395192 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37247 36101 103 248 0 36996 0
Current children cumulated CPU time (s) 1539.03
Current children cumulated vsize (KiB) 170008

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.33 2/175 24579
/proc/meminfo: memFree=30947728/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=148988 CPUtime=1574.11 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 21195 0 0 0 157389 22 0 0 20 0 1 0 291588057 152563712 33029 33554432000 4194304 5208918 140737444397200 140737444395192 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37247 33029 103 248 0 36996 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 170008

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.31 2/174 24579
/proc/meminfo: memFree=30937660/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=148988 CPUtime=1634.11 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 21584 0 0 0 163388 23 0 0 20 0 1 0 291588057 152563712 35589 33554432000 4194304 5208918 140737444397200 140737444395192 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37247 35589 103 248 0 36996 0
Current children cumulated CPU time (s) 1659.02
Current children cumulated vsize (KiB) 170008

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.28 2/174 24579
/proc/meminfo: memFree=30979300/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=99988 CPUtime=1694.1 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 22051 0 0 0 169386 24 0 0 20 0 1 0 291588057 102387712 24555 33554432000 4194304 5208918 140737444397200 140737444395288 4211599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 24997 24555 103 248 0 24746 0
Current children cumulated CPU time (s) 1719.01
Current children cumulated vsize (KiB) 121008

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.26 2/174 24579
/proc/meminfo: memFree=30943492/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=149308 CPUtime=1754.09 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 22816 0 0 0 175384 25 0 0 20 0 1 0 291588057 152891392 34133 33554432000 4194304 5208918 140737444397200 140737444395192 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37327 34133 103 248 0 37076 0
Current children cumulated CPU time (s) 1779
Current children cumulated vsize (KiB) 170328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 1.00 1.00 1.26 2/174 24579
/proc/meminfo: memFree=30930956/32873844 swapFree=7112/7112
[pid=22692] ppid=22690 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22692/stat : 22692 (npSolver-wbo-It) S 22690 22692 17515 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291585264 9367552 274 33554432000 4194304 5064252 140737143110976 140737143109888 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22692/statm: 2287 274 233 213 0 72 0
[pid=22693] ppid=22692 vsize=2724 CPUtime=24.91 cores=0,2,4,6
/proc/22693/stat : 22693 (npSolver-wbo) S 22692 22692 17515 0 -1 4202496 5004 86185 0 0 11 1 2444 35 20 0 1 0 291585264 2789376 325 33554432000 4194304 5990268 140737362761200 140737362752624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22693/statm: 681 325 163 439 0 238 0
[pid=22831] ppid=22693 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22831/stat : 22831 (satsolver.sh) S 22693 22692 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291588057 9367552 266 33554432000 4194304 5064252 140736360493408 140736360492320 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22831/statm: 2287 266 226 213 0 72 0
[pid=22832] ppid=22831 vsize=149308 CPUtime=1775.19 cores=0,2,4,6
/proc/22832/stat : 22832 (glucose) R 22831 22692 17515 0 -1 4202496 22962 0 0 0 177494 25 0 0 20 0 1 0 291588057 152891392 36829 33554432000 4194304 5208918 140737444397200 140737444395192 4229720 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22832/statm: 37327 36829 103 248 0 37076 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 170328

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1803.41
CPU time (s): 1800.15
CPU user time (s): 1799.51
CPU system time (s): 0.636903
CPU usage (%): 99.8192
Max. virtual memory (cumulated for all children) (KiB): 170328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.636903
maximum resident set size= 147316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 362
involuntary context switches= 2063

runsolver used 3.75843 second user time and 8.73767 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-29 03:23:24
IDJOB=3715083
IDBENCH=79662
IDSOLVER=2296
FILE ID=node142/3715083-1338254604
RUNJOBID= node142-1338239825-19887
PBS_JOBID= 14624621
Free space on /tmp= 64464 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-queen5-5-3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715083-1338254604/watcher-3715083-1338254604 -o /tmp/evaluation-result-3715083-1338254604/solver-3715083-1338254604 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715083-1338254604.wbo 1633045914 HOME HOME

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

MD5SUM BENCH= 3af6143b2c580af9e4edcedcd162c161
RANDOM SEED=1633045914

node142.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.776
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.55
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.776
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.776
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	: 5391.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		: 2666.776
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.776
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.90
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.776
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.776
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.776
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:         7279028 kB
Buffers:          419124 kB
Cached:         15179148 kB
SwapCached:            0 kB
Active:          9292916 kB
Inactive:       14889140 kB
Active(anon):    8558544 kB
Inactive(anon):    11200 kB
Active(file):     734372 kB
Inactive(file): 14877940 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:           3619824 kB
Writeback:             0 kB
AnonPages:       8613180 kB
Mapped:            12504 kB
Shmem:               200 kB
Slab:            1256480 kB
SReclaimable:     694400 kB
SUnreclaim:       562080 kB
KernelStack:        1528 kB
PageTables:        20928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8749568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8568832 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= 71680 MiB
End job on node142 at 2012-05-29 03:53:27