Trace number 3293813

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 31.4792 30.9198

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.97739
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.03/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.27	c See www.sat4j.org for details.
0.03/0.29	c no version file found!!!
0.03/0.29	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.29	c java.vm.version	19.1-b02
0.03/0.29	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.29	c sun.arch.data.model	64
0.03/0.29	c java.version		1.6.0_24
0.03/0.29	c os.name		Linux
0.03/0.29	c os.version		2.6.18-164.el5
0.03/0.29	c os.arch		amd64
0.03/0.29	c Free memory 		6997539544
0.03/0.29	c Max memory 		7034241024
0.03/0.29	c Total memory 		7034241024
0.03/0.29	c Number of processors 	8
0.09/0.30	c --- Begin Solver configuration ---
0.09/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.09/0.30	c Learn all clauses as in MiniSAT
0.09/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.30	c Expensive reason simplification
0.09/0.30	c Armin Biere (Picosat) restarts strategy
0.09/0.30	c Glucose learned constraints deletion strategy
0.09/0.30	c timeout=2147483647s
0.09/0.30	c DB Simplification allowed=true
0.09/0.30	c --- End Solver configuration ---
0.09/0.30	c solving HOME/instance-3293813-1303794230.cnf
0.09/0.30	c reading problem ... 
1.16/1.29	c ... done. Wall clock time 0.991s.
1.16/1.29	c #vars     370048
1.16/1.29	c #constraints  1109367
1.16/1.29	c constraints type 
1.16/1.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 367788
1.16/1.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 738357
31.45/30.90	c starts		: 8
31.45/30.90	c conflicts		: 1757
31.45/30.90	c decisions		: 2648
31.45/30.90	c propagations		: 53490897
31.45/30.90	c inspects		: 126962874
31.45/30.90	c shortcuts		: 0
31.45/30.90	c learnt literals	: 40
31.45/30.90	c learnt binary clauses	: 130
31.45/30.90	c learnt ternary clauses	: 89
31.45/30.90	c learnt constraints	: 1716
31.45/30.90	c ignored constraints	: 0
31.45/30.90	c root simplifications	: 47
31.45/30.90	c removed literals (reason simplification)	: 91140
31.45/30.90	c reason swapping (by a shorter reason)	: 0
31.45/30.90	c Calls to reduceDB	: 0
31.45/30.90	c speed (assignments/second)	: 1806209.5897349317
31.45/30.90	c non guided choices	69
31.45/30.90	c learnt constraints type 
31.45/30.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
31.45/30.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 719
31.45/30.90	c constraints type 
31.45/30.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 367788
31.45/30.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 738357
31.45/30.90	s UNSATISFIABLE
31.45/30.90	c Total wall clock time (in seconds) : 30.608

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-3293813-1303794230/watcher-3293813-1303794230 -o /tmp/evaluation-result-3293813-1303794230/solver-3293813-1303794230 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293813-1303794230.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.18 3.78 3.59 1/181 16396
/proc/meminfo: memFree=20609344/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=11800 CPUtime=0 cores=5,7
/proc/16396/stat : 16396 (runsolver) S 16394 16396 16351 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 1 0 491022832 12083200 51 33554432000 4194304 5434984 140734500645840 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 5 0 0 0
/proc/16396/statm: 2950 51 31 303 0 2644 0

[startup+0.0329851 s]
/proc/loadavg: 3.18 3.78 3.59 1/181 16396
/proc/meminfo: memFree=20609344/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=9100 CPUtime=0 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 237 0 0 0 0 0 0 0 17 0 1 0 491022832 9318400 171 33554432000 1073741824 1073778376 140735874440688 18446744073709551615 237278700535 0 2147483391 4096 0 18446744071699199166 0 0 17 7 0 0 0
/proc/16396/statm: 2275 171 131 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.100974 s]
/proc/loadavg: 3.18 3.78 3.59 1/181 16396
/proc/meminfo: memFree=20609344/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=35820 CPUtime=0 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 1353 0 1 0 0 0 0 0 17 0 2 0 491022832 36679680 1054 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 8955 1064 827 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35820

[startup+0.302068 s]
/proc/loadavg: 3.18 3.78 3.59 1/181 16396
/proc/meminfo: memFree=20609344/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7636168 CPUtime=0.09 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 10269 0 1 0 8 1 0 0 17 0 18 0 491022832 7819436032 9964 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1909042 9964 2088 9 0 1899780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636168

[startup+0.700942 s]
/proc/loadavg: 3.18 3.78 3.59 1/181 16396
/proc/meminfo: memFree=20609344/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7642632 CPUtime=0.65 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 24487 0 1 0 63 2 0 0 17 0 18 0 491022832 7826055168 23490 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910658 23492 2198 9 0 1901396 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 7642632

