Trace number 3715287

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.01 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.884865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.21	c run usual solver
1.98/2.00	o 3540
1.98/2.00	c fallback to adder encoding
2.24/2.35	o 3536
2.24/2.35	c fallback to adder encoding
2.53/2.67	o 3194
2.53/2.67	c fallback to adder encoding
2.89/3.04	o 3165
2.89/3.04	c fallback to adder encoding
3.30/3.44	o 3139
3.30/3.44	c fallback to adder encoding
3.59/3.74	o 2558
3.59/3.74	c fallback to adder encoding
3.91/4.06	o 2526
3.91/4.06	c fallback to adder encoding
4.32/4.49	o 2412
4.32/4.49	c fallback to adder encoding
4.74/4.87	o 2406
4.74/4.87	c fallback to adder encoding
5.03/5.17	o 2336
5.03/5.17	c fallback to adder encoding
5.47/5.61	o 2319
5.47/5.61	c fallback to adder encoding
5.79/5.92	o 2318
5.79/5.92	c fallback to adder encoding
6.19/6.34	o 2316
6.19/6.34	c fallback to adder encoding
6.53/6.68	o 2302
6.53/6.68	c fallback to adder encoding
6.92/7.06	o 2281
6.92/7.06	c fallback to adder encoding
7.02/7.49	o 2280
7.02/7.49	c fallback to adder encoding
7.72/7.89	o 2203
7.72/7.89	c fallback to adder encoding
8.24/8.30	o 1182
29.63/29.73	o 425
37.71/38.02	o 173
44.93/45.04	o 170
76.51/76.73	o 116
107.37/107.58	o 115
110.76/110.97	o 76
119.14/119.33	o 62
121.14/121.32	o 61
123.66/123.85	o 57
139.60/139.78	o 46
139.69/140.69	o 45
142.67/142.85	o 43
145.38/145.58	o 34
146.19/146.39	o 24
147.07/147.24	o 22
148.54/148.73	o 12
149.25/149.42	o 11
149.93/150.11	o 10
150.89/151.00	o 9
150.90/151.48	o 8
151.76/151.95	o 7
152.52/152.71	o 4
152.96/153.15	o 3
153.04/153.58	o 2
154.29/154.47	o 1
154.29/154.47	c [SWC] exit 4
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	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-3715287-1338214558/watcher-3715287-1338214558 -o /tmp/evaluation-result-3715287-1338214558/solver-3715287-1338214558 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715287-1338214558.wbo 243813699 HOME HOME 

running on 4 cores: 1,3,5,7

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.00 2.00 1.94 3/179 16038
/proc/meminfo: memFree=30982020/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0

