Trace number 3312644

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 429.24 109.173

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1713710439-035.UNKNOWN.cnf
MD5SUMa22e1737ea83ac381c0ce023d3bc0e5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9018
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.10/0.11	29:47 INFO : Reading from input HOME/instance-3312644-1304126987.cnf
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.48/0.35	29:47 INFO : 75 variables remaining out of 75
0.48/0.35	29:47 INFO : 9582 literals remaining out of 9582
429.22/109.15	c Elapsed time 109.047
429.22/109.15	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-3312644-1304126987/watcher-3312644-1304126987 -o /tmp/evaluation-result-3312644-1304126987/solver-3312644-1304126987 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312644-1304126987.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.86 7.97 7.80 6/198 6449
/proc/meminfo: memFree=22581844/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 524298330 27824128 894 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 6793 894 684 9 0 381 0
[pid=6449/tid=6450] ppid=6447 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) R 6447 6449 6206 0 -1 4202560 93 0 0 0 0 0 0 0 25 0 2 0 524298331 31313920 919 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274469005077 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0257379 s]
/proc/loadavg: 7.86 7.97 7.80 6/198 6449
/proc/meminfo: memFree=22581844/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 3487 0 1 0 1 0 0 0 25 0 13 0 524298330 15978614784 2926 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3901029 2929 1651 9 0 3891777 0
[pid=6449/tid=6450] ppid=6447 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) R 6447 6449 6206 0 -1 4202560 2099 0 1 0 1 0 0 0 25 0 13 0 524298331 15978614784 2929 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 47352576785347 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100726 s]
/proc/loadavg: 7.86 7.97 7.80 6/198 6449
/proc/meminfo: memFree=22581844/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15741968 CPUtime=0.1 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 5682 0 1 0 9 1 0 0 25 0 18 0 524298330 16119775232 5081 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3935492 5082 2117 9 0 3926211 0
[pid=6449/tid=6450] ppid=6447 vsize=15741968 CPUtime=0.08 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) R 6447 6449 6206 0 -1 4202560 3510 0 1 0 8 0 0 0 25 0 18 0 524298331 16119775232 5082 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485794251 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741968

[startup+0.300693 s]
/proc/loadavg: 7.86 7.97 7.80 6/198 6449
/proc/meminfo: memFree=22581844/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15749376 CPUtime=0.48 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 9701 0 1 0 47 1 0 0 25 0 22 0 524298330 16127361024 8885 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3937344 8886 2212 9 0 3928063 0
[pid=6449/tid=6450] ppid=6447 vsize=15749376 CPUtime=0.28 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) R 6447 6449 6206 0 -1 4202560 6110 0 1 0 27 1 0 0 25 0 22 0 524298331 16127361024 8886 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505121159 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 15749376

[startup+0.700626 s]
/proc/loadavg: 7.86 7.97 7.80 6/198 6449
/proc/meminfo: memFree=22581844/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15770068 CPUtime=1.8 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 29245 0 1 0 177 3 0 0 25 0 22 0 524298330 16148549632 22891 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3942517 22891 2253 9 0 3933236 0
[pid=6449/tid=6450] ppid=6447 vsize=15770068 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16148549632 22891 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 15770068

