Trace number 3311370

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)SAT 910.647 229.45

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1430772875-039.SATISFIABLE.cnf
MD5SUMef1a26ad366fa6cdd721df0a7f8f760c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

Solver Data

0.11/0.35	09:18 INFO : Reading from input HOME/instance-3311370-1307653758.cnf
0.44/0.54	Executor set job limit to 1000000
0.44/0.54	Executor set job limit to 1000000
0.44/0.54	Executor set job limit to 1000000
0.44/0.54	Executor set job limit to 1000000
0.44/0.54	Starting Executor!
0.44/0.54	Starting Executor!
0.44/0.54	Starting Executor!
0.44/0.54	Starting Executor!
0.92/0.71	09:18 INFO : 50 variables remaining out of 50
0.92/0.71	09:18 INFO : 35600 literals remaining out of 35600
910.50/229.42	c Elapsed time 229.083
910.50/229.42	s SATISFIABLE
910.50/229.42	v 1 -2 3 4 5 6 7 -8 -9 -10 -11 12 13 -14 -15 16 -17 -18 19 20 -21 22 23 -24 -25 26 -27 28 -29 -30 31 -32 33 34 35 -36 -37 38 -39 -40 41 -42 -43 44 -45 46 47 48 -49 50 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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: 8.11 8.09 7.60 2/178 3095
/proc/meminfo: memFree=32005248/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/3095/stat : 3095 (java) R 3093 3095 1071 0 -1 4202496 1195 0 0 0 0 0 0 0 20 0 1 0 876978127 23580672 680 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212431054312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3095/statm: 5757 680 506 9 0 124 0
[pid=3095/tid=3105] ppid=3093 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) R 3093 3095 1071 0 -1 4202560 60 0 0 0 0 0 0 0 21 0 2 0 876978127 27824128 888 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212431047456 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.07645 s]
/proc/loadavg: 8.11 8.09 7.60 2/178 3095
/proc/meminfo: memFree=32005248/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15610064 CPUtime=0.07 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 4765 0 1 0 6 1 0 0 20 0 18 0 876978127 15984705536 4203 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3902516 4213 1981 9 0 3893235 0
[pid=3095/tid=3105] ppid=3093 vsize=15610064 CPUtime=0.06 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) R 3093 3095 1071 0 -1 4202560 3124 0 1 0 6 0 0 0 18 0 18 0 876978127 15984705536 4218 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46916672109395 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15610064

[startup+0.100464 s]
/proc/loadavg: 8.11 8.09 7.60 2/178 3095
/proc/meminfo: memFree=32005248/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15676952 CPUtime=0.09 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 5459 0 1 0 8 1 0 0 20 0 18 0 876978127 16053198848 4897 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3919238 4897 2115 9 0 3909957 0
[pid=3095/tid=3105] ppid=3093 vsize=15676952 CPUtime=0.07 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) D 3093 3095 1071 0 -1 4202560 3356 0 1 0 7 0 0 0 18 0 18 0 876978127 16053198848 4897 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447843787 0 2147483391 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676952

[startup+0.300424 s]
/proc/loadavg: 8.11 8.09 7.60 2/178 3095
/proc/meminfo: memFree=32005248/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15676952 CPUtime=0.11 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 5515 0 1 0 9 2 0 0 20 0 18 0 876978127 16053198848 4953 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3919238 4953 2116 9 0 3909957 0
[pid=3095/tid=3105] ppid=3093 vsize=15676952 CPUtime=0.09 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) D 3093 3095 1071 0 -1 4202560 3412 0 1 0 7 2 0 0 18 0 18 0 876978127 16053198848 4953 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212435822363 0 4 0 16800975 18446744071562154983 0 0 -1 3 0 0 9
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676952

