Trace number 3312573

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.1UNSAT 398.809 101.577

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1990987164-054.UNKNOWN.cnf
MD5SUM3975d01606b3f85c20c5745dab9f365e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.59476
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	03:16 INFO : Reading from input HOME/instance-3312573-1304121796.cnf
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Starting Executor!
0.27/0.22	Starting Executor!
0.27/0.22	Starting Executor!
0.27/0.22	Starting Executor!
0.27/0.29	03:16 INFO : 300 variables remaining out of 300
0.27/0.29	03:16 INFO : 5108 literals remaining out of 5112
398.78/101.55	c Elapsed time 101.446
398.78/101.55	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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: 8.06 8.08 8.00 7/198 5751
/proc/meminfo: memFree=22696736/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 523779227 27824128 895 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 6793 895 684 9 0 381 0
[pid=5751/tid=5752] ppid=5749 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) R 5749 5751 5295 0 -1 4202560 89 0 0 0 0 0 0 0 25 0 2 0 523779228 31313920 916 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274469044327 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.091997 s]
/proc/loadavg: 8.06 8.08 8.00 7/198 5751
/proc/meminfo: memFree=22696736/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15677116 CPUtime=0.1 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 5542 0 1 0 9 1 0 0 25 0 18 0 523779227 16053366784 4935 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3919279 4937 2116 9 0 3909998 0
[pid=5751/tid=5752] ppid=5749 vsize=15677116 CPUtime=0.07 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) R 5749 5751 5295 0 -1 4202560 3354 0 1 0 7 0 0 0 25 0 18 0 523779228 16053366784 4938 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 47116584781336 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677116

[startup+0.101031 s]
/proc/loadavg: 8.06 8.08 8.00 7/198 5751
/proc/meminfo: memFree=22696736/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15677116 CPUtime=0.1 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 5688 0 1 0 9 1 0 0 25 0 18 0 523779227 16053366784 5081 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3919279 5081 2118 9 0 3909998 0
[pid=5751/tid=5752] ppid=5749 vsize=15677116 CPUtime=0.08 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) R 5749 5751 5295 0 -1 4202560 3497 0 1 0 8 0 0 0 25 0 18 0 523779228 16053366784 5081 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485794251 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677116

[startup+0.300961 s]
/proc/loadavg: 8.06 8.08 8.00 7/198 5751
/proc/meminfo: memFree=22696736/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15692384 CPUtime=0.51 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 12348 0 1 0 49 2 0 0 25 0 22 0 523779227 16069001216 10417 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3923096 10417 2219 9 0 3913815 0
[pid=5751/tid=5752] ppid=5749 vsize=15692384 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16069001216 10417 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15692384

[startup+0.700892 s]
/proc/loadavg: 8.06 8.08 8.00 7/198 5751
/proc/meminfo: memFree=22696736/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15705188 CPUtime=1.99 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 28167 0 1 0 194 5 0 0 25 0 22 0 523779227 16082112512 22213 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3926297 22213 2249 9 0 3917016 0
[pid=5751/tid=5752] ppid=5749 vsize=15705188 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16082112512 22213 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 15705188

