Trace number 3311999

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
STRUCTure 0.1 (hbr=2)SAT 112.822 28.6324

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
Number of clauses of size over 50

Solver Data

0.09/0.12	47:35 INFO : Reading from input HOME/instance-3311999-1304182055.cnf
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Starting Executor!
0.09/0.18	Starting Executor!
0.09/0.18	Starting Executor!
0.09/0.18	Starting Executor!
0.24/0.22	47:35 INFO : 160 variables remaining out of 160
0.24/0.22	47:35 INFO : 2304 literals remaining out of 1344
112.74/28.57	c Elapsed time 28.456
112.74/28.57	s SATISFIABLE
112.74/28.57	v 1 -2 -3 -4 5 6 7 -8 9 -10 11 12 13 -14 -15 16 -17 -18 19 -20 -21 22 23 -24 25 26 27 -28 29 30 31 -32 -33 -34 -35 36 -37 38 39 -40 41 -42 43 -44 45 -46 47 48 49 -50 51 52 53 54 -55 56 57 -58 -59 60 61 -62 -63 64 65 -66 67 -68 69 70 -71 72 73 -74 75 -76 -77 -78 79 -80 81 -82 -83 84 -85 -86 -87 -88 89 -90 -91 -92 -93 94 95 96 97 98 -99 100 101 -102 -103 104 -105 -106 -107 -108 109 110 111 112 -113 -114 -115 116 -117 118 -119 -120 -121 -122 123 124 -125 -126 -127 -128 -129 130 131 132 -133 -134 -135 136 137 -138 139 140 -141 -142 -143 -144 -145 -146 -147 148 -149 -150 151 -152 -153 -154 -155 156 -157 -158 159 160 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3311999-1304182055/watcher-3311999-1304182055 -o /tmp/evaluation-result-3311999-1304182055/solver-3311999-1304182055 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311999-1304182055.cnf -hbr 2 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.80 8.02 7.99 2/198 24354
/proc/meminfo: memFree=30602140/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 1440 0 0 0 0 0 0 0 25 0 2 0 529804181 31313920 909 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 7645 914 699 9 0 383 0
[pid=24354/tid=24355] ppid=24352 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) R 24352 24354 24160 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 529804182 31260672 943 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251813926666 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0560269 s]
/proc/loadavg: 7.80 8.02 7.99 2/198 24354
/proc/meminfo: memFree=30602140/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15609532 CPUtime=0.03 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 3945 0 1 0 3 0 0 0 25 0 18 0 529804181 15984160768 3384 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3902383 3384 1719 9 0 3893131 0
[pid=24354/tid=24355] ppid=24352 vsize=15609532 CPUtime=0.03 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) R 24352 24354 24160 0 -1 4202560 2528 0 1 0 3 0 0 0 25 0 18 0 529804182 15984160768 3385 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 47844172458835 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609532

[startup+0.10089 s]
/proc/loadavg: 7.80 8.02 7.99 2/198 24354
/proc/meminfo: memFree=30602140/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15676916 CPUtime=0.09 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 5491 0 1 0 8 1 0 0 25 0 18 0 529804181 16053161984 4915 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3919229 4915 2115 9 0 3909948 0
[pid=24354/tid=24355] ppid=24352 vsize=15676916 CPUtime=0.08 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) R 24352 24354 24160 0 -1 4202560 3347 0 1 0 7 1 0 0 18 0 18 0 529804182 16053161984 4915 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826066891 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676916

[startup+0.455011 s]
/proc/loadavg: 7.80 8.02 7.99 2/198 24354
/proc/meminfo: memFree=30602140/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15685396 CPUtime=1.04 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 15268 0 1 0 101 3 0 0 25 0 22 0 529804181 16061845504 13174 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921349 13174 2238 9 0 3912068 0
[pid=24354/tid=24355] ppid=24352 vsize=15685396 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16061845504 13174 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 15685396

[startup+0.712951 s]
/proc/loadavg: 7.80 8.02 7.99 2/198 24354
/proc/meminfo: memFree=30602140/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=2.39 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 44296 0 1 0 232 7 0 0 25 0 22 0 529804181 16062820352 39972 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 39972 2272 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 39972 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 15686348

