Trace number 3714891

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.07 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_45_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMa1a1d6ef1095be996fe403c53206d252
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1.12183
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3150
Total number of constraints160
Number of soft constraints62
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
Top cost 3271
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3270
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.27	c run usual solver
2.77/2.82	o 2339
4.75/5.36	o 864
6.98/7.28	o 742
8.81/9.08	o 602
10.44/10.69	o 596
12.18/12.42	o 548
13.80/14.03	o 527
15.36/15.59	o 523
16.93/17.16	o 522
18.69/18.73	o 504
20.30/20.40	o 492
21.89/22.02	o 472
23.23/23.55	o 455
25.10/25.20	o 431
26.41/26.72	o 411
27.85/28.16	o 395
29.23/29.54	o 335
30.70/30.86	o 332
33.90/34.04	o 301
35.34/35.62	o 291
36.92/37.10	o 280
37.80/38.16	o 275
38.80/39.15	o 263
40.83/41.00	o 205
41.66/41.99	o 189
42.64/42.80	o 188
43.52/43.85	o 179
44.94/45.12	o 165
47.66/47.98	o 153
50.54/50.85	o 121
52.06/52.37	o 109
53.07/53.38	o 108
54.09/54.39	o 107
56.95/57.11	o 100
58.04/58.42	o 87
62.72/63.12	o 84
69.35/69.60	o 76
72.67/73.06	o 75
74.50/74.88	o 72
75.84/76.10	o 48
76.52/76.90	o 47
78.95/79.21	o 44
81.44/81.82	o 19
82.32/82.68	o 16
84.10/84.47	o 15
86.14/86.51	o 12
1800.04/1800.61	c error: unexpected solver exit code
1800.04/1800.61	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-3714891-1338177769/watcher-3714891-1338177769 -o /tmp/evaluation-result-3714891-1338177769/solver-3714891-1338177769 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714891-1338177769.wbo 767917095 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20601
/proc/meminfo: memFree=27244188/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0