[startup+0.700302 s]
/proc/loadavg: 8.11 8.09 7.60 2/178 3095
/proc/meminfo: memFree=32005248/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15693204 CPUtime=0.92 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 19773 0 1 0 88 4 0 0 20 0 22 0 876978127 16069840896 16759 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3923301 16759 2241 9 0 3914020 0
[pid=3095/tid=3105] ppid=3093 vsize=15693204 CPUtime=0.46 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) R 3093 3095 1071 0 -1 4202560 10937 0 1 0 43 3 0 0 20 0 22 0 876978127 16069840896 16759 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505121176 0 4 0 16800975 0 0 0 -1 3 0 0 12
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15693204

[startup+1.50115 s]
/proc/loadavg: 8.11 8.09 7.60 14/220 3145
/proc/meminfo: memFree=31817668/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15707468 CPUtime=3.81 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 51812 0 1 0 372 9 0 0 20 0 22 0 876978127 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3926867 47479 2279 9 0 3917586 0
[pid=3095/tid=3105] ppid=3093 vsize=15707468 CPUtime=0.47 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) S 3093 3095 1071 0 -1 4202560 11005 0 1 0 44 3 0 0 20 0 22 0 876978127 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 12
[pid=3095/tid=3107] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3107/stat : 3107 (java) S 3093 3095 1071 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3108] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3108/stat : 3108 (java) S 3093 3095 1071 0 -1 4202560 533 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3109] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3109/stat : 3109 (java) S 3093 3095 1071 0 -1 4202560 476 0 0 0 0 0 0 0 16 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3110] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3110/stat : 3110 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3111] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3111/stat : 3111 (java) S 3093 3095 1071 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3112] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3112/stat : 3112 (java) S 3093 3095 1071 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3113] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3113/stat : 3113 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3114] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3114/stat : 3114 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3119] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3119/stat : 3119 (java) S 3093 3095 1071 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 876978129 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 0 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3120] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3120/stat : 3120 (java) S 3093 3095 1071 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 876978129 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3121] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3121/stat : 3121 (java) S 3093 3095 1071 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876978129 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3127] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3127/stat : 3127 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876978131 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447840689 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3128] ppid=3093 vsize=15707468 CPUtime=0.63 cores=1,3,5,7
/proc/3095/task/3128/stat : 3128 (java) S 3093 3095 1071 0 -1 4202560 4332 0 0 0 63 0 0 0 15 0 22 0 876978131 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3132] ppid=3093 vsize=15707468 CPUtime=0.84 cores=1,3,5,7
/proc/3095/task/3132/stat : 3132 (java) S 3093 3095 1071 0 -1 4202560 8158 0 0 0 84 0 0 0 15 0 22 0 876978131 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3133] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3133/stat : 3133 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876978131 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3134] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3134/stat : 3134 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876978131 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3142] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3142/stat : 3142 (java) R 3093 3095 1071 0 -1 4202560 10934 0 0 0 72 1 0 0 18 0 22 0 876978182 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505797804 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3143] ppid=3093 vsize=15707468 CPUtime=0.34 cores=1,3,5,7
/proc/3095/task/3143/stat : 3143 (java) R 3093 3095 1071 0 -1 4202560 3482 0 0 0 34 0 0 0 16 0 22 0 876978182 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505782543 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3095/tid=3144] ppid=3093 vsize=15707468 CPUtime=0.27 cores=1,3,5,7
/proc/3095/task/3144/stat : 3144 (java) R 3093 3095 1071 0 -1 4202560 500 0 0 0 27 0 0 0 16 0 22 0 876978182 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505795868 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3145] ppid=3093 vsize=15707468 CPUtime=0.44 cores=1,3,5,7
/proc/3095/task/3145/stat : 3145 (java) R 3093 3095 1071 0 -1 4202560 9666 0 0 0 43 1 0 0 17 0 22 0 876978182 16084447232 47479 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505797807 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 15707468