[startup+1.50148 s]
/proc/loadavg: 7.86 7.97 7.80 11/220 6471
/proc/meminfo: memFree=22443484/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15767432 CPUtime=4.98 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 57391 0 1 0 491 7 0 0 25 0 22 0 524298330 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3941858 49192 2280 9 0 3932577 0
[pid=6449/tid=6450] ppid=6447 vsize=15767432 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6452] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6447 6449 6206 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6453] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6447 6449 6206 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6454] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6447 6449 6206 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6455] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6447 6449 6206 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6456] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6457] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6447 6449 6206 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6458] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6447 6449 6206 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6459] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6447 6449 6206 0 -1 4202560 218 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6460] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6447 6449 6206 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524298332 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 0 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6461] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6447 6449 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6462] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6463] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485791153 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6464] ppid=6447 vsize=15767432 CPUtime=0.73 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) R 6447 6449 6206 0 -1 4202560 11071 0 0 0 73 0 0 0 25 0 22 0 524298335 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485793461 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6449/tid=6465] ppid=6447 vsize=15767432 CPUtime=1.05 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) R 6447 6449 6206 0 -1 4202560 8102 0 0 0 104 1 0 0 23 0 22 0 524298335 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 47352579644695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6449/tid=6466] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6467] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524298335 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6468] ppid=6447 vsize=15767432 CPUtime=0.64 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) R 6447 6449 6206 0 -1 4202560 6828 0 0 0 64 0 0 0 23 0 22 0 524298356 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505216719 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6449/tid=6469] ppid=6447 vsize=15767432 CPUtime=0.6 cores=1,3,5,7
/proc/6449/task/6469/stat : 6469 (java) R 6447 6449 6206 0 -1 4202560 4681 0 0 0 60 0 0 0 24 0 22 0 524298356 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505849320 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6449/tid=6470] ppid=6447 vsize=15767432 CPUtime=0.52 cores=1,3,5,7
/proc/6449/task/6470/stat : 6470 (java) R 6447 6449 6206 0 -1 4202560 6631 0 0 0 51 1 0 0 25 0 22 0 524298356 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505975937 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6449/tid=6471] ppid=6447 vsize=15767432 CPUtime=1.04 cores=1,3,5,7
/proc/6449/task/6471/stat : 6471 (java) R 6447 6449 6206 0 -1 4202560 11307 0 0 0 103 1 0 0 25 0 22 0 524298356 16145850368 49192 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505614464 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 15767432

[startup+3.1012 s]
/proc/loadavg: 7.86 7.97 7.80 9/220 6472
/proc/meminfo: memFree=22398472/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15767432 CPUtime=11.37 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 59695 0 1 0 1129 8 0 0 25 0 22 0 524298330 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3941858 49481 2287 9 0 3932577 0
[pid=6449/tid=6450] ppid=6447 vsize=15767432 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6452] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6447 6449 6206 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6453] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6447 6449 6206 0 -1 4202560 329 0 0 0 0 0 0 0 16 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6454] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6447 6449 6206 0 -1 4202560 551 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6455] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6447 6449 6206 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6456] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6447 6449 6206 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6457] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6447 6449 6206 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6458] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6447 6449 6206 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6459] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6447 6449 6206 0 -1 4202560 443 0 0 0 0 0 0 0 16 0 22 0 524298331 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6460] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6447 6449 6206 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524298332 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 0 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6461] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6447 6449 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6462] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6463] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485791153 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6464] ppid=6447 vsize=15767432 CPUtime=0.85 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6447 6449 6206 0 -1 4202560 11097 0 0 0 85 0 0 0 15 0 22 0 524298335 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6465] ppid=6447 vsize=15767432 CPUtime=1.15 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6447 6449 6206 0 -1 4202560 8118 0 0 0 114 1 0 0 16 0 22 0 524298335 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6466] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6467] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524298335 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6468] ppid=6447 vsize=15767432 CPUtime=2.17 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) R 6447 6449 6206 0 -1 4202560 6840 0 0 0 217 0 0 0 25 0 22 0 524298356 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 47352579743953 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6449/tid=6469] ppid=6447 vsize=15767432 CPUtime=2.13 cores=1,3,5,7
/proc/6449/task/6469/stat : 6469 (java) R 6447 6449 6206 0 -1 4202560 4686 0 0 0 213 0 0 0 25 0 22 0 524298356 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505684826 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6449/tid=6470] ppid=6447 vsize=15767432 CPUtime=2.01 cores=1,3,5,7
/proc/6449/task/6470/stat : 6470 (java) R 6447 6449 6206 0 -1 4202560 6670 0 0 0 200 1 0 0 25 0 22 0 524298356 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505847735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6449/tid=6471] ppid=6447 vsize=15767432 CPUtime=2.6 cores=1,3,5,7
/proc/6449/task/6471/stat : 6471 (java) R 6447 6449 6206 0 -1 4202560 11311 0 0 0 259 1 0 0 25 0 22 0 524298356 16145850368 49481 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505638523 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 15767432