[startup+0.0182271 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 16038
/proc/meminfo: memFree=30982020/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 16038
/proc/meminfo: memFree=30982020/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 16038
/proc/meminfo: memFree=30982020/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700189 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 16038
/proc/meminfo: memFree=30982020/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16042
/proc/meminfo: memFree=30924724/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=8472 CPUtime=0.2 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 3828 0 0 0 19 1 0 0 20 0 1 0 287580088 8675328 1722 33554432000 4194304 5990268 140735300071648 140735300064800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16039/statm: 2118 1722 156 439 0 1675 0
[pid=16041] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16041/stat : 16041 (cp2_pre.sh) S 16039 16038 12121 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287580109 9367552 276 33554432000 4194304 5064252 140734219881344 140734219880048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16041/statm: 2287 276 234 213 0 72 0
[pid=16042] ppid=16041 vsize=58128 CPUtime=1.27 cores=1,3,5,7
/proc/16042/stat : 16042 (coprocessor) R 16041 16038 12121 0 -1 4202496 11049 0 0 0 116 11 0 0 20 0 1 0 287580109 59523072 13671 33554432000 4194304 6586260 140734159094096 140734159089416 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16042/statm: 14532 13671 198 584 0 13944 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84896

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16097
/proc/meminfo: memFree=31283080/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=12108 CPUtime=3 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 8331 49986 0 0 28 11 231 30 20 0 1 0 287580088 12398592 2528 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 3027 2528 169 439 0 2584 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 21256

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16167
/proc/meminfo: memFree=31270480/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=12108 CPUtime=6.19 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 17516 131488 0 0 43 13 508 55 20 0 1 0 287580088 12398592 2530 33554432000 4194304 5990268 140735300071648 140735300062560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 3027 2530 169 439 0 2584 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 21256

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16223
/proc/meminfo: memFree=31155944/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=30368 CPUtime=8.42 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 26909 184885 0 0 68 18 684 72 20 0 1 0 287580088 31096832 6109 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 7592 6109 170 439 0 7149 0
[pid=16222] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16222/stat : 16222 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287580936 9367552 267 33554432000 4194304 5064252 140737391584400 140737391583312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16222/statm: 2287 267 226 213 0 72 0
[pid=16223] ppid=16222 vsize=124336 CPUtime=4.21 cores=1,3,5,7
/proc/16223/stat : 16223 (glucose) R 16222 16038 12121 0 -1 4202496 20860 0 0 0 416 5 0 0 20 0 1 0 287580936 127320064 24737 33554432000 4194304 5208918 140733749591232 140733749589080 4222526 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16223/statm: 31084 24737 104 248 0 30833 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 173000

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16223
/proc/meminfo: memFree=31109292/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=30368 CPUtime=8.42 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 26909 184885 0 0 68 18 684 72 20 0 1 0 287580088 31096832 6109 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 7592 6109 170 439 0 7149 0
[pid=16222] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16222/stat : 16222 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287580936 9367552 267 33554432000 4194304 5064252 140737391584400 140737391583312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16222/statm: 2287 267 226 213 0 72 0
[pid=16223] ppid=16222 vsize=144096 CPUtime=17 cores=1,3,5,7
/proc/16223/stat : 16223 (glucose) R 16222 16038 12121 0 -1 4202496 22356 0 0 0 1694 6 0 0 20 0 1 0 287580936 147554304 33442 33554432000 4194304 5208918 140733749591232 140733749589096 4212680 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16223/statm: 36024 33442 104 248 0 35773 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 192760

[startup+51.1004 s]
/proc/loadavg: 1.94 1.98 1.93 3/183 16245
/proc/meminfo: memFree=31224268/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=44.99 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 32869 246115 0 0 79 20 4279 121 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16244] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16244/stat : 16244 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287584594 9367552 266 33554432000 4194304 5064252 140735028599520 140735028598432 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16244/statm: 2287 266 226 213 0 72 0
[pid=16245] ppid=16244 vsize=36916 CPUtime=6.02 cores=1,3,5,7
/proc/16245/stat : 16245 (glucose) R 16244 16038 12121 0 -1 4202496 8048 0 0 0 600 2 0 0 20 0 1 0 287584595 37801984 8412 33554432000 4194304 5208918 140736783201216 140736783199160 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16245/statm: 9229 8412 104 248 0 8978 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 76744

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.93 3/183 16252
/proc/meminfo: memFree=31191564/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=76.68 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 34109 262538 0 0 81 20 7436 131 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16251] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16251/stat : 16251 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287587763 9367552 266 33554432000 4194304 5064252 140736681337664 140736681336576 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16251/statm: 2287 266 226 213 0 72 0
[pid=16252] ppid=16251 vsize=39876 CPUtime=25.54 cores=1,3,5,7
/proc/16252/stat : 16252 (glucose) R 16251 16038 12121 0 -1 4202496 8418 0 0 0 2553 1 0 0 20 0 1 0 287587764 40833024 8916 33554432000 4194304 5208918 140736461367648 140736461365512 4229770 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16252/statm: 9969 8916 104 248 0 9718 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 79704

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/183 16406
/proc/meminfo: memFree=31228312/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=28512 CPUtime=7.81 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 6397 0 0 0 781 0 0 0 20 0 1 0 287595536 29196288 6141 33554432000 4194304 5208918 140736089997008 140736089994872 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 7128 6141 105 248 0 6877 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 68340

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/183 16406
/proc/meminfo: memFree=31173068/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 28302 0 0 0 120721 40 0 0 20 0 1 0 287595536 243277824 54462 33554432000 4194304 5208918 140736089997008 140736089993320 4212512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 54462 105 248 0 59143 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 277404

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16472
/proc/meminfo: memFree=30929404/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1267.6 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 29118 0 0 0 126718 42 0 0 20 0 1 0 287595536 243277824 54974 33554432000 4194304 5208918 140736089997008 140736089993384 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 54974 105 248 0 59143 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 277404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 16475
/proc/meminfo: memFree=30920076/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1327.59 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 29985 0 0 0 132714 45 0 0 20 0 1 0 287595536 243277824 55998 33554432000 4194304 5208918 140736089997008 140736089993384 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 55998 105 248 0 59143 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 277404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16475
/proc/meminfo: memFree=30968024/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1387.58 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 30827 0 0 0 138711 47 0 0 20 0 1 0 287595536 243277824 56510 33554432000 4194304 5208918 140736089997008 140736089992776 4229151 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 56510 105 248 0 59143 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 277404

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/183 16476
/proc/meminfo: memFree=30926288/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1447.57 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 31515 0 0 0 144708 49 0 0 20 0 1 0 287595536 243277824 57089 33554432000 4194304 5208918 140736089997008 140736089993384 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 57089 105 248 0 59143 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 277404

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/183 16476
/proc/meminfo: memFree=30911660/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1507.56 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 32506 0 0 0 150705 51 0 0 20 0 1 0 287595536 243277824 57668 33554432000 4194304 5208918 140736089997008 140736089993384 4229999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 57668 105 248 0 59143 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 277404

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/183 16476
/proc/meminfo: memFree=30917632/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1567.55 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 33295 0 0 0 156701 54 0 0 20 0 1 0 287595536 243277824 57492 33554432000 4194304 5208918 140736089997008 140736089993384 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 57492 105 248 0 59143 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 277404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 16476
/proc/meminfo: memFree=30914904/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=237576 CPUtime=1627.55 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 34405 0 0 0 162698 57 0 0 20 0 1 0 287595536 243277824 57492 33554432000 4194304 5208918 140736089997008 140736089993384 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 59394 57492 105 248 0 59143 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 277404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 16476
/proc/meminfo: memFree=30899512/32873844 swapFree=7632/7632
[pid=16038] ppid=16036 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16038/stat : 16038 (npSolver-wbo-It) S 16036 16038 12121 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287580088 9367552 275 33554432000 4194304 5064252 140733366159504 140733366158416 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16038/statm: 2287 275 233 213 0 72 0
[pid=16039] ppid=16038 vsize=21532 CPUtime=154.36 cores=1,3,5,7
/proc/16039/stat : 16039 (npSolver-wbo) S 16038 16038 12121 0 -1 4202496 46361 488554 0 0 93 24 15119 200 20 0 1 0 287580088 22048768 4958 33554432000 4194304 5990268 140735300071648 140735300063072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16039/statm: 5383 4958 170 439 0 4940 0
[pid=16405] ppid=16039 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (satsolver.sh) S 16039 16038 12121 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287595536 9367552 267 33554432000 4194304 5064252 140735195951856 140735195950768 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16405/statm: 2287 267 226 213 0 72 0
[pid=16406] ppid=16405 vsize=287664 CPUtime=1645.65 cores=1,3,5,7
/proc/16406/stat : 16406 (glucose) R 16405 16038 12121 0 -1 4202496 35249 0 0 0 164507 58 0 0 20 0 1 0 287595536 294567936 59841 33554432000 4194304 5208918 140736089997008 140736089995160 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16406/statm: 71916 59841 105 248 0 71665 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 327492

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16038 and gives
#  childrusage.ru_utime.tv_sec=152
#  childrusage.ru_utime.tv_usec=130872
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=258656
# CPU time returned by wait4() is 154.39
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1797.19
CPU system time (s): 2.82
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 407632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.131
system time used= 2.25866
maximum resident set size= 137524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 310360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6402
involuntary context switches= 644

runsolver used 2.95555 second user time and 7.2199 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-28 16:15:58
IDJOB=3715287
IDBENCH=79186
IDSOLVER=2296
FILE ID=node141/3715287-1338214558
RUNJOBID= node141-1338210956-15179
PBS_JOBID= 14624602
Free space on /tmp= 71504 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715287-1338214558/watcher-3715287-1338214558 -o /tmp/evaluation-result-3715287-1338214558/solver-3715287-1338214558 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715287-1338214558.wbo 243813699 HOME HOME

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=243813699

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:        30982756 kB
Buffers:          294200 kB
Cached:           424044 kB
SwapCached:          220 kB
Active:           566264 kB
Inactive:         473760 kB
Active(anon):     311680 kB
Inactive(anon):    11292 kB
Active(file):     254584 kB
Inactive(file):   462468 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:              8224 kB
Writeback:             0 kB
AnonPages:        340276 kB
Mapped:            11716 kB
Shmem:               172 kB
Slab:             698448 kB
SReclaimable:     140852 kB
SUnreclaim:       557596 kB
KernelStack:        1488 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     467024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71508 MiB
End job on node141 at 2012-05-28 16:45:58