Trace number 3293859

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 32.3181 31.6645

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-25-U-7061.cnf
MD5SUM23c04ef615431bf15ef9eafe9b944fb8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.571912
Satisfiable
(Un)Satisfiability was proved
Number of variables541150
Number of clauses1645836
Sum of the clauses size4001876
Maximum clause length1576
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 21092306
Number of clauses of size 3543262
Number of clauses of size 44256
Number of clauses of size 51339
Number of clauses of size over 54532

Solver Data

0.00/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.17	c See www.sat4j.org for details.
0.00/0.18	c no version file found!!!
0.00/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.18	c java.vm.version	19.1-b02
0.00/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.18	c sun.arch.data.model	64
0.00/0.18	c java.version		1.6.0_24
0.00/0.18	c os.name		Linux
0.00/0.18	c os.version		2.6.18-164.el5
0.00/0.18	c os.arch		amd64
0.00/0.18	c Free memory 		6997539544
0.00/0.18	c Max memory 		7034241024
0.00/0.18	c Total memory 		7034241024
0.00/0.18	c Number of processors 	8
0.10/0.20	c --- Begin Solver configuration ---
0.10/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.10/0.20	c Learn all clauses as in MiniSAT
0.10/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.20	c Expensive reason simplification
0.10/0.20	c Armin Biere (Picosat) restarts strategy
0.10/0.20	c Glucose learned constraints deletion strategy
0.10/0.20	c timeout=2147483647s
0.10/0.20	c DB Simplification allowed=true
0.10/0.20	c --- End Solver configuration ---
0.10/0.20	c solving HOME/instance-3293859-1303794230.cnf
0.10/0.20	c reading problem ... 
1.60/1.55	c ... done. Wall clock time 1.357s.
1.60/1.55	c #vars     541150
1.60/1.55	c #constraints  1635313
1.60/1.55	c constraints type 
1.60/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 544428
1.60/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1087032
32.24/31.65	c starts		: 9
32.24/31.65	c conflicts		: 1650
32.24/31.65	c decisions		: 3441
32.24/31.65	c propagations		: 54119155
32.24/31.65	c inspects		: 126480688
32.24/31.65	c shortcuts		: 0
32.24/31.65	c learnt literals	: 35
32.24/31.65	c learnt binary clauses	: 146
32.24/31.65	c learnt ternary clauses	: 100
32.24/31.65	c learnt constraints	: 1614
32.24/31.65	c ignored constraints	: 0
32.24/31.65	c root simplifications	: 43
32.24/31.65	c removed literals (reason simplification)	: 45224
32.24/31.65	c reason swapping (by a shorter reason)	: 0
32.24/31.65	c Calls to reduceDB	: 0
32.24/31.65	c speed (assignments/second)	: 1798635.880222008
32.24/31.65	c non guided choices	146
32.24/31.65	c learnt constraints type 
32.24/31.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 137
32.24/31.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1448
32.24/31.65	c constraints type 
32.24/31.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 544428
32.24/31.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1087032
32.24/31.65	s UNSATISFIABLE
32.24/31.65	c Total wall clock time (in seconds) : 31.45

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

running on 2 cores: 1,3

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/187 16404
/proc/meminfo: memFree=20579716/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=11800 CPUtime=0 cores=1,3
/proc/16404/stat : 16404 (runsolver) S 16402 16404 16351 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 1 0 491022844 12083200 51 33554432000 4194304 5434984 140736923638688 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/16404/statm: 2950 51 31 303 0 2644 0

[startup+0.050588 s]
/proc/loadavg: 3.18 3.78 3.59 1/187 16404
/proc/meminfo: memFree=20579716/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=9100 CPUtime=0 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 428 0 0 0 0 0 0 0 17 0 1 0 491022844 9318400 173 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237273955975 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/16404/statm: 2275 173 132 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.100572 s]
/proc/loadavg: 3.18 3.78 3.59 1/187 16404
/proc/meminfo: memFree=20579716/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7540840 CPUtime=0 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 6562 0 1 0 0 0 0 0 17 0 2 0 491022844 7721820160 6263 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1885210 6281 919 9 0 1876366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.30054 s]
/proc/loadavg: 3.18 3.78 3.59 1/187 16404
/proc/meminfo: memFree=20579716/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7638056 CPUtime=0.28 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 16309 0 1 0 26 2 0 0 17 0 18 0 491022844 7821369344 15715 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1909514 15715 2182 9 0 1900252 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7638056

[startup+0.70053 s]
/proc/loadavg: 3.18 3.78 3.59 1/187 16404
/proc/meminfo: memFree=20579716/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7642072 CPUtime=0.8 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 30535 0 1 0 76 4 0 0 17 0 18 0 491022844 7825481728 29508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910518 29509 2197 9 0 1901256 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 7642072

