Trace number 3282911

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) 1301.38 1300.04

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.0316
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c no version file found!!!
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		6997539544
0.03/0.09	c Max memory 		7034241024
0.03/0.09	c Total memory 		7034241024
0.03/0.09	c Number of processors 	8
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483647s
0.07/0.11	c DB Simplification allowed=true
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3282911-1307633277.cnf
0.07/0.11	c reading problem ... 
0.49/0.35	c ... done. Wall clock time 0.246s.
0.49/0.35	c #vars     31435
0.49/0.35	c #constraints  94443
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33634
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 60714
15.96/15.37	c cleaning 2429 clauses out of 4868 with flag 5001/5001
37.76/36.68	c cleaning 4218 clauses out of 8438 with flag 11001/11001
60.58/59.45	c cleaning 5609 clauses out of 11218 with flag 18002/18002
87.18/86.06	c cleaning 6798 clauses out of 13608 with flag 26001/26001
118.31/117.11	c cleaning 7899 clauses out of 15810 with flag 35001/35001
153.01/151.87	c cleaning 8951 clauses out of 17910 with flag 45000/45000
189.91/188.76	c cleaning 9977 clauses out of 19960 with flag 56001/56001
232.42/231.27	c cleaning 10987 clauses out of 21981 with flag 68001/68001
279.92/278.77	c cleaning 11990 clauses out of 23989 with flag 81001/81001
332.13/330.97	c cleaning 12993 clauses out of 25999 with flag 95001/95001
392.94/391.77	c cleaning 14001 clauses out of 28005 with flag 110000/110000
454.74/453.55	c cleaning 14996 clauses out of 30004 with flag 126000/126000
520.05/518.83	c cleaning 16002 clauses out of 32008 with flag 143000/143000
589.15/587.91	c cleaning 17000 clauses out of 34006 with flag 161000/161000
658.96/657.75	c cleaning 18000 clauses out of 36007 with flag 180002/180002
733.97/732.75	c cleaning 18998 clauses out of 38005 with flag 200000/200000
821.28/820.09	c cleaning 20001 clauses out of 40007 with flag 221000/221000
909.18/907.96	c cleaning 20997 clauses out of 42006 with flag 243000/243000
996.79/995.60	c cleaning 22000 clauses out of 44009 with flag 266000/266000
1091.40/1090.17	c cleaning 23003 clauses out of 46011 with flag 290002/290002
1191.51/1190.23	c cleaning 24004 clauses out of 48008 with flag 315002/315002
1299.21/1297.91	c cleaning 24993 clauses out of 50002 with flag 341000/341000
1301.33/1300.01	c starts		: 732
1301.33/1300.01	c conflicts		: 341662
1301.33/1300.01	c decisions		: 464256
1301.33/1300.01	c propagations		: 2562177858
1301.33/1300.01	c inspects		: 8627717856
1301.33/1300.01	c shortcuts		: 0
1301.33/1300.01	c learnt literals	: 26
1301.33/1300.01	c learnt binary clauses	: 129
1301.33/1300.01	c learnt ternary clauses	: 583
1301.33/1300.01	c learnt constraints	: 341635
1301.33/1300.01	c ignored constraints	: 0
1301.33/1300.01	c root simplifications	: 758
1301.33/1300.01	c removed literals (reason simplification)	: 86172540
1301.33/1300.01	c reason swapping (by a shorter reason)	: 0
1301.33/1300.01	c Calls to reduceDB	: 22
1301.33/1300.01	c speed (assignments/second)	: 1971427.7147183563
1301.33/1300.01	c non guided choices	202
1301.33/1300.02	c learnt constraints type 
1301.33/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 122
1301.33/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25549
1301.33/1300.02	c constraints type 
1301.33/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33634
1301.33/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 60714
1301.33/1300.02	s UNKNOWN
1301.33/1300.02	c Total wall clock time (in seconds) : 1299.902

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: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282911-1307633277/watcher-3282911-1307633277 -o /tmp/evaluation-result-3282911-1307633277/solver-3282911-1307633277 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282911-1307633277.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 9648
/proc/meminfo: memFree=32109236/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=9100 CPUtime=0 cores=1,3
/proc/9648/stat : 9648 (java) R 9646 9648 9614 0 -1 4202496 427 0 0 0 0 0 0 0 17 0 1 0 874925518 9318400 172 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212682751623 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/9648/statm: 2275 172 132 9 0 67 0

