Trace number 3312657

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 42.9525 11.5273

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S984689729-080.UNKNOWN.cnf
MD5SUM2738286f471006cf4ff1a420917473bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.253961
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.11	37:05 INFO : Reading from input HOME/instance-3312657-1304127425.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.28	37:05 INFO : 250 variables remaining out of 250
0.27/0.28	37:05 INFO : 4260 literals remaining out of 4260
42.93/11.51	c Elapsed time 11.398
42.93/11.51	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-3312657-1304127425/watcher-3312657-1304127425 -o /tmp/evaluation-result-3312657-1304127425/solver-3312657-1304127425 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312657-1304127425.cnf 

running on 4 cores: 1,3,5,7

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.56 7.83 7.88 6/198 4748
/proc/meminfo: memFree=30688988/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 524341291 26714112 885 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 6793 889 680 9 0 381 0
[pid=4748/tid=4749] ppid=4746 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) R 4746 4748 3784 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 524341292 29065216 898 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268267765383 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0134781 s]
/proc/loadavg: 7.56 7.83 7.88 6/198 4748
/proc/meminfo: memFree=30688988/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 2656 0 1 0 0 0 0 0 25 0 10 0 524341291 15965847552 2098 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3897912 2104 1230 9 0 3888660 0
[pid=4748/tid=4749] ppid=4746 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) R 4746 4748 3784 0 -1 4202560 1300 0 1 0 0 0 0 0 25 0 10 0 524341292 15965847552 2107 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912504009831 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.10046 s]
/proc/loadavg: 7.56 7.83 7.88 6/198 4748
/proc/meminfo: memFree=30688988/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15676676 CPUtime=0.09 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 5491 0 1 0 8 1 0 0 25 0 18 0 524341291 16052916224 4931 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3919169 4931 2116 9 0 3909888 0
[pid=4748/tid=4749] ppid=4746 vsize=15676676 CPUtime=0.08 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) R 4746 4748 3784 0 -1 4202560 3422 0 1 0 7 1 0 0 25 0 18 0 524341292 16052916224 4932 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 47406727706643 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676676

[startup+0.300426 s]
/proc/loadavg: 7.56 7.83 7.88 6/198 4748
/proc/meminfo: memFree=30688988/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15686028 CPUtime=0.45 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 12679 0 1 0 43 2 0 0 25 0 22 0 524341291 16062492672 10722 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3921507 10722 2207 9 0 3912226 0
[pid=4748/tid=4749] ppid=4746 vsize=15686028 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16062492672 10722 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 15686028

[startup+0.700356 s]
/proc/loadavg: 7.56 7.83 7.88 6/198 4748
/proc/meminfo: memFree=30688988/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15700404 CPUtime=1.86 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 30316 0 1 0 181 5 0 0 25 0 22 0 524341291 16077213696 26568 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3925101 26568 2241 9 0 3915820 0
[pid=4748/tid=4749] ppid=4746 vsize=15700404 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16077213696 26568 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 15700404

