Trace number 3265076

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 3.71843 2.76407

General information on the benchmark

NameSAT05/crafted/sabharwal05/planning/logistics/unsat/
logistics-rotate-07t5.shuffled-as.sat05-1137.cnf
MD5SUM89957f6ab4a6aa83303efbf463f54b2c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.413936
Satisfiable
(Un)Satisfiability was proved
Number of variables2721
Number of clauses88373
Sum of the clauses size178033
Maximum clause length9
Minimum clause length1
Number of clauses of size 171
Number of clauses of size 287954
Number of clauses of size 3168
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5180

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3265076-1303579572.cnf
0.09/0.10	c reading problem ... 
0.34/0.25	c ... done. Wall clock time 0.159s.
0.34/0.25	c #vars     2721
0.34/0.25	c #constraints  88183
0.34/0.26	c constraints type 
0.34/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 348
0.34/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87764
1.37/0.97	c cleaning 2495 clauses out of 5000 with flag 5000/5000
2.51/1.69	c cleaning 2387 clauses out of 4788 with flag 11000/11000
3.42/2.50	c cleaning 4697 clauses out of 9402 with flag 18001/18001
3.64/2.75	c starts		: 119
3.64/2.75	c conflicts		: 19992
3.64/2.75	c decisions		: 24704
3.64/2.75	c propagations		: 2293791
3.64/2.75	c inspects		: 18470219
3.64/2.75	c shortcuts		: 0
3.64/2.75	c learnt literals	: 9
3.64/2.75	c learnt binary clauses	: 475
3.64/2.75	c learnt ternary clauses	: 87
3.64/2.75	c learnt constraints	: 19982
3.64/2.75	c ignored constraints	: 0
3.64/2.75	c root simplifications	: 127
3.64/2.75	c removed literals (reason simplification)	: 173827
3.64/2.75	c reason swapping (by a shorter reason)	: 0
3.64/2.75	c Calls to reduceDB	: 3
3.64/2.75	c speed (assignments/second)	: 918251.0008006404
3.64/2.75	c non guided choices	24
3.64/2.75	c learnt constraints type 
3.64/2.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
3.64/2.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65
3.64/2.75	c constraints type 
3.64/2.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 348
3.64/2.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87764
3.64/2.75	s UNSATISFIABLE
3.64/2.75	c Total wall clock time (in seconds) : 2.658

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-3265076-1303579572/watcher-3265076-1303579572 -o /tmp/evaluation-result-3265076-1303579572/solver-3265076-1303579572 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3265076-1303579572.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.19 3.79 3.61 4/203 1368
/proc/meminfo: memFree=14710944/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=23028 CPUtime=0 cores=5,7
/proc/1368/stat : 1368 (java) R 1365 1368 1299 0 -1 4202496 950 0 0 0 0 0 0 0 17 0 1 0 450372807 23580672 692 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264721442280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1368/statm: 5757 693 510 9 0 124 0
[pid=1368/tid=1369] ppid=1365 vsize=31604 CPUtime=0 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 170 0 0 0 0 0 0 0 18 0 2 0 450372807 32362496 1001 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264726454388 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0903681 s]
/proc/loadavg: 3.19 3.79 3.61 4/203 1368
/proc/meminfo: memFree=14710944/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7570964 CPUtime=0.07 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 10133 0 1 0 7 0 0 0 17 0 18 0 450372807 7752667136 9829 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1892741 9834 2081 9 0 1883479 0
[pid=1368/tid=1369] ppid=1365 vsize=7570964 CPUtime=0.06 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 8381 0 1 0 6 0 0 0 22 0 18 0 450372807 7752667136 9837 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738230965 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7570964

[startup+0.100369 s]
/proc/loadavg: 3.19 3.79 3.61 4/203 1368
/proc/meminfo: memFree=14710944/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7571104 CPUtime=0.09 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 10328 0 1 0 9 0 0 0 17 0 18 0 450372807 7752810496 10023 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1892776 10024 2092 9 0 1883514 0
[pid=1368/tid=1369] ppid=1365 vsize=7571104 CPUtime=0.07 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 8494 0 1 0 7 0 0 0 22 0 18 0 450372807 7752810496 10024 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 47150162762691 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7571104