[startup+0.0698849 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 9648
/proc/meminfo: memFree=32109236/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7564488 CPUtime=0.03 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 8957 0 1 0 3 0 0 0 17 0 13 0 874925518 7746035712 8653 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1891122 8653 1687 9 0 1881870 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.100872 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 9648
/proc/meminfo: memFree=32109236/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7569940 CPUtime=0.07 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 9511 0 1 0 6 1 0 0 17 0 18 0 874925518 7751618560 9207 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1892485 9208 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.342068 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 9648
/proc/meminfo: memFree=32109236/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7642508 CPUtime=0.49 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 14671 0 1 0 48 1 0 0 17 0 18 0 874925518 7825928192 13858 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1910627 13858 2197 9 0 1901365 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7642508

[startup+0.700732 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 9648
/proc/meminfo: memFree=32109236/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7643720 CPUtime=1.19 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 16858 0 1 0 117 2 0 0 17 0 19 0 874925518 7827169280 15372 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1910930 15372 2220 9 0 1901668 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 7643720

[startup+1.50062 s]
/proc/loadavg: 0.00 0.00 0.00 2/193 9667
/proc/meminfo: memFree=32055848/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7643720 CPUtime=2.07 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 16922 0 1 0 205 2 0 0 17 0 19 0 874925518 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1910930 15436 2222 9 0 1901668 0
[pid=9648/tid=9650] ppid=9646 vsize=7643720 CPUtime=1.46 cores=1,3
/proc/9648/task/9650/stat : 9650 (java) R 9646 9648 9614 0 -1 4202560 12046 0 1 0 145 1 0 0 20 0 19 0 874925518 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 46912505634380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9648/tid=9651] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9651/stat : 9651 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9652] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9652/stat : 9652 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9653] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9653/stat : 9653 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9654] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9654/stat : 9654 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9655] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9655/stat : 9655 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9656] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925521 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 874925522 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 874925522 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 874925522 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7643720 CPUtime=0.52 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 2264 0 0 0 52 0 0 0 15 0 19 0 874925525 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7643720 CPUtime=0.07 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1452 0 0 0 7 0 0 0 23 0 19 0 874925525 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874925525 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7827169280 15436 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7643720

[startup+3.10133 s]
/proc/loadavg: 0.00 0.00 0.00 2/193 9667
/proc/meminfo: memFree=32055712/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7643720 CPUtime=3.7 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 16992 0 1 0 368 2 0 0 17 0 19 0 874925518 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1910930 15505 2222 9 0 1901668 0
[pid=9648/tid=9650] ppid=9646 vsize=7643720 CPUtime=3.06 cores=1,3
/proc/9648/task/9650/stat : 9650 (java) R 9646 9648 9614 0 -1 4202560 12110 0 1 0 305 1 0 0 25 0 19 0 874925518 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 46912505681916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9648/tid=9651] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9651/stat : 9651 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9652] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9652/stat : 9652 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9653] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9653/stat : 9653 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9654] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9654/stat : 9654 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9655] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9655/stat : 9655 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9656] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925521 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874925522 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 874925522 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 874925522 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7643720 CPUtime=0.54 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 2267 0 0 0 54 0 0 0 15 0 19 0 874925525 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7643720 CPUtime=0.08 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1454 0 0 0 8 0 0 0 17 0 19 0 874925525 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874925525 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7827169280 15505 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7643720

[startup+6.30075 s]
/proc/loadavg: 0.08 0.02 0.01 2/193 9668
/proc/meminfo: memFree=32055316/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7643720 CPUtime=6.91 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 17091 0 1 0 689 2 0 0 17 0 19 0 874925518 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1910930 15602 2222 9 0 1901668 0
[pid=9648/tid=9650] ppid=9646 vsize=7643720 CPUtime=6.26 cores=1,3
/proc/9648/task/9650/stat : 9650 (java) R 9646 9648 9614 0 -1 4202560 12209 0 1 0 625 1 0 0 25 0 19 0 874925518 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 46912505732186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9648/tid=9651] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9651/stat : 9651 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9652] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9652/stat : 9652 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9653] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9653/stat : 9653 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9654] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9654/stat : 9654 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9655] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9655/stat : 9655 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9656] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925521 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874925522 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 874925522 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 874925522 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7643720 CPUtime=0.54 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 2267 0 0 0 54 0 0 0 15 0 19 0 874925525 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7643720 CPUtime=0.09 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1454 0 0 0 9 0 0 0 15 0 19 0 874925525 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874925525 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7643720 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7827169280 15602 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 7643720

[startup+12.7016 s]

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