[startup+6.30164 s]
/proc/loadavg: 7.87 7.97 7.80 9/220 6472
/proc/meminfo: memFree=22409860/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15767432 CPUtime=24.09 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 61179 0 1 0 2400 9 0 0 25 0 22 0 524298330 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3941858 44558 2289 9 0 3932577 0
[pid=6449/tid=6450] ppid=6447 vsize=15767432 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6452] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6447 6449 6206 0 -1 4202560 464 0 0 0 0 0 0 0 16 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6453] ppid=6447 vsize=15767432 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6447 6449 6206 0 -1 4202560 584 0 0 0 1 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6454] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6447 6449 6206 0 -1 4202560 838 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6455] ppid=6447 vsize=15767432 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6447 6449 6206 0 -1 4202560 442 0 0 0 1 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6456] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6447 6449 6206 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6457] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6447 6449 6206 0 -1 4202560 528 0 0 0 0 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6458] ppid=6447 vsize=15767432 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6447 6449 6206 0 -1 4202560 1026 0 0 0 1 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6459] ppid=6447 vsize=15767432 CPUtime=0.01 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6447 6449 6206 0 -1 4202560 599 0 0 0 1 0 0 0 15 0 22 0 524298331 16145850368 44558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0

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

/proc/6449/task/6464/stat : 6464 (java) S 6447 6449 6206 0 -1 4202560 11125 0 0 0 97 0 0 0 15 0 22 0 524298335 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6465] ppid=6447 vsize=15767432 CPUtime=1.18 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6447 6449 6206 0 -1 4202560 8122 0 0 0 117 1 0 0 15 0 22 0 524298335 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6466] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6467] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 524298335 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6468] ppid=6447 vsize=15767432 CPUtime=104.44 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) R 6447 6449 6206 0 -1 4202560 20080 0 0 0 10441 3 0 0 25 0 22 0 524298356 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505679132 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6449/tid=6469] ppid=6447 vsize=15767432 CPUtime=104.51 cores=1,3,5,7
/proc/6449/task/6469/stat : 6469 (java) R 6447 6449 6206 0 -1 4202560 18041 0 0 0 10447 4 0 0 25 0 22 0 524298356 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505847777 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6449/tid=6470] ppid=6447 vsize=15767432 CPUtime=104.72 cores=1,3,5,7
/proc/6449/task/6470/stat : 6470 (java) R 6447 6449 6206 0 -1 4202560 19421 0 0 0 10468 4 0 0 25 0 22 0 524298356 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505857928 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6449/tid=6471] ppid=6447 vsize=15767432 CPUtime=104.92 cores=1,3,5,7
/proc/6449/task/6471/stat : 6471 (java) R 6447 6449 6206 0 -1 4202560 24153 0 0 0 10487 5 0 0 25 0 22 0 524298356 16145850368 77937 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505524191 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 423.68
Current children cumulated vsize (KiB) 15767432

