Trace number 3283647

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) 1302.46 1300.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483647s
0.08/0.11	c DB Simplification allowed=true
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3283647-1303760812.cnf
0.08/0.11	c reading problem ... 
1.41/1.35	c ... done. Wall clock time 1.242s.
1.41/1.35	c #vars     259234
1.41/1.35	c #constraints  1387064
1.41/1.35	c constraints type 
1.41/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 393124
1.41/1.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 980791
13.37/12.63	c cleaning 2465 clauses out of 4969 with flag 5000/5000
29.53/28.59	c cleaning 4223 clauses out of 8448 with flag 11001/11001
50.06/48.72	c cleaning 5570 clauses out of 11143 with flag 18003/18003
75.55/73.71	c cleaning 6574 clauses out of 13437 with flag 26002/26002
105.87/104.06	c cleaning 7721 clauses out of 15724 with flag 35000/35000
141.50/139.65	c cleaning 8922 clauses out of 17968 with flag 45000/45000
181.82/179.95	c cleaning 9938 clauses out of 19993 with flag 56001/56001
232.14/230.21	c cleaning 10707 clauses out of 21987 with flag 68000/68000
287.77/285.90	c cleaning 11913 clauses out of 24193 with flag 81000/81000
341.59/339.62	c cleaning 12894 clauses out of 26222 with flag 95000/95000
406.73/404.78	c cleaning 14072 clauses out of 28164 with flag 110004/110004
464.65/462.63	c cleaning 14846 clauses out of 29945 with flag 126004/126004
529.58/527.53	c cleaning 15465 clauses out of 31907 with flag 143000/143000
622.61/620.56	c cleaning 17149 clauses out of 34391 with flag 161001/161001
710.55/708.41	c cleaning 17700 clauses out of 35451 with flag 180003/180003
787.27/785.17	c cleaning 18393 clauses out of 37392 with flag 200000/200000
882.61/880.43	c cleaning 19473 clauses out of 39818 with flag 221001/221001
991.54/989.36	c cleaning 21038 clauses out of 42237 with flag 243001/243001
1077.18/1074.98	c cleaning 21720 clauses out of 43787 with flag 266000/266000
1188.41/1186.13	c cleaning 22866 clauses out of 45905 with flag 290000/290000
1286.75/1284.48	c cleaning 22098 clauses out of 44657 with flag 315001/315001
1302.39/1300.01	c starts		: 556
1302.39/1300.01	c conflicts		: 319781
1302.39/1300.01	c decisions		: 4248946
1302.39/1300.01	c propagations		: 1188412952
1302.39/1300.01	c inspects		: 3847867488
1302.39/1300.01	c shortcuts		: 0
1302.39/1300.01	c learnt literals	: 537
1302.39/1300.01	c learnt binary clauses	: 6187
1302.39/1300.01	c learnt ternary clauses	: 8376
1302.39/1300.01	c learnt constraints	: 319244
1302.39/1300.01	c ignored constraints	: 0
1302.39/1300.01	c root simplifications	: 1093
1302.39/1300.01	c removed literals (reason simplification)	: 13398521
1302.39/1300.01	c reason swapping (by a shorter reason)	: 0
1302.39/1300.01	c Calls to reduceDB	: 21
1302.39/1300.01	c speed (assignments/second)	: 915108.6744932077
1302.39/1300.01	c non guided choices	19325
1302.39/1300.02	c learnt constraints type 
1302.39/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5516
1302.39/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21751
1302.39/1300.02	c constraints type 
1302.39/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 393124
1302.39/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 980791
1302.39/1300.02	s UNKNOWN
1302.39/1300.02	c Total wall clock time (in seconds) : 1299.901

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.95 4.02 4.60 3/223 10237
/proc/meminfo: memFree=20049392/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=2464 CPUtime=0 cores=0,2
/proc/10237/stat : 10237 (java) R 10235 10237 9900 0 -1 4194304 90 0 0 0 0 0 0 0 23 0 1 0 487681102 2523136 44 33554432000 1073741824 1073778376 140737151228304 18446744073709551615 237273955975 0 2147483391 4096 0 0 0 0 17 0 0 0 0
/proc/10237/statm: 882 46 36 9 0 27 0

[startup+0.034335 s]
/proc/loadavg: 3.95 4.02 4.60 3/223 10237
/proc/meminfo: memFree=20049392/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7551884 CPUtime=0.01 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 8206 0 1 0 0 1 0 0 23 0 10 0 487681102 7733129216 7905 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1887971 7905 1515 9 0 1878719 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551884