[startup+1.50166 s]
/proc/loadavg: 7.80 8.02 7.99 6/220 24376
/proc/meminfo: memFree=30437488/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=5.2 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 77300 0 1 0 509 11 0 0 25 0 22 0 529804181 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 72480 2279 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24357] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24357/stat : 24357 (java) S 24352 24354 24160 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24358] ppid=24352 vsize=15686348 CPUtime=0.01 cores=0,2,4,6
/proc/24354/task/24358/stat : 24358 (java) S 24352 24354 24160 0 -1 4202560 324 0 0 0 1 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24359] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24359/stat : 24359 (java) S 24352 24354 24160 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24360] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24360/stat : 24360 (java) S 24352 24354 24160 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24361] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24361/stat : 24361 (java) S 24352 24354 24160 0 -1 4202560 338 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24362] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24362/stat : 24362 (java) S 24352 24354 24160 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24363] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24363/stat : 24363 (java) S 24352 24354 24160 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24364] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24364/stat : 24364 (java) S 24352 24354 24160 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24365] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24365/stat : 24365 (java) S 24352 24354 24160 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 22 0 529804184 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 0 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24366] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24366/stat : 24366 (java) S 24352 24354 24160 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24367] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24367/stat : 24367 (java) S 24352 24354 24160 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24368] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24368/stat : 24368 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826063793 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24369] ppid=24352 vsize=15686348 CPUtime=0.54 cores=0,2,4,6
/proc/24354/task/24369/stat : 24369 (java) S 24352 24354 24160 0 -1 4202560 4083 0 0 0 53 1 0 0 15 0 22 0 529804187 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24370] ppid=24352 vsize=15686348 CPUtime=0.63 cores=0,2,4,6
/proc/24354/task/24370/stat : 24370 (java) S 24352 24354 24160 0 -1 4202560 3526 0 0 0 63 0 0 0 15 0 22 0 529804187 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24371] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24371/stat : 24371 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24372] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24372/stat : 24372 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529804187 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24373] ppid=24352 vsize=15686348 CPUtime=0.92 cores=0,2,4,6
/proc/24354/task/24373/stat : 24373 (java) R 24352 24354 24160 0 -1 4202560 12212 0 0 0 91 1 0 0 20 0 22 0 529804200 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505686371 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24354/tid=24374] ppid=24352 vsize=15686348 CPUtime=1.06 cores=0,2,4,6
/proc/24354/task/24374/stat : 24374 (java) R 24352 24354 24160 0 -1 4202560 20027 0 0 0 105 1 0 0 20 0 22 0 529804200 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505650897 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24354/tid=24375] ppid=24352 vsize=15686348 CPUtime=1.03 cores=0,2,4,6
/proc/24354/task/24375/stat : 24375 (java) R 24352 24354 24160 0 -1 4202560 18823 0 0 0 101 2 0 0 20 0 22 0 529804200 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505561942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24354/tid=24376] ppid=24352 vsize=15686348 CPUtime=0.71 cores=0,2,4,6
/proc/24354/task/24376/stat : 24376 (java) R 24352 24354 24160 0 -1 4202560 11075 0 0 0 70 1 0 0 21 0 22 0 529804200 16062820352 72480 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505561933 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 15686348

