Trace number 3457093

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 CuttingPlanes 2.3.0? (TO) 1800.3 1795.6

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM0626939ca6144a564c8e59fb048e3266
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.02969
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.10	c See www.sat4j.org for details.
0.03/0.10	c version 2.3.1.v20110525
0.03/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.10	c java.vm.version	19.1-b02
0.03/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.10	c sun.arch.data.model	64
0.03/0.10	c java.version		1.6.0_24
0.03/0.10	c os.name		Linux
0.03/0.10	c os.version		2.6.18-164.el5
0.03/0.10	c os.arch		amd64
0.03/0.10	c Free memory 		9996466904
0.03/0.10	c Max memory 		10048897024
0.03/0.10	c Total memory 		10048897024
0.03/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3457093-1307216743.opb
0.08/0.13	c reading problem ... 
0.42/0.35	c ... done. Wall clock time 0.222s.
0.42/0.35	c #vars     231
0.42/0.35	c #constraints  2707
0.42/0.35	c constraints type 
0.42/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.42/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.42/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.42/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
56.95/55.46	c cleaning 0 clauses out of 5001 with flag 0/5001
287.24/285.26	c cleaning 0 clauses out of 11003 with flag 0/11003
908.92/905.95	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.11/1795.43	c starts		: 53
1800.11/1795.43	c conflicts		: 24667
1800.11/1795.43	c decisions		: 53798
1800.11/1795.43	c propagations		: 733827
1800.11/1795.43	c inspects		: 2041150101
1800.11/1795.43	c shortcuts		: 0
1800.11/1795.43	c learnt literals	: 0
1800.11/1795.43	c learnt binary clauses	: 0
1800.11/1795.43	c learnt ternary clauses	: 2
1800.11/1795.43	c learnt constraints	: 24666
1800.11/1795.43	c ignored constraints	: 0
1800.11/1795.43	c root simplifications	: 0
1800.11/1795.43	c removed literals (reason simplification)	: 0
1800.11/1795.43	c reason swapping (by a shorter reason)	: 0
1800.11/1795.43	c Calls to reduceDB	: 3
1800.11/1795.43	c number of reductions to clauses (during analyze)	: 0
1800.11/1795.43	c number of learned constraints concerned by reduction	: 0
1800.11/1795.43	c number of learning phase by resolution	: 0
1800.11/1795.43	c number of learning phase by cutting planes	: 0
1800.11/1795.43	c speed (assignments/second)	: 408.7974566135235
1800.11/1795.43	c non guided choices	121
1800.11/1795.45	c learnt constraints type 
1800.11/1795.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1002
1800.11/1795.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 53
1800.11/1795.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23612
1800.11/1795.45	c constraints type 
1800.11/1795.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.11/1795.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.11/1795.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.11/1795.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.11/1795.45	s UNKNOWN
1800.11/1795.45	c Total wall clock time (in seconds): 1795.323

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3457093-1307216743/watcher-3457093-1307216743 -o /tmp/evaluation-result-3457093-1307216743/solver-3457093-1307216743 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457093-1307216743.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/412 13316
/proc/meminfo: memFree=26003896/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 1236 0 0 0 0 0 0 0 23 0 2 0 289283739 31260672 955 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 7632 955 728 9 0 383 0
[pid=13316/tid=13317] ppid=13314 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 1555 0 1 0 0 0 0 0 25 0 2 0 289283740 10681323520 2371 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0400919 s]
/proc/loadavg: 1.00 1.00 1.00 3/412 13316
/proc/meminfo: memFree=26003896/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10465424 CPUtime=0.03 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 11046 0 1 0 2 1 0 0 23 0 11 0 289283739 10716594176 10744 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2616356 10745 1627 9 0 2607104 0
[pid=13316/tid=13317] ppid=13314 vsize=10465424 CPUtime=0.01 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 9922 0 1 0 1 0 0 0 18 0 11 0 289283740 10716594176 10745 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892391883 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10465424

[startup+0.10149 s]
/proc/loadavg: 1.00 1.00 1.00 3/412 13316
/proc/meminfo: memFree=26003896/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10539336 CPUtime=0.08 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 12612 0 1 0 7 1 0 0 23 0 18 0 289283739 10792280064 12308 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2634834 12308 2059 9 0 2625568 0
[pid=13316/tid=13317] ppid=13314 vsize=10539336 CPUtime=0.06 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) S 13314 13316 12126 0 -1 4202560 10927 0 1 0 6 0 0 0 23 0 18 0 289283740 10792280064 12308 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892394463 0 2147483391 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539336