[startup+3.10085 s]
/proc/loadavg: 8.42 8.16 7.62 11/220 3145
/proc/meminfo: memFree=31641712/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15707468 CPUtime=10.17 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 57042 0 1 0 1007 10 0 0 20 0 22 0 876978127 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3926867 50965 2286 9 0 3917586 0
[pid=3095/tid=3105] ppid=3093 vsize=15707468 CPUtime=0.47 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) S 3093 3095 1071 0 -1 4202560 11005 0 1 0 44 3 0 0 20 0 22 0 876978127 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 12
[pid=3095/tid=3107] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3107/stat : 3107 (java) S 3093 3095 1071 0 -1 4202560 967 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3108] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3108/stat : 3108 (java) S 3093 3095 1071 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3109] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3109/stat : 3109 (java) S 3093 3095 1071 0 -1 4202560 889 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3110] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3110/stat : 3110 (java) S 3093 3095 1071 0 -1 4202560 924 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3111] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3111/stat : 3111 (java) S 3093 3095 1071 0 -1 4202560 981 0 0 0 0 0 0 0 16 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3112] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3112/stat : 3112 (java) S 3093 3095 1071 0 -1 4202560 731 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3113] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3113/stat : 3113 (java) S 3093 3095 1071 0 -1 4202560 391 0 0 0 0 0 0 0 16 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3114] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3114/stat : 3114 (java) S 3093 3095 1071 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 22 0 876978128 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3119] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3119/stat : 3119 (java) S 3093 3095 1071 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 876978129 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 0 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3120] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3120/stat : 3120 (java) S 3093 3095 1071 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 876978129 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3121] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3121/stat : 3121 (java) S 3093 3095 1071 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876978129 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3127] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3127/stat : 3127 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876978131 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447840689 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3128] ppid=3093 vsize=15707468 CPUtime=0.77 cores=1,3,5,7
/proc/3095/task/3128/stat : 3128 (java) S 3093 3095 1071 0 -1 4202560 4372 0 0 0 77 0 0 0 15 0 22 0 876978131 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3132] ppid=3093 vsize=15707468 CPUtime=0.93 cores=1,3,5,7
/proc/3095/task/3132/stat : 3132 (java) S 3093 3095 1071 0 -1 4202560 8172 0 0 0 92 1 0 0 16 0 22 0 876978131 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3133] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3133/stat : 3133 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876978131 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3134] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3134/stat : 3134 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 876978131 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3142] ppid=3093 vsize=15707468 CPUtime=2.31 cores=1,3,5,7
/proc/3095/task/3142/stat : 3142 (java) R 3093 3095 1071 0 -1 4202560 11233 0 0 0 230 1 0 0 21 0 22 0 876978182 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3143] ppid=3093 vsize=15707468 CPUtime=1.92 cores=1,3,5,7
/proc/3095/task/3143/stat : 3143 (java) R 3093 3095 1071 0 -1 4202560 3946 0 0 0 192 0 0 0 17 0 22 0 876978182 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505788282 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3095/tid=3144] ppid=3093 vsize=15707468 CPUtime=1.77 cores=1,3,5,7
/proc/3095/task/3144/stat : 3144 (java) R 3093 3095 1071 0 -1 4202560 1012 0 0 0 177 0 0 0 17 0 22 0 876978182 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505788678 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3145] ppid=3093 vsize=15707468 CPUtime=1.88 cores=1,3,5,7
/proc/3095/task/3145/stat : 3145 (java) R 3093 3095 1071 0 -1 4202560 10052 0 0 0 187 1 0 0 19 0 22 0 876978182 16084447232 50965 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46916666535430 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 15707468