[startup+0.100328 s]
/proc/loadavg: 3.95 4.02 4.60 3/223 10237
/proc/meminfo: memFree=20049392/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7635344 CPUtime=0.08 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 9835 0 1 0 7 1 0 0 23 0 18 0 487681102 7818592256 9532 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1908836 9532 1914 9 0 1899574 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7635344

[startup+0.300349 s]
/proc/loadavg: 3.95 4.02 4.60 3/223 10237
/proc/meminfo: memFree=20049392/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7636736 CPUtime=0.39 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 18527 0 1 0 37 2 0 0 23 0 18 0 487681102 7820017664 18098 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1909184 18100 2197 9 0 1899922 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7636736

[startup+0.700167 s]
/proc/loadavg: 3.95 4.02 4.60 3/223 10237
/proc/meminfo: memFree=20049392/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7636736 CPUtime=0.79 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 31060 0 1 0 76 3 0 0 23 0 18 0 487681102 7820017664 30630 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1909184 30630 2197 9 0 1899922 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 7636736

[startup+1.50103 s]
/proc/loadavg: 3.95 4.02 4.60 5/240 10276
/proc/meminfo: memFree=19922672/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7639596 CPUtime=1.71 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 50410 0 1 0 165 6 0 0 23 0 18 0 487681102 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1909899 49452 2213 9 0 1900637 0
[pid=10237/tid=10239] ppid=10235 vsize=7639596 CPUtime=1.39 cores=0,2
/proc/10237/task/10239/stat : 10239 (java) R 10235 10237 9900 0 -1 4202560 46748 0 1 0 133 6 0 0 19 0 18 0 487681103 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 46912505604222 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681104 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 487681106 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 487681106 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 487681106 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681109 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7639596 CPUtime=0.13 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) R 10235 10237 9900 0 -1 4202560 1320 0 0 0 13 0 0 0 16 0 18 0 487681109 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 47112361943760 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7639596 CPUtime=0.18 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 1188 0 0 0 18 0 0 0 16 0 18 0 487681109 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 487681109 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7639596 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 487681109 7822946304 49452 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 7639596

[startup+3.10074 s]
/proc/loadavg: 3.95 4.02 4.60 6/261 10300
/proc/meminfo: memFree=19746936/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7640932 CPUtime=3.78 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 55142 0 1 0 371 7 0 0 23 0 19 0 487681102 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1910233 51938 2223 9 0 1900971 0
[pid=10237/tid=10239] ppid=10235 vsize=7640932 CPUtime=2.87 cores=0,2
/proc/10237/task/10239/stat : 10239 (java) R 10235 10237 9900 0 -1 4202560 48006 0 1 0 281 6 0 0 23 0 19 0 487681103 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 46912505796992 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487681106 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487681106 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 487681106 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7640932 CPUtime=0.36 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) S 10235 10237 9900 0 -1 4202560 2032 0 0 0 36 0 0 0 15 0 19 0 487681109 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7640932 CPUtime=0.53 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 3942 0 0 0 53 0 0 0 15 0 19 0 487681109 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487681109 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10277] ppid=10235 vsize=7640932 CPUtime=0 cores=0,2
/proc/10237/task/10277/stat : 10277 (java) S 10235 10237 9900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487681253 7824314368 51938 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 7640932

[startup+6.30123 s]
/proc/loadavg: 3.95 4.02 4.59 5/262 10302
/proc/meminfo: memFree=19652764/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7641440 CPUtime=7.05 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 55535 0 1 0 697 8 0 0 23 0 19 0 487681102 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1910360 52317 2226 9 0 1901098 0
[pid=10237/tid=10239] ppid=10235 vsize=7641440 CPUtime=6.06 cores=0,2
/proc/10237/task/10239/stat : 10239 (java) R 10235 10237 9900 0 -1 4202560 48283 0 1 0 600 6 0 0 25 0 19 0 487681103 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 46912505925945 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681104 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487681106 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487681106 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 487681106 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7641440 CPUtime=0.43 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) S 10235 10237 9900 0 -1 4202560 2148 0 0 0 43 0 0 0 16 0 19 0 487681109 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7641440 CPUtime=0.53 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 3942 0 0 0 53 0 0 0 15 0 19 0 487681109 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487681109 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10277] ppid=10235 vsize=7641440 CPUtime=0 cores=0,2
/proc/10237/task/10277/stat : 10277 (java) S 10235 10237 9900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487681253 7824834560 52317 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 7641440

[startup+12.701 s]
/proc/loadavg: 3.96 4.02 4.59 5/262 10302
/proc/meminfo: memFree=19650796/32950904 swapFree=67082284/67111528

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