[startup+1.50075 s]
/proc/loadavg: 8.21 8.11 8.02 11/220 5773
/proc/meminfo: memFree=22461508/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15705188 CPUtime=5.15 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 55168 0 1 0 507 8 0 0 25 0 22 0 523779227 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3926297 49196 2275 9 0 3917016 0
[pid=5751/tid=5752] ppid=5749 vsize=15705188 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 5295 0 -1 4202560 340 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 5295 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5756] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 5295 0 -1 4202560 651 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5757] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 5295 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5758] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 5295 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 5295 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5760] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 5295 0 -1 4202560 309 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5761] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5761/stat : 5761 (java) S 5749 5751 5295 0 -1 4202560 116 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5762] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5762/stat : 5762 (java) S 5749 5751 5295 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523779229 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 0 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5763] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5763/stat : 5763 (java) S 5749 5751 5295 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523779229 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5764] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5764/stat : 5764 (java) S 5749 5751 5295 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523779229 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5765] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5765/stat : 5765 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485791153 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5766] ppid=5749 vsize=15705188 CPUtime=0.5 cores=0,2,4,6
/proc/5751/task/5766/stat : 5766 (java) S 5749 5751 5295 0 -1 4202560 5606 0 0 0 50 0 0 0 23 0 22 0 523779232 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5767] ppid=5749 vsize=15705188 CPUtime=0.87 cores=0,2,4,6
/proc/5751/task/5767/stat : 5767 (java) S 5749 5751 5295 0 -1 4202560 10646 0 0 0 86 1 0 0 24 0 22 0 523779232 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5768] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5768/stat : 5768 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5769] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5769/stat : 5769 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523779232 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5770] ppid=5749 vsize=15705188 CPUtime=0.77 cores=0,2,4,6
/proc/5751/task/5770/stat : 5770 (java) R 5749 5751 5295 0 -1 4202560 6969 0 0 0 77 0 0 0 25 0 22 0 523779250 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505641276 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5751/tid=5771] ppid=5749 vsize=15705188 CPUtime=0.76 cores=0,2,4,6
/proc/5751/task/5771/stat : 5771 (java) R 5749 5751 5295 0 -1 4202560 6451 0 0 0 76 0 0 0 25 0 22 0 523779250 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912506002199 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5751/tid=5772] ppid=5749 vsize=15705188 CPUtime=1.14 cores=0,2,4,6
/proc/5751/task/5772/stat : 5772 (java) R 5749 5751 5295 0 -1 4202560 11433 0 0 0 113 1 0 0 25 0 22 0 523779250 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912506002191 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5751/tid=5773] ppid=5749 vsize=15705188 CPUtime=0.74 cores=0,2,4,6
/proc/5751/task/5773/stat : 5773 (java) R 5749 5751 5295 0 -1 4202560 5383 0 0 0 74 0 0 0 25 0 22 0 523779250 16082112512 49196 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505703954 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 15705188

[startup+3.10147 s]
/proc/loadavg: 8.21 8.11 8.02 9/220 5773
/proc/meminfo: memFree=22044868/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15705188 CPUtime=11.53 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 60119 0 1 0 1144 9 0 0 25 0 22 0 523779227 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3926297 48629 2275 9 0 3917016 0
[pid=5751/tid=5752] ppid=5749 vsize=15705188 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 5295 0 -1 4202560 437 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 5295 0 -1 4202560 453 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5756] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 5295 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5757] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 5295 0 -1 4202560 337 0 0 0 0 0 0 0 16 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5758] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 5295 0 -1 4202560 348 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 5295 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5760] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 5295 0 -1 4202560 795 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5761] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5761/stat : 5761 (java) S 5749 5751 5295 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5762] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5762/stat : 5762 (java) S 5749 5751 5295 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 22 0 523779229 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 0 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5763] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5763/stat : 5763 (java) S 5749 5751 5295 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523779229 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5764] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5764/stat : 5764 (java) S 5749 5751 5295 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523779229 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5765] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5765/stat : 5765 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485791153 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5766] ppid=5749 vsize=15705188 CPUtime=0.58 cores=0,2,4,6
/proc/5751/task/5766/stat : 5766 (java) S 5749 5751 5295 0 -1 4202560 5634 0 0 0 58 0 0 0 15 0 22 0 523779232 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5767] ppid=5749 vsize=15705188 CPUtime=0.93 cores=0,2,4,6
/proc/5751/task/5767/stat : 5767 (java) S 5749 5751 5295 0 -1 4202560 10658 0 0 0 92 1 0 0 16 0 22 0 523779232 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5768] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5768/stat : 5768 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5769] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5769/stat : 5769 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523779232 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5770] ppid=5749 vsize=15705188 CPUtime=2.34 cores=0,2,4,6
/proc/5751/task/5770/stat : 5770 (java) R 5749 5751 5295 0 -1 4202560 7829 0 0 0 234 0 0 0 25 0 22 0 523779250 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505704527 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5751/tid=5771] ppid=5749 vsize=15705188 CPUtime=2.35 cores=0,2,4,6
/proc/5751/task/5771/stat : 5771 (java) R 5749 5751 5295 0 -1 4202560 7334 0 0 0 234 1 0 0 25 0 22 0 523779250 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 47116585538391 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5751/tid=5772] ppid=5749 vsize=15705188 CPUtime=2.64 cores=0,2,4,6
/proc/5751/task/5772/stat : 5772 (java) R 5749 5751 5295 0 -1 4202560 11438 0 0 0 263 1 0 0 25 0 22 0 523779250 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5751/tid=5773] ppid=5749 vsize=15705188 CPUtime=2.26 cores=0,2,4,6
/proc/5751/task/5773/stat : 5773 (java) R 5749 5751 5295 0 -1 4202560 6293 0 0 0 226 0 0 0 25 0 22 0 523779250 16082112512 48629 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505839335 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 15705188