[startup+6.30124 s]
/proc/loadavg: 8.42 8.16 7.62 10/220 3145
/proc/meminfo: memFree=31632624/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15707468 CPUtime=22.89 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 61637 0 1 0 2278 11 0 0 20 0 22 0 876978127 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3926867 51738 2289 9 0 3917586 0
[pid=3095/tid=3105] ppid=3093 vsize=15707468 CPUtime=0.47 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) S 3093 3095 1071 0 -1 4202560 11005 0 1 0 44 3 0 0 20 0 22 0 876978127 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 12
[pid=3095/tid=3107] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3107/stat : 3107 (java) S 3093 3095 1071 0 -1 4202560 1905 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3108] ppid=3093 vsize=15707468 CPUtime=0.01 cores=1,3,5,7
/proc/3095/task/3108/stat : 3108 (java) S 3093 3095 1071 0 -1 4202560 1144 0 0 0 1 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3109] ppid=3093 vsize=15707468 CPUtime=0.01 cores=1,3,5,7
/proc/3095/task/3109/stat : 3109 (java) S 3093 3095 1071 0 -1 4202560 1753 0 0 0 1 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3110] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3110/stat : 3110 (java) S 3093 3095 1071 0 -1 4202560 1416 0 0 0 0 0 0 0 16 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3111] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3111/stat : 3111 (java) S 3093 3095 1071 0 -1 4202560 1519 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3112] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3112/stat : 3112 (java) S 3093 3095 1071 0 -1 4202560 1334 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3113] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3113/stat : 3113 (java) S 3093 3095 1071 0 -1 4202560 667 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3114] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3114/stat : 3114 (java) S 3093 3095 1071 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 22 0 876978128 16084447232 51738 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0

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

/proc/3095/task/3128/stat : 3128 (java) S 3093 3095 1071 0 -1 4202560 4384 0 0 0 84 0 0 0 16 0 22 0 876978131 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3132] ppid=3093 vsize=15707468 CPUtime=1.06 cores=1,3,5,7
/proc/3095/task/3132/stat : 3132 (java) S 3093 3095 1071 0 -1 4202560 8195 0 0 0 105 1 0 0 15 0 22 0 876978131 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3133] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3133/stat : 3133 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876978131 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3134] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3134/stat : 3134 (java) S 3093 3095 1071 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876978131 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3142] ppid=3093 vsize=15707468 CPUtime=225.26 cores=1,3,5,7
/proc/3095/task/3142/stat : 3142 (java) R 3093 3095 1071 0 -1 4202560 35678 0 0 0 22520 6 0 0 25 0 22 0 876978182 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505797804 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3143] ppid=3093 vsize=15707468 CPUtime=225.07 cores=1,3,5,7
/proc/3095/task/3143/stat : 3143 (java) R 3093 3095 1071 0 -1 4202560 28668 0 0 0 22502 5 0 0 25 0 22 0 876978182 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505797525 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3095/tid=3144] ppid=3093 vsize=15707468 CPUtime=224.61 cores=1,3,5,7
/proc/3095/task/3144/stat : 3144 (java) R 3093 3095 1071 0 -1 4202560 26569 0 0 0 22455 6 0 0 25 0 22 0 876978182 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505796263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3145] ppid=3093 vsize=15707468 CPUtime=224.52 cores=1,3,5,7
/proc/3095/task/3145/stat : 3145 (java) R 3093 3095 1071 0 -1 4202560 34902 0 0 0 22446 6 0 0 25 0 22 0 876978182 16084447232 125878 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505708955 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 907.73
Current children cumulated vsize (KiB) 15707468

