Trace number 3282773

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-06? (TO) 1300.53 1300.04

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c no version file found!!!
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.18-164.el5
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		6997539544
0.06/0.11	c Max memory 		7034241024
0.06/0.11	c Total memory 		7034241024
0.06/0.11	c Number of processors 	8
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483647s
0.06/0.13	c DB Simplification allowed=true
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3282773-1303759509.cnf
0.06/0.13	c reading problem ... 
0.18/0.29	c ... done. Wall clock time 0.161s.
0.18/0.29	c #vars     31951
0.18/0.29	c #constraints  96056
0.18/0.29	c constraints type 
0.32/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34439
0.32/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61522
22.66/22.35	c cleaning 2249 clauses out of 4498 with flag 5000/5000
50.49/50.16	c cleaning 4121 clauses out of 8248 with flag 11000/11000
83.79/83.43	c cleaning 5559 clauses out of 11126 with flag 18000/18000
119.10/118.72	c cleaning 6778 clauses out of 13562 with flag 26000/26000
156.99/156.68	c cleaning 7890 clauses out of 15784 with flag 35000/35000
195.70/195.37	c cleaning 8943 clauses out of 17893 with flag 45000/45000
245.10/244.75	c cleaning 9971 clauses out of 19950 with flag 56000/56000
300.31/299.99	c cleaning 10986 clauses out of 21980 with flag 68001/68001
364.81/364.48	c cleaning 11993 clauses out of 23994 with flag 81001/81001
426.91/426.59	c cleaning 12995 clauses out of 26001 with flag 95001/95001
495.92/495.57	c cleaning 13997 clauses out of 28006 with flag 110001/110001
573.82/573.41	c cleaning 15000 clauses out of 30008 with flag 126000/126000
655.64/655.27	c cleaning 16002 clauses out of 32009 with flag 143001/143001
744.84/744.46	c cleaning 17000 clauses out of 34008 with flag 161002/161002
836.05/835.62	c cleaning 17996 clauses out of 36006 with flag 180000/180000
931.96/931.57	c cleaning 19001 clauses out of 38010 with flag 200000/200000
1033.16/1032.73	c cleaning 20001 clauses out of 40009 with flag 221000/221000
1144.86/1144.47	c cleaning 21001 clauses out of 42008 with flag 243000/243000
1252.37/1251.92	c cleaning 22002 clauses out of 44009 with flag 266002/266002
1300.48/1300.01	c starts		: 657
1300.48/1300.01	c conflicts		: 276292
1300.48/1300.01	c decisions		: 352219
1300.48/1300.01	c propagations		: 2253178329
1300.48/1300.01	c inspects		: 7401458056
1300.48/1300.01	c shortcuts		: 0
1300.48/1300.01	c learnt literals	: 38
1300.48/1300.01	c learnt binary clauses	: 106
1300.48/1300.01	c learnt ternary clauses	: 501
1300.48/1300.01	c learnt constraints	: 276254
1300.48/1300.01	c ignored constraints	: 0
1300.48/1300.01	c root simplifications	: 695
1300.48/1300.01	c removed literals (reason simplification)	: 72273242
1300.48/1300.01	c reason swapping (by a shorter reason)	: 0
1300.48/1300.01	c Calls to reduceDB	: 19
1300.48/1300.01	c speed (assignments/second)	: 1733598.1578995963
1300.48/1300.01	c non guided choices	436
1300.48/1300.03	c learnt constraints type 
1300.48/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 93
1300.48/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32204
1300.48/1300.03	c constraints type 
1300.48/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34439
1300.48/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61522
1300.48/1300.03	s UNKNOWN
1300.48/1300.03	c Total wall clock time (in seconds) : 1299.876

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3282773-1303759509/watcher-3282773-1303759509 -o /tmp/evaluation-result-3282773-1303759509/solver-3282773-1303759509 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282773-1303759509.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: 0.05 2.45 5.16 1/174 20146
/proc/meminfo: memFree=15562200/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=23028 CPUtime=0 cores=5,7
/proc/20146/stat : 20146 (java) R 20144 20146 20116 0 -1 4202496 955 0 0 0 0 0 0 0 21 0 1 0 487550746 23580672 698 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248084735464 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20146/statm: 5757 699 516 9 0 124 0