[startup+0.47463 s]
/proc/loadavg: 3.19 3.79 3.61 4/203 1368
/proc/meminfo: memFree=14710944/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7640852 CPUtime=0.79 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 14700 0 1 0 77 2 0 0 17 0 19 0 450372807 7824232448 13418 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910213 13418 2221 9 0 1900951 0
[pid=1368/tid=1369] ppid=1365 vsize=7640852 CPUtime=0.45 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10127 0 1 0 44 1 0 0 23 0 19 0 450372807 7824232448 13418 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 47150166399827 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 7640852

[startup+0.70025 s]
/proc/loadavg: 3.19 3.79 3.61 4/203 1368
/proc/meminfo: memFree=14710944/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7640852 CPUtime=1.13 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 16251 0 1 0 111 2 0 0 17 0 19 0 450372807 7824232448 13585 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910213 13585 2223 9 0 1900951 0
[pid=1368/tid=1369] ppid=1365 vsize=7640852 CPUtime=0.68 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10249 0 1 0 67 1 0 0 25 0 19 0 450372807 7824232448 13585 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 46912505596375 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 7640852

[startup+1.5011 s]
/proc/loadavg: 3.19 3.79 3.61 15/262 1432
/proc/meminfo: memFree=14508020/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7643560 CPUtime=2.41 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 27230 0 1 0 238 3 0 0 17 0 19 0 450372807 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910890 20897 2252 9 0 1901628 0
[pid=1368/tid=1369] ppid=1365 vsize=7643560 CPUtime=1.33 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10417 0 1 0 132 1 0 0 25 0 19 0 450372807 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 46912505609406 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1368/tid=1379] ppid=1365 vsize=7643560 CPUtime=0.01 cores=5,7
/proc/1368/task/1379/stat : 1379 (java) S 1365 1368 1299 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1380] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1380/stat : 1380 (java) S 1365 1368 1299 0 -1 4202560 201 0 0 0 0 0 0 0 18 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1381] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1381/stat : 1381 (java) S 1365 1368 1299 0 -1 4202560 180 0 0 0 0 0 0 0 17 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1382] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1382/stat : 1382 (java) S 1365 1368 1299 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1383] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1383/stat : 1383 (java) S 1365 1368 1299 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1384] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1384/stat : 1384 (java) S 1365 1368 1299 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1385] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1385/stat : 1385 (java) S 1365 1368 1299 0 -1 4202560 112 0 0 0 0 0 0 0 17 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1386] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1386/stat : 1386 (java) S 1365 1368 1299 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1390] ppid=1365 vsize=7643560 CPUtime=0.02 cores=5,7
/proc/1368/task/1390/stat : 1390 (java) S 1365 1368 1299 0 -1 4202560 1389 0 0 0 2 0 0 0 15 0 19 0 450372810 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 0 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1391] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1391/stat : 1391 (java) S 1365 1368 1299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1392] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1392/stat : 1392 (java) S 1365 1368 1299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1398] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1398/stat : 1398 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450372812 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738228657 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1399] ppid=1365 vsize=7643560 CPUtime=0.79 cores=5,7
/proc/1368/task/1399/stat : 1399 (java) S 1365 1368 1299 0 -1 4202560 10132 0 0 0 79 0 0 0 16 0 19 0 450372812 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1400] ppid=1365 vsize=7643560 CPUtime=0.21 cores=5,7
/proc/1368/task/1400/stat : 1400 (java) S 1365 1368 1299 0 -1 4202560 2731 0 0 0 21 0 0 0 15 0 19 0 450372812 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1401] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1401/stat : 1401 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450372812 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1402] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1402/stat : 1402 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450372812 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1404] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1404/stat : 1404 (java) S 1365 1368 1299 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450372834 7827005440 20897 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 7643560

Solver just ended. Dumping a history of the last processes samples