[startup+1.50132 s]
/proc/loadavg: 3.18 3.78 3.59 7/258 16477
/proc/meminfo: memFree=19934180/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7642072 CPUtime=1.6 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 60767 0 1 0 152 8 0 0 17 0 18 0 491022844 7825481728 59739 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910518 59741 2198 9 0 1901256 0
[pid=16404/tid=16423] ppid=16402 vsize=7642072 CPUtime=1.38 cores=1,3
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 16351 0 -1 4202560 56774 0 1 0 130 8 0 0 19 0 18 0 491022849 7825481728 59741 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 46912505613262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16429] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 491022854 7825481728 59742 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59743 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59744 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59745 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59746 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59747 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59748 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 491022854 7825481728 59749 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 491022855 7825481728 59750 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 491022856 7825481728 59751 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 491022856 7825481728 59752 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 491022859 7825481728 59752 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7642072 CPUtime=0.03 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 232 0 0 0 3 0 0 0 19 0 18 0 491022859 7825481728 59753 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7642072 CPUtime=0.18 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 2611 0 0 0 18 0 0 0 19 0 18 0 491022859 7825481728 59754 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 491022859 7825481728 59755 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7642072 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 491022859 7825481728 59756 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 7642072

[startup+3.10104 s]
/proc/loadavg: 3.48 3.83 3.61 5/260 16479
/proc/meminfo: memFree=19515168/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7643100 CPUtime=3.66 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 72933 0 1 0 356 10 0 0 17 0 19 0 491022844 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910775 70521 2221 9 0 1901513 0
[pid=16404/tid=16423] ppid=16402 vsize=7643100 CPUtime=2.93 cores=1,3
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 16351 0 -1 4202560 67143 0 1 0 284 9 0 0 25 0 19 0 491022849 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 46912505758707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16404/tid=16429] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 491022855 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022856 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022856 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022859 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7643100 CPUtime=0.26 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 338 0 0 0 26 0 0 0 15 0 19 0 491022859 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7643100 CPUtime=0.45 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 4290 0 0 0 45 0 0 0 15 0 19 0 491022859 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022859 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022859 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16479] ppid=16402 vsize=7643100 CPUtime=0 cores=1,3
/proc/16404/task/16479/stat : 16479 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 491023015 7826534400 70521 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7643100

[startup+6.30147 s]
/proc/loadavg: 3.48 3.83 3.61 5/261 16482
/proc/meminfo: memFree=18821072/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7641672 CPUtime=6.92 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 73002 0 1 0 682 10 0 0 17 0 19 0 491022844 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910418 70255 2222 9 0 1901156 0
[pid=16404/tid=16423] ppid=16402 vsize=7641672 CPUtime=6.11 cores=1,3
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 16351 0 -1 4202560 67207 0 1 0 602 9 0 0 25 0 19 0 491022849 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 46912505802070 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16404/tid=16429] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 491022855 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022856 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022856 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022859 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7641672 CPUtime=0.31 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 343 0 0 0 31 0 0 0 15 0 19 0 491022859 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7641672 CPUtime=0.48 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 4290 0 0 0 48 0 0 0 15 0 19 0 491022859 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022859 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022859 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16479] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16479/stat : 16479 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 491023015 7825072128 70255 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 7641672

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

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

/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022855 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022856 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022856 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022859 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7641672 CPUtime=0.34 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 349 0 0 0 34 0 0 0 15 0 19 0 491022859 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7641672 CPUtime=0.49 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 4292 0 0 0 49 0 0 0 15 0 19 0 491022859 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022859 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022859 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16479] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16479/stat : 16479 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 491023015 7825072128 70480 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.44
Current children cumulated vsize (KiB) 7641672

[startup+30.4012 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16484
/proc/meminfo: memFree=17964328/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7641672 CPUtime=31.04 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 73246 0 1 0 3093 11 0 0 17 0 19 0 491022844 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910418 70496 2222 9 0 1901156 0
[pid=16404/tid=16423] ppid=16402 vsize=7641672 CPUtime=30.19 cores=1,3
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 16351 0 -1 4202560 67443 0 1 0 3009 10 0 0 25 0 19 0 491022849 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 46912505802393 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16429] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022855 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022856 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022856 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022859 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7641672 CPUtime=0.34 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 349 0 0 0 34 0 0 0 15 0 19 0 491022859 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7641672 CPUtime=0.49 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 4292 0 0 0 49 0 0 0 15 0 19 0 491022859 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022859 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022859 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16479] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16479/stat : 16479 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 491023015 7825072128 70496 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.04
Current children cumulated vsize (KiB) 7641672