[startup+6.30091 s]
/proc/loadavg: 8.21 8.11 8.02 9/220 5773
/proc/meminfo: memFree=22018144/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15705188 CPUtime=24.24 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 82500 0 1 0 2412 12 0 0 25 0 22 0 523779227 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3926297 65344 2285 9 0 3917016 0
[pid=5751/tid=5752] ppid=5749 vsize=15705188 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 5295 0 -1 4202560 1197 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 5295 0 -1 4202560 1322 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5756] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 5295 0 -1 4202560 1621 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5757] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 5295 0 -1 4202560 1195 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5758] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 5295 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 5295 0 -1 4202560 1275 0 0 0 1 0 0 0 16 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5760] ppid=5749 vsize=15705188 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 5295 0 -1 4202560 1165 0 0 0 0 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5761] ppid=5749 vsize=15705188 CPUtime=0.01 cores=0,2,4,6
/proc/5751/task/5761/stat : 5761 (java) S 5749 5751 5295 0 -1 4202560 762 0 0 0 1 0 0 0 15 0 22 0 523779228 16082112512 65344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0

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

/proc/5751/task/5766/stat : 5766 (java) S 5749 5751 5295 0 -1 4202560 5672 0 0 0 71 0 0 0 16 0 22 0 523779232 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5767] ppid=5749 vsize=15696800 CPUtime=1.05 cores=0,2,4,6
/proc/5751/task/5767/stat : 5767 (java) S 5749 5751 5295 0 -1 4202560 10688 0 0 0 104 1 0 0 15 0 22 0 523779232 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5768] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5768/stat : 5768 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5769] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5769/stat : 5769 (java) S 5749 5751 5295 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523779232 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5770] ppid=5749 vsize=15696800 CPUtime=97.17 cores=0,2,4,6
/proc/5751/task/5770/stat : 5770 (java) R 5749 5751 5295 0 -1 4202560 28989 0 0 0 9713 4 0 0 25 0 22 0 523779250 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505681949 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5751/tid=5771] ppid=5749 vsize=15696800 CPUtime=96.91 cores=0,2,4,6
/proc/5751/task/5771/stat : 5771 (java) R 5749 5751 5295 0 -1 4202560 29069 0 0 0 9687 4 0 0 25 0 22 0 523779250 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505665834 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5751/tid=5772] ppid=5749 vsize=15696800 CPUtime=96.98 cores=0,2,4,6
/proc/5751/task/5772/stat : 5772 (java) R 5749 5751 5295 0 -1 4202560 32874 0 0 0 9694 4 0 0 25 0 22 0 523779250 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 18446744073699066098 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5751/tid=5773] ppid=5749 vsize=15696800 CPUtime=96.5 cores=0,2,4,6
/proc/5751/task/5773/stat : 5773 (java) R 5749 5751 5295 0 -1 4202560 27075 0 0 0 9646 4 0 0 25 0 22 0 523779250 16073523200 95344 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 47116585537776 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 391.99
Current children cumulated vsize (KiB) 15696800