[startup+1.50122 s]
/proc/loadavg: 7.56 7.83 7.88 11/220 4770
/proc/meminfo: memFree=30571004/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15697772 CPUtime=5.04 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 62990 0 1 0 495 9 0 0 25 0 22 0 524341291 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3924443 52906 2266 9 0 3915162 0
[pid=4748/tid=4749] ppid=4746 vsize=15697772 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4751] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4751/stat : 4751 (java) S 4746 4748 3784 0 -1 4202560 448 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4752] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4752/stat : 4752 (java) S 4746 4748 3784 0 -1 4202560 320 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4753] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4753/stat : 4753 (java) S 4746 4748 3784 0 -1 4202560 63 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4754] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4754/stat : 4754 (java) S 4746 4748 3784 0 -1 4202560 57 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4755] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4755/stat : 4755 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4756] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4756/stat : 4756 (java) S 4746 4748 3784 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4757] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4757/stat : 4757 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524341292 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4758] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4758/stat : 4758 (java) S 4746 4748 3784 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 22 0 524341293 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4759] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4759/stat : 4759 (java) S 4746 4748 3784 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 524341294 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 0 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4760] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4760/stat : 4760 (java) S 4746 4748 3784 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 524341294 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4761] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4761/stat : 4761 (java) S 4746 4748 3784 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524341294 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4762] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4762/stat : 4762 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341296 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284512689 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4763] ppid=4746 vsize=15697772 CPUtime=1.02 cores=1,3,5,7
/proc/4748/task/4763/stat : 4763 (java) S 4746 4748 3784 0 -1 4202560 5586 0 0 0 102 0 0 0 19 0 22 0 524341296 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4764] ppid=4746 vsize=15697772 CPUtime=1.02 cores=1,3,5,7
/proc/4748/task/4764/stat : 4764 (java) S 4746 4748 3784 0 -1 4202560 19701 0 0 0 100 2 0 0 24 0 22 0 524341296 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4765] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4765/stat : 4765 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341297 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4766] ppid=4746 vsize=15697772 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4766/stat : 4766 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524341297 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4767] ppid=4746 vsize=15697772 CPUtime=0.88 cores=1,3,5,7
/proc/4748/task/4767/stat : 4767 (java) R 4746 4748 3784 0 -1 4202560 9239 0 0 0 87 1 0 0 25 0 22 0 524341314 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505638809 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4748/tid=4768] ppid=4746 vsize=15697772 CPUtime=0.28 cores=1,3,5,7
/proc/4748/task/4768/stat : 4768 (java) R 4746 4748 3784 0 -1 4202560 1126 0 0 0 28 0 0 0 24 0 22 0 524341314 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505688638 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4748/tid=4769] ppid=4746 vsize=15697772 CPUtime=0.64 cores=1,3,5,7
/proc/4748/task/4769/stat : 4769 (java) R 4746 4748 3784 0 -1 4202560 8455 0 0 0 64 0 0 0 25 0 22 0 524341314 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505753084 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4748/tid=4770] ppid=4746 vsize=15697772 CPUtime=0.86 cores=1,3,5,7
/proc/4748/task/4770/stat : 4770 (java) R 4746 4748 3784 0 -1 4202560 11016 0 0 0 85 1 0 0 25 0 22 0 524341314 16074518528 52906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912506158030 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 15697772

[startup+3.10093 s]
/proc/loadavg: 7.60 7.83 7.88 9/220 4770
/proc/meminfo: memFree=30483384/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15698076 CPUtime=11.4 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 104391 0 1 0 1126 14 0 0 25 0 22 0 524341291 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3924519 92991 2279 9 0 3915238 0
[pid=4748/tid=4749] ppid=4746 vsize=15698076 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4751] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4751/stat : 4751 (java) S 4746 4748 3784 0 -1 4202560 669 0 0 0 0 0 0 0 15 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4752] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4752/stat : 4752 (java) S 4746 4748 3784 0 -1 4202560 522 0 0 0 0 0 0 0 15 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4753] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4753/stat : 4753 (java) S 4746 4748 3784 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4754] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4754/stat : 4754 (java) S 4746 4748 3784 0 -1 4202560 271 0 0 0 0 0 0 0 16 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4755] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4755/stat : 4755 (java) S 4746 4748 3784 0 -1 4202560 471 0 0 0 0 0 0 0 15 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4756] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4756/stat : 4756 (java) S 4746 4748 3784 0 -1 4202560 736 0 0 0 0 0 0 0 16 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4757] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4757/stat : 4757 (java) S 4746 4748 3784 0 -1 4202560 307 0 0 0 0 0 0 0 16 0 22 0 524341292 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4758] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4758/stat : 4758 (java) S 4746 4748 3784 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 22 0 524341293 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4759] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4759/stat : 4759 (java) S 4746 4748 3784 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 22 0 524341294 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 0 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4760] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4760/stat : 4760 (java) S 4746 4748 3784 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 524341294 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4761] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4761/stat : 4761 (java) S 4746 4748 3784 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524341294 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4762] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4762/stat : 4762 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341296 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284512689 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4763] ppid=4746 vsize=15698076 CPUtime=1.12 cores=1,3,5,7
/proc/4748/task/4763/stat : 4763 (java) S 4746 4748 3784 0 -1 4202560 5605 0 0 0 112 0 0 0 15 0 22 0 524341296 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4764] ppid=4746 vsize=15698076 CPUtime=1.12 cores=1,3,5,7
/proc/4748/task/4764/stat : 4764 (java) S 4746 4748 3784 0 -1 4202560 19781 0 0 0 110 2 0 0 15 0 22 0 524341296 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4765] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4765/stat : 4765 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341297 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4766] ppid=4746 vsize=15698076 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4766/stat : 4766 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524341297 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4767] ppid=4746 vsize=15698076 CPUtime=2.41 cores=1,3,5,7
/proc/4748/task/4767/stat : 4767 (java) R 4746 4748 3784 0 -1 4202560 19122 0 0 0 239 2 0 0 25 0 22 0 524341314 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505594194 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4748/tid=4768] ppid=4746 vsize=15698076 CPUtime=1.76 cores=1,3,5,7
/proc/4748/task/4768/stat : 4768 (java) R 4746 4748 3784 0 -1 4202560 11285 0 0 0 175 1 0 0 25 0 22 0 524341314 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505754560 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4748/tid=4769] ppid=4746 vsize=15698076 CPUtime=2.17 cores=1,3,5,7
/proc/4748/task/4769/stat : 4769 (java) R 4746 4748 3784 0 -1 4202560 17200 0 0 0 216 1 0 0 25 0 22 0 524341314 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505840576 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4748/tid=4770] ppid=4746 vsize=15698076 CPUtime=2.45 cores=1,3,5,7
/proc/4748/task/4770/stat : 4770 (java) R 4746 4748 3784 0 -1 4202560 20896 0 0 0 243 2 0 0 25 0 22 0 524341314 16074829824 92991 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505594237 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 15698076