[startup+229.101 s]
/proc/loadavg: 8.18 8.16 7.73 9/220 3217
/proc/meminfo: memFree=30983752/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15707468 CPUtime=909.3 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 304465 0 1 0 90856 74 0 0 20 0 22 0 876978127 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3926867 125545 2291 9 0 3917586 0
[pid=3095/tid=3105] ppid=3093 vsize=15707468 CPUtime=0.47 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) S 3093 3095 1071 0 -1 4202560 11005 0 1 0 44 3 0 0 20 0 22 0 876978127 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 12
[pid=3095/tid=3107] ppid=3093 vsize=15707468 CPUtime=0.65 cores=1,3,5,7
/proc/3095/task/3107/stat : 3107 (java) S 3093 3095 1071 0 -1 4202560 17913 0 0 0 62 3 0 0 15 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3108] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3108/stat : 3108 (java) S 3093 3095 1071 0 -1 4202560 20911 0 0 0 68 5 0 0 16 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3109] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3109/stat : 3109 (java) S 3093 3095 1071 0 -1 4202560 19729 0 0 0 69 4 0 0 15 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3110] ppid=3093 vsize=15707468 CPUtime=0.66 cores=1,3,5,7
/proc/3095/task/3110/stat : 3110 (java) S 3093 3095 1071 0 -1 4202560 19200 0 0 0 63 3 0 0 15 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3111] ppid=3093 vsize=15707468 CPUtime=0.7 cores=1,3,5,7
/proc/3095/task/3111/stat : 3111 (java) S 3093 3095 1071 0 -1 4202560 19173 0 0 0 66 4 0 0 16 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3112] ppid=3093 vsize=15707468 CPUtime=0.62 cores=1,3,5,7
/proc/3095/task/3112/stat : 3112 (java) S 3093 3095 1071 0 -1 4202560 17682 0 0 0 58 4 0 0 16 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3113] ppid=3093 vsize=15707468 CPUtime=0.7 cores=1,3,5,7
/proc/3095/task/3113/stat : 3113 (java) S 3093 3095 1071 0 -1 4202560 18382 0 0 0 66 4 0 0 15 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3114] ppid=3093 vsize=15707468 CPUtime=0.71 cores=1,3,5,7
/proc/3095/task/3114/stat : 3114 (java) S 3093 3095 1071 0 -1 4202560 20048 0 0 0 67 4 0 0 16 0 22 0 876978128 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3119] ppid=3093 vsize=15707468 CPUtime=0.28 cores=1,3,5,7
/proc/3095/task/3119/stat : 3119 (java) S 3093 3095 1071 0 -1 4202560 625 0 0 0 19 9 0 0 15 0 22 0 876978129 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 0 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3120] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3120/stat : 3120 (java) S 3093 3095 1071 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 876978129 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3121] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3121/stat : 3121 (java) S 3093 3095 1071 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876978129 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3127] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3127/stat : 3127 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876978131 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447840689 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3128] ppid=3093 vsize=15707468 CPUtime=0.84 cores=1,3,5,7
/proc/3095/task/3128/stat : 3128 (java) S 3093 3095 1071 0 -1 4202560 4384 0 0 0 84 0 0 0 16 0 22 0 876978131 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3132] ppid=3093 vsize=15707468 CPUtime=1.06 cores=1,3,5,7
/proc/3095/task/3132/stat : 3132 (java) S 3093 3095 1071 0 -1 4202560 8195 0 0 0 105 1 0 0 15 0 22 0 876978131 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3133] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3133/stat : 3133 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876978131 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3134] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3134/stat : 3134 (java) S 3093 3095 1071 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876978131 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3142] ppid=3093 vsize=15707468 CPUtime=225.64 cores=1,3,5,7
/proc/3095/task/3142/stat : 3142 (java) R 3093 3095 1071 0 -1 4202560 35678 0 0 0 22558 6 0 0 25 0 22 0 876978182 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505788260 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3143] ppid=3093 vsize=15707468 CPUtime=225.46 cores=1,3,5,7
/proc/3095/task/3143/stat : 3143 (java) R 3093 3095 1071 0 -1 4202560 28669 0 0 0 22541 5 0 0 25 0 22 0 876978182 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505716080 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3095/tid=3144] ppid=3093 vsize=15707468 CPUtime=225 cores=1,3,5,7
/proc/3095/task/3144/stat : 3144 (java) R 3093 3095 1071 0 -1 4202560 26569 0 0 0 22494 6 0 0 25 0 22 0 876978182 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505797732 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3145] ppid=3093 vsize=15707468 CPUtime=224.91 cores=1,3,5,7
/proc/3095/task/3145/stat : 3145 (java) R 3093 3095 1071 0 -1 4202560 34903 0 0 0 22485 6 0 0 25 0 22 0 876978182 16084447232 125545 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505796263 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 909.3
Current children cumulated vsize (KiB) 15707468