[startup+3.10139 s]
/proc/loadavg: 7.66 7.99 7.98 8/220 24376
/proc/meminfo: memFree=30052592/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=11.57 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 217996 0 1 0 1129 28 0 0 25 0 22 0 529804181 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 213037 2287 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24357] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24357/stat : 24357 (java) S 24352 24354 24160 0 -1 4202560 220 0 0 0 0 0 0 0 16 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24358] ppid=24352 vsize=15686348 CPUtime=0.01 cores=0,2,4,6
/proc/24354/task/24358/stat : 24358 (java) S 24352 24354 24160 0 -1 4202560 385 0 0 0 1 0 0 0 15 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24359] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24359/stat : 24359 (java) S 24352 24354 24160 0 -1 4202560 257 0 0 0 0 0 0 0 16 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24360] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24360/stat : 24360 (java) S 24352 24354 24160 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24361] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24361/stat : 24361 (java) S 24352 24354 24160 0 -1 4202560 531 0 0 0 0 0 0 0 16 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24362] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24362/stat : 24362 (java) S 24352 24354 24160 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24363] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24363/stat : 24363 (java) S 24352 24354 24160 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24364] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24364/stat : 24364 (java) S 24352 24354 24160 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24365] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24365/stat : 24365 (java) S 24352 24354 24160 0 -1 4202560 331 0 0 0 0 0 0 0 15 0 22 0 529804184 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 0 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24366] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24366/stat : 24366 (java) S 24352 24354 24160 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24367] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24367/stat : 24367 (java) S 24352 24354 24160 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24368] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24368/stat : 24368 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826063793 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24369] ppid=24352 vsize=15686348 CPUtime=0.58 cores=0,2,4,6
/proc/24354/task/24369/stat : 24369 (java) S 24352 24354 24160 0 -1 4202560 4094 0 0 0 57 1 0 0 15 0 22 0 529804187 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24370] ppid=24352 vsize=15686348 CPUtime=0.67 cores=0,2,4,6
/proc/24354/task/24370/stat : 24370 (java) S 24352 24354 24160 0 -1 4202560 3534 0 0 0 67 0 0 0 16 0 22 0 529804187 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24371] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24371/stat : 24371 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24372] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24372/stat : 24372 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529804187 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24373] ppid=24352 vsize=15686348 CPUtime=2.47 cores=0,2,4,6
/proc/24354/task/24373/stat : 24373 (java) R 24352 24354 24160 0 -1 4202560 46980 0 0 0 242 5 0 0 25 0 22 0 529804200 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505579797 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24354/tid=24374] ppid=24352 vsize=15686348 CPUtime=2.66 cores=0,2,4,6
/proc/24354/task/24374/stat : 24374 (java) R 24352 24354 24160 0 -1 4202560 55015 0 0 0 261 5 0 0 25 0 22 0 529804200 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24354/tid=24375] ppid=24352 vsize=15686348 CPUtime=2.62 cores=0,2,4,6
/proc/24354/task/24375/stat : 24375 (java) R 24352 24354 24160 0 -1 4202560 53687 0 0 0 255 7 0 0 25 0 22 0 529804200 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505552540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24354/tid=24376] ppid=24352 vsize=15686348 CPUtime=2.26 cores=0,2,4,6
/proc/24354/task/24376/stat : 24376 (java) R 24352 24354 24160 0 -1 4202560 46414 0 0 0 221 5 0 0 25 0 22 0 529804200 16062820352 213037 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505561809 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 15686348

[startup+6.30085 s]
/proc/loadavg: 7.66 7.99 7.98 7/220 24376
/proc/meminfo: memFree=29545260/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=24.34 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 218989 0 1 0 2406 28 0 0 25 0 22 0 529804181 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 212937 2287 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24357] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24357/stat : 24357 (java) S 24352 24354 24160 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24358] ppid=24352 vsize=15686348 CPUtime=0.01 cores=0,2,4,6
/proc/24354/task/24358/stat : 24358 (java) S 24352 24354 24160 0 -1 4202560 527 0 0 0 1 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24359] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24359/stat : 24359 (java) S 24352 24354 24160 0 -1 4202560 350 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24360] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24360/stat : 24360 (java) S 24352 24354 24160 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24361] ppid=24352 vsize=15686348 CPUtime=0.01 cores=0,2,4,6
/proc/24354/task/24361/stat : 24361 (java) S 24352 24354 24160 0 -1 4202560 737 0 0 0 1 0 0 0 16 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24362] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24362/stat : 24362 (java) S 24352 24354 24160 0 -1 4202560 331 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24363] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24363/stat : 24363 (java) S 24352 24354 24160 0 -1 4202560 376 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24364] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24364/stat : 24364 (java) S 24352 24354 24160 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 22 0 529804183 16062820352 212937 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0

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

[pid=24354/tid=24376] ppid=24352 vsize=15686348 CPUtime=24.35 cores=0,2,4,6
/proc/24354/task/24376/stat : 24376 (java) R 24352 24354 24160 0 -1 4202560 46479 0 0 0 2430 5 0 0 25 0 22 0 529804200 16062820352 204618 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505561933 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 15686348

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