[startup+0.030538 s]
/proc/loadavg: 0.05 2.45 5.16 1/174 20146
/proc/meminfo: memFree=15562200/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7551884 CPUtime=0.02 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 8212 0 1 0 1 1 0 0 21 0 10 0 487550746 7733129216 7910 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1887971 7910 1516 9 0 1878719 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7551884

[startup+0.100595 s]
/proc/loadavg: 0.05 2.45 5.16 1/174 20146
/proc/meminfo: memFree=15562200/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 9378 0 1 0 5 1 0 0 21 0 18 0 487550746 7751618560 9074 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1892485 9074 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.300521 s]
/proc/loadavg: 0.05 2.45 5.16 1/174 20146
/proc/meminfo: memFree=15562200/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7638940 CPUtime=0.32 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 14080 0 1 0 31 1 0 0 21 0 18 0 487550746 7822274560 13702 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1909735 13702 2205 9 0 1900473 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 7638940

[startup+0.700423 s]
/proc/loadavg: 0.05 2.45 5.16 1/174 20146
/proc/meminfo: memFree=15562200/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=1.01 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 17641 0 1 0 99 2 0 0 21 0 19 0 487550746 7825182720 15619 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 15619 2222 9 0 1901183 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 7641780

[startup+1.50128 s]
/proc/loadavg: 0.21 2.44 5.14 2/193 20165
/proc/meminfo: memFree=15506888/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=1.83 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 17688 0 1 0 181 2 0 0 21 0 19 0 487550746 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 15666 2223 9 0 1901183 0
[pid=20146/tid=20148] ppid=20144 vsize=7641780 CPUtime=1.27 cores=5,7
/proc/20146/task/20148/stat : 20148 (java) R 20144 20146 20116 0 -1 4202560 12125 0 1 0 126 1 0 0 25 0 19 0 487550747 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 46912505700087 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=20146/tid=20149] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20149/stat : 20149 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20150] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20150/stat : 20150 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20151] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20151/stat : 20151 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20152] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20152/stat : 20152 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20153] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20153/stat : 20153 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 487550750 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550750 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550750 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.32 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2817 0 0 0 32 0 0 0 17 0 19 0 487550755 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.21 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1585 0 0 0 21 0 0 0 17 0 19 0 487550755 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 15666 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 7641780

[startup+3.10106 s]
/proc/loadavg: 0.21 2.44 5.14 5/216 20193
/proc/meminfo: memFree=15437752/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=3.45 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 17766 0 1 0 343 2 0 0 21 0 19 0 487550746 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 15742 2223 9 0 1901183 0
[pid=20146/tid=20148] ppid=20144 vsize=7641780 CPUtime=2.87 cores=5,7
/proc/20146/task/20148/stat : 20148 (java) R 20144 20146 20116 0 -1 4202560 12201 0 1 0 286 1 0 0 25 0 19 0 487550747 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 46912505622817 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=20146/tid=20149] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20149/stat : 20149 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20150] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20150/stat : 20150 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20151] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20151/stat : 20151 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20152] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20152/stat : 20152 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20153] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20153/stat : 20153 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550750 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550750 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.32 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2817 0 0 0 32 0 0 0 17 0 19 0 487550755 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.24 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1587 0 0 0 24 0 0 0 15 0 19 0 487550755 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 15742 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 7641780

[startup+6.30143 s]
/proc/loadavg: 0.21 2.44 5.14 5/241 20226
/proc/meminfo: memFree=15119824/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=6.65 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 17833 0 1 0 663 2 0 0 21 0 19 0 487550746 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 15808 2223 9 0 1901183 0
[pid=20146/tid=20148] ppid=20144 vsize=7641780 CPUtime=6.07 cores=5,7
/proc/20146/task/20148/stat : 20148 (java) R 20144 20146 20116 0 -1 4202560 12268 0 1 0 606 1 0 0 25 0 19 0 487550747 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 46912505724258 0 4 0 16800975 0 0 0 -1 7 0 0 1
[pid=20146/tid=20149] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20149/stat : 20149 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20150] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20150/stat : 20150 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20151] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20151/stat : 20151 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20152] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20152/stat : 20152 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20153] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20153/stat : 20153 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550749 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 487550750 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550750 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550750 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.32 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2817 0 0 0 32 0 0 0 17 0 19 0 487550755 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.24 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1587 0 0 0 24 0 0 0 15 0 19 0 487550755 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 15808 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 7641780

[startup+12.7013 s]

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