[pid=9648/tid=9656] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7652644 CPUtime=0.01 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 187 0 0 0 1 0 0 0 15 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7652644 CPUtime=0.96 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 6061 0 0 0 96 0 0 0 15 0 19 0 874925522 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7652644 CPUtime=1.04 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 8355 0 0 0 103 1 0 0 15 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7652644 CPUtime=0.15 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1880 0 0 0 15 0 0 0 15 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.6
Current children cumulated vsize (KiB) 7652644

[startup+1242.3 s]
/proc/loadavg: 3.00 2.96 2.21 4/238 9765
/proc/meminfo: memFree=31811816/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7652644 CPUtime=1243.61 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 33776 0 1 0 124357 4 0 0 17 0 19 0 874925518 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1913161 28126 2253 9 0 1903899 0
[pid=9648/tid=9650] ppid=9646 vsize=7652644 CPUtime=1241.15 cores=1,3
/proc/9648/task/9650/stat : 9650 (java) R 9646 9648 9614 0 -1 4202560 12570 0 1 0 124114 1 0 0 25 0 19 0 874925518 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 46912505690240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9648/tid=9651] ppid=9646 vsize=7652644 CPUtime=0.03 cores=1,3
/proc/9648/task/9651/stat : 9651 (java) S 9646 9648 9614 0 -1 4202560 1825 0 0 0 3 0 0 0 16 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9652] ppid=9646 vsize=7652644 CPUtime=0.03 cores=1,3
/proc/9648/task/9652/stat : 9652 (java) S 9646 9648 9614 0 -1 4202560 1168 0 0 0 3 0 0 0 16 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9653] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9653/stat : 9653 (java) S 9646 9648 9614 0 -1 4202560 374 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9654] ppid=9646 vsize=7652644 CPUtime=0.01 cores=1,3
/proc/9648/task/9654/stat : 9654 (java) S 9646 9648 9614 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9655] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9655/stat : 9655 (java) S 9646 9648 9614 0 -1 4202560 71 0 0 0 2 0 0 0 16 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9656] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 187 0 0 0 2 0 0 0 16 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 874925521 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7652644 CPUtime=1.01 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 6063 0 0 0 101 0 0 0 15 0 19 0 874925522 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7652644 CPUtime=1.04 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 8355 0 0 0 103 1 0 0 15 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7652644 CPUtime=0.15 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1880 0 0 0 15 0 0 0 15 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 874925525 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7836307456 28126 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.61
Current children cumulated vsize (KiB) 7652644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 2.97 2.26 4/238 9766
/proc/meminfo: memFree=31807844/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7652644 CPUtime=1301.33 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 34761 0 1 0 130129 4 0 0 17 0 19 0 874925518 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1913161 29105 2253 9 0 1903899 0
[pid=9648/tid=9650] ppid=9646 vsize=7652644 CPUtime=1298.8 cores=1,3
/proc/9648/task/9650/stat : 9650 (java) R 9646 9648 9614 0 -1 4202560 12571 0 1 0 129879 1 0 0 25 0 19 0 874925518 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 46912505690240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9648/tid=9651] ppid=9646 vsize=7652644 CPUtime=0.04 cores=1,3
/proc/9648/task/9651/stat : 9651 (java) S 9646 9648 9614 0 -1 4202560 2218 0 0 0 4 0 0 0 16 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9652] ppid=9646 vsize=7652644 CPUtime=0.03 cores=1,3
/proc/9648/task/9652/stat : 9652 (java) S 9646 9648 9614 0 -1 4202560 1168 0 0 0 3 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9653] ppid=9646 vsize=7652644 CPUtime=0.03 cores=1,3
/proc/9648/task/9653/stat : 9653 (java) S 9646 9648 9614 0 -1 4202560 796 0 0 0 3 0 0 0 16 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9654] ppid=9646 vsize=7652644 CPUtime=0.01 cores=1,3
/proc/9648/task/9654/stat : 9654 (java) S 9646 9648 9614 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9655] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9655/stat : 9655 (java) S 9646 9648 9614 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9656] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 187 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7652644 CPUtime=1.06 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 6230 0 0 0 106 0 0 0 15 0 19 0 874925522 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7652644 CPUtime=1.04 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 8355 0 0 0 103 1 0 0 15 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7652644 CPUtime=0.15 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1880 0 0 0 15 0 0 0 15 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.33
Current children cumulated vsize (KiB) 7652644

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

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

