Trace number 3714897

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 1801.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_51_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM5648463b311d39ee56e08f95de13a148
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 benchmark2.01369
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 constraints71
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 3850
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3849
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.76/2.86	o 2909
2.76/2.86	c fallback to adder encoding
3.17/3.21	o 2500
3.17/3.21	c fallback to adder encoding
3.53/3.68	o 2114
13.44/13.57	o 904
15.44/15.82	o 751
16.96/17.32	o 649
25.22/25.33	o 638
33.11/33.46	o 631
34.27/34.61	o 593
42.17/42.52	o 581
47.60/47.70	o 570
55.51/55.61	o 555
57.09/57.26	o 531
58.50/58.85	o 522
64.72/65.07	o 480
66.39/66.73	o 454
77.11/77.46	o 451
79.10/79.46	o 449
80.96/81.11	o 437
88.21/88.57	o 429
90.04/90.27	o 423
91.67/92.04	o 413
93.47/93.84	o 405
102.42/102.60	o 404
107.04/107.56	o 387
111.93/112.53	o 385
115.03/115.63	o 381
123.11/123.72	o 355
124.63/125.25	o 341
128.94/129.56	o 313
134.33/134.94	o 295
140.05/140.65	o 294
148.16/148.77	o 289
154.68/155.11	o 280
159.38/160.01	o 268
165.25/165.88	o 264
173.34/173.81	o 244
176.08/176.71	o 236
184.92/185.57	o 223
189.81/190.33	o 214
196.02/196.60	o 203
201.72/202.30	o 194
204.38/205.13	o 172
208.12/208.87	o 131
212.27/213.03	o 120
215.84/216.58	o 117
218.63/219.38	o 88
220.38/221.05	o 79
225.18/225.93	o 72
226.36/227.11	o 56
227.57/228.32	o 37
236.16/236.91	o 26
238.12/238.88	o 22
239.56/240.32	o 15
1800.07/1801.01	c error: unexpected solver exit code
1800.07/1801.01	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-3714897-1338174491/watcher-3714897-1338174491 -o /tmp/evaluation-result-3714897-1338174491/solver-3714897-1338174491 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714897-1338174491.wbo 533715187 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 28788
/proc/meminfo: memFree=29815200/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0