[startup+100.701 s]
/proc/loadavg: 8.20 8.13 8.03 8/220 5779
/proc/meminfo: memFree=21954572/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15696800 CPUtime=397.33 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 242018 0 1 0 39685 48 0 0 25 0 22 0 523779227 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3924200 93884 2288 9 0 3914919 0
[pid=5751/tid=5752] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=15696800 CPUtime=0.28 cores=0,2,4,6
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 5295 0 -1 4202560 13372 0 0 0 25 3 0 0 15 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 5295 0 -1 4202560 13268 0 0 0 24 2 0 0 16 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5756] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 5295 0 -1 4202560 11713 0 0 0 24 2 0 0 15 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5757] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 5295 0 -1 4202560 12244 0 0 0 25 2 0 0 16 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5758] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 5295 0 -1 4202560 12856 0 0 0 24 2 0 0 15 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 5295 0 -1 4202560 12317 0 0 0 25 1 0 0 15 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5760] ppid=5749 vsize=15696800 CPUtime=0.24 cores=0,2,4,6
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 5295 0 -1 4202560 12320 0 0 0 23 1 0 0 15 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5761] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5761/stat : 5761 (java) S 5749 5751 5295 0 -1 4202560 12136 0 0 0 25 1 0 0 15 0 22 0 523779228 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5762] ppid=5749 vsize=15696800 CPUtime=0.16 cores=0,2,4,6
/proc/5751/task/5762/stat : 5762 (java) S 5749 5751 5295 0 -1 4202560 505 0 0 0 10 6 0 0 15 0 22 0 523779229 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 0 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5763] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5763/stat : 5763 (java) S 5749 5751 5295 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523779229 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5764] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5764/stat : 5764 (java) S 5749 5751 5295 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523779229 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5765] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5765/stat : 5765 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485791153 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5766] ppid=5749 vsize=15696800 CPUtime=0.71 cores=0,2,4,6
/proc/5751/task/5766/stat : 5766 (java) S 5749 5751 5295 0 -1 4202560 5672 0 0 0 71 0 0 0 16 0 22 0 523779232 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5767] ppid=5749 vsize=15696800 CPUtime=1.05 cores=0,2,4,6
/proc/5751/task/5767/stat : 5767 (java) S 5749 5751 5295 0 -1 4202560 10688 0 0 0 104 1 0 0 15 0 22 0 523779232 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5768] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5768/stat : 5768 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5769] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5769/stat : 5769 (java) S 5749 5751 5295 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523779232 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5770] ppid=5749 vsize=15696800 CPUtime=98.5 cores=0,2,4,6
/proc/5751/task/5770/stat : 5770 (java) R 5749 5751 5295 0 -1 4202560 28990 0 0 0 9846 4 0 0 24 0 22 0 523779250 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505704479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5751/tid=5771] ppid=5749 vsize=15696800 CPUtime=98.21 cores=0,2,4,6
/proc/5751/task/5771/stat : 5771 (java) S 5749 5751 5295 0 -1 4202560 29073 0 0 0 9817 4 0 0 23 0 22 0 523779250 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5772] ppid=5749 vsize=15696800 CPUtime=98.25 cores=0,2,4,6
/proc/5751/task/5772/stat : 5772 (java) R 5749 5751 5295 0 -1 4202560 32876 0 0 0 9821 4 0 0 23 0 22 0 523779250 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505647666 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5751/tid=5773] ppid=5749 vsize=15696800 CPUtime=97.9 cores=0,2,4,6
/proc/5751/task/5773/stat : 5773 (java) S 5749 5751 5295 0 -1 4202560 27077 0 0 0 9786 4 0 0 25 0 22 0 523779250 16073523200 93884 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 397.33
Current children cumulated vsize (KiB) 15696800