[startup+107.901 s]
/proc/loadavg: 7.97 7.97 7.82 9/220 6475
/proc/meminfo: memFree=22120864/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15767432 CPUtime=426.75 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 171879 0 1 0 42634 41 0 0 25 0 22 0 524298330 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3941858 78449 2289 9 0 3932577 0
[pid=6449/tid=6450] ppid=6447 vsize=15767432 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6452] ppid=6447 vsize=15767432 CPUtime=0.27 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6447 6449 6206 0 -1 4202560 6994 0 0 0 26 1 0 0 16 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6453] ppid=6447 vsize=15767432 CPUtime=0.26 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6447 6449 6206 0 -1 4202560 7499 0 0 0 25 1 0 0 15 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6454] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6447 6449 6206 0 -1 4202560 8326 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6455] ppid=6447 vsize=15767432 CPUtime=0.3 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6447 6449 6206 0 -1 4202560 8769 0 0 0 29 1 0 0 15 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6456] ppid=6447 vsize=15767432 CPUtime=0.3 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6447 6449 6206 0 -1 4202560 8042 0 0 0 29 1 0 0 15 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6457] ppid=6447 vsize=15767432 CPUtime=0.28 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6447 6449 6206 0 -1 4202560 7543 0 0 0 26 2 0 0 16 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6458] ppid=6447 vsize=15767432 CPUtime=0.27 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6447 6449 6206 0 -1 4202560 8061 0 0 0 26 1 0 0 15 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6459] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6447 6449 6206 0 -1 4202560 7730 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6460] ppid=6447 vsize=15767432 CPUtime=0.19 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6447 6449 6206 0 -1 4202560 265 0 0 0 15 4 0 0 15 0 22 0 524298332 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 0 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6461] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6447 6449 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6462] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6463] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485791153 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6464] ppid=6447 vsize=15767432 CPUtime=0.97 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6447 6449 6206 0 -1 4202560 11125 0 0 0 97 0 0 0 15 0 22 0 524298335 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6465] ppid=6447 vsize=15767432 CPUtime=1.18 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6447 6449 6206 0 -1 4202560 8122 0 0 0 117 1 0 0 15 0 22 0 524298335 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6466] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6467] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 524298335 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6468] ppid=6447 vsize=15767432 CPUtime=105.18 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) R 6447 6449 6206 0 -1 4202560 20081 0 0 0 10515 3 0 0 25 0 22 0 524298356 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6449/tid=6469] ppid=6447 vsize=15767432 CPUtime=105.29 cores=1,3,5,7
/proc/6449/task/6469/stat : 6469 (java) R 6447 6449 6206 0 -1 4202560 18042 0 0 0 10525 4 0 0 25 0 22 0 524298356 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505679235 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6449/tid=6470] ppid=6447 vsize=15767432 CPUtime=105.46 cores=1,3,5,7
/proc/6449/task/6470/stat : 6470 (java) R 6447 6449 6206 0 -1 4202560 19422 0 0 0 10542 4 0 0 25 0 22 0 524298356 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6449/tid=6471] ppid=6447 vsize=15767432 CPUtime=105.71 cores=1,3,5,7
/proc/6449/task/6471/stat : 6471 (java) R 6447 6449 6206 0 -1 4202560 24156 0 0 0 10566 5 0 0 25 0 22 0 524298356 16145850368 78449 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 46912505707451 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 426.75
Current children cumulated vsize (KiB) 15767432