[startup+0.301002 s]
/proc/loadavg: 1.00 1.00 1.00 3/412 13316
/proc/meminfo: memFree=26003896/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10541508 CPUtime=0.42 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 14972 0 1 0 40 2 0 0 23 0 18 0 289283739 10794504192 14541 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2635377 14541 2197 9 0 2626111 0
[pid=13316/tid=13317] ppid=13314 vsize=10541508 CPUtime=0.26 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 12455 0 1 0 25 1 0 0 23 0 18 0 289283740 10794504192 14541 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 47362225608208 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10541508

[startup+0.9119 s]
/proc/loadavg: 1.00 1.00 1.00 3/412 13316
/proc/meminfo: memFree=26003896/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=1.77 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 47871 0 1 0 171 6 0 0 23 0 19 0 289283739 10811842560 43082 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 43087 2222 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=0.82 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 37033 0 1 0 78 4 0 0 18 0 19 0 289283740 10811842560 43088 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505710020 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 10558440

[startup+1.50086 s]
/proc/loadavg: 1.00 1.00 1.00 3/452 13359
/proc/meminfo: memFree=25411052/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=2.65 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 114083 0 1 0 251 14 0 0 23 0 19 0 289283739 10811842560 107894 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 107898 2225 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=1.41 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 101753 0 1 0 129 12 0 0 18 0 19 0 289283740 10811842560 107900 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505710368 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13316/tid=13319] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13319/stat : 13319 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107903 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13320] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13320/stat : 13320 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107906 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13321] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13321/stat : 13321 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107908 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13322] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13322/stat : 13322 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107910 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13323] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13323/stat : 13323 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107913 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13324] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13324/stat : 13324 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107916 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13325] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13325/stat : 13325 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107919 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13326] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13326/stat : 13326 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 107922 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13327] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13327/stat : 13327 (java) S 13314 13316 12126 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 107925 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 0 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13329] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 289283743 10811842560 107928 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 289283743 10811842560 107931 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 107933 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.43 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 4906 0 0 0 43 0 0 0 16 0 19 0 289283746 10811842560 107936 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.78 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6270 0 0 0 78 0 0 0 15 0 19 0 289283746 10811842560 107938 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13340] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13340/stat : 13340 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 289283746 10811842560 107941 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13341] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13341/stat : 13341 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 289283746 10811842560 107944 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13358] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13358/stat : 13358 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289283775 10811842560 107947 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 10558440

[startup+3.10158 s]
/proc/loadavg: 1.08 1.02 1.01 3/452 13359
/proc/meminfo: memFree=24581120/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=4.27 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 303440 0 1 0 394 33 0 0 23 0 19 0 289283739 10811842560 297250 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 297254 2226 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=3.01 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 291107 0 1 0 270 31 0 0 19 0 19 0 289283740 10811842560 297255 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505710005 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13316/tid=13319] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13319/stat : 13319 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297256 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13320] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13320/stat : 13320 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297259 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13321] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13321/stat : 13321 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297261 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13322] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13322/stat : 13322 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297264 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13323] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13323/stat : 13323 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297266 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13324] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13324/stat : 13324 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297268 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13325] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13325/stat : 13325 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297270 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13326] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13326/stat : 13326 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 297272 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13327] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13327/stat : 13327 (java) S 13314 13316 12126 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 289283743 10811842560 297274 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 0 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13329] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 289283743 10811842560 297276 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 289283743 10811842560 297278 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 297280 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.45 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 4907 0 0 0 45 0 0 0 15 0 19 0 289283746 10811842560 297282 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.78 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6270 0 0 0 78 0 0 0 15 0 19 0 289283746 10811842560 297284 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13340] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13340/stat : 13340 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 289283746 10811842560 297286 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13341] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13341/stat : 13341 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 289283746 10811842560 297288 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13358] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13358/stat : 13358 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289283775 10811842560 297290 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 10558440

