Trace number 3714896

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_51_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMfc69cf5fb8ed09269ce87a121862dce7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark4.6013
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5100
Total number of constraints202
Number of soft constraints140
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 6854
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
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.31	c run usual solver
2.77/2.81	o 5154
2.77/2.81	c fallback to adder encoding
3.14/3.29	o 5152
3.14/3.29	c fallback to adder encoding
3.59/3.74	o 5124
3.59/3.74	c fallback to adder encoding
4.20/4.35	o 5120
4.20/4.35	c fallback to adder encoding
4.79/4.93	o 2047
4.79/4.93	c fallback to adder encoding
5.14/5.28	o 1790
5.14/5.28	c fallback to adder encoding
5.94/6.08	o 1731
5.94/6.08	c fallback to adder encoding
6.43/6.57	o 1702
6.43/6.57	c fallback to adder encoding
6.85/6.99	o 1668
6.85/6.99	c fallback to adder encoding
7.29/7.43	o 1667
7.29/7.43	c fallback to adder encoding
7.97/8.12	o 1664
7.97/8.12	c fallback to adder encoding
8.41/8.56	o 1628
8.41/8.56	c fallback to adder encoding
8.83/8.97	o 1588
8.83/8.97	c fallback to adder encoding
9.25/9.39	o 1562
9.25/9.39	c fallback to adder encoding
9.59/9.73	o 1560
9.59/9.73	c fallback to adder encoding
10.23/10.37	o 1555
10.23/10.37	c fallback to adder encoding
10.97/11.08	o 1197
10.97/11.08	c fallback to adder encoding
11.49/11.50	o 1184
20.39/20.41	o 307
30.43/30.75	o 251
69.36/69.67	o 181
89.55/89.82	o 179
97.31/97.58	o 130
102.70/102.97	o 103
119.24/119.49	o 91
120.94/121.17	o 79
122.12/122.23	o 69
124.92/125.14	o 63
127.70/127.91	o 58
129.02/129.22	o 56
130.00/130.21	o 54
131.58/131.79	o 50
132.08/132.29	o 27
132.64/132.84	o 26
133.17/133.37	o 15
134.13/134.25	o 14
136.04/136.23	o 11
139.10/139.28	o 10
140.29/140.48	o 7
140.84/141.02	o 6
143.55/143.74	o 5
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3714896-1338177132/watcher-3714896-1338177132 -o /tmp/evaluation-result-3714896-1338177132/solver-3714896-1338177132 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714896-1338177132.wbo 1593100126 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 2.00 3/179 20242
/proc/meminfo: memFree=27207164/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0