[startup+0.0677501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28788
/proc/meminfo: memFree=29815200/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28788
/proc/meminfo: memFree=29815200/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28788
/proc/meminfo: memFree=29815200/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70017 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28788
/proc/meminfo: memFree=29815200/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 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 4/183 28792
/proc/meminfo: memFree=29731508/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=10600 CPUtime=0.3 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 4031 0 0 0 29 1 0 0 20 0 1 0 283577546 10854400 1925 33554432000 4194304 5990268 140735185638784 140735185631936 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 2650 1925 156 439 0 2207 0
[pid=28791] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28791/stat : 28791 (cp2_pre.sh) S 28789 28788 27229 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 283577577 9367552 276 33554432000 4194304 5064252 140734540561152 140734540559856 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28791/statm: 2287 276 234 213 0 72 0
[pid=28792] ppid=28791 vsize=75432 CPUtime=1.17 cores=0,2,4,6
/proc/28792/stat : 28792 (coprocessor) R 28791 28788 27229 0 -1 4202496 13947 0 0 0 115 2 0 0 20 0 1 0 283577578 77242368 18239 33554432000 4194304 6586260 140733683587728 140733683582984 4683902 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/28792/statm: 18858 18239 191 584 0 18270 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 104328

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28792
/proc/meminfo: memFree=29716868/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=14200 CPUtime=3.06 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 5199 35718 0 0 33 13 225 35 20 0 1 0 283577546 14540800 2710 33554432000 4194304 5990268 140735185638784 140735185629696 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 3550 2710 169 439 0 3107 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 23348

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28816
/proc/meminfo: memFree=29668808/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=33144 CPUtime=3.83 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 10119 52725 0 0 51 16 275 41 20 0 1 0 283577546 33939456 6614 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 8286 6614 170 439 0 7843 0
[pid=28815] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283577932 9367552 266 33554432000 4194304 5064252 140735653793840 140735653792752 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28815/statm: 2287 266 226 213 0 72 0
[pid=28816] ppid=28815 vsize=115360 CPUtime=2.41 cores=0,2,4,6
/proc/28816/stat : 28816 (glucose) R 28815 28788 27229 0 -1 4202496 21707 0 0 0 238 3 0 0 20 0 1 0 283577933 118128640 25015 33554432000 4194304 5208918 140736614168272 140736614166120 4229206 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28816/statm: 28840 25015 103 248 0 28589 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 166800

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28816
/proc/meminfo: memFree=29667332/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=33144 CPUtime=3.83 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 10119 52725 0 0 51 16 275 41 20 0 1 0 283577546 33939456 6614 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 8286 6614 170 439 0 7843 0
[pid=28815] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28815/stat : 28815 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283577932 9367552 266 33554432000 4194304 5064252 140735653793840 140735653792752 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28815/statm: 2287 266 226 213 0 72 0
[pid=28816] ppid=28815 vsize=117448 CPUtime=8.81 cores=0,2,4,6
/proc/28816/stat : 28816 (glucose) R 28815 28788 27229 0 -1 4202496 22547 0 0 0 877 4 0 0 20 0 1 0 283577933 120266752 25583 33554432000 4194304 5208918 140736614168272 140736614166360 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28816/statm: 29362 25583 104 248 0 29111 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 168888

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 28840
/proc/meminfo: memFree=29760276/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=25.32 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 21503 144074 0 0 74 20 2330 108 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 37684

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 28873
/proc/meminfo: memFree=29738068/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=47.66 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 32695 219451 0 0 94 23 4496 153 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=28872] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28872/stat : 28872 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283582321 9367552 267 33554432000 4194304 5064252 140736644991296 140736644990208 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28872/statm: 2287 267 226 213 0 72 0
[pid=28873] ppid=28872 vsize=48672 CPUtime=3.33 cores=0,2,4,6
/proc/28873/stat : 28873 (glucose) R 28872 28788 27229 0 -1 4202496 10915 0 0 0 332 1 0 0 20 0 1 0 283582321 49840128 10720 33554432000 4194304 5208918 140737421512368 140737421510456 4229288 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28873/statm: 12168 10720 104 248 0 11917 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 95504

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 28957
/proc/meminfo: memFree=29740204/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=93.71 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 61000 422077 0 0 142 29 8933 267 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=28956] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28956/stat : 28956 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283586934 9367552 267 33554432000 4194304 5064252 140735603901408 140735603900320 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2287 267 226 213 0 72 0
[pid=28957] ppid=28956 vsize=43920 CPUtime=8.41 cores=0,2,4,6
/proc/28957/stat : 28957 (glucose) R 28956 28788 27229 0 -1 4202496 11304 0 0 0 838 3 0 0 20 0 1 0 283586934 44974080 9641 33554432000 4194304 5208918 140735919978672 140735919976536 4211176 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28957/statm: 10980 9641 102 248 0 10729 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 90752

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 29044
/proc/meminfo: memFree=29747668/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=159.6 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 85177 620090 0 0 179 35 15383 363 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29043] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29043/stat : 29043 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283593550 9367552 267 33554432000 4194304 5064252 140734942573712 140734942572624 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29043/statm: 2287 267 226 213 0 72 0
[pid=29044] ppid=29043 vsize=37496 CPUtime=2.24 cores=0,2,4,6
/proc/29044/stat : 29044 (glucose) R 29043 28788 27229 0 -1 4202496 7800 0 0 0 223 1 0 0 20 0 1 0 283593550 38395904 7952 33554432000 4194304 5208918 140737322626832 140737322624680 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29044/statm: 9374 7952 104 248 0 9123 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 84328

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 29135
/proc/meminfo: memFree=29757324/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 33412 0 0 0 112142 34 0 0 20 0 1 0 283601579 229122048 45200 33554432000 4194304 5208918 140736710840240 140736710838392 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 55938 45200 105 248 0 55687 0
Current children cumulated CPU time (s) 1361.43
Current children cumulated vsize (KiB) 270584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29386
/proc/meminfo: memFree=30785452/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=223752 CPUtime=1181.76 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 34567 0 0 0 118140 36 0 0 20 0 1 0 283601579 229122048 47380 33554432000 4194304 5208918 140736710840240 140736710836616 4229901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 55938 47380 105 248 0 55687 0
Current children cumulated CPU time (s) 1421.43
Current children cumulated vsize (KiB) 270584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29386
/proc/meminfo: memFree=30760304/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=223752 CPUtime=1241.74 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 35582 0 0 0 124136 38 0 0 20 0 1 0 283601579 229122048 50452 33554432000 4194304 5208918 140736710840240 140736710836056 4229259 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 55938 50452 105 248 0 55687 0
Current children cumulated CPU time (s) 1481.41
Current children cumulated vsize (KiB) 270584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29386
/proc/meminfo: memFree=30743284/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=223752 CPUtime=1301.73 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 36166 0 0 0 130134 39 0 0 20 0 1 0 283601579 229122048 52072 33554432000 4194304 5208918 140736710840240 140736710836616 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 55938 52072 105 248 0 55687 0
Current children cumulated CPU time (s) 1541.4
Current children cumulated vsize (KiB) 270584

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29387
/proc/meminfo: memFree=30728980/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=223752 CPUtime=1361.72 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 36753 0 0 0 136131 41 0 0 20 0 1 0 283601579 229122048 54656 33554432000 4194304 5208918 140736710840240 140736710836616 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 55938 54656 105 248 0 55687 0
Current children cumulated CPU time (s) 1601.39
Current children cumulated vsize (KiB) 270584

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29387
/proc/meminfo: memFree=30749620/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=226800 CPUtime=1421.71 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 39076 0 0 0 142127 44 0 0 20 0 1 0 283601579 232243200 50922 33554432000 4194304 5208918 140736710840240 140736710838088 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 56700 50922 105 248 0 56449 0
Current children cumulated CPU time (s) 1661.38
Current children cumulated vsize (KiB) 273632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29387
/proc/meminfo: memFree=30741524/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=229324 CPUtime=1481.7 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 40699 0 0 0 148124 46 0 0 20 0 1 0 283601579 234827776 52962 33554432000 4194304 5208918 140736710840240 140736710838088 4229299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 57331 52962 105 248 0 57080 0
Current children cumulated CPU time (s) 1721.37
Current children cumulated vsize (KiB) 276156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29387
/proc/meminfo: memFree=30738724/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=232248 CPUtime=1541.69 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 42189 0 0 0 154120 49 0 0 20 0 1 0 283601579 237821952 55228 33554432000 4194304 5208918 140736710840240 140736710838088 4229273 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 58062 55228 105 248 0 57811 0
Current children cumulated CPU time (s) 1781.36
Current children cumulated vsize (KiB) 279080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29387
/proc/meminfo: memFree=30705896/32873844 swapFree=6872/6872
[pid=28788] ppid=28786 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28788/stat : 28788 (npSolver-wbo-It) S 28786 28788 27229 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283577546 9367552 275 33554432000 4194304 5064252 140734639081312 140734639080224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28788/statm: 2287 275 233 213 0 72 0
[pid=28789] ppid=28788 vsize=28536 CPUtime=239.67 cores=0,2,4,6
/proc/28789/stat : 28789 (npSolver-wbo) S 28788 28788 27229 0 -1 4202496 108092 895561 0 0 207 40 23249 471 20 0 1 0 283577546 29220864 5825 33554432000 4194304 5990268 140735185638784 140735185630208 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/28789/statm: 7134 5825 170 439 0 6691 0
[pid=29176] ppid=28789 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29176/stat : 29176 (satsolver.sh) S 28789 28788 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283601579 9367552 267 33554432000 4194304 5064252 140737225669824 140737225668736 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29176/statm: 2287 267 226 213 0 72 0
[pid=29177] ppid=29176 vsize=283132 CPUtime=1560.4 cores=0,2,4,6
/proc/29177/stat : 29177 (glucose) R 29176 28788 27229 0 -1 4202496 42728 0 0 0 155990 50 0 0 20 0 1 0 283601579 289927168 58307 33554432000 4194304 5208918 140736710840240 140736710838088 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29177/statm: 70783 58307 105 248 0 70532 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 329964

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 28788 and gives
#  childrusage.ru_utime.tv_sec=234
#  childrusage.ru_utime.tv_usec=568340
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=131219
# CPU time returned by wait4() is 239.7
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.01
CPU time (s): 1800.07
CPU user time (s): 1794.46
CPU system time (s): 5.61
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 408504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.568
system time used= 5.13122
maximum resident set size= 116292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1004631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 633744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15619
involuntary context switches= 1303