[startup+6.30101 s]
/proc/loadavg: 1.08 1.02 1.01 3/452 13359
/proc/meminfo: memFree=22116880/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=7.47 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 645143 0 1 0 678 69 0 0 23 0 19 0 289283739 10811842560 638952 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 638955 2227 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=6.21 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 632808 0 1 0 554 67 0 0 25 0 19 0 289283740 10811842560 638956 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505662619 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13316/tid=13319] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13319/stat : 13319 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638959 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13320] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13320/stat : 13320 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638963 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13321] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13321/stat : 13321 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638967 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13322] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13322/stat : 13322 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638972 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13323] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13323/stat : 13323 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638975 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13324] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13324/stat : 13324 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638980 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13325] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13325/stat : 13325 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638984 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13326] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13326/stat : 13326 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289283742 10811842560 638988 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13327] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13327/stat : 13327 (java) S 13314 13316 12126 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 289283743 10811842560 638992 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 0 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13329] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 289283743 10811842560 638996 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 289283743 10811842560 638999 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 639003 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.45 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 4907 0 0 0 45 0 0 0 15 0 19 0 289283746 10811842560 639007 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.78 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6270 0 0 0 78 0 0 0 15 0 19 0 289283746 10811842560 639011 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0

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

/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.61 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 6371 0 0 0 60 1 0 0 16 0 19 0 289283746 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.89 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6306 0 0 0 89 0 0 0 15 0 19 0 289283746 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13340] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13340/stat : 13340 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 289283746 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13341] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13341/stat : 13341 (java) S 13314 13316 12126 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 289283746 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13358] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13358/stat : 13358 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289283775 10811842560 915570 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1666.75
Current children cumulated vsize (KiB) 10558440

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 1.84 3/452 13417
/proc/meminfo: memFree=18757392/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=1726.84 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 924572 0 1 0 172577 107 0 0 23 0 19 0 289283739 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 916369 2257 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=1720.2 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 837485 0 1 0 171927 93 0 0 25 0 19 0 289283740 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505603397 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13316/tid=13319] ppid=13314 vsize=10558440 CPUtime=0.6 cores=0,2,4,6
/proc/13316/task/13319/stat : 13319 (java) S 13314 13316 12126 0 -1 4202560 8840 0 0 0 60 0 0 0 16 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13320] ppid=13314 vsize=10558440 CPUtime=0.53 cores=0,2,4,6
/proc/13316/task/13320/stat : 13320 (java) S 13314 13316 12126 0 -1 4202560 8473 0 0 0 52 1 0 0 16 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13321] ppid=13314 vsize=10558440 CPUtime=0.49 cores=0,2,4,6
/proc/13316/task/13321/stat : 13321 (java) S 13314 13316 12126 0 -1 4202560 5965 0 0 0 49 0 0 0 15 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13322] ppid=13314 vsize=10558440 CPUtime=0.51 cores=0,2,4,6
/proc/13316/task/13322/stat : 13322 (java) S 13314 13316 12126 0 -1 4202560 7678 0 0 0 51 0 0 0 15 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13323] ppid=13314 vsize=10558440 CPUtime=0.65 cores=0,2,4,6
/proc/13316/task/13323/stat : 13323 (java) S 13314 13316 12126 0 -1 4202560 8281 0 0 0 64 1 0 0 15 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13324] ppid=13314 vsize=10558440 CPUtime=0.64 cores=0,2,4,6
/proc/13316/task/13324/stat : 13324 (java) S 13314 13316 12126 0 -1 4202560 10463 0 0 0 63 1 0 0 15 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13325] ppid=13314 vsize=10558440 CPUtime=0.55 cores=0,2,4,6
/proc/13316/task/13325/stat : 13325 (java) S 13314 13316 12126 0 -1 4202560 10132 0 0 0 54 1 0 0 16 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13326] ppid=13314 vsize=10558440 CPUtime=0.56 cores=0,2,4,6
/proc/13316/task/13326/stat : 13326 (java) S 13314 13316 12126 0 -1 4202560 8967 0 0 0 55 1 0 0 16 0 19 0 289283742 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13327] ppid=13314 vsize=10558440 CPUtime=0.5 cores=0,2,4,6
/proc/13316/task/13327/stat : 13327 (java) S 13314 13316 12126 0 -1 4202560 4359 0 0 0 49 1 0 0 15 0 19 0 289283743 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 0 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13329] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.61 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 6371 0 0 0 60 1 0 0 16 0 19 0 289283746 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.89 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6306 0 0 0 89 0 0 0 15 0 19 0 289283746 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13340] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13340/stat : 13340 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 289283746 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13341] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13341/stat : 13341 (java) S 13314 13316 12126 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 289283746 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13358] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13358/stat : 13358 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289283775 10811842560 916369 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 10558440