[pid=10237/tid=10245] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 6855 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 9979 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7661024 CPUtime=0.27 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 11010 0 0 0 27 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7661024 CPUtime=7.81 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 39664 0 0 0 776 5 0 0 15 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7661024 CPUtime=1.34 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) S 10235 10237 9900 0 -1 4202560 14494 0 0 0 132 2 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7661024 CPUtime=0.59 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 3942 0 0 0 59 0 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10277] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10277/stat : 10277 (java) S 10235 10237 9900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487681253 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1124.61
Current children cumulated vsize (KiB) 7661024

[startup+1182.3 s]
/proc/loadavg: 2.00 2.47 3.36 3/214 10477
/proc/meminfo: memFree=20419392/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7661024 CPUtime=1184.61 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 139641 0 1 0 118443 18 0 0 23 0 19 0 487681102 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1915256 128272 2254 9 0 1905994 0
[pid=10237/tid=10239] ppid=10235 vsize=7661024 CPUtime=1173.4 cores=0,2
/proc/10237/task/10239/stat : 10239 (java) R 10235 10237 9900 0 -1 4202560 48701 0 1 0 117332 8 0 0 25 0 19 0 487681103 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 46912505584239 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9900 0 -1 4202560 9 0 0 0 18 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=7661024 CPUtime=0.12 cores=0,2
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9900 0 -1 4202560 4 0 0 0 12 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=7661024 CPUtime=0.11 cores=0,2
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9900 0 -1 4202560 4 0 0 0 11 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=7661024 CPUtime=0.14 cores=0,2
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9900 0 -1 4202560 682 0 0 0 14 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=7661024 CPUtime=0.2 cores=0,2
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9900 0 -1 4202560 3078 0 0 0 20 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 6855 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 9979 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7661024 CPUtime=0.27 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 11010 0 0 0 27 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7661024 CPUtime=7.81 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 39664 0 0 0 776 5 0 0 15 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7661024 CPUtime=1.34 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) S 10235 10237 9900 0 -1 4202560 14494 0 0 0 132 2 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7661024 CPUtime=0.59 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 3942 0 0 0 59 0 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10277] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10277/stat : 10277 (java) S 10235 10237 9900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487681253 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1184.61
Current children cumulated vsize (KiB) 7661024