[startup+6.30136 s]
/proc/loadavg: 7.60 7.83 7.88 9/220 4770
/proc/meminfo: memFree=30337536/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15698556 CPUtime=24.16 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 105438 0 1 0 2401 15 0 0 25 0 22 0 524341291 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3924639 88670 2282 9 0 3915358 0
[pid=4748/tid=4749] ppid=4746 vsize=15698556 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4751] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4751/stat : 4751 (java) S 4746 4748 3784 0 -1 4202560 758 0 0 0 0 0 0 0 16 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4752] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4752/stat : 4752 (java) S 4746 4748 3784 0 -1 4202560 643 0 0 0 0 0 0 0 16 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4753] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4753/stat : 4753 (java) S 4746 4748 3784 0 -1 4202560 386 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4754] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4754/stat : 4754 (java) S 4746 4748 3784 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4755] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4755/stat : 4755 (java) S 4746 4748 3784 0 -1 4202560 515 0 0 0 0 0 0 0 16 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4756] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4756/stat : 4756 (java) S 4746 4748 3784 0 -1 4202560 804 0 0 0 0 0 0 0 15 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4757] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4757/stat : 4757 (java) S 4746 4748 3784 0 -1 4202560 492 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4758] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4758/stat : 4758 (java) S 4746 4748 3784 0 -1 4202560 640 0 0 0 0 0 0 0 15 0 22 0 524341293 16075321344 88670 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0

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

/proc/4748/task/4763/stat : 4763 (java) S 4746 4748 3784 0 -1 4202560 5633 0 0 0 124 0 0 0 16 0 22 0 524341296 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4764] ppid=4746 vsize=15698556 CPUtime=1.25 cores=1,3,5,7
/proc/4748/task/4764/stat : 4764 (java) S 4746 4748 3784 0 -1 4202560 19952 0 0 0 123 2 0 0 15 0 22 0 524341296 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4765] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4765/stat : 4765 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341297 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4766] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4766/stat : 4766 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524341297 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4767] ppid=4746 vsize=15698556 CPUtime=8.62 cores=1,3,5,7
/proc/4748/task/4767/stat : 4767 (java) S 4746 4748 3784 0 -1 4202560 19138 0 0 0 860 2 0 0 25 0 22 0 524341314 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4768] ppid=4746 vsize=15698556 CPUtime=8.11 cores=1,3,5,7
/proc/4748/task/4768/stat : 4768 (java) R 4746 4748 3784 0 -1 4202560 11299 0 0 0 810 1 0 0 25 0 22 0 524341314 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4748/tid=4769] ppid=4746 vsize=15698556 CPUtime=8.39 cores=1,3,5,7
/proc/4748/task/4769/stat : 4769 (java) R 4746 4748 3784 0 -1 4202560 17214 0 0 0 837 2 0 0 25 0 22 0 524341314 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505906227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4748/tid=4770] ppid=4746 vsize=15698556 CPUtime=8.64 cores=1,3,5,7
/proc/4748/task/4770/stat : 4770 (java) R 4746 4748 3784 0 -1 4202560 20907 0 0 0 862 2 0 0 25 0 22 0 524341314 16075321344 83584 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505639643 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 36.73
Current children cumulated vsize (KiB) 15698556