[startup+31.201 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16484
/proc/meminfo: memFree=17964328/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7641672 CPUtime=31.84 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 73258 0 1 0 3173 11 0 0 17 0 19 0 491022844 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910418 70508 2222 9 0 1901156 0
[pid=16404/tid=16423] ppid=16402 vsize=7641672 CPUtime=30.99 cores=1,3
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 16351 0 -1 4202560 67455 0 1 0 3089 10 0 0 25 0 19 0 491022849 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 46912505812731 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16429] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022855 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022856 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022856 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022859 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7641672 CPUtime=0.34 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 349 0 0 0 34 0 0 0 15 0 19 0 491022859 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7641672 CPUtime=0.49 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 4292 0 0 0 49 0 0 0 15 0 19 0 491022859 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022859 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022859 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16479] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16479/stat : 16479 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 491023015 7825072128 70508 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.84
Current children cumulated vsize (KiB) 7641672

[startup+31.601 s]
/proc/loadavg: 3.92 3.92 3.65 4/239 16502
/proc/meminfo: memFree=18186044/32950904 swapFree=67082284/67111528
[pid=16404] ppid=16402 vsize=7641672 CPUtime=32.24 cores=1,3
/proc/16404/stat : 16404 (java) S 16402 16404 16351 0 -1 4202496 73262 0 1 0 3213 11 0 0 17 0 19 0 491022844 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 1910418 70512 2222 9 0 1901156 0
[pid=16404/tid=16423] ppid=16402 vsize=7641672 CPUtime=31.39 cores=1,3
/proc/16404/task/16423/stat : 16423 (java) R 16402 16404 16351 0 -1 4202560 67459 0 1 0 3129 10 0 0 25 0 19 0 491022849 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 46912505909624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16404/tid=16429] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16429/stat : 16429 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16430] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16430/stat : 16430 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16431] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16431/stat : 16431 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16432] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16432/stat : 16432 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16433] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16433/stat : 16433 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16434] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16434/stat : 16434 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16435] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16435/stat : 16435 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16436] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16436/stat : 16436 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 491022854 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16437] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16437/stat : 16437 (java) S 16402 16404 16351 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 491022855 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 0 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16438] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16438/stat : 16438 (java) S 16402 16404 16351 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 491022856 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16439] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16439/stat : 16439 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 491022856 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16450] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16450/stat : 16450 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022859 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290703281 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16451] ppid=16402 vsize=7641672 CPUtime=0.34 cores=1,3
/proc/16404/task/16451/stat : 16451 (java) S 16402 16404 16351 0 -1 4202560 349 0 0 0 34 0 0 0 15 0 19 0 491022859 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16452] ppid=16402 vsize=7641672 CPUtime=0.49 cores=1,3
/proc/16404/task/16452/stat : 16452 (java) S 16402 16404 16351 0 -1 4202560 4292 0 0 0 49 0 0 0 15 0 19 0 491022859 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16453] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16453/stat : 16453 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022859 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290695577 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
[pid=16404/tid=16454] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16454/stat : 16454 (java) S 16402 16404 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 491022859 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 3 0 0 0
[pid=16404/tid=16479] ppid=16402 vsize=7641672 CPUtime=0 cores=1,3
/proc/16404/task/16479/stat : 16479 (java) S 16402 16404 16351 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 491023015 7825072128 70512 33554432000 1073741824 1073778376 140735090269936 18446744073709551615 237290696192 0 4 0 16800975 18446604469976898240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.24
Current children cumulated vsize (KiB) 7641672

Child status: 20
Real time (s): 31.6645
CPU time (s): 32.3181
CPU user time (s): 32.1921
CPU system time (s): 0.12598
CPU usage (%): 102.064
Max. virtual memory (cumulated for all children) (KiB): 7643100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1921
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73279
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= 963
involuntary context switches= 446

runsolver used 0.051992 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 07:03:51
IDJOB=3293859
IDBENCH=88185
IDSOLVER=1611
FILE ID=node121/3293859-1303794230
RUNJOBID= node121-1303794230-16372
PBS_JOBID= 13157287
Free space on /tmp= 72596 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-25-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-3293859-1303794230/watcher-3293859-1303794230 -o /tmp/evaluation-result-3293859-1303794230/solver-3293859-1303794230 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293859-1303794230.cnf

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
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:      20581692 kB
Buffers:       2153580 kB
Cached:        9654904 kB
SwapCached:       2776 kB
Active:        8753960 kB
Inactive:      3097220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20581692 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          220252 kB
Writeback:           0 kB
AnonPages:       39460 kB
Mapped:          16964 kB
Slab:           451632 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   234364 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= 72560 MiB
End job on node121 at 2011-04-26 07:04:23