[startup+0.0640459 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20242
/proc/meminfo: memFree=27207164/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20242
/proc/meminfo: memFree=27207164/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.314499 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20242
/proc/meminfo: memFree=27207164/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20242
/proc/meminfo: memFree=27207164/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20246
/proc/meminfo: memFree=27122740/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=10600 CPUtime=0.3 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 3910 0 0 0 30 0 0 0 20 0 1 0 283840096 10854400 2208 33554432000 4194304 5990268 140735476869872 140735476863024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20243/statm: 2650 2208 156 439 0 2207 0
[pid=20245] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20245/stat : 20245 (cp2_pre.sh) S 20243 20242 17655 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 283840128 9367552 276 33554432000 4194304 5064252 140736668511760 140736668510464 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20245/statm: 2287 276 234 213 0 72 0
[pid=20246] ppid=20245 vsize=75056 CPUtime=1.17 cores=1,3,5,7
/proc/20246/stat : 20246 (coprocessor) R 20245 20242 17655 0 -1 4202496 14949 0 0 0 115 2 0 0 20 0 1 0 283840128 76857344 18090 33554432000 4194304 6586260 140736087794480 140736087790344 5599263 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/20246/statm: 18764 18090 191 584 0 18176 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103952

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20246
/proc/meminfo: memFree=27106168/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=16268 CPUtime=2.81 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 5273 30904 0 0 34 14 200 33 20 0 1 0 283840096 16658432 3613 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 4067 3613 169 439 0 3624 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 25416

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20291
/proc/meminfo: memFree=27125468/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=16268 CPUtime=6.09 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 13104 104501 0 0 48 16 488 57 20 0 1 0 283840096 16658432 3613 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 4067 3613 169 439 0 3624 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 25416

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20375
/proc/meminfo: memFree=27003700/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=33164 CPUtime=11.68 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 29170 238659 0 0 88 21 961 98 20 0 1 0 283840096 33959936 7241 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 8291 7241 170 439 0 7848 0
[pid=20374] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20374/stat : 20374 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283841266 9367552 267 33554432000 4194304 5064252 140735797221856 140735797220768 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20374/statm: 2287 267 226 213 0 72 0
[pid=20375] ppid=20374 vsize=118360 CPUtime=0.99 cores=1,3,5,7
/proc/20375/stat : 20375 (glucose) R 20374 20242 17655 0 -1 4202496 23104 0 0 0 96 3 0 0 20 0 1 0 283841266 121200640 26417 33554432000 4194304 5208918 140734220311696 140734219261160 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20375/statm: 29590 26417 103 248 0 29339 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 169820

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20382
/proc/meminfo: memFree=27046212/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=20.45 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 31404 271842 0 0 93 22 1800 130 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20381] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20381/stat : 20381 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283842142 9367552 267 33554432000 4194304 5064252 140733482242752 140733482241664 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20381/statm: 2287 267 226 213 0 72 0
[pid=20382] ppid=20381 vsize=60824 CPUtime=5.03 cores=1,3,5,7
/proc/20382/stat : 20382 (glucose) R 20381 20242 17655 0 -1 4202496 12630 0 0 0 501 2 0 0 20 0 1 0 283842143 62283776 13457 33554432000 4194304 5208918 140736643892864 140736643890712 4212635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20382/statm: 15206 13457 104 248 0 14955 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102884

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20389
/proc/meminfo: memFree=27050548/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=30.72 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 33289 292440 0 0 97 22 2812 141 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20388] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20388/stat : 20388 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283843176 9367552 267 33554432000 4194304 5064252 140734160586000 140734160584912 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20388/statm: 2287 267 226 213 0 72 0
[pid=20389] ppid=20388 vsize=66140 CPUtime=20.29 cores=1,3,5,7
/proc/20389/stat : 20389 (glucose) R 20388 20242 17655 0 -1 4202496 13045 0 0 0 2027 2 0 0 20 0 1 0 283843176 67727360 15109 33554432000 4194304 5208918 140735364570544 140735364568488 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20389/statm: 16535 15109 104 248 0 16284 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 108200

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20411
/proc/meminfo: memFree=27061952/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=97.52 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 37647 348472 0 0 106 23 9457 166 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20410] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20410/stat : 20410 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283849857 9367552 267 33554432000 4194304 5064252 140736762861488 140736762860400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20410/statm: 2287 267 226 213 0 72 0
[pid=20411] ppid=20410 vsize=48484 CPUtime=4.69 cores=1,3,5,7
/proc/20411/stat : 20411 (glucose) R 20410 20242 17655 0 -1 4202496 9789 0 0 0 467 2 0 0 20 0 1 0 283849857 49647616 10591 33554432000 4194304 5208918 140735649746896 140735649744760 4229354 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20411/statm: 12121 10591 104 248 0 11870 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 90544

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20537
/proc/meminfo: memFree=27016664/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=41532 CPUtime=18.53 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 9685 0 0 0 1852 1 0 0 20 0 1 0 283854471 42528768 9750 33554432000 4194304 5208918 140734833185312 140734833181688 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 10383 9750 105 248 0 10132 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 83592

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20537
/proc/meminfo: memFree=26946200/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 36660 0 0 0 127792 42 0 0 20 0 1 0 283854471 226103296 53354 33554432000 4194304 5208918 140734833185312 140734833183160 4229244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 55201 53354 105 248 0 54950 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 262864

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 20936
/proc/meminfo: memFree=26967736/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=273940 CPUtime=1338.32 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 38484 0 0 0 133787 45 0 0 20 0 1 0 283854471 280514560 55970 33554432000 4194304 5208918 140734833185312 140734833183160 4229010 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 68485 55970 105 248 0 68234 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 316000