[startup+1.50832 s]
/proc/loadavg: 3.18 3.78 3.59 5/253 16472
/proc/meminfo: memFree=20056804/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7643660 CPUtime=1.64 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 52042 0 1 0 158 6 0 0 17 0 19 0 491022832 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910915 51044 2213 9 0 1901653 0
[pid=16396/tid=16399] ppid=16394 vsize=7643660 CPUtime=1.28 cores=5,7
/proc/16396/task/16399/stat : 16399 (java) R 16394 16396 16351 0 -1 4202560 47938 0 1 0 123 5 0 0 20 0 19 0 491022838 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 46912505200839 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16406] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 491022849 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7643660 CPUtime=0.12 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) S 16394 16396 16351 0 -1 4202560 377 0 0 0 12 0 0 0 15 0 19 0 491022858 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7643660 CPUtime=0.22 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2566 0 0 0 22 0 0 0 15 0 19 0 491022858 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7827107840 51044 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 7643660

[startup+3.10144 s]
/proc/loadavg: 3.48 3.83 3.61 7/260 16479
/proc/meminfo: memFree=19542572/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7643660 CPUtime=3.6 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 52288 0 1 0 354 6 0 0 17 0 19 0 491022832 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910915 51287 2222 9 0 1901653 0
[pid=16396/tid=16399] ppid=16394 vsize=7643660 CPUtime=2.87 cores=5,7
/proc/16396/task/16399/stat : 16399 (java) R 16394 16396 16351 0 -1 4202560 48116 0 1 0 281 6 0 0 25 0 19 0 491022838 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 46912505682003 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16406] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 491022849 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7643660 CPUtime=0.19 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) S 16394 16396 16351 0 -1 4202560 405 0 0 0 19 0 0 0 15 0 19 0 491022858 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7643660 CPUtime=0.52 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2603 0 0 0 52 0 0 0 15 0 19 0 491022858 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16478] ppid=16394 vsize=7643660 CPUtime=0 cores=5,7
/proc/16396/task/16478/stat : 16478 (java) S 16394 16396 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022973 7827107840 51287 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 7643660

[startup+6.30087 s]
/proc/loadavg: 3.48 3.83 3.61 5/261 16482
/proc/meminfo: memFree=18838184/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7642700 CPUtime=6.83 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 52335 0 1 0 677 6 0 0 17 0 19 0 491022832 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910675 51213 2223 9 0 1901413 0
[pid=16396/tid=16399] ppid=16394 vsize=7642700 CPUtime=6.06 cores=5,7
/proc/16396/task/16399/stat : 16399 (java) R 16394 16396 16351 0 -1 4202560 48157 0 1 0 600 6 0 0 25 0 19 0 491022838 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 46912505778326 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16406] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 491022849 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7642700 CPUtime=0.2 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) S 16394 16396 16351 0 -1 4202560 406 0 0 0 20 0 0 0 15 0 19 0 491022858 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7642700 CPUtime=0.56 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2608 0 0 0 56 0 0 0 15 0 19 0 491022858 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16478] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16478/stat : 16478 (java) S 16394 16396 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022973 7826124800 51213 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 7642700

[startup+12.7078 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16483
/proc/meminfo: memFree=18665652/32950904 swapFree=67082284/67111528

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

/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022849 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7642700 CPUtime=0.2 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) S 16394 16396 16351 0 -1 4202560 406 0 0 0 20 0 0 0 15 0 19 0 491022858 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7642700 CPUtime=0.58 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2608 0 0 0 58 0 0 0 16 0 19 0 491022858 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16478] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16478/stat : 16478 (java) S 16394 16396 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022973 7826124800 51466 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.85
Current children cumulated vsize (KiB) 7642700

[startup+30.1006 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16484
/proc/meminfo: memFree=17964328/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7642700 CPUtime=30.65 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 52598 0 1 0 3059 6 0 0 17 0 19 0 491022832 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910675 51474 2223 9 0 1901413 0
[pid=16396/tid=16399] ppid=16394 vsize=7642700 CPUtime=29.85 cores=5,7
/proc/16396/task/16399/stat : 16399 (java) R 16394 16396 16351 0 -1 4202560 48420 0 1 0 2979 6 0 0 25 0 19 0 491022838 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 46912505778326 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16406] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022849 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7642700 CPUtime=0.21 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) S 16394 16396 16351 0 -1 4202560 406 0 0 0 21 0 0 0 15 0 19 0 491022858 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7642700 CPUtime=0.58 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2608 0 0 0 58 0 0 0 16 0 19 0 491022858 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16478] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16478/stat : 16478 (java) S 16394 16396 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022973 7826124800 51474 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.65
Current children cumulated vsize (KiB) 7642700