[startup+0.049239 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20601
/proc/meminfo: memFree=27244188/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20601
/proc/meminfo: memFree=27244188/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20601
/proc/meminfo: memFree=27244188/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20601
/proc/meminfo: memFree=27244188/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20605
/proc/meminfo: memFree=27167684/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=10504 CPUtime=0.25 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 3277 0 0 0 25 0 0 0 20 0 1 0 283903775 10756096 1901 33554432000 4194304 5990268 140733518063344 140733518056496 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20602/statm: 2626 1901 156 439 0 2183 0
[pid=20604] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (cp2_pre.sh) S 20602 20601 17655 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 283903802 9367552 277 33554432000 4194304 5064252 140733823576208 140733823574912 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20604/statm: 2287 277 234 213 0 72 0
[pid=20605] ppid=20604 vsize=83952 CPUtime=1.22 cores=0,2,4,6
/proc/20605/stat : 20605 (coprocessor) R 20604 20601 17655 0 -1 4202496 15945 0 0 0 117 5 0 0 20 0 1 0 283903802 85966848 19428 33554432000 4194304 6586260 140734747291664 140734747286984 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/20605/statm: 20988 19428 198 584 0 20400 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 112752

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20608
/proc/meminfo: memFree=27211388/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=32952 CPUtime=2.99 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 7006 26978 0 0 44 10 212 33 20 0 1 0 283903775 33742848 6774 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20602/statm: 8238 6774 164 439 0 7795 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 42100

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20620
/proc/meminfo: memFree=27217476/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=5.41 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 9535 54729 0 0 50 12 422 57 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 37492

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20643
/proc/meminfo: memFree=27214648/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=12.46 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 17916 120542 0 0 70 14 1063 99 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 37492

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 20704
/proc/meminfo: memFree=27211576/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=25.13 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 33648 238730 0 0 101 18 2229 165 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 37492

[startup+51.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 20812
/proc/meminfo: memFree=27189092/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=50.7 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 57248 447890 0 0 135 23 4646 266 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 37492

[startup+102.307 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 20931
/proc/meminfo: memFree=27186564/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=40604 CPUtime=15.77 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 10179 0 0 0 1575 2 0 0 20 0 1 0 283912426 41578496 9089 33554432000 4194304 5208918 140736529964512 140736529962376 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 10151 9089 105 248 0 9900 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 87244

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 20931
/proc/meminfo: memFree=27140136/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=73800 CPUtime=75.76 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 13763 0 0 0 7572 4 0 0 20 0 1 0 283912426 75571200 16272 33554432000 4194304 5208918 140736529964512 140736529960888 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 18450 16272 105 248 0 18199 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 120440

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 20931
/proc/meminfo: memFree=27104372/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=104148 CPUtime=135.74 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 15013 0 0 0 13568 6 0 0 20 0 1 0 283912426 106647552 25090 33554432000 4194304 5208918 140736529964512 140736529960888 4229361 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 26037 25090 105 248 0 25786 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 150788

[startup+282.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/183 20931
/proc/meminfo: memFree=27059992/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21198
/proc/meminfo: memFree=27092536/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=266948 CPUtime=1275.55 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 52616 0 0 0 127469 86 0 0 20 0 1 0 283912426 273354752 56534 33554432000 4194304 5208918 140736529964512 140736529960824 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 66737 56534 105 248 0 66486 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 313588

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21198
/proc/meminfo: memFree=27054556/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=266948 CPUtime=1335.54 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 54158 0 0 0 133463 91 0 0 20 0 1 0 283912426 273354752 61142 33554432000 4194304 5208918 140736529964512 140736529960888 4212457 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 66737 61142 105 248 0 66486 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 313588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21198
/proc/meminfo: memFree=27069208/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=186040 CPUtime=1395.51 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 55775 0 0 0 139456 95 0 0 20 0 1 0 283912426 190504960 44390 33554432000 4194304 5208918 140736529964512 140736529962600 4229203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 46510 44390 105 248 0 46259 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 232680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21198
/proc/meminfo: memFree=27052876/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=217124 CPUtime=1455.5 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 57973 0 0 0 145451 99 0 0 20 0 1 0 283912426 222334976 49668 33554432000 4194304 5208918 140736529964512 140736529960328 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 54281 49668 105 248 0 54030 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 263764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21199
/proc/meminfo: memFree=27028040/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=219472 CPUtime=1515.49 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 60067 0 0 0 151446 103 0 0 20 0 1 0 283912426 224739328 53295 33554432000 4194304 5208918 140736529964512 140736529960888 4229142 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 54868 53295 105 248 0 54617 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 266112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21202
/proc/meminfo: memFree=27021940/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=272144 CPUtime=1575.48 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 62821 0 0 0 157442 106 0 0 20 0 1 0 283912426 278675456 55034 33554432000 4194304 5208918 140736529964512 140736529960248 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 68036 55034 105 248 0 67785 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 318784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21202
/proc/meminfo: memFree=27012836/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=275640 CPUtime=1635.47 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 65430 0 0 0 163437 110 0 0 20 0 1 0 283912426 282255360 59701 33554432000 4194304 5208918 140736529964512 140736529960888 4229316 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 68910 59701 105 248 0 68659 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 322280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21202
/proc/meminfo: memFree=26975160/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=277616 CPUtime=1695.47 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 67431 0 0 0 169433 114 0 0 20 0 1 0 283912426 284278784 63751 33554432000 4194304 5208918 140736529964512 140736529960888 4229424 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 69404 63751 105 248 0 69153 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 324256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21202
/proc/meminfo: memFree=27031588/32873648 swapFree=6848/6848
[pid=20601] ppid=20599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20601/stat : 20601 (npSolver-wbo-It) S 20599 20601 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283903775 9367552 274 33554432000 4194304 5064252 140735640158768 140735640157680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20601/statm: 2287 274 233 213 0 72 0
[pid=20602] ppid=20601 vsize=28344 CPUtime=86.26 cores=0,2,4,6
/proc/20602/stat : 20602 (npSolver-wbo) S 20601 20601 17655 0 -1 4202496 70983 654179 0 0 148 26 8120 332 20 0 1 0 283903775 29024256 5525 33554432000 4194304 5990268 140733518063344 140733518054768 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/20602/statm: 7086 5525 164 439 0 6643 0
[pid=20930] ppid=20602 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (satsolver.sh) S 20602 20601 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283912426 9367552 267 33554432000 4194304 5064252 140736491080240 140736491079152 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20930/statm: 2287 267 226 213 0 72 0
[pid=20931] ppid=20930 vsize=236124 CPUtime=1713.78 cores=0,2,4,6
/proc/20931/stat : 20931 (glucose) R 20930 20601 17655 0 -1 4202496 68297 0 0 0 171262 116 0 0 20 0 1 0 283912426 241790976 51859 33554432000 4194304 5208918 140736529964512 140736529962664 4229507 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20931/statm: 59031 51859 105 248 0 58780 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 282764

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.07
CPU user time (s): 1795.31
CPU system time (s): 4.75928
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 382172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.31
system time used= 4.75928
maximum resident set size= 325576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 794437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 412560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11261
involuntary context switches= 2648

runsolver used 2.71459 second user time and 7.12392 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 06:02:49
IDJOB=3714891
IDBENCH=78694
IDSOLVER=2296
FILE ID=node113/3714891-1338177769
RUNJOBID= node113-1338166950-18213
PBS_JOBID= 14624534
Free space on /tmp= 71380 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714891-1338177769/watcher-3714891-1338177769 -o /tmp/evaluation-result-3714891-1338177769/solver-3714891-1338177769 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714891-1338177769.wbo 767917095 HOME HOME

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

MD5SUM BENCH= a1a1d6ef1095be996fe403c53206d252
RANDOM SEED=767917095

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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		: 2667.026
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:       32873648 kB
MemFree:        27244468 kB
Buffers:          379972 kB
Cached:          4205792 kB
SwapCached:            0 kB
Active:          1324152 kB
Inactive:        3466272 kB
Active(anon):     207160 kB
Inactive(anon):        0 kB
Active(file):    1116992 kB
Inactive(file):  3466272 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        215296 kB
Mapped:            15420 kB
Shmem:               200 kB
Slab:             700820 kB
SReclaimable:     144796 kB
SUnreclaim:       556024 kB
KernelStack:        1504 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     332220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node113 at 2012-05-28 06:32:50