[startup+10.3016 s]
/proc/loadavg: 7.63 7.84 7.88 9/220 4770
/proc/meminfo: memFree=30343628/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15698556 CPUtime=39.77 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 106974 0 1 0 3961 16 0 0 25 0 22 0 524341291 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3924639 82579 2287 9 0 3915358 0
[pid=4748/tid=4749] ppid=4746 vsize=15698556 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4751] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4751/stat : 4751 (java) S 4746 4748 3784 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4752] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4752/stat : 4752 (java) S 4746 4748 3784 0 -1 4202560 785 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4753] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4753/stat : 4753 (java) S 4746 4748 3784 0 -1 4202560 500 0 0 0 2 0 0 0 16 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4754] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4754/stat : 4754 (java) S 4746 4748 3784 0 -1 4202560 650 0 0 0 1 0 0 0 16 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4755] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4755/stat : 4755 (java) S 4746 4748 3784 0 -1 4202560 680 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4756] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4756/stat : 4756 (java) S 4746 4748 3784 0 -1 4202560 1040 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4757] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4757/stat : 4757 (java) S 4746 4748 3784 0 -1 4202560 686 0 0 0 1 0 0 0 16 0 22 0 524341292 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4758] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4758/stat : 4758 (java) S 4746 4748 3784 0 -1 4202560 811 0 0 0 1 0 0 0 15 0 22 0 524341293 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4759] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4759/stat : 4759 (java) S 4746 4748 3784 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 22 0 524341294 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 0 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4760] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4760/stat : 4760 (java) S 4746 4748 3784 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 524341294 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4761] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4761/stat : 4761 (java) S 4746 4748 3784 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524341294 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4762] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4762/stat : 4762 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341296 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284512689 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4763] ppid=4746 vsize=15698556 CPUtime=1.24 cores=1,3,5,7
/proc/4748/task/4763/stat : 4763 (java) S 4746 4748 3784 0 -1 4202560 5633 0 0 0 124 0 0 0 16 0 22 0 524341296 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4764] ppid=4746 vsize=15698556 CPUtime=1.27 cores=1,3,5,7
/proc/4748/task/4764/stat : 4764 (java) S 4746 4748 3784 0 -1 4202560 19955 0 0 0 125 2 0 0 15 0 22 0 524341296 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4765] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4765/stat : 4765 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341297 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4766] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4766/stat : 4766 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524341297 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4767] ppid=4746 vsize=15698556 CPUtime=9.36 cores=1,3,5,7
/proc/4748/task/4767/stat : 4767 (java) R 4746 4748 3784 0 -1 4202560 19139 0 0 0 934 2 0 0 25 0 22 0 524341314 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505774515 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4748/tid=4768] ppid=4746 vsize=15698556 CPUtime=8.89 cores=1,3,5,7
/proc/4748/task/4768/stat : 4768 (java) R 4746 4748 3784 0 -1 4202560 11299 0 0 0 888 1 0 0 25 0 22 0 524341314 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505803658 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4748/tid=4769] ppid=4746 vsize=15698556 CPUtime=9.08 cores=1,3,5,7
/proc/4748/task/4769/stat : 4769 (java) R 4746 4748 3784 0 -1 4202560 17218 0 0 0 906 2 0 0 25 0 22 0 524341314 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505710373 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4748/tid=4770] ppid=4746 vsize=15698556 CPUtime=9.43 cores=1,3,5,7
/proc/4748/task/4770/stat : 4770 (java) R 4746 4748 3784 0 -1 4202560 20908 0 0 0 941 2 0 0 25 0 22 0 524341314 16075321344 82579 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505594324 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.77
Current children cumulated vsize (KiB) 15698556