[startup+25.8016 s]
/proc/loadavg: 7.71 7.97 7.98 9/220 24376
/proc/meminfo: memFree=27916552/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=101.78 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 223075 0 1 0 10146 32 0 0 25 0 22 0 529804181 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 204433 2287 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24357] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24357/stat : 24357 (java) S 24352 24354 24160 0 -1 4202560 654 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24358] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24358/stat : 24358 (java) S 24352 24354 24160 0 -1 4202560 1011 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24359] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24359/stat : 24359 (java) S 24352 24354 24160 0 -1 4202560 787 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24360] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24360/stat : 24360 (java) S 24352 24354 24160 0 -1 4202560 678 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24361] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24361/stat : 24361 (java) S 24352 24354 24160 0 -1 4202560 1290 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24362] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24362/stat : 24362 (java) S 24352 24354 24160 0 -1 4202560 843 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24363] ppid=24352 vsize=15686348 CPUtime=0.03 cores=0,2,4,6
/proc/24354/task/24363/stat : 24363 (java) S 24352 24354 24160 0 -1 4202560 954 0 0 0 3 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24364] ppid=24352 vsize=15686348 CPUtime=0.03 cores=0,2,4,6
/proc/24354/task/24364/stat : 24364 (java) S 24352 24354 24160 0 -1 4202560 632 0 0 0 3 0 0 0 15 0 22 0 529804183 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24365] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24365/stat : 24365 (java) S 24352 24354 24160 0 -1 4202560 332 0 0 0 3 1 0 0 15 0 22 0 529804184 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 0 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24366] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24366/stat : 24366 (java) S 24352 24354 24160 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24367] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24367/stat : 24367 (java) S 24352 24354 24160 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24368] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24368/stat : 24368 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826063793 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24369] ppid=24352 vsize=15686348 CPUtime=0.59 cores=0,2,4,6
/proc/24354/task/24369/stat : 24369 (java) S 24352 24354 24160 0 -1 4202560 4096 0 0 0 58 1 0 0 16 0 22 0 529804187 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24370] ppid=24352 vsize=15686348 CPUtime=0.75 cores=0,2,4,6
/proc/24354/task/24370/stat : 24370 (java) S 24352 24354 24160 0 -1 4202560 3547 0 0 0 75 0 0 0 15 0 22 0 529804187 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24371] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24371/stat : 24371 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24372] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24372/stat : 24372 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529804187 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24373] ppid=24352 vsize=15686348 CPUtime=24.94 cores=0,2,4,6
/proc/24354/task/24373/stat : 24373 (java) R 24352 24354 24160 0 -1 4202560 47032 0 0 0 2489 5 0 0 25 0 22 0 529804200 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505561928 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24354/tid=24374] ppid=24352 vsize=15686348 CPUtime=25.04 cores=0,2,4,6
/proc/24354/task/24374/stat : 24374 (java) R 24352 24354 24160 0 -1 4202560 55056 0 0 0 2498 6 0 0 25 0 22 0 529804200 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505824784 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24354/tid=24375] ppid=24352 vsize=15686348 CPUtime=25.14 cores=0,2,4,6
/proc/24354/task/24375/stat : 24375 (java) R 24352 24354 24160 0 -1 4202560 53738 0 0 0 2507 7 0 0 25 0 22 0 529804200 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505860352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24354/tid=24376] ppid=24352 vsize=15686348 CPUtime=24.64 cores=0,2,4,6
/proc/24354/task/24376/stat : 24376 (java) R 24352 24354 24160 0 -1 4202560 46480 0 0 0 2459 5 0 0 25 0 22 0 529804200 16062820352 204433 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505602587 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 15686348