[startup+229.301 s]
/proc/loadavg: 8.18 8.16 7.73 9/220 3217
/proc/meminfo: memFree=30983752/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15707468 CPUtime=910.1 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 304849 0 1 0 90936 74 0 0 20 0 22 0 876978127 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3926867 125797 2291 9 0 3917586 0
[pid=3095/tid=3105] ppid=3093 vsize=15707468 CPUtime=0.47 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) S 3093 3095 1071 0 -1 4202560 11005 0 1 0 44 3 0 0 20 0 22 0 876978127 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 12
[pid=3095/tid=3107] ppid=3093 vsize=15707468 CPUtime=0.66 cores=1,3,5,7
/proc/3095/task/3107/stat : 3107 (java) S 3093 3095 1071 0 -1 4202560 17947 0 0 0 63 3 0 0 16 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3108] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3108/stat : 3108 (java) S 3093 3095 1071 0 -1 4202560 20916 0 0 0 68 5 0 0 16 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3109] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3109/stat : 3109 (java) S 3093 3095 1071 0 -1 4202560 19730 0 0 0 69 4 0 0 16 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3110] ppid=3093 vsize=15707468 CPUtime=0.66 cores=1,3,5,7
/proc/3095/task/3110/stat : 3110 (java) S 3093 3095 1071 0 -1 4202560 19233 0 0 0 63 3 0 0 16 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3111] ppid=3093 vsize=15707468 CPUtime=0.7 cores=1,3,5,7
/proc/3095/task/3111/stat : 3111 (java) S 3093 3095 1071 0 -1 4202560 19173 0 0 0 66 4 0 0 15 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3112] ppid=3093 vsize=15707468 CPUtime=0.62 cores=1,3,5,7
/proc/3095/task/3112/stat : 3112 (java) S 3093 3095 1071 0 -1 4202560 17682 0 0 0 58 4 0 0 15 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3113] ppid=3093 vsize=15707468 CPUtime=0.7 cores=1,3,5,7
/proc/3095/task/3113/stat : 3113 (java) S 3093 3095 1071 0 -1 4202560 18382 0 0 0 66 4 0 0 15 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3114] ppid=3093 vsize=15707468 CPUtime=0.71 cores=1,3,5,7
/proc/3095/task/3114/stat : 3114 (java) S 3093 3095 1071 0 -1 4202560 20048 0 0 0 67 4 0 0 15 0 22 0 876978128 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3119] ppid=3093 vsize=15707468 CPUtime=0.28 cores=1,3,5,7
/proc/3095/task/3119/stat : 3119 (java) S 3093 3095 1071 0 -1 4202560 625 0 0 0 19 9 0 0 15 0 22 0 876978129 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 0 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3120] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3120/stat : 3120 (java) S 3093 3095 1071 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 876978129 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3121] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3121/stat : 3121 (java) S 3093 3095 1071 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876978129 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3127] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3127/stat : 3127 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876978131 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447840689 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3128] ppid=3093 vsize=15707468 CPUtime=0.87 cores=1,3,5,7
/proc/3095/task/3128/stat : 3128 (java) R 3093 3095 1071 0 -1 4202560 4690 0 0 0 87 0 0 0 16 0 22 0 876978131 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46916670305078 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3132] ppid=3093 vsize=15707468 CPUtime=1.09 cores=1,3,5,7
/proc/3095/task/3132/stat : 3132 (java) R 3093 3095 1071 0 -1 4202560 8197 0 0 0 108 1 0 0 15 0 22 0 876978131 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46916671331887 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3133] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3133/stat : 3133 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876978131 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3134] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3134/stat : 3134 (java) S 3093 3095 1071 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876978131 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3142] ppid=3093 vsize=15707468 CPUtime=225.81 cores=1,3,5,7
/proc/3095/task/3142/stat : 3142 (java) R 3093 3095 1071 0 -1 4202560 35678 0 0 0 22575 6 0 0 25 0 22 0 876978182 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505782312 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3143] ppid=3093 vsize=15707468 CPUtime=225.66 cores=1,3,5,7
/proc/3095/task/3143/stat : 3143 (java) R 3093 3095 1071 0 -1 4202560 28669 0 0 0 22561 5 0 0 25 0 22 0 876978182 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505199930 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3095/tid=3144] ppid=3093 vsize=15707468 CPUtime=225.16 cores=1,3,5,7
/proc/3095/task/3144/stat : 3144 (java) R 3093 3095 1071 0 -1 4202560 26572 0 0 0 22510 6 0 0 25 0 22 0 876978182 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505728916 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3145] ppid=3093 vsize=15707468 CPUtime=225.1 cores=1,3,5,7
/proc/3095/task/3145/stat : 3145 (java) R 3093 3095 1071 0 -1 4202560 34903 0 0 0 22504 6 0 0 25 0 22 0 876978182 16084447232 125797 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505788774 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 910.1
Current children cumulated vsize (KiB) 15707468