[startup+11.1015 s]
/proc/loadavg: 7.63 7.84 7.88 8/220 4770
/proc/meminfo: memFree=30346740/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15698556 CPUtime=42.6 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 107061 0 1 0 4244 16 0 0 25 0 22 0 524341291 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3924639 81906 2287 9 0 3915358 0
[pid=4748/tid=4749] ppid=4746 vsize=15698556 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4751] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4751/stat : 4751 (java) S 4746 4748 3784 0 -1 4202560 909 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4752] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4752/stat : 4752 (java) S 4746 4748 3784 0 -1 4202560 786 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4753] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4753/stat : 4753 (java) S 4746 4748 3784 0 -1 4202560 500 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4754] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4754/stat : 4754 (java) S 4746 4748 3784 0 -1 4202560 659 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4755] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4755/stat : 4755 (java) S 4746 4748 3784 0 -1 4202560 731 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4756] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4756/stat : 4756 (java) S 4746 4748 3784 0 -1 4202560 1041 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4757] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4757/stat : 4757 (java) S 4746 4748 3784 0 -1 4202560 699 0 0 0 2 0 0 0 16 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4758] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4758/stat : 4758 (java) S 4746 4748 3784 0 -1 4202560 811 0 0 0 1 0 0 0 15 0 22 0 524341293 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4759] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4759/stat : 4759 (java) S 4746 4748 3784 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 524341294 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 0 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4760] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4760/stat : 4760 (java) S 4746 4748 3784 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 524341294 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4761] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4761/stat : 4761 (java) S 4746 4748 3784 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524341294 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4762] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4762/stat : 4762 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341296 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284512689 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4763] ppid=4746 vsize=15698556 CPUtime=1.24 cores=1,3,5,7
/proc/4748/task/4763/stat : 4763 (java) S 4746 4748 3784 0 -1 4202560 5633 0 0 0 124 0 0 0 16 0 22 0 524341296 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4764] ppid=4746 vsize=15698556 CPUtime=1.27 cores=1,3,5,7
/proc/4748/task/4764/stat : 4764 (java) S 4746 4748 3784 0 -1 4202560 19955 0 0 0 125 2 0 0 15 0 22 0 524341296 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4765] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4765/stat : 4765 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341297 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4766] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4766/stat : 4766 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524341297 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4767] ppid=4746 vsize=15698556 CPUtime=10.05 cores=1,3,5,7
/proc/4748/task/4767/stat : 4767 (java) S 4746 4748 3784 0 -1 4202560 19140 0 0 0 1003 2 0 0 25 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4768] ppid=4746 vsize=15698556 CPUtime=9.53 cores=1,3,5,7
/proc/4748/task/4768/stat : 4768 (java) R 4746 4748 3784 0 -1 4202560 11300 0 0 0 952 1 0 0 25 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505754633 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4748/tid=4769] ppid=4746 vsize=15698556 CPUtime=9.87 cores=1,3,5,7
/proc/4748/task/4769/stat : 4769 (java) R 4746 4748 3784 0 -1 4202560 17219 0 0 0 985 2 0 0 25 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 46912505688584 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4748/tid=4770] ppid=4746 vsize=15698556 CPUtime=10.12 cores=1,3,5,7
/proc/4748/task/4770/stat : 4770 (java) R 4746 4748 3784 0 -1 4202560 20909 0 0 0 1010 2 0 0 25 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 47406729124653 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.6
Current children cumulated vsize (KiB) 15698556