[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 83 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 15 0 0 0 2 0 0 0 16 0 19 0 487550749 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=0.89 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 5883 0 0 0 89 0 0 0 15 0 19 0 487550750 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.33 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2819 0 0 0 33 0 0 0 15 0 19 0 487550755 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.38 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1609 0 0 0 38 0 0 0 15 0 19 0 487550755 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 25753 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.77
Current children cumulated vsize (KiB) 7641780

[startup+1182.3 s]
/proc/loadavg: 4.09 4.00 4.36 6/262 20419
/proc/meminfo: memFree=14275012/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=1182.77 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 28294 0 1 0 118271 6 0 0 21 0 19 0 487550746 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 26073 2253 9 0 1901183 0
[pid=20146/tid=20148] ppid=20144 vsize=7641780 CPUtime=1180.83 cores=5,7
/proc/20146/task/20148/stat : 20148 (java) R 20144 20146 20116 0 -1 4202560 12680 0 1 0 118080 3 0 0 25 0 19 0 487550747 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 46912505653030 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=20146/tid=20149] ppid=20144 vsize=7641780 CPUtime=0.04 cores=5,7
/proc/20146/task/20149/stat : 20149 (java) S 20144 20146 20116 0 -1 4202560 2216 0 0 0 4 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20150] ppid=20144 vsize=7641780 CPUtime=0.05 cores=5,7
/proc/20146/task/20150/stat : 20150 (java) S 20144 20146 20116 0 -1 4202560 1229 0 0 0 5 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20151] ppid=20144 vsize=7641780 CPUtime=0.01 cores=5,7
/proc/20146/task/20151/stat : 20151 (java) S 20144 20146 20116 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20152] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20152/stat : 20152 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20153] ppid=20144 vsize=7641780 CPUtime=0.03 cores=5,7
/proc/20146/task/20153/stat : 20153 (java) S 20144 20146 20116 0 -1 4202560 261 0 0 0 3 0 0 0 16 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=0.95 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 6077 0 0 0 95 0 0 0 15 0 19 0 487550750 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.33 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2819 0 0 0 33 0 0 0 15 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.38 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1609 0 0 0 38 0 0 0 15 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.77
Current children cumulated vsize (KiB) 7641780