[startup+108.702 s]
/proc/loadavg: 7.97 7.97 7.82 9/220 6475
/proc/meminfo: memFree=22120864/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15767432 CPUtime=429.2 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 174425 0 1 0 42878 42 0 0 25 0 22 0 524298330 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3941858 80558 2289 9 0 3932577 0
[pid=6449/tid=6450] ppid=6447 vsize=15767432 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6452] ppid=6447 vsize=15767432 CPUtime=0.27 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6447 6449 6206 0 -1 4202560 7114 0 0 0 26 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6453] ppid=6447 vsize=15767432 CPUtime=0.26 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6447 6449 6206 0 -1 4202560 7588 0 0 0 25 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6454] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6447 6449 6206 0 -1 4202560 8327 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6455] ppid=6447 vsize=15767432 CPUtime=0.3 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6447 6449 6206 0 -1 4202560 8819 0 0 0 29 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6456] ppid=6447 vsize=15767432 CPUtime=0.3 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6447 6449 6206 0 -1 4202560 8048 0 0 0 29 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6457] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6447 6449 6206 0 -1 4202560 7601 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6458] ppid=6447 vsize=15767432 CPUtime=0.28 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6447 6449 6206 0 -1 4202560 8067 0 0 0 27 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6459] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6447 6449 6206 0 -1 4202560 7774 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6460] ppid=6447 vsize=15767432 CPUtime=0.19 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6447 6449 6206 0 -1 4202560 265 0 0 0 15 4 0 0 15 0 22 0 524298332 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 0 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6461] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6447 6449 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6462] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6463] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485791153 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6464] ppid=6447 vsize=15767432 CPUtime=0.97 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6447 6449 6206 0 -1 4202560 11125 0 0 0 97 0 0 0 15 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6465] ppid=6447 vsize=15767432 CPUtime=1.18 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6447 6449 6206 0 -1 4202560 8122 0 0 0 117 1 0 0 15 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6466] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6467] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6468] ppid=6447 vsize=15767432 CPUtime=105.8 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6447 6449 6206 0 -1 4202560 20689 0 0 0 10577 3 0 0 25 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6469] ppid=6447 vsize=15767432 CPUtime=105.9 cores=1,3,5,7
/proc/6449/task/6469/stat : 6469 (java) S 6447 6449 6206 0 -1 4202560 18538 0 0 0 10586 4 0 0 25 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6470] ppid=6447 vsize=15767432 CPUtime=106.13 cores=1,3,5,7
/proc/6449/task/6470/stat : 6470 (java) S 6447 6449 6206 0 -1 4202560 19987 0 0 0 10609 4 0 0 25 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6471] ppid=6447 vsize=15767432 CPUtime=106.23 cores=1,3,5,7
/proc/6449/task/6471/stat : 6471 (java) S 6447 6449 6206 0 -1 4202560 24659 0 0 0 10618 5 0 0 23 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 429.2
Current children cumulated vsize (KiB) 15767432