[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 20936
/proc/meminfo: memFree=26948000/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=226652 CPUtime=1398.32 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 40284 0 0 0 139783 49 0 0 20 0 1 0 283854471 232091648 51241 33554432000 4194304 5208918 140734833185312 140734833183160 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 56663 51241 105 248 0 56412 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 268712

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 20937
/proc/meminfo: memFree=26973252/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=229596 CPUtime=1458.3 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 41720 0 0 0 145778 52 0 0 20 0 1 0 283854471 235106304 53487 33554432000 4194304 5208918 140734833185312 140734833183160 4229095 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 57399 53487 105 248 0 57148 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 271656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 20937
/proc/meminfo: memFree=26924312/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=232396 CPUtime=1518.29 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 43194 0 0 0 151773 56 0 0 20 0 1 0 283854471 237973504 55252 33554432000 4194304 5208918 140734833185312 140734833183160 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 58099 55252 105 248 0 57848 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 274456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 20940
/proc/meminfo: memFree=26955464/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=246496 CPUtime=1578.28 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 44617 0 0 0 157770 58 0 0 20 0 1 0 283854471 252411904 59515 33554432000 4194304 5208918 140734833185312 140734833181688 4229476 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 61624 59515 105 248 0 61373 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 288556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20940
/proc/meminfo: memFree=26911960/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=296584 CPUtime=1638.27 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 45658 0 0 0 163765 62 0 0 20 0 1 0 283854471 303702016 60840 33554432000 4194304 5208918 140734833185312 140734833183464 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 74146 60840 105 248 0 73895 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 338644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20940
/proc/meminfo: memFree=26931688/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=296584 CPUtime=1656.38 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 45663 0 0 0 165576 62 0 0 20 0 1 0 283854471 303702016 63400 33554432000 4194304 5208918 140734833185312 140734833181016 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 74146 63400 105 248 0 73895 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 338644

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20940
/proc/meminfo: memFree=26931688/32873648 swapFree=6848/6848
[pid=20242] ppid=20240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20242/stat : 20242 (npSolver-wbo-It) S 20240 20242 17655 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283840096 9367552 274 33554432000 4194304 5064252 140733928759392 140733928758304 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20242/statm: 2287 274 233 213 0 72 0
[pid=20243] ppid=20242 vsize=23764 CPUtime=143.67 cores=1,3,5,7
/proc/20243/stat : 20243 (npSolver-wbo) S 20242 20242 17655 0 -1 4202496 54118 589367 0 0 124 27 13968 248 20 0 1 0 283840096 24334336 5481 33554432000 4194304 5990268 140735476869872 140735476861296 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20243/statm: 5941 5481 170 439 0 5498 0
[pid=20536] ppid=20243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20536/stat : 20536 (satsolver.sh) S 20243 20242 17655 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283854471 9367552 267 33554432000 4194304 5064252 140734774587616 140734774586528 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20536/statm: 2287 267 226 213 0 72 0
[pid=20537] ppid=20536 vsize=296584 CPUtime=1656.38 cores=1,3,5,7
/proc/20537/stat : 20537 (glucose) R 20536 20242 17655 0 -1 4202496 45663 0 0 0 165576 62 0 0 20 0 1 0 283854471 303702016 63400 33554432000 4194304 5208918 140734833185312 140734833181016 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20537/statm: 74146 63400 105 248 0 73895 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 338644

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20242 and gives
#  childrusage.ru_utime.tv_sec=140
#  childrusage.ru_utime.tv_usec=935574
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=762580
# CPU time returned by wait4() is 143.698
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1796.68
CPU system time (s): 3.37
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 418784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.936
system time used= 2.76258
maximum resident set size= 131252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 421040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9641
involuntary context switches= 576

runsolver used 2.6266 second user time and 7.2139 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 05:52:13
IDJOB=3714896
IDBENCH=78692
IDSOLVER=2296
FILE ID=node113/3714896-1338177132
RUNJOBID= node113-1338166950-18214
PBS_JOBID= 14624534
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= fc69cf5fb8ed09269ce87a121862dce7
RANDOM SEED=1593100126

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:        27207784 kB
Buffers:          379340 kB
Cached:          4205168 kB
SwapCached:            0 kB
Active:          1358968 kB
Inactive:        3467024 kB
Active(anon):     243856 kB
Inactive(anon):        0 kB
Active(file):    1115112 kB
Inactive(file):  3467024 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8516 kB
Writeback:             0 kB
AnonPages:        262476 kB
Mapped:            15284 kB
Shmem:               200 kB
Slab:             701148 kB
SReclaimable:     144960 kB
SUnreclaim:       556188 kB
KernelStack:        1520 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     359132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71368 MiB
End job on node113 at 2012-05-28 06:22:13