[startup+1.60108 s]
/proc/loadavg: 3.19 3.79 3.61 15/262 1432
/proc/meminfo: memFree=14508020/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7643560 CPUtime=2.51 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 27232 0 1 0 248 3 0 0 17 0 19 0 450372807 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910890 20899 2254 9 0 1901628 0
[pid=1368/tid=1369] ppid=1365 vsize=7643560 CPUtime=1.4 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10417 0 1 0 139 1 0 0 25 0 19 0 450372807 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738230965 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1368/tid=1379] ppid=1365 vsize=7643560 CPUtime=0.01 cores=5,7
/proc/1368/task/1379/stat : 1379 (java) S 1365 1368 1299 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1380] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1380/stat : 1380 (java) S 1365 1368 1299 0 -1 4202560 201 0 0 0 0 0 0 0 18 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1381] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1381/stat : 1381 (java) S 1365 1368 1299 0 -1 4202560 180 0 0 0 0 0 0 0 17 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1382] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1382/stat : 1382 (java) S 1365 1368 1299 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1383] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1383/stat : 1383 (java) S 1365 1368 1299 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1384] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1384/stat : 1384 (java) S 1365 1368 1299 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1385] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1385/stat : 1385 (java) S 1365 1368 1299 0 -1 4202560 112 0 0 0 0 0 0 0 17 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1386] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1386/stat : 1386 (java) S 1365 1368 1299 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1390] ppid=1365 vsize=7643560 CPUtime=0.02 cores=5,7
/proc/1368/task/1390/stat : 1390 (java) S 1365 1368 1299 0 -1 4202560 1389 0 0 0 2 0 0 0 15 0 19 0 450372810 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 0 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1391] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1391/stat : 1391 (java) S 1365 1368 1299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1392] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1392/stat : 1392 (java) S 1365 1368 1299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1398] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1398/stat : 1398 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450372812 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738228657 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1399] ppid=1365 vsize=7643560 CPUtime=0.8 cores=5,7
/proc/1368/task/1399/stat : 1399 (java) S 1365 1368 1299 0 -1 4202560 10132 0 0 0 80 0 0 0 15 0 19 0 450372812 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1400] ppid=1365 vsize=7643560 CPUtime=0.24 cores=5,7
/proc/1368/task/1400/stat : 1400 (java) R 1365 1368 1299 0 -1 4202560 2733 0 0 0 24 0 0 0 16 0 19 0 450372812 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 47150165018544 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1368/tid=1401] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1401/stat : 1401 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450372812 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1402] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1402/stat : 1402 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450372812 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1404] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1404/stat : 1404 (java) S 1365 1368 1299 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450372834 7827005440 20899 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 7643560

[startup+2.4009 s]
/proc/loadavg: 3.19 3.79 3.61 5/262 1478
/proc/meminfo: memFree=14469760/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7643560 CPUtime=3.32 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 27478 0 1 0 329 3 0 0 17 0 19 0 450372807 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910890 21144 2254 9 0 1901628 0
[pid=1368/tid=1369] ppid=1365 vsize=7643560 CPUtime=2.16 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10419 0 1 0 215 1 0 0 18 0 19 0 450372807 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 46912505641327 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1368/tid=1379] ppid=1365 vsize=7643560 CPUtime=0.01 cores=5,7
/proc/1368/task/1379/stat : 1379 (java) S 1365 1368 1299 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1380] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1380/stat : 1380 (java) S 1365 1368 1299 0 -1 4202560 386 0 0 0 0 0 0 0 16 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1381] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1381/stat : 1381 (java) S 1365 1368 1299 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1382] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1382/stat : 1382 (java) S 1365 1368 1299 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1383] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1383/stat : 1383 (java) S 1365 1368 1299 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1384] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1384/stat : 1384 (java) S 1365 1368 1299 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1385] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1385/stat : 1385 (java) S 1365 1368 1299 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1386] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1386/stat : 1386 (java) S 1365 1368 1299 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1390] ppid=1365 vsize=7643560 CPUtime=0.04 cores=5,7
/proc/1368/task/1390/stat : 1390 (java) S 1365 1368 1299 0 -1 4202560 1448 0 0 0 4 0 0 0 15 0 19 0 450372810 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 0 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1391] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1391/stat : 1391 (java) S 1365 1368 1299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1392] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1392/stat : 1392 (java) S 1365 1368 1299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1398] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1398/stat : 1398 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450372812 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738228657 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1399] ppid=1365 vsize=7643560 CPUtime=0.8 cores=5,7
/proc/1368/task/1399/stat : 1399 (java) S 1365 1368 1299 0 -1 4202560 10132 0 0 0 80 0 0 0 15 0 19 0 450372812 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1400] ppid=1365 vsize=7643560 CPUtime=0.25 cores=5,7
/proc/1368/task/1400/stat : 1400 (java) S 1365 1368 1299 0 -1 4202560 2733 0 0 0 25 0 0 0 15 0 19 0 450372812 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1401] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1401/stat : 1401 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450372812 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1402] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1402/stat : 1402 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450372812 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1404] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1404/stat : 1404 (java) S 1365 1368 1299 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450372834 7827005440 21144 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 7643560