[startup+1242.3 s]
/proc/loadavg: 2.00 2.38 3.27 3/214 10479
/proc/meminfo: memFree=20418248/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7661024 CPUtime=1244.64 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 139646 0 1 0 124446 18 0 0 23 0 19 0 487681102 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1915256 128272 2254 9 0 1905994 0
[pid=10237/tid=10239] ppid=10235 vsize=7661024 CPUtime=1232.85 cores=0,2
/proc/10237/task/10239/stat : 10239 (java) R 10235 10237 9900 0 -1 4202560 48702 0 1 0 123277 8 0 0 25 0 19 0 487681103 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 46912505781909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9900 0 -1 4202560 9 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=7661024 CPUtime=0.12 cores=0,2
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9900 0 -1 4202560 4 0 0 0 12 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=7661024 CPUtime=0.14 cores=0,2
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9900 0 -1 4202560 4 0 0 0 14 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=7661024 CPUtime=0.17 cores=0,2
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9900 0 -1 4202560 682 0 0 0 17 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=7661024 CPUtime=0.2 cores=0,2
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9900 0 -1 4202560 3078 0 0 0 20 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 6855 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 9979 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7661024 CPUtime=0.27 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 11010 0 0 0 27 0 0 0 16 0 19 0 487681104 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7661024 CPUtime=8.33 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 39666 0 0 0 828 5 0 0 15 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7661024 CPUtime=1.34 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) S 10235 10237 9900 0 -1 4202560 14494 0 0 0 132 2 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7661024 CPUtime=0.59 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 3942 0 0 0 59 0 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 487681109 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10277] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10277/stat : 10277 (java) S 10235 10237 9900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487681253 7844888576 128272 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.64
Current children cumulated vsize (KiB) 7661024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.31 3.19 3/214 10480
/proc/meminfo: memFree=20416616/32950904 swapFree=67082284/67111528
[pid=10237] ppid=10235 vsize=7661024 CPUtime=1302.39 cores=0,2
/proc/10237/stat : 10237 (java) S 10235 10237 9900 0 -1 4202496 139659 0 1 0 130220 19 0 0 23 0 19 0 487681102 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10237/statm: 1915256 128278 2254 9 0 1905994 0
[pid=10237/tid=10239] ppid=10235 vsize=7661024 CPUtime=1290.13 cores=0,2
/proc/10237/task/10239/stat : 10239 (java) R 10235 10237 9900 0 -1 4202560 48703 0 1 0 129004 9 0 0 25 0 19 0 487681103 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 46912505595590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10237/tid=10240] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10240/stat : 10240 (java) S 10235 10237 9900 0 -1 4202560 9 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10241] ppid=10235 vsize=7661024 CPUtime=0.15 cores=0,2
/proc/10237/task/10241/stat : 10241 (java) S 10235 10237 9900 0 -1 4202560 6 0 0 0 15 0 0 0 16 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10242] ppid=10235 vsize=7661024 CPUtime=0.15 cores=0,2
/proc/10237/task/10242/stat : 10242 (java) S 10235 10237 9900 0 -1 4202560 4 0 0 0 15 0 0 0 15 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10243] ppid=10235 vsize=7661024 CPUtime=0.17 cores=0,2
/proc/10237/task/10243/stat : 10243 (java) S 10235 10237 9900 0 -1 4202560 682 0 0 0 17 0 0 0 15 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10244] ppid=10235 vsize=7661024 CPUtime=0.21 cores=0,2
/proc/10237/task/10244/stat : 10244 (java) S 10235 10237 9900 0 -1 4202560 3078 0 0 0 21 0 0 0 15 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10245] ppid=10235 vsize=7661024 CPUtime=0.2 cores=0,2
/proc/10237/task/10245/stat : 10245 (java) S 10235 10237 9900 0 -1 4202560 6858 0 0 0 20 0 0 0 16 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10246] ppid=10235 vsize=7661024 CPUtime=0.18 cores=0,2
/proc/10237/task/10246/stat : 10246 (java) S 10235 10237 9900 0 -1 4202560 9979 0 0 0 18 0 0 0 15 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10247] ppid=10235 vsize=7661024 CPUtime=0.29 cores=0,2
/proc/10237/task/10247/stat : 10247 (java) S 10235 10237 9900 0 -1 4202560 11011 0 0 0 29 0 0 0 16 0 19 0 487681104 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10248] ppid=10235 vsize=7661024 CPUtime=8.71 cores=0,2
/proc/10237/task/10248/stat : 10248 (java) S 10235 10237 9900 0 -1 4202560 39668 0 0 0 866 5 0 0 15 0 19 0 487681106 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10249] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10249/stat : 10249 (java) S 10235 10237 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10250] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10250/stat : 10250 (java) S 10235 10237 9900 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487681106 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10251] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10251/stat : 10251 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10252] ppid=10235 vsize=7661024 CPUtime=1.34 cores=0,2
/proc/10237/task/10252/stat : 10252 (java) S 10235 10237 9900 0 -1 4202560 14494 0 0 0 132 2 0 0 15 0 19 0 487681109 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
[pid=10237/tid=10253] ppid=10235 vsize=7661024 CPUtime=0.59 cores=0,2
/proc/10237/task/10253/stat : 10253 (java) S 10235 10237 9900 0 -1 4202560 3942 0 0 0 59 0 0 0 15 0 19 0 487681109 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10254] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10254/stat : 10254 (java) S 10235 10237 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487681109 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10255] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10255/stat : 10255 (java) S 10235 10237 9900 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487681109 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 2 0 0 0
[pid=10237/tid=10277] ppid=10235 vsize=7661024 CPUtime=0 cores=0,2
/proc/10237/task/10277/stat : 10277 (java) S 10235 10237 9900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 487681253 7844888576 128278 33554432000 1073741824 1073778376 140733246413344 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.39
Current children cumulated vsize (KiB) 7661024

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.05
CPU time (s): 1302.46
CPU user time (s): 1302.24
CPU system time (s): 0.221966
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 7664920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.24
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139690
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= 27335
involuntary context switches= 4787

runsolver used 2.34964 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 21:46:54
IDJOB=3283647
IDBENCH=71055
IDSOLVER=1611
FILE ID=node121/3283647-1303760812
RUNJOBID= node121-1303759508-9918
PBS_JOBID= 13157135
Free space on /tmp= 71996 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.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-3283647-1303760812/watcher-3283647-1303760812 -o /tmp/evaluation-result-3283647-1303760812/solver-3283647-1303760812 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3283647-1303760812.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1888048804

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20049424 kB
Buffers:       2145204 kB
Cached:        9263340 kB
SwapCached:       2776 kB
Active:        9500772 kB
Inactive:      2887784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20049424 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           26476 kB
Writeback:          16 kB
AnonPages:      977512 kB
Mapped:          22432 kB
Slab:           445856 kB
PageTables:       7212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 14812760 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= 72064 MiB
End job on node121 at 2011-04-25 22:08:36