[startup+27.4013 s]
/proc/loadavg: 7.74 7.97 7.98 9/220 24376
/proc/meminfo: memFree=27919032/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=108.09 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 223587 0 1 0 10776 33 0 0 25 0 22 0 529804181 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 203723 2287 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24357] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24357/stat : 24357 (java) S 24352 24354 24160 0 -1 4202560 696 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24358] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24358/stat : 24358 (java) S 24352 24354 24160 0 -1 4202560 1043 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24359] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24359/stat : 24359 (java) S 24352 24354 24160 0 -1 4202560 845 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24360] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24360/stat : 24360 (java) S 24352 24354 24160 0 -1 4202560 718 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24361] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24361/stat : 24361 (java) S 24352 24354 24160 0 -1 4202560 1362 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24362] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24362/stat : 24362 (java) S 24352 24354 24160 0 -1 4202560 928 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24363] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24363/stat : 24363 (java) S 24352 24354 24160 0 -1 4202560 1025 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24364] ppid=24352 vsize=15686348 CPUtime=0.03 cores=0,2,4,6
/proc/24354/task/24364/stat : 24364 (java) S 24352 24354 24160 0 -1 4202560 722 0 0 0 3 0 0 0 15 0 22 0 529804183 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24365] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24365/stat : 24365 (java) S 24352 24354 24160 0 -1 4202560 333 0 0 0 4 1 0 0 15 0 22 0 529804184 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 0 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24366] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24366/stat : 24366 (java) S 24352 24354 24160 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24367] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24367/stat : 24367 (java) S 24352 24354 24160 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24368] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24368/stat : 24368 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826063793 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24369] ppid=24352 vsize=15686348 CPUtime=0.59 cores=0,2,4,6
/proc/24354/task/24369/stat : 24369 (java) S 24352 24354 24160 0 -1 4202560 4096 0 0 0 58 1 0 0 16 0 22 0 529804187 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24370] ppid=24352 vsize=15686348 CPUtime=0.75 cores=0,2,4,6
/proc/24354/task/24370/stat : 24370 (java) S 24352 24354 24160 0 -1 4202560 3547 0 0 0 75 0 0 0 15 0 22 0 529804187 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24371] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24371/stat : 24371 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24372] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24372/stat : 24372 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529804187 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24373] ppid=24352 vsize=15686348 CPUtime=26.51 cores=0,2,4,6
/proc/24354/task/24373/stat : 24373 (java) R 24352 24354 24160 0 -1 4202560 47036 0 0 0 2646 5 0 0 25 0 22 0 529804200 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505615790 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24354/tid=24374] ppid=24352 vsize=15686348 CPUtime=26.62 cores=0,2,4,6
/proc/24354/task/24374/stat : 24374 (java) R 24352 24354 24160 0 -1 4202560 55061 0 0 0 2656 6 0 0 25 0 22 0 529804200 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912506097819 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24354/tid=24375] ppid=24352 vsize=15686348 CPUtime=26.67 cores=0,2,4,6
/proc/24354/task/24375/stat : 24375 (java) R 24352 24354 24160 0 -1 4202560 53744 0 0 0 2660 7 0 0 25 0 22 0 529804200 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505642931 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24354/tid=24376] ppid=24352 vsize=15686348 CPUtime=26.22 cores=0,2,4,6
/proc/24354/task/24376/stat : 24376 (java) R 24352 24354 24160 0 -1 4202560 46486 0 0 0 2617 5 0 0 25 0 22 0 529804200 16062820352 203723 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505552936 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 108.09
Current children cumulated vsize (KiB) 15686348