[startup+1782.32 s]
/proc/loadavg: 2.00 2.02 1.85 3/452 13418
/proc/meminfo: memFree=18751304/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=1787 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 925508 0 1 0 178593 107 0 0 23 0 19 0 289283739 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 917281 2257 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=1780.16 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 837489 0 1 0 177923 93 0 0 25 0 19 0 289283740 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505920303 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13316/tid=13319] ppid=13314 vsize=10558440 CPUtime=0.63 cores=0,2,4,6
/proc/13316/task/13319/stat : 13319 (java) S 13314 13316 12126 0 -1 4202560 9006 0 0 0 63 0 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13320] ppid=13314 vsize=10558440 CPUtime=0.54 cores=0,2,4,6
/proc/13316/task/13320/stat : 13320 (java) S 13314 13316 12126 0 -1 4202560 8539 0 0 0 53 1 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13321] ppid=13314 vsize=10558440 CPUtime=0.49 cores=0,2,4,6
/proc/13316/task/13321/stat : 13321 (java) S 13314 13316 12126 0 -1 4202560 5965 0 0 0 49 0 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13322] ppid=13314 vsize=10558440 CPUtime=0.55 cores=0,2,4,6
/proc/13316/task/13322/stat : 13322 (java) S 13314 13316 12126 0 -1 4202560 7914 0 0 0 55 0 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13323] ppid=13314 vsize=10558440 CPUtime=0.68 cores=0,2,4,6
/proc/13316/task/13323/stat : 13323 (java) S 13314 13316 12126 0 -1 4202560 8379 0 0 0 67 1 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13324] ppid=13314 vsize=10558440 CPUtime=0.67 cores=0,2,4,6
/proc/13316/task/13324/stat : 13324 (java) S 13314 13316 12126 0 -1 4202560 10677 0 0 0 66 1 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13325] ppid=13314 vsize=10558440 CPUtime=0.56 cores=0,2,4,6
/proc/13316/task/13325/stat : 13325 (java) S 13314 13316 12126 0 -1 4202560 10156 0 0 0 55 1 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13326] ppid=13314 vsize=10558440 CPUtime=0.59 cores=0,2,4,6
/proc/13316/task/13326/stat : 13326 (java) S 13314 13316 12126 0 -1 4202560 9087 0 0 0 58 1 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13327] ppid=13314 vsize=10558440 CPUtime=0.5 cores=0,2,4,6
/proc/13316/task/13327/stat : 13327 (java) S 13314 13316 12126 0 -1 4202560 4363 0 0 0 49 1 0 0 15 0 19 0 289283743 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 0 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13329] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.61 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 6371 0 0 0 60 1 0 0 16 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.89 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6306 0 0 0 89 0 0 0 15 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13340] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13340/stat : 13340 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13341] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13341/stat : 13341 (java) S 13314 13316 12126 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13358] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13358/stat : 13358 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289283775 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1787
Current children cumulated vsize (KiB) 10558440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.00 2.02 1.85 4/452 13419
/proc/meminfo: memFree=18750432/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=10558440 CPUtime=1800.11 cores=0,2,4,6
/proc/13316/stat : 13316 (java) S 13314 13316 12126 0 -1 4202496 925510 0 1 0 179904 107 0 0 23 0 19 0 289283739 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 2639610 917281 2257 9 0 2630344 0
[pid=13316/tid=13317] ppid=13314 vsize=10558440 CPUtime=1793.27 cores=0,2,4,6
/proc/13316/task/13317/stat : 13317 (java) R 13314 13316 12126 0 -1 4202560 837489 0 1 0 179234 93 0 0 25 0 19 0 289283740 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 46912505920064 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13316/tid=13319] ppid=13314 vsize=10558440 CPUtime=0.63 cores=0,2,4,6
/proc/13316/task/13319/stat : 13319 (java) S 13314 13316 12126 0 -1 4202560 9006 0 0 0 63 0 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13320] ppid=13314 vsize=10558440 CPUtime=0.54 cores=0,2,4,6
/proc/13316/task/13320/stat : 13320 (java) S 13314 13316 12126 0 -1 4202560 8539 0 0 0 53 1 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13321] ppid=13314 vsize=10558440 CPUtime=0.49 cores=0,2,4,6
/proc/13316/task/13321/stat : 13321 (java) S 13314 13316 12126 0 -1 4202560 5965 0 0 0 49 0 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13322] ppid=13314 vsize=10558440 CPUtime=0.55 cores=0,2,4,6
/proc/13316/task/13322/stat : 13322 (java) S 13314 13316 12126 0 -1 4202560 7914 0 0 0 55 0 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13323] ppid=13314 vsize=10558440 CPUtime=0.68 cores=0,2,4,6
/proc/13316/task/13323/stat : 13323 (java) S 13314 13316 12126 0 -1 4202560 8379 0 0 0 67 1 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13324] ppid=13314 vsize=10558440 CPUtime=0.67 cores=0,2,4,6
/proc/13316/task/13324/stat : 13324 (java) S 13314 13316 12126 0 -1 4202560 10677 0 0 0 66 1 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13325] ppid=13314 vsize=10558440 CPUtime=0.56 cores=0,2,4,6
/proc/13316/task/13325/stat : 13325 (java) S 13314 13316 12126 0 -1 4202560 10156 0 0 0 55 1 0 0 15 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13326] ppid=13314 vsize=10558440 CPUtime=0.59 cores=0,2,4,6
/proc/13316/task/13326/stat : 13326 (java) S 13314 13316 12126 0 -1 4202560 9087 0 0 0 58 1 0 0 16 0 19 0 289283742 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 6 0 0 0
[pid=13316/tid=13327] ppid=13314 vsize=10558440 CPUtime=0.5 cores=0,2,4,6
/proc/13316/task/13327/stat : 13327 (java) S 13314 13316 12126 0 -1 4202560 4363 0 0 0 49 1 0 0 15 0 19 0 289283743 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 0 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13329] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13329/stat : 13329 (java) S 13314 13316 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13330] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13330/stat : 13330 (java) S 13314 13316 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289283743 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13337] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13337/stat : 13337 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892388785 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13338] ppid=13314 vsize=10558440 CPUtime=0.61 cores=0,2,4,6
/proc/13316/task/13338/stat : 13338 (java) S 13314 13316 12126 0 -1 4202560 6371 0 0 0 60 1 0 0 16 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 4 0 0 0
[pid=13316/tid=13339] ppid=13314 vsize=10558440 CPUtime=0.89 cores=0,2,4,6
/proc/13316/task/13339/stat : 13339 (java) S 13314 13316 12126 0 -1 4202560 6306 0 0 0 89 0 0 0 15 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13340] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13340/stat : 13340 (java) S 13314 13316 12126 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381081 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
[pid=13316/tid=13341] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13341/stat : 13341 (java) S 13314 13316 12126 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 289283746 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 0 0 0 0
[pid=13316/tid=13358] ppid=13314 vsize=10558440 CPUtime=0 cores=0,2,4,6
/proc/13316/task/13358/stat : 13358 (java) S 13314 13316 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289283775 10811842560 917281 33554432000 1073741824 1073778376 140736276399632 18446744073709551615 218892381696 0 4 0 16800975 18446604453898369728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10558440

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1795.54 s]
/proc/loadavg: 2.00 2.02 1.85 4/452 13419
/proc/meminfo: memFree=18750432/32950928 swapFree=52006644/67111528
[pid=13316] ppid=13314 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/13316/stat : 13316 (java) Z 13314 13316 12126 0 -1 4203548 925550 0 1 0 179908 115 0 0 17 0 2 0 289283739 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.6
CPU time (s): 1800.3
CPU user time (s): 1799.09
CPU system time (s): 1.21181
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 10558440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 925550
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= 40127
involuntary context switches= 18970

runsolver used 7.85281 second user time and 16.6635 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 21:45:43
IDJOB=3457093
IDBENCH=1368
IDSOLVER=1951
FILE ID=node112/3457093-1307216743
RUNJOBID= node112-1307216743-13302
PBS_JOBID= 13509049
Free space on /tmp= 73912 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457093-1307216743/watcher-3457093-1307216743 -o /tmp/evaluation-result-3457093-1307216743/solver-3457093-1307216743 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457093-1307216743.opb

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

MD5SUM BENCH= 0626939ca6144a564c8e59fb048e3266
RANDOM SEED=611852564

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26004556 kB
Buffers:        339616 kB
Cached:        5643904 kB
SwapCached:      31280 kB
Active:         947300 kB
Inactive:      5718916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26004556 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      659152 kB
Mapped:          12204 kB
Slab:           155780 kB
PageTables:      58912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98619564 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= 73908 MiB
End job on node112 at 2011-06-04 22:15:41