[startup+229.401 s]
/proc/loadavg: 8.18 8.16 7.73 9/220 3217
/proc/meminfo: memFree=30983752/32951124 swapFree=67050508/67111528
[pid=3095] ppid=3093 vsize=15707468 CPUtime=910.5 cores=1,3,5,7
/proc/3095/stat : 3095 (java) S 3093 3095 1071 0 -1 4202496 306291 0 1 0 90976 74 0 0 20 0 22 0 876978127 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3095/statm: 3926867 125833 2291 9 0 3917586 0
[pid=3095/tid=3105] ppid=3093 vsize=15707468 CPUtime=0.47 cores=1,3,5,7
/proc/3095/task/3105/stat : 3105 (java) S 3093 3095 1071 0 -1 4202560 11005 0 1 0 44 3 0 0 20 0 22 0 876978127 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 12
[pid=3095/tid=3107] ppid=3093 vsize=15707468 CPUtime=0.66 cores=1,3,5,7
/proc/3095/task/3107/stat : 3107 (java) S 3093 3095 1071 0 -1 4202560 17947 0 0 0 63 3 0 0 16 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3108] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3108/stat : 3108 (java) S 3093 3095 1071 0 -1 4202560 20916 0 0 0 68 5 0 0 16 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3109] ppid=3093 vsize=15707468 CPUtime=0.73 cores=1,3,5,7
/proc/3095/task/3109/stat : 3109 (java) S 3093 3095 1071 0 -1 4202560 19730 0 0 0 69 4 0 0 16 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3110] ppid=3093 vsize=15707468 CPUtime=0.66 cores=1,3,5,7
/proc/3095/task/3110/stat : 3110 (java) S 3093 3095 1071 0 -1 4202560 19233 0 0 0 63 3 0 0 16 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3111] ppid=3093 vsize=15707468 CPUtime=0.7 cores=1,3,5,7
/proc/3095/task/3111/stat : 3111 (java) S 3093 3095 1071 0 -1 4202560 19173 0 0 0 66 4 0 0 15 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3112] ppid=3093 vsize=15707468 CPUtime=0.62 cores=1,3,5,7
/proc/3095/task/3112/stat : 3112 (java) S 3093 3095 1071 0 -1 4202560 17682 0 0 0 58 4 0 0 15 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 1 0 0 0
[pid=3095/tid=3113] ppid=3093 vsize=15707468 CPUtime=0.7 cores=1,3,5,7
/proc/3095/task/3113/stat : 3113 (java) S 3093 3095 1071 0 -1 4202560 18382 0 0 0 66 4 0 0 15 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3114] ppid=3093 vsize=15707468 CPUtime=0.71 cores=1,3,5,7
/proc/3095/task/3114/stat : 3114 (java) S 3093 3095 1071 0 -1 4202560 20048 0 0 0 67 4 0 0 15 0 22 0 876978128 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3119] ppid=3093 vsize=15707468 CPUtime=0.28 cores=1,3,5,7
/proc/3095/task/3119/stat : 3119 (java) S 3093 3095 1071 0 -1 4202560 625 0 0 0 19 9 0 0 15 0 22 0 876978129 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 0 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3120] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3120/stat : 3120 (java) S 3093 3095 1071 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 876978129 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3121] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3121/stat : 3121 (java) S 3093 3095 1071 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 876978129 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 5 0 0 0
[pid=3095/tid=3127] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3127/stat : 3127 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 876978131 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447840689 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3128] ppid=3093 vsize=15707468 CPUtime=0.97 cores=1,3,5,7
/proc/3095/task/3128/stat : 3128 (java) R 3093 3095 1071 0 -1 4202560 6123 0 0 0 97 0 0 0 16 0 22 0 876978131 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46916668462432 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3132] ppid=3093 vsize=15707468 CPUtime=1.18 cores=1,3,5,7
/proc/3095/task/3132/stat : 3132 (java) S 3093 3095 1071 0 -1 4202560 8206 0 0 0 117 1 0 0 15 0 22 0 876978131 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3133] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3133/stat : 3133 (java) S 3093 3095 1071 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 876978131 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447832985 0 4 0 16800975 18446604471107935168 0 0 -1 3 0 0 0
[pid=3095/tid=3134] ppid=3093 vsize=15707468 CPUtime=0 cores=1,3,5,7
/proc/3095/task/3134/stat : 3134 (java) S 3093 3095 1071 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 876978131 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 212447833600 0 4 0 16800975 18446604471107935168 0 0 -1 7 0 0 0
[pid=3095/tid=3142] ppid=3093 vsize=15707468 CPUtime=225.82 cores=1,3,5,7
/proc/3095/task/3142/stat : 3142 (java) R 3093 3095 1071 0 -1 4202560 35678 0 0 0 22576 6 0 0 25 0 22 0 876978182 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505680669 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3095/tid=3143] ppid=3093 vsize=15707468 CPUtime=225.76 cores=1,3,5,7
/proc/3095/task/3143/stat : 3143 (java) R 3093 3095 1071 0 -1 4202560 28669 0 0 0 22571 5 0 0 25 0 22 0 876978182 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505709627 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3095/tid=3144] ppid=3093 vsize=15707468 CPUtime=225.16 cores=1,3,5,7
/proc/3095/task/3144/stat : 3144 (java) R 3093 3095 1071 0 -1 4202560 26572 0 0 0 22510 6 0 0 25 0 22 0 876978182 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46912505164304 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3095/tid=3145] ppid=3093 vsize=15707468 CPUtime=225.2 cores=1,3,5,7
/proc/3095/task/3145/stat : 3145 (java) R 3093 3095 1071 0 -1 4202560 34903 0 0 0 22514 6 0 0 25 0 22 0 876978182 16084447232 125833 33554432000 1073741824 1073778376 140736822011296 18446744073709551615 46916671432978 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 910.5
Current children cumulated vsize (KiB) 15707468