[startup+109.102 s]
/proc/loadavg: 7.98 7.97 7.82 6/220 6475
/proc/meminfo: memFree=22109704/32950928 swapFree=67111524/67111528
[pid=6449] ppid=6447 vsize=15767432 CPUtime=429.22 cores=1,3,5,7
/proc/6449/stat : 6449 (java) S 6447 6449 6206 0 -1 4202496 174425 0 1 0 42880 42 0 0 25 0 22 0 524298330 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6449/statm: 3941858 80558 2289 9 0 3932577 0
[pid=6449/tid=6450] ppid=6447 vsize=15767432 CPUtime=0.34 cores=1,3,5,7
/proc/6449/task/6450/stat : 6450 (java) S 6447 6449 6206 0 -1 4202560 6309 0 1 0 33 1 0 0 25 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6452] ppid=6447 vsize=15767432 CPUtime=0.27 cores=1,3,5,7
/proc/6449/task/6452/stat : 6452 (java) S 6447 6449 6206 0 -1 4202560 7114 0 0 0 26 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6453] ppid=6447 vsize=15767432 CPUtime=0.26 cores=1,3,5,7
/proc/6449/task/6453/stat : 6453 (java) S 6447 6449 6206 0 -1 4202560 7588 0 0 0 25 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6454] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6454/stat : 6454 (java) S 6447 6449 6206 0 -1 4202560 8327 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6455] ppid=6447 vsize=15767432 CPUtime=0.3 cores=1,3,5,7
/proc/6449/task/6455/stat : 6455 (java) S 6447 6449 6206 0 -1 4202560 8819 0 0 0 29 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6456] ppid=6447 vsize=15767432 CPUtime=0.3 cores=1,3,5,7
/proc/6449/task/6456/stat : 6456 (java) S 6447 6449 6206 0 -1 4202560 8048 0 0 0 29 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6457] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6457/stat : 6457 (java) S 6447 6449 6206 0 -1 4202560 7601 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6458] ppid=6447 vsize=15767432 CPUtime=0.28 cores=1,3,5,7
/proc/6449/task/6458/stat : 6458 (java) S 6447 6449 6206 0 -1 4202560 8067 0 0 0 27 1 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6459] ppid=6447 vsize=15767432 CPUtime=0.29 cores=1,3,5,7
/proc/6449/task/6459/stat : 6459 (java) S 6447 6449 6206 0 -1 4202560 7774 0 0 0 27 2 0 0 15 0 22 0 524298331 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6460] ppid=6447 vsize=15767432 CPUtime=0.19 cores=1,3,5,7
/proc/6449/task/6460/stat : 6460 (java) S 6447 6449 6206 0 -1 4202560 265 0 0 0 15 4 0 0 15 0 22 0 524298332 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 0 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6461] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6461/stat : 6461 (java) S 6447 6449 6206 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6462] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6462/stat : 6462 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524298333 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6463] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6463/stat : 6463 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485791153 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6464] ppid=6447 vsize=15767432 CPUtime=0.97 cores=1,3,5,7
/proc/6449/task/6464/stat : 6464 (java) S 6447 6449 6206 0 -1 4202560 11125 0 0 0 97 0 0 0 15 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6465] ppid=6447 vsize=15767432 CPUtime=1.18 cores=1,3,5,7
/proc/6449/task/6465/stat : 6465 (java) S 6447 6449 6206 0 -1 4202560 8122 0 0 0 117 1 0 0 15 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6466] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6466/stat : 6466 (java) S 6447 6449 6206 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485783449 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6467] ppid=6447 vsize=15767432 CPUtime=0 cores=1,3,5,7
/proc/6449/task/6467/stat : 6467 (java) S 6447 6449 6206 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 524298335 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
[pid=6449/tid=6468] ppid=6447 vsize=15767432 CPUtime=105.8 cores=1,3,5,7
/proc/6449/task/6468/stat : 6468 (java) S 6447 6449 6206 0 -1 4202560 20689 0 0 0 10577 3 0 0 21 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 5 0 0 0
[pid=6449/tid=6469] ppid=6447 vsize=15767432 CPUtime=105.9 cores=1,3,5,7
/proc/6449/task/6469/stat : 6469 (java) S 6447 6449 6206 0 -1 4202560 18538 0 0 0 10586 4 0 0 21 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 7 0 0 0
[pid=6449/tid=6470] ppid=6447 vsize=15767432 CPUtime=106.15 cores=1,3,5,7
/proc/6449/task/6470/stat : 6470 (java) S 6447 6449 6206 0 -1 4202560 19987 0 0 0 10611 4 0 0 21 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 3 0 0 0
[pid=6449/tid=6471] ppid=6447 vsize=15767432 CPUtime=106.23 cores=1,3,5,7
/proc/6449/task/6471/stat : 6471 (java) S 6447 6449 6206 0 -1 4202560 24659 0 0 0 10618 5 0 0 20 0 22 0 524298356 16145850368 80558 33554432000 1073741824 1073778376 140733493565376 18446744073709551615 274485784064 0 4 0 16800975 18446604470194254208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 429.22
Current children cumulated vsize (KiB) 15767432

Child status: 20
Real time (s): 109.173
CPU time (s): 429.24
CPU user time (s): 428.803
CPU system time (s): 0.436933
CPU usage (%): 393.174
Max. virtual memory (cumulated for all children) (KiB): 15770080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.803
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174455
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= 36059
involuntary context switches= 18349

runsolver used 0.19097 second user time and 0.410937 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 03:29:47
IDJOB=3312644
IDBENCH=82829
IDSOLVER=1699
FILE ID=node125/3312644-1304126987
RUNJOBID= node125-1304125722-6225
PBS_JOBID= 13170766
Free space on /tmp= 72764 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1713710439-035.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312644-1304126987/watcher-3312644-1304126987 -o /tmp/evaluation-result-3312644-1304126987/solver-3312644-1304126987 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312644-1304126987.cnf

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

MD5SUM BENCH= a22e1737ea83ac381c0ce023d3bc0e5e
RANDOM SEED=381757594

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:      22582124 kB
Buffers:       2125496 kB
Cached:        7402876 kB
SwapCached:          4 kB
Active:        2388484 kB
Inactive:      7455816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22582124 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:      315124 kB
Mapped:          23600 kB
Slab:           460504 kB
PageTables:       5972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   781360 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 03:31:36