[startup+1300 s]
/proc/loadavg: 3.00 2.97 2.26 4/238 9766
/proc/meminfo: memFree=31807844/32951124 swapFree=67076880/67111528
[pid=9648] ppid=9646 vsize=7652644 CPUtime=1301.33 cores=1,3
/proc/9648/stat : 9648 (java) S 9646 9648 9614 0 -1 4202496 34761 0 1 0 130129 4 0 0 17 0 19 0 874925518 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9648/statm: 1913161 29105 2253 9 0 1903899 0
[pid=9648/tid=9650] ppid=9646 vsize=7652644 CPUtime=1298.8 cores=1,3
/proc/9648/task/9650/stat : 9650 (java) R 9646 9648 9614 0 -1 4202560 12571 0 1 0 129879 1 0 0 25 0 19 0 874925518 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 46912505690240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9648/tid=9651] ppid=9646 vsize=7652644 CPUtime=0.04 cores=1,3
/proc/9648/task/9651/stat : 9651 (java) S 9646 9648 9614 0 -1 4202560 2218 0 0 0 4 0 0 0 16 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9652] ppid=9646 vsize=7652644 CPUtime=0.03 cores=1,3
/proc/9648/task/9652/stat : 9652 (java) S 9646 9648 9614 0 -1 4202560 1168 0 0 0 3 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9653] ppid=9646 vsize=7652644 CPUtime=0.03 cores=1,3
/proc/9648/task/9653/stat : 9653 (java) S 9646 9648 9614 0 -1 4202560 796 0 0 0 3 0 0 0 16 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9654] ppid=9646 vsize=7652644 CPUtime=0.01 cores=1,3
/proc/9648/task/9654/stat : 9654 (java) S 9646 9648 9614 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9655] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9655/stat : 9655 (java) S 9646 9648 9614 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9656] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9656/stat : 9656 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9657] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9657/stat : 9657 (java) S 9646 9648 9614 0 -1 4202560 187 0 0 0 2 0 0 0 15 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9658] ppid=9646 vsize=7652644 CPUtime=0.02 cores=1,3
/proc/9648/task/9658/stat : 9658 (java) S 9646 9648 9614 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 874925521 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9659] ppid=9646 vsize=7652644 CPUtime=1.06 cores=1,3
/proc/9648/task/9659/stat : 9659 (java) S 9646 9648 9614 0 -1 4202560 6230 0 0 0 106 0 0 0 15 0 19 0 874925522 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 0 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9660] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9660/stat : 9660 (java) S 9646 9648 9614 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9661] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9661/stat : 9661 (java) S 9646 9648 9614 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874925522 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9662] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9662/stat : 9662 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699498929 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9663] ppid=9646 vsize=7652644 CPUtime=1.04 cores=1,3
/proc/9648/task/9663/stat : 9663 (java) S 9646 9648 9614 0 -1 4202560 8355 0 0 0 103 1 0 0 15 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9664] ppid=9646 vsize=7652644 CPUtime=0.15 cores=1,3
/proc/9648/task/9664/stat : 9664 (java) S 9646 9648 9614 0 -1 4202560 1880 0 0 0 15 0 0 0 15 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9665] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9665/stat : 9665 (java) S 9646 9648 9614 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491225 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
[pid=9648/tid=9666] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9666/stat : 9666 (java) S 9646 9648 9614 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 874925525 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 3 0 0 0
[pid=9648/tid=9667] ppid=9646 vsize=7652644 CPUtime=0 cores=1,3
/proc/9648/task/9667/stat : 9667 (java) S 9646 9648 9614 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874925557 7836307456 29105 33554432000 1073741824 1073778376 140733980421904 18446744073709551615 212699491840 0 4 0 16800975 18446604471162521408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.33
Current children cumulated vsize (KiB) 7652644

Child status: 143
Real time (s): 1300.04
CPU time (s): 1301.38
CPU user time (s): 1301.32
CPU system time (s): 0.055991
CPU usage (%): 100.103
Max. virtual memory (cumulated for all children) (KiB): 7664380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.32
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34799
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= 27201
involuntary context switches= 3944

runsolver used 2.16267 second user time and 4.93925 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-09 17:27:58
IDJOB=3282911
IDBENCH=70880
IDSOLVER=1611
FILE ID=node139/3282911-1307633277
RUNJOBID= node139-1307633277-9634
PBS_JOBID= 13549353
Free space on /tmp= 74200 MiB

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

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED=1334789658

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32109524 kB
Buffers:        199124 kB
Cached:         397772 kB
SwapCached:       3520 kB
Active:         308804 kB
Inactive:       322384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32109524 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:       32052 kB
Mapped:          13384 kB
Slab:           144100 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189020 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= 74196 MiB
End job on node139 at 2011-06-09 17:49:40