[startup+1242.3 s]
/proc/loadavg: 4.19 4.04 4.35 6/262 20420
/proc/meminfo: memFree=14274100/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=1242.77 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 28296 0 1 0 124271 6 0 0 21 0 19 0 487550746 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 26073 2253 9 0 1901183 0
[pid=20146/tid=20148] ppid=20144 vsize=7641780 CPUtime=1240.83 cores=5,7
/proc/20146/task/20148/stat : 20148 (java) R 20144 20146 20116 0 -1 4202560 12680 0 1 0 124080 3 0 0 25 0 19 0 487550747 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 46912505627833 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=20146/tid=20149] ppid=20144 vsize=7641780 CPUtime=0.04 cores=5,7
/proc/20146/task/20149/stat : 20149 (java) S 20144 20146 20116 0 -1 4202560 2216 0 0 0 4 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20150] ppid=20144 vsize=7641780 CPUtime=0.05 cores=5,7
/proc/20146/task/20150/stat : 20150 (java) S 20144 20146 20116 0 -1 4202560 1229 0 0 0 5 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20151] ppid=20144 vsize=7641780 CPUtime=0.01 cores=5,7
/proc/20146/task/20151/stat : 20151 (java) S 20144 20146 20116 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20152] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20152/stat : 20152 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20153] ppid=20144 vsize=7641780 CPUtime=0.03 cores=5,7
/proc/20146/task/20153/stat : 20153 (java) S 20144 20146 20116 0 -1 4202560 261 0 0 0 3 0 0 0 16 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=0.95 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 6077 0 0 0 95 0 0 0 15 0 19 0 487550750 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.33 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2819 0 0 0 33 0 0 0 15 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.38 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1609 0 0 0 38 0 0 0 15 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 26073 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.77
Current children cumulated vsize (KiB) 7641780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.03 4.33 6/262 20422
/proc/meminfo: memFree=14272936/32950928 swapFree=67111528/67111528
[pid=20146] ppid=20144 vsize=7641780 CPUtime=1300.48 cores=5,7
/proc/20146/stat : 20146 (java) S 20144 20146 20116 0 -1 4202496 28450 0 1 0 130042 6 0 0 21 0 19 0 487550746 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20146/statm: 1910445 26220 2253 9 0 1901183 0
[pid=20146/tid=20148] ppid=20144 vsize=7641780 CPUtime=1298.48 cores=5,7
/proc/20146/task/20148/stat : 20148 (java) R 20144 20146 20116 0 -1 4202560 12681 0 1 0 129845 3 0 0 25 0 19 0 487550747 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 46912505653120 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=20146/tid=20149] ppid=20144 vsize=7641780 CPUtime=0.05 cores=5,7
/proc/20146/task/20149/stat : 20149 (java) S 20144 20146 20116 0 -1 4202560 2216 0 0 0 5 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20150] ppid=20144 vsize=7641780 CPUtime=0.05 cores=5,7
/proc/20146/task/20150/stat : 20150 (java) S 20144 20146 20116 0 -1 4202560 1229 0 0 0 5 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20151] ppid=20144 vsize=7641780 CPUtime=0.01 cores=5,7
/proc/20146/task/20151/stat : 20151 (java) S 20144 20146 20116 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20152] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20152/stat : 20152 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20153] ppid=20144 vsize=7641780 CPUtime=0.03 cores=5,7
/proc/20146/task/20153/stat : 20153 (java) S 20144 20146 20116 0 -1 4202560 261 0 0 0 3 0 0 0 16 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20154] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20154/stat : 20154 (java) S 20144 20146 20116 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20155] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20155/stat : 20155 (java) S 20144 20146 20116 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20156] ppid=20144 vsize=7641780 CPUtime=0.02 cores=5,7
/proc/20146/task/20156/stat : 20156 (java) S 20144 20146 20116 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550749 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20157] ppid=20144 vsize=7641780 CPUtime=1 cores=5,7
/proc/20146/task/20157/stat : 20157 (java) S 20144 20146 20116 0 -1 4202560 6226 0 0 0 100 0 0 0 15 0 19 0 487550750 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 0 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20158] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20158/stat : 20158 (java) S 20144 20146 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20159] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20159/stat : 20159 (java) S 20144 20146 20116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487550750 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20160] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20160/stat : 20160 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 487550755 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101521841 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20161] ppid=20144 vsize=7641780 CPUtime=0.33 cores=5,7
/proc/20146/task/20161/stat : 20161 (java) S 20144 20146 20116 0 -1 4202560 2819 0 0 0 33 0 0 0 15 0 19 0 487550755 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20162] ppid=20144 vsize=7641780 CPUtime=0.38 cores=5,7
/proc/20146/task/20162/stat : 20162 (java) S 20144 20146 20116 0 -1 4202560 1609 0 0 0 38 0 0 0 15 0 19 0 487550755 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20163] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20163/stat : 20163 (java) S 20144 20146 20116 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 487550755 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514137 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
[pid=20146/tid=20164] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20164/stat : 20164 (java) S 20144 20146 20116 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 487550755 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 7 0 0 0
[pid=20146/tid=20165] ppid=20144 vsize=7641780 CPUtime=0 cores=5,7
/proc/20146/task/20165/stat : 20165 (java) S 20144 20146 20116 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 487550781 7825182720 26220 33554432000 1073741824 1073778376 140735167990800 18446744073709551615 248101514752 0 4 0 16800975 18446604471138859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.48
Current children cumulated vsize (KiB) 7641780

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

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

Child status: 143
Real time (s): 1300.04
CPU time (s): 1300.53
CPU user time (s): 1300.46
CPU system time (s): 0.070989
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 7641780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.46
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28487
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= 27232
involuntary context switches= 4742

runsolver used 2.03269 second user time and 5.07823 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 21:25:10
IDJOB=3282773
IDBENCH=70849
IDSOLVER=1611
FILE ID=node123/3282773-1303759509
RUNJOBID= node123-1303759508-20137
PBS_JOBID= 13157133
Free space on /tmp= 72692 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.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-3282773-1303759509/watcher-3282773-1303759509 -o /tmp/evaluation-result-3282773-1303759509/solver-3282773-1303759509 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282773-1303759509.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=864918930

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.75
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.838
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.838
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.74
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.838
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.80
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.838
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.838
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:      15562356 kB
Buffers:       2145116 kB
Cached:       14647572 kB
SwapCached:          0 kB
Active:        8301124 kB
Inactive:      8555824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15562356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1796 kB
Writeback:           0 kB
AnonPages:       63696 kB
Mapped:          14428 kB
Slab:           467380 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190072 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= 72644 MiB
End job on node123 at 2011-04-25 21:46:52