[startup+101.101 s]
/proc/loadavg: 8.03 8.10 8.02 7/220 5779
/proc/meminfo: memFree=21960524/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15696800 CPUtime=398.66 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 242058 0 1 0 39818 48 0 0 25 0 22 0 523779227 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3924200 93551 2288 9 0 3914919 0
[pid=5751/tid=5752] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=15696800 CPUtime=0.28 cores=0,2,4,6
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 5295 0 -1 4202560 13383 0 0 0 25 3 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 5295 0 -1 4202560 13268 0 0 0 24 2 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5756] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 5295 0 -1 4202560 11713 0 0 0 24 2 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5757] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 5295 0 -1 4202560 12252 0 0 0 25 2 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5758] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 5295 0 -1 4202560 12856 0 0 0 24 2 0 0 15 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 5295 0 -1 4202560 12322 0 0 0 26 1 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5760] ppid=5749 vsize=15696800 CPUtime=0.24 cores=0,2,4,6
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 5295 0 -1 4202560 12332 0 0 0 23 1 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5761] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5761/stat : 5761 (java) S 5749 5751 5295 0 -1 4202560 12138 0 0 0 25 1 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5762] ppid=5749 vsize=15696800 CPUtime=0.16 cores=0,2,4,6
/proc/5751/task/5762/stat : 5762 (java) S 5749 5751 5295 0 -1 4202560 505 0 0 0 10 6 0 0 15 0 22 0 523779229 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 0 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5763] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5763/stat : 5763 (java) S 5749 5751 5295 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523779229 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5764] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5764/stat : 5764 (java) S 5749 5751 5295 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523779229 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5765] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5765/stat : 5765 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485791153 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5766] ppid=5749 vsize=15696800 CPUtime=0.71 cores=0,2,4,6
/proc/5751/task/5766/stat : 5766 (java) S 5749 5751 5295 0 -1 4202560 5672 0 0 0 71 0 0 0 16 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5767] ppid=5749 vsize=15696800 CPUtime=1.05 cores=0,2,4,6
/proc/5751/task/5767/stat : 5767 (java) S 5749 5751 5295 0 -1 4202560 10688 0 0 0 104 1 0 0 15 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5768] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5768/stat : 5768 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5769] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5769/stat : 5769 (java) S 5749 5751 5295 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5770] ppid=5749 vsize=15696800 CPUtime=98.85 cores=0,2,4,6
/proc/5751/task/5770/stat : 5770 (java) R 5749 5751 5295 0 -1 4202560 28990 0 0 0 9881 4 0 0 25 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912506323405 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5751/tid=5771] ppid=5749 vsize=15696800 CPUtime=98.49 cores=0,2,4,6
/proc/5751/task/5771/stat : 5771 (java) S 5749 5751 5295 0 -1 4202560 29073 0 0 0 9845 4 0 0 23 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5772] ppid=5749 vsize=15696800 CPUtime=98.61 cores=0,2,4,6
/proc/5751/task/5772/stat : 5772 (java) S 5749 5751 5295 0 -1 4202560 32877 0 0 0 9857 4 0 0 25 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5773] ppid=5749 vsize=15696800 CPUtime=98.22 cores=0,2,4,6
/proc/5751/task/5773/stat : 5773 (java) R 5749 5751 5295 0 -1 4202560 27078 0 0 0 9818 4 0 0 25 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 46912505871423 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 398.66
Current children cumulated vsize (KiB) 15696800