[startup+28.2012 s]
/proc/loadavg: 7.74 7.97 7.98 9/220 24376
/proc/meminfo: memFree=27921016/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=15686348 CPUtime=111.26 cores=0,2,4,6
/proc/24354/stat : 24354 (java) S 24352 24354 24160 0 -1 4202496 223755 0 1 0 11093 33 0 0 25 0 22 0 529804181 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 3921587 203335 2287 9 0 3912306 0
[pid=24354/tid=24355] ppid=24352 vsize=15686348 CPUtime=0.19 cores=0,2,4,6
/proc/24354/task/24355/stat : 24355 (java) S 24352 24354 24160 0 -1 4202560 4559 0 1 0 18 1 0 0 19 0 22 0 529804182 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24357] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24357/stat : 24357 (java) S 24352 24354 24160 0 -1 4202560 718 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24358] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24358/stat : 24358 (java) S 24352 24354 24160 0 -1 4202560 1088 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24359] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24359/stat : 24359 (java) S 24352 24354 24160 0 -1 4202560 867 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24360] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24360/stat : 24360 (java) S 24352 24354 24160 0 -1 4202560 739 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24361] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24361/stat : 24361 (java) S 24352 24354 24160 0 -1 4202560 1401 0 0 0 5 0 0 0 15 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24362] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24362/stat : 24362 (java) S 24352 24354 24160 0 -1 4202560 932 0 0 0 5 0 0 0 16 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24363] ppid=24352 vsize=15686348 CPUtime=0.04 cores=0,2,4,6
/proc/24354/task/24363/stat : 24363 (java) S 24352 24354 24160 0 -1 4202560 1025 0 0 0 4 0 0 0 15 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 0 0 0 0
[pid=24354/tid=24364] ppid=24352 vsize=15686348 CPUtime=0.03 cores=0,2,4,6
/proc/24354/task/24364/stat : 24364 (java) S 24352 24354 24160 0 -1 4202560 727 0 0 0 3 0 0 0 16 0 22 0 529804183 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24365] ppid=24352 vsize=15686348 CPUtime=0.05 cores=0,2,4,6
/proc/24354/task/24365/stat : 24365 (java) S 24352 24354 24160 0 -1 4202560 333 0 0 0 4 1 0 0 15 0 22 0 529804184 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 0 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24366] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24366/stat : 24366 (java) S 24352 24354 24160 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24367] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24367/stat : 24367 (java) S 24352 24354 24160 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 529804184 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24368] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24368/stat : 24368 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826063793 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24369] ppid=24352 vsize=15686348 CPUtime=0.59 cores=0,2,4,6
/proc/24354/task/24369/stat : 24369 (java) S 24352 24354 24160 0 -1 4202560 4096 0 0 0 58 1 0 0 16 0 22 0 529804187 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 6 0 0 0
[pid=24354/tid=24370] ppid=24352 vsize=15686348 CPUtime=0.75 cores=0,2,4,6
/proc/24354/task/24370/stat : 24370 (java) S 24352 24354 24160 0 -1 4202560 3547 0 0 0 75 0 0 0 15 0 22 0 529804187 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 2 0 0 0
[pid=24354/tid=24371] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24371/stat : 24371 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529804187 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056089 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24372] ppid=24352 vsize=15686348 CPUtime=0 cores=0,2,4,6
/proc/24354/task/24372/stat : 24372 (java) S 24352 24354 24160 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529804187 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 251826056704 0 4 0 16800975 18446604445479573312 0 0 -1 4 0 0 0
[pid=24354/tid=24373] ppid=24352 vsize=15686348 CPUtime=27.3 cores=0,2,4,6
/proc/24354/task/24373/stat : 24373 (java) R 24352 24354 24160 0 -1 4202560 47038 0 0 0 2725 5 0 0 25 0 22 0 529804200 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505572266 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24354/tid=24374] ppid=24352 vsize=15686348 CPUtime=27.41 cores=0,2,4,6
/proc/24354/task/24374/stat : 24374 (java) R 24352 24354 24160 0 -1 4202560 55062 0 0 0 2735 6 0 0 25 0 22 0 529804200 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505643059 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24354/tid=24375] ppid=24352 vsize=15686348 CPUtime=27.46 cores=0,2,4,6
/proc/24354/task/24375/stat : 24375 (java) R 24352 24354 24160 0 -1 4202560 53748 0 0 0 2739 7 0 0 25 0 22 0 529804200 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505552540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24354/tid=24376] ppid=24352 vsize=15686348 CPUtime=27 cores=0,2,4,6
/proc/24354/task/24376/stat : 24376 (java) R 24352 24354 24160 0 -1 4202560 46489 0 0 0 2695 5 0 0 25 0 22 0 529804200 16062820352 203335 33554432000 1073741824 1073778376 140736021185744 18446744073709551615 46912505765955 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 111.26
Current children cumulated vsize (KiB) 15686348

[startup+28.6011 s]
/proc/loadavg: 7.74 7.97 7.98 9/220 24376
/proc/meminfo: memFree=27921016/32950928 swapFree=67111448/67111528
[pid=24354] ppid=24352 vsize=0 CPUtime=112.78 cores=0,2,4,6
/proc/24354/stat : 24354 (java) Z 24352 24354 24160 0 -1 4203548 225124 0 1 0 11243 35 0 0 18 0 2 0 529804181 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24354/statm: 0 0 0 0 0 0 0
[pid=24354/tid=24373] ppid=24352 vsize=0 CPUtime=27.68 cores=0,2,4,6
/proc/24354/task/24373/stat : 24373 (java) R 24352 24354 24160 0 -1 4203588 47041 0 0 0 2762 6 0 0 25 0 2 0 529804200 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 112.78
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 28.6324
CPU time (s): 112.822
CPU user time (s): 112.44
CPU system time (s): 0.381941
CPU usage (%): 394.036
Max. virtual memory (cumulated for all children) (KiB): 15686544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.44
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8923
involuntary context switches= 4724

runsolver used 0.048992 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 18:47:35
IDJOB=3311999
IDBENCH=83138
IDSOLVER=1698
FILE ID=node126/3311999-1304182055
RUNJOBID= node126-1304180840-24178
PBS_JOBID= 13172457
Free space on /tmp= 73180 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s40283905-sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311999-1304182055/watcher-3311999-1304182055 -o /tmp/evaluation-result-3311999-1304182055/solver-3311999-1304182055 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311999-1304182055.cnf -hbr 2

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1949400143

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30602288 kB
Buffers:        300240 kB
Cached:        1477332 kB
SwapCached:         76 kB
Active:         402632 kB
Inactive:      1633924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30602288 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            6832 kB
Writeback:           0 kB
AnonPages:      258448 kB
Mapped:          23356 kB
Slab:           248268 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   950804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73176 MiB
End job on node126 at 2011-04-30 18:48:04