runsolver used 2.82757 second user time and 7.70483 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 05:08:11
IDJOB=3714897
IDBENCH=78664
IDSOLVER=2296
FILE ID=node106/3714897-1338174491
RUNJOBID= node106-1338160071-27245
PBS_JOBID= 14624559
Free space on /tmp= 71004 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-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-3714897-1338174491/watcher-3714897-1338174491 -o /tmp/evaluation-result-3714897-1338174491/solver-3714897-1338174491 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714897-1338174491.wbo 533715187 HOME HOME

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

MD5SUM BENCH= 5648463b311d39ee56e08f95de13a148
RANDOM SEED=533715187

node106.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.065
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.13
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.065
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		: 2667.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        29815200 kB
Buffers:          239484 kB
Cached:           883268 kB
SwapCached:            0 kB
Active:          2057104 kB
Inactive:         144800 kB
Active(anon):    1070624 kB
Inactive(anon):    11256 kB
Active(file):     986480 kB
Inactive(file):   133544 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:       1196548 kB
Mapped:            11576 kB
Shmem:               200 kB
Slab:             714488 kB
SReclaimable:     156764 kB
SUnreclaim:       557724 kB
KernelStack:        1520 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1397916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1142784 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= 71308 MiB
End job on node106 at 2012-05-28 05:38:12