[startup+2.60086 s]
/proc/loadavg: 3.19 3.79 3.61 5/262 1478
/proc/meminfo: memFree=14469760/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7643560 CPUtime=3.53 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 27685 0 1 0 350 3 0 0 17 0 19 0 450372807 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910890 21350 2254 9 0 1901628 0
[pid=1368/tid=1369] ppid=1365 vsize=7643560 CPUtime=2.34 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10420 0 1 0 233 1 0 0 18 0 19 0 450372807 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 46912505621663 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1368/tid=1379] ppid=1365 vsize=7643560 CPUtime=0.01 cores=5,7
/proc/1368/task/1379/stat : 1379 (java) S 1365 1368 1299 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1380] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1380/stat : 1380 (java) S 1365 1368 1299 0 -1 4202560 386 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1381] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1381/stat : 1381 (java) S 1365 1368 1299 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1382] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1382/stat : 1382 (java) S 1365 1368 1299 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1383] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1383/stat : 1383 (java) S 1365 1368 1299 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1384] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1384/stat : 1384 (java) S 1365 1368 1299 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1385] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1385/stat : 1385 (java) S 1365 1368 1299 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1386] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1386/stat : 1386 (java) S 1365 1368 1299 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1390] ppid=1365 vsize=7643560 CPUtime=0.07 cores=5,7
/proc/1368/task/1390/stat : 1390 (java) S 1365 1368 1299 0 -1 4202560 1647 0 0 0 7 0 0 0 15 0 19 0 450372810 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 0 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1391] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1391/stat : 1391 (java) S 1365 1368 1299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1392] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1392/stat : 1392 (java) S 1365 1368 1299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1398] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1398/stat : 1398 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738228657 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1399] ppid=1365 vsize=7643560 CPUtime=0.8 cores=5,7
/proc/1368/task/1399/stat : 1399 (java) S 1365 1368 1299 0 -1 4202560 10132 0 0 0 80 0 0 0 15 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1400] ppid=1365 vsize=7643560 CPUtime=0.26 cores=5,7
/proc/1368/task/1400/stat : 1400 (java) S 1365 1368 1299 0 -1 4202560 2733 0 0 0 26 0 0 0 15 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1401] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1401/stat : 1401 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1402] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1402/stat : 1402 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1404] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1404/stat : 1404 (java) S 1365 1368 1299 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450372834 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 7643560