[startup+30.5016 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16484
/proc/meminfo: memFree=17964328/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7642700 CPUtime=31.05 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 52599 0 1 0 3099 6 0 0 17 0 19 0 491022832 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910675 51475 2223 9 0 1901413 0
[pid=16396/tid=16399] ppid=16394 vsize=7642700 CPUtime=30.25 cores=5,7
/proc/16396/task/16399/stat : 16399 (java) R 16394 16396 16351 0 -1 4202560 48421 0 1 0 3019 6 0 0 25 0 19 0 491022838 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 46912505778640 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16406] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022849 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7642700 CPUtime=0.21 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) S 16394 16396 16351 0 -1 4202560 406 0 0 0 21 0 0 0 15 0 19 0 491022858 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7642700 CPUtime=0.58 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2608 0 0 0 58 0 0 0 16 0 19 0 491022858 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16478] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16478/stat : 16478 (java) S 16394 16396 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022973 7826124800 51475 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 31.05
Current children cumulated vsize (KiB) 7642700

[startup+30.9015 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16484
/proc/meminfo: memFree=17964328/32950904 swapFree=67082284/67111528
[pid=16396] ppid=16394 vsize=7642700 CPUtime=31.45 cores=5,7
/proc/16396/stat : 16396 (java) S 16394 16396 16351 0 -1 4202496 52600 0 1 0 3139 6 0 0 17 0 19 0 491022832 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16396/statm: 1910675 51476 2223 9 0 1901413 0
[pid=16396/tid=16399] ppid=16394 vsize=7642700 CPUtime=30.64 cores=5,7
/proc/16396/task/16399/stat : 16399 (java) R 16394 16396 16351 0 -1 4202560 48422 0 1 0 3058 6 0 0 25 0 19 0 491022838 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290705589 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16406] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16406/stat : 16406 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16407] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16407/stat : 16407 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16408] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16408/stat : 16408 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16409] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16409/stat : 16409 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16410] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16410/stat : 16410 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16411] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16411/stat : 16411 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16412] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16412/stat : 16412 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16413] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16413/stat : 16413 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022847 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16422] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16422/stat : 16422 (java) S 16394 16396 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022849 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 0 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16425] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16425/stat : 16425 (java) S 16394 16396 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022849 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16426] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16426/stat : 16426 (java) S 16394 16396 16351 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 491022849 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16440] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16440/stat : 16440 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290703281 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16441] ppid=16394 vsize=7642700 CPUtime=0.21 cores=5,7
/proc/16396/task/16441/stat : 16441 (java) R 16394 16396 16351 0 -1 4202560 406 0 0 0 21 0 0 0 15 0 19 0 491022858 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 47709932947521 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16396/tid=16442] ppid=16394 vsize=7642700 CPUtime=0.58 cores=5,7
/proc/16396/task/16442/stat : 16442 (java) S 16394 16396 16351 0 -1 4202560 2608 0 0 0 58 0 0 0 16 0 19 0 491022858 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16443] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16443/stat : 16443 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290695577 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
[pid=16396/tid=16444] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16444/stat : 16444 (java) S 16394 16396 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022858 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 7 0 0 0
[pid=16396/tid=16478] ppid=16394 vsize=7642700 CPUtime=0 cores=5,7
/proc/16396/task/16478/stat : 16478 (java) S 16394 16396 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022973 7826124800 51476 33554432000 1073741824 1073778376 140735308047248 18446744073709551615 237290696192 0 4 0 16800975 18446604465739494720 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 31.45
Current children cumulated vsize (KiB) 7642700

Child status: 20
Real time (s): 30.9198
CPU time (s): 31.4792
CPU user time (s): 31.4022
CPU system time (s): 0.076988
CPU usage (%): 101.809
Max. virtual memory (cumulated for all children) (KiB): 7643660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4022
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52609
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= 1015
involuntary context switches= 206

runsolver used 0.055991 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 07:03:51
IDJOB=3293813
IDBENCH=88178
IDSOLVER=1611
FILE ID=node121/3293813-1303794230
RUNJOBID= node121-1303794230-16373
PBS_JOBID= 13157287
Free space on /tmp= 72612 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293813-1303794230/watcher-3293813-1303794230 -o /tmp/evaluation-result-3293813-1303794230/solver-3293813-1303794230 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293813-1303794230.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=133651987

node121.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.817
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.63
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.817
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.07
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.817
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      20612660 kB
Buffers:       2153564 kB
Cached:        9627372 kB
SwapCached:       2776 kB
Active:        8719988 kB
Inactive:      3100880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20612660 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          206284 kB
Writeback:           0 kB
AnonPages:       36744 kB
Mapped:          13860 kB
Slab:           451372 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   209452 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= 72536 MiB
End job on node121 at 2011-04-26 07:04:22