Child status: 10
Real time (s): 229.45
CPU time (s): 910.647
CPU user time (s): 909.875
CPU system time (s): 0.771882
CPU usage (%): 396.883
Max. virtual memory (cumulated for all children) (KiB): 15707856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.875
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306656
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= 51530
involuntary context switches= 28831

runsolver used 0.410937 second user time and 0.84887 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-09 23:09:18
IDJOB=3311370
IDBENCH=82755
IDSOLVER=1698
FILE ID=node102/3311370-1307653758
RUNJOBID= node102-1307653758-3066
PBS_JOBID= 13549389
Free space on /tmp= 74200 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1430772875-039.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311370-1307653758/watcher-3311370-1307653758 -o /tmp/evaluation-result-3311370-1307653758/solver-3311370-1307653758 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311370-1307653758.cnf -hbr 2

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

MD5SUM BENCH= ef1a26ad366fa6cdd721df0a7f8f760c
RANDOM SEED=202821017

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32951124 kB
MemFree:      32007868 kB
Buffers:        215992 kB
Cached:         493280 kB
SwapCached:      25184 kB
Active:         344116 kB
Inactive:       395224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32007868 kB
SwapTotal:    67111528 kB
SwapFree:     67050508 kB
Dirty:            3196 kB
Writeback:           0 kB
AnonPages:       27696 kB
Mapped:           8832 kB
Slab:           139168 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189468 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= 74196 MiB
End job on node102 at 2011-06-09 23:13:07