[startup+2.70084 s]
/proc/loadavg: 3.19 3.79 3.61 5/262 1478
/proc/meminfo: memFree=14469760/32951124 swapFree=67111528/67111528
[pid=1368] ppid=1365 vsize=7643560 CPUtime=3.64 cores=5,7
/proc/1368/stat : 1368 (java) S 1365 1368 1299 0 -1 4202496 27685 0 1 0 361 3 0 0 17 0 19 0 450372807 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1368/statm: 1910890 21350 2254 9 0 1901628 0
[pid=1368/tid=1369] ppid=1365 vsize=7643560 CPUtime=2.44 cores=5,7
/proc/1368/task/1369/stat : 1369 (java) R 1365 1368 1299 0 -1 4202560 10420 0 1 0 243 1 0 0 18 0 19 0 450372807 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 46912505802138 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1368/tid=1379] ppid=1365 vsize=7643560 CPUtime=0.01 cores=5,7
/proc/1368/task/1379/stat : 1379 (java) S 1365 1368 1299 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1380] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1380/stat : 1380 (java) S 1365 1368 1299 0 -1 4202560 386 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1381] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1381/stat : 1381 (java) S 1365 1368 1299 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1382] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1382/stat : 1382 (java) S 1365 1368 1299 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1383] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1383/stat : 1383 (java) S 1365 1368 1299 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1384] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1384/stat : 1384 (java) S 1365 1368 1299 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1385] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1385/stat : 1385 (java) S 1365 1368 1299 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1386] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1386/stat : 1386 (java) S 1365 1368 1299 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 450372809 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1390] ppid=1365 vsize=7643560 CPUtime=0.07 cores=5,7
/proc/1368/task/1390/stat : 1390 (java) S 1365 1368 1299 0 -1 4202560 1647 0 0 0 7 0 0 0 15 0 19 0 450372810 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 0 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1391] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1391/stat : 1391 (java) S 1365 1368 1299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1392] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1392/stat : 1392 (java) S 1365 1368 1299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 450372810 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1398] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1398/stat : 1398 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738228657 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1399] ppid=1365 vsize=7643560 CPUtime=0.8 cores=5,7
/proc/1368/task/1399/stat : 1399 (java) S 1365 1368 1299 0 -1 4202560 10132 0 0 0 80 0 0 0 15 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
[pid=1368/tid=1400] ppid=1365 vsize=7643560 CPUtime=0.27 cores=5,7
/proc/1368/task/1400/stat : 1400 (java) S 1365 1368 1299 0 -1 4202560 2733 0 0 0 27 0 0 0 15 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1401] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1401/stat : 1401 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738220953 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1402] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1402/stat : 1402 (java) S 1365 1368 1299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450372812 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 5 0 0 0
[pid=1368/tid=1404] ppid=1365 vsize=7643560 CPUtime=0 cores=5,7
/proc/1368/task/1404/stat : 1404 (java) S 1365 1368 1299 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 450372834 7827005440 21350 33554432000 1073741824 1073778376 140736888433792 18446744073709551615 264738221568 0 4 0 16800975 18446604465656117312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 7643560

Child status: 20
Real time (s): 2.76407
CPU time (s): 3.71843
CPU user time (s): 3.67844
CPU system time (s): 0.039993
CPU usage (%): 134.528
Max. virtual memory (cumulated for all children) (KiB): 7643560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67844
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27700
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= 779
involuntary context switches= 333

runsolver used 0.002999 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 19:26:12
IDJOB=3265076
IDBENCH=85421
IDSOLVER=1611
FILE ID=node141/3265076-1303579572
RUNJOBID= node141-1303579572-1320
PBS_JOBID= 13150342
Free space on /tmp= 70964 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT05/crafted/sabharwal05/planning/logistics/unsat/logistics-rotate-07t5.shuffled-as.sat05-1137.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-3265076-1303579572/watcher-3265076-1303579572 -o /tmp/evaluation-result-3265076-1303579572/solver-3265076-1303579572 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3265076-1303579572.cnf

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

MD5SUM BENCH= 89957f6ab4a6aa83303efbf463f54b2c
RANDOM SEED=1053581283

node141.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.806
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.61
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.806
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	: 5362.96
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14711472 kB
Buffers:       1626532 kB
Cached:       15941648 kB
SwapCached:          0 kB
Active:        9780512 kB
Inactive:      7886112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14711472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2228 kB
Writeback:           0 kB
AnonPages:       98764 kB
Mapped:          22860 kB
Slab:           509016 kB
PageTables:       6208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7467584 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= 70960 MiB
End job on node141 at 2011-04-23 19:26:15