[startup+11.5014 s]
/proc/loadavg: 7.63 7.84 7.88 8/220 4770
/proc/meminfo: memFree=30346740/32950928 swapFree=67111464/67111528
[pid=4748] ppid=4746 vsize=15698556 CPUtime=42.93 cores=1,3,5,7
/proc/4748/stat : 4748 (java) S 4746 4748 3784 0 -1 4202496 107078 0 1 0 4277 16 0 0 25 0 22 0 524341291 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4748/statm: 3924639 81906 2287 9 0 3915358 0
[pid=4748/tid=4749] ppid=4746 vsize=15698556 CPUtime=0.26 cores=1,3,5,7
/proc/4748/task/4749/stat : 4749 (java) S 4746 4748 3784 0 -1 4202560 5303 0 1 0 25 1 0 0 25 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4751] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4751/stat : 4751 (java) S 4746 4748 3784 0 -1 4202560 909 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4752] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4752/stat : 4752 (java) S 4746 4748 3784 0 -1 4202560 792 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4753] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4753/stat : 4753 (java) S 4746 4748 3784 0 -1 4202560 500 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4754] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4754/stat : 4754 (java) S 4746 4748 3784 0 -1 4202560 669 0 0 0 2 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4755] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4755/stat : 4755 (java) S 4746 4748 3784 0 -1 4202560 731 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4756] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4756/stat : 4756 (java) S 4746 4748 3784 0 -1 4202560 1041 0 0 0 1 0 0 0 15 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4757] ppid=4746 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/4748/task/4757/stat : 4757 (java) S 4746 4748 3784 0 -1 4202560 699 0 0 0 2 0 0 0 16 0 22 0 524341292 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4758] ppid=4746 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/4748/task/4758/stat : 4758 (java) S 4746 4748 3784 0 -1 4202560 811 0 0 0 1 0 0 0 16 0 22 0 524341293 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4759] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4759/stat : 4759 (java) S 4746 4748 3784 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 22 0 524341294 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 0 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4760] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4760/stat : 4760 (java) S 4746 4748 3784 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 524341294 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
[pid=4748/tid=4761] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4761/stat : 4761 (java) S 4746 4748 3784 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524341294 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4762] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4762/stat : 4762 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341296 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284512689 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4763] ppid=4746 vsize=15698556 CPUtime=1.24 cores=1,3,5,7
/proc/4748/task/4763/stat : 4763 (java) S 4746 4748 3784 0 -1 4202560 5633 0 0 0 124 0 0 0 16 0 22 0 524341296 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4764] ppid=4746 vsize=15698556 CPUtime=1.27 cores=1,3,5,7
/proc/4748/task/4764/stat : 4764 (java) S 4746 4748 3784 0 -1 4202560 19955 0 0 0 125 2 0 0 15 0 22 0 524341296 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4765] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4765/stat : 4765 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524341297 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284504985 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4766] ppid=4746 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/4748/task/4766/stat : 4766 (java) S 4746 4748 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524341297 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4767] ppid=4746 vsize=15698556 CPUtime=10.1 cores=1,3,5,7
/proc/4748/task/4767/stat : 4767 (java) S 4746 4748 3784 0 -1 4202560 19140 0 0 0 1008 2 0 0 23 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 5 0 0 0
[pid=4748/tid=4768] ppid=4746 vsize=15698556 CPUtime=9.59 cores=1,3,5,7
/proc/4748/task/4768/stat : 4768 (java) S 4746 4748 3784 0 -1 4202560 11300 0 0 0 958 1 0 0 23 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 7 0 0 0
[pid=4748/tid=4769] ppid=4746 vsize=15698556 CPUtime=9.93 cores=1,3,5,7
/proc/4748/task/4769/stat : 4769 (java) S 4746 4748 3784 0 -1 4202560 17220 0 0 0 991 2 0 0 22 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 1 0 0 0
[pid=4748/tid=4770] ppid=4746 vsize=15698556 CPUtime=10.27 cores=1,3,5,7
/proc/4748/task/4770/stat : 4770 (java) S 4746 4748 3784 0 -1 4202560 20909 0 0 0 1025 2 0 0 23 0 22 0 524341314 16075321344 81906 33554432000 1073741824 1073778376 140736699606896 18446744073709551615 268284505600 0 4 0 16800975 18446604457730771136 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.93
Current children cumulated vsize (KiB) 15698556

Child status: 20
Real time (s): 11.5273
CPU time (s): 42.9525
CPU user time (s): 42.7735
CPU system time (s): 0.178972
CPU usage (%): 372.617
Max. virtual memory (cumulated for all children) (KiB): 15700572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.7735
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107103
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= 2854
involuntary context switches= 1506

runsolver used 0.024996 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 03:37:05
IDJOB=3312657
IDBENCH=82842
IDSOLVER=1699
FILE ID=node122/3312657-1304127425
RUNJOBID= node122-1304127353-4608
PBS_JOBID= 13170737
Free space on /tmp= 71664 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S984689729-080.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312657-1304127425/watcher-3312657-1304127425 -o /tmp/evaluation-result-3312657-1304127425/solver-3312657-1304127425 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312657-1304127425.cnf

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

MD5SUM BENCH= 2738286f471006cf4ff1a420917473bb
RANDOM SEED=642091504

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30689136 kB
Buffers:        286156 kB
Cached:        1273092 kB
SwapCached:         64 kB
Active:         424672 kB
Inactive:      1499824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30689136 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            2188 kB
Writeback:          16 kB
AnonPages:      365108 kB
Mapped:          23796 kB
Slab:           272416 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   803884 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= 71660 MiB
End job on node122 at 2011-04-30 03:37:17