[startup+101.501 s]
/proc/loadavg: 8.03 8.10 8.02 7/220 5779
/proc/meminfo: memFree=21960524/32950928 swapFree=67111524/67111528
[pid=5751] ppid=5749 vsize=15696800 CPUtime=398.78 cores=0,2,4,6
/proc/5751/stat : 5751 (java) S 5749 5751 5295 0 -1 4202496 242058 0 1 0 39830 48 0 0 25 0 22 0 523779227 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5751/statm: 3924200 93551 2288 9 0 3914919 0
[pid=5751/tid=5752] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5752/stat : 5752 (java) S 5749 5751 5295 0 -1 4202560 5518 0 1 0 26 1 0 0 25 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=15696800 CPUtime=0.28 cores=0,2,4,6
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 5295 0 -1 4202560 13383 0 0 0 25 3 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 5295 0 -1 4202560 13268 0 0 0 24 2 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5756] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 5295 0 -1 4202560 11713 0 0 0 24 2 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5757] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 5295 0 -1 4202560 12252 0 0 0 25 2 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5758] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 5295 0 -1 4202560 12856 0 0 0 24 2 0 0 15 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=15696800 CPUtime=0.27 cores=0,2,4,6
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 5295 0 -1 4202560 12322 0 0 0 26 1 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5760] ppid=5749 vsize=15696800 CPUtime=0.24 cores=0,2,4,6
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 5295 0 -1 4202560 12332 0 0 0 23 1 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5761] ppid=5749 vsize=15696800 CPUtime=0.26 cores=0,2,4,6
/proc/5751/task/5761/stat : 5761 (java) S 5749 5751 5295 0 -1 4202560 12138 0 0 0 25 1 0 0 16 0 22 0 523779228 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5762] ppid=5749 vsize=15696800 CPUtime=0.16 cores=0,2,4,6
/proc/5751/task/5762/stat : 5762 (java) S 5749 5751 5295 0 -1 4202560 505 0 0 0 10 6 0 0 15 0 22 0 523779229 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 0 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5763] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5763/stat : 5763 (java) S 5749 5751 5295 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523779229 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5764] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5764/stat : 5764 (java) S 5749 5751 5295 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523779229 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5765] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5765/stat : 5765 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485791153 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5766] ppid=5749 vsize=15696800 CPUtime=0.71 cores=0,2,4,6
/proc/5751/task/5766/stat : 5766 (java) S 5749 5751 5295 0 -1 4202560 5672 0 0 0 71 0 0 0 16 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
[pid=5751/tid=5767] ppid=5749 vsize=15696800 CPUtime=1.05 cores=0,2,4,6
/proc/5751/task/5767/stat : 5767 (java) S 5749 5751 5295 0 -1 4202560 10688 0 0 0 104 1 0 0 15 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5768] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5768/stat : 5768 (java) S 5749 5751 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485783449 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5769] ppid=5749 vsize=15696800 CPUtime=0 cores=0,2,4,6
/proc/5751/task/5769/stat : 5769 (java) S 5749 5751 5295 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523779232 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5770] ppid=5749 vsize=15696800 CPUtime=98.9 cores=0,2,4,6
/proc/5751/task/5770/stat : 5770 (java) S 5749 5751 5295 0 -1 4202560 28990 0 0 0 9886 4 0 0 22 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 0 0 0 0
[pid=5751/tid=5771] ppid=5749 vsize=15696800 CPUtime=98.52 cores=0,2,4,6
/proc/5751/task/5771/stat : 5771 (java) S 5749 5751 5295 0 -1 4202560 29073 0 0 0 9848 4 0 0 20 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 4 0 0 0
[pid=5751/tid=5772] ppid=5749 vsize=15696800 CPUtime=98.63 cores=0,2,4,6
/proc/5751/task/5772/stat : 5772 (java) S 5749 5751 5295 0 -1 4202560 32877 0 0 0 9859 4 0 0 22 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 6 0 0 0
[pid=5751/tid=5773] ppid=5749 vsize=15696800 CPUtime=98.25 cores=0,2,4,6
/proc/5751/task/5773/stat : 5773 (java) S 5749 5751 5295 0 -1 4202560 27078 0 0 0 9821 4 0 0 22 0 22 0 523779250 16073523200 93551 33554432000 1073741824 1073778376 140736894803376 18446744073709551615 274485784064 0 4 0 16800975 18446604453558878592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 398.78
Current children cumulated vsize (KiB) 15696800

Child status: 20
Real time (s): 101.577
CPU time (s): 398.809
CPU user time (s): 398.303
CPU system time (s): 0.505923
CPU usage (%): 392.616
Max. virtual memory (cumulated for all children) (KiB): 15705332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 398.303
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242083
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= 24828
involuntary context switches= 13261

runsolver used 0.176973 second user time and 0.385941 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 02:03:16
IDJOB=3312573
IDBENCH=82758
IDSOLVER=1699
FILE ID=node125/3312573-1304121796
RUNJOBID= node125-1304120586-5567
PBS_JOBID= 13170720
Free space on /tmp= 72764 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1990987164-054.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312573-1304121796/watcher-3312573-1304121796 -o /tmp/evaluation-result-3312573-1304121796/solver-3312573-1304121796 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312573-1304121796.cnf

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

MD5SUM BENCH= 3975d01606b3f85c20c5745dab9f365e
RANDOM SEED=943417537

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.828
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.82
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.828
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.74
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.828
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.75
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22697132 kB
Buffers:       2125052 kB
Cached:        7402376 kB
SwapCached:          4 kB
Active:        2263148 kB
Inactive:      7466912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22697132 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3216 kB
Writeback:           0 kB
AnonPages:      202060 kB
Mapped:          22836 kB
Slab:           460192 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   825016 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= 72760 MiB
End job on node125 at 2011-04-30 02:04:57