Trace number 3282865

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.28 1300.07

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		6997539544
0.00/0.09	c Max memory 		7034241024
0.00/0.09	c Total memory 		7034241024
0.00/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@50337d0f
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-3282865-1303759510.cnf
0.07/0.11	c reading problem ... 
0.25/0.27	c ... done. Wall clock time 0.164s.
0.25/0.27	c #vars     31613
0.25/0.27	c #constraints  94999
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33922
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 60982
20.75/20.22	c cleaning 2389 clauses out of 4777 with flag 5000/5000
44.22/43.21	c cleaning 4190 clauses out of 8387 with flag 11000/11000
71.62/70.67	c cleaning 5596 clauses out of 11198 with flag 18001/18001
106.03/105.08	c cleaning 6796 clauses out of 13601 with flag 26002/26002
142.56/141.59	c cleaning 7899 clauses out of 15801 with flag 35001/35001
180.96/179.93	c cleaning 8945 clauses out of 17901 with flag 45000/45000
230.07/229.06	c cleaning 9978 clauses out of 19955 with flag 56000/56000
283.07/282.01	c cleaning 10983 clauses out of 21977 with flag 68000/68000
337.28/336.28	c cleaning 11989 clauses out of 23994 with flag 81000/81000
398.49/397.41	c cleaning 12996 clauses out of 26006 with flag 95001/95001
457.60/456.53	c cleaning 13997 clauses out of 28001 with flag 110001/110001
527.21/526.14	c cleaning 15000 clauses out of 30004 with flag 126001/126001
601.72/600.65	c cleaning 15993 clauses out of 32003 with flag 143000/143000
679.42/678.32	c cleaning 16998 clauses out of 34009 with flag 161000/161000
762.53/761.48	c cleaning 18002 clauses out of 36011 with flag 180000/180000
853.64/852.53	c cleaning 19002 clauses out of 38010 with flag 200001/200001
945.14/944.09	c cleaning 19997 clauses out of 40007 with flag 221000/221000
1041.95/1040.81	c cleaning 21001 clauses out of 42010 with flag 243002/243002
1144.46/1143.36	c cleaning 21998 clauses out of 44007 with flag 266000/266000
1251.77/1250.64	c cleaning 23001 clauses out of 46012 with flag 290003/290003
1301.18/1300.01	c starts		: 685
1301.18/1300.01	c conflicts		: 300781
1301.18/1300.01	c decisions		: 407381
1301.18/1300.01	c propagations		: 2257318920
1301.18/1300.01	c inspects		: 7545538671
1301.18/1300.01	c shortcuts		: 0
1301.18/1300.01	c learnt literals	: 30
1301.18/1300.01	c learnt binary clauses	: 125
1301.18/1300.01	c learnt ternary clauses	: 490
1301.18/1300.01	c learnt constraints	: 300750
1301.18/1300.01	c ignored constraints	: 0
1301.18/1300.01	c root simplifications	: 715
1301.18/1300.01	c removed literals (reason simplification)	: 78829354
1301.18/1300.01	c reason swapping (by a shorter reason)	: 0
1301.18/1300.01	c Calls to reduceDB	: 20
1301.18/1300.01	c speed (assignments/second)	: 1736751.8634553477
1301.18/1300.01	c non guided choices	477
1301.18/1300.05	c learnt constraints type 
1301.18/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 112
1301.18/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33681
1301.18/1300.05	c constraints type 
1301.18/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33922
1301.18/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 60982
1301.18/1300.05	s UNKNOWN
1301.18/1300.05	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-3282865-1303759510/watcher-3282865-1303759510 -o /tmp/evaluation-result-3282865-1303759510/solver-3282865-1303759510 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282865-1303759510.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: 1.20 4.79 6.46 5/197 9958
/proc/meminfo: memFree=21062388/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=23028 CPUtime=0 cores=0,2
/proc/9958/stat : 9958 (java) R 9956 9958 9900 0 -1 4202496 960 0 0 0 0 0 0 0 22 0 1 0 487550759 23580672 702 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237273916904 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9958/statm: 5757 702 518 9 0 124 0

[startup+0.104265 s]
/proc/loadavg: 1.20 4.79 6.46 5/197 9958
/proc/meminfo: memFree=21062388/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7569940 CPUtime=0.07 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 9584 0 1 0 6 1 0 0 22 0 18 0 487550759 7751618560 9279 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1892485 9280 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.200278 s]
/proc/loadavg: 1.20 4.79 6.46 5/197 9958
/proc/meminfo: memFree=21062388/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7701924 CPUtime=0.25 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 11802 0 1 0 23 2 0 0 22 0 18 0 487550759 7886770176 11368 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1925481 11370 2188 9 0 1916219 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 7701924

[startup+0.351371 s]
/proc/loadavg: 1.20 4.79 6.46 5/197 9958
/proc/meminfo: memFree=21062388/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7704076 CPUtime=0.52 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 14720 0 1 0 50 2 0 0 22 0 19 0 487550759 7888973824 14085 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1926019 14085 2208 9 0 1916757 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 7704076

[startup+0.700104 s]
/proc/loadavg: 1.20 4.79 6.46 5/197 9958
/proc/meminfo: memFree=21062388/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=1.15 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 18651 0 1 0 112 3 0 0 22 0 19 0 487550759 7895801856 16108 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 16108 2221 9 0 1918424 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7710744

[startup+1.50096 s]
/proc/loadavg: 1.20 4.79 6.46 4/218 9981
/proc/meminfo: memFree=20997896/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=2 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 18721 0 1 0 197 3 0 0 22 0 19 0 487550759 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 16177 2222 9 0 1918424 0
[pid=9958/tid=9960] ppid=9956 vsize=7710744 CPUtime=1.4 cores=0,2
/proc/9958/task/9960/stat : 9960 (java) R 9956 9958 9900 0 -1 4202560 12126 0 1 0 138 2 0 0 25 0 19 0 487550760 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 46912505695376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9958/tid=9961] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9961/stat : 9961 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9962] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9962/stat : 9962 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9963] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9963/stat : 9963 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9964] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9964/stat : 9964 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9965] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9965/stat : 9965 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487550762 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550763 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550763 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.14 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 1690 0 0 0 14 0 0 0 23 0 19 0 487550766 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.44 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3742 0 0 0 44 0 0 0 16 0 19 0 487550766 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 16177 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7710744

[startup+3.10067 s]
/proc/loadavg: 1.20 4.79 6.46 4/238 10004
/proc/meminfo: memFree=20897012/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=3.6 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 18786 0 1 0 357 3 0 0 22 0 19 0 487550759 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 16242 2222 9 0 1918424 0
[pid=9958/tid=9960] ppid=9956 vsize=7710744 CPUtime=3 cores=0,2
/proc/9958/task/9960/stat : 9960 (java) R 9956 9958 9900 0 -1 4202560 12191 0 1 0 298 2 0 0 25 0 19 0 487550760 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 46912505677348 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9958/tid=9961] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9961/stat : 9961 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9962] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9962/stat : 9962 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9963] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9963/stat : 9963 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9964] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9964/stat : 9964 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9965] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9965/stat : 9965 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487550762 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550763 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550763 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.14 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 1690 0 0 0 14 0 0 0 18 0 19 0 487550766 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.44 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3742 0 0 0 44 0 0 0 16 0 19 0 487550766 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 16242 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 7710744

[startup+6.30122 s]
/proc/loadavg: 1.34 4.76 6.44 5/261 10032
/proc/meminfo: memFree=20738404/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=6.8 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 18852 0 1 0 677 3 0 0 22 0 19 0 487550759 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 16036 2222 9 0 1918424 0
[pid=9958/tid=9960] ppid=9956 vsize=7710744 CPUtime=6.2 cores=0,2
/proc/9958/task/9960/stat : 9960 (java) R 9956 9958 9900 0 -1 4202560 12257 0 1 0 618 2 0 0 25 0 19 0 487550760 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 46912505638964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9958/tid=9961] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9961/stat : 9961 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9962] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9962/stat : 9962 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9963] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9963/stat : 9963 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9964] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9964/stat : 9964 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9965] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9965/stat : 9965 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550761 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487550762 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487550763 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550763 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.14 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 1690 0 0 0 14 0 0 0 18 0 19 0 487550766 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.44 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3742 0 0 0 44 0 0 0 16 0 19 0 487550766 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 16036 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 7710744

[startup+12.701 s]

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

[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0.01 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=1.01 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6169 0 0 0 101 0 0 0 15 0 19 0 487550762 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.64 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 10907 0 0 0 63 1 0 0 15 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.48 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3746 0 0 0 48 0 0 0 15 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.46
Current children cumulated vsize (KiB) 7710744

[startup+1242.3 s]
/proc/loadavg: 4.10 4.05 4.65 5/262 10204
/proc/meminfo: memFree=19564244/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=1243.47 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 38411 0 1 0 124340 7 0 0 22 0 19 0 487550759 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 29555 2253 9 0 1918424 0
[pid=9958/tid=9960] ppid=9956 vsize=7710744 CPUtime=1241.04 cores=0,2
/proc/9958/task/9960/stat : 9960 (java) R 9956 9958 9900 0 -1 4202560 12636 0 1 0 124101 3 0 0 25 0 19 0 487550760 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 46912505695376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9958/tid=9961] ppid=9956 vsize=7710744 CPUtime=0.05 cores=0,2
/proc/9958/task/9961/stat : 9961 (java) S 9956 9958 9900 0 -1 4202560 2472 0 0 0 5 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9962] ppid=9956 vsize=7710744 CPUtime=0.03 cores=0,2
/proc/9958/task/9962/stat : 9962 (java) S 9956 9958 9900 0 -1 4202560 1008 0 0 0 3 0 0 0 16 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9963] ppid=9956 vsize=7710744 CPUtime=0.04 cores=0,2
/proc/9958/task/9963/stat : 9963 (java) S 9956 9958 9900 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9964] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9964/stat : 9964 (java) S 9956 9958 9900 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9965] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9965/stat : 9965 (java) S 9956 9958 9900 0 -1 4202560 200 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0.01 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=1.01 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6169 0 0 0 101 0 0 0 15 0 19 0 487550762 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.64 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 10907 0 0 0 63 1 0 0 15 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.48 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3746 0 0 0 48 0 0 0 15 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 29555 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.47
Current children cumulated vsize (KiB) 7710744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.04 4.61 5/262 10205
/proc/meminfo: memFree=19563712/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=1301.18 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 38446 0 1 0 130111 7 0 0 22 0 19 0 487550759 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 29583 2253 9 0 1918424 0
[pid=9958/tid=9960] ppid=9956 vsize=7710744 CPUtime=1298.68 cores=0,2
/proc/9958/task/9960/stat : 9960 (java) R 9956 9958 9900 0 -1 4202560 12637 0 1 0 129865 3 0 0 25 0 19 0 487550760 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 46912505695535 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9958/tid=9961] ppid=9956 vsize=7710744 CPUtime=0.05 cores=0,2
/proc/9958/task/9961/stat : 9961 (java) S 9956 9958 9900 0 -1 4202560 2472 0 0 0 5 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9962] ppid=9956 vsize=7710744 CPUtime=0.03 cores=0,2
/proc/9958/task/9962/stat : 9962 (java) S 9956 9958 9900 0 -1 4202560 1008 0 0 0 3 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9963] ppid=9956 vsize=7710744 CPUtime=0.04 cores=0,2
/proc/9958/task/9963/stat : 9963 (java) S 9956 9958 9900 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9964] ppid=9956 vsize=7710744 CPUtime=0.03 cores=0,2
/proc/9958/task/9964/stat : 9964 (java) S 9956 9958 9900 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9965] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9965/stat : 9965 (java) S 9956 9958 9900 0 -1 4202560 222 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0.01 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=1.08 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6171 0 0 0 108 0 0 0 15 0 19 0 487550762 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.64 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 10907 0 0 0 63 1 0 0 15 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.48 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3746 0 0 0 48 0 0 0 15 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.18
Current children cumulated vsize (KiB) 7710744

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: 4.03 4.04 4.61 5/262 10205
/proc/meminfo: memFree=19563712/32950904 swapFree=67082284/67111528
[pid=9958] ppid=9956 vsize=7710744 CPUtime=1301.18 cores=0,2
/proc/9958/stat : 9958 (java) S 9956 9958 9900 0 -1 4202496 38446 0 1 0 130111 7 0 0 22 0 19 0 487550759 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9958/statm: 1927686 29583 2253 9 0 1918424 0
[pid=9958/tid=9960] ppid=9956 vsize=7710744 CPUtime=1298.68 cores=0,2
/proc/9958/task/9960/stat : 9960 (java) R 9956 9958 9900 0 -1 4202560 12637 0 1 0 129865 3 0 0 25 0 19 0 487550760 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 46912505695535 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9958/tid=9961] ppid=9956 vsize=7710744 CPUtime=0.05 cores=0,2
/proc/9958/task/9961/stat : 9961 (java) S 9956 9958 9900 0 -1 4202560 2472 0 0 0 5 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9962] ppid=9956 vsize=7710744 CPUtime=0.03 cores=0,2
/proc/9958/task/9962/stat : 9962 (java) S 9956 9958 9900 0 -1 4202560 1008 0 0 0 3 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9963] ppid=9956 vsize=7710744 CPUtime=0.04 cores=0,2
/proc/9958/task/9963/stat : 9963 (java) S 9956 9958 9900 0 -1 4202560 13 0 0 0 4 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9964] ppid=9956 vsize=7710744 CPUtime=0.03 cores=0,2
/proc/9958/task/9964/stat : 9964 (java) S 9956 9958 9900 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9965] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9965/stat : 9965 (java) S 9956 9958 9900 0 -1 4202560 222 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9966] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9966/stat : 9966 (java) S 9956 9958 9900 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9967] ppid=9956 vsize=7710744 CPUtime=0.01 cores=0,2
/proc/9958/task/9967/stat : 9967 (java) S 9956 9958 9900 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9968] ppid=9956 vsize=7710744 CPUtime=0.02 cores=0,2
/proc/9958/task/9968/stat : 9968 (java) S 9956 9958 9900 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 487550761 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9969] ppid=9956 vsize=7710744 CPUtime=1.08 cores=0,2
/proc/9958/task/9969/stat : 9969 (java) S 9956 9958 9900 0 -1 4202560 6171 0 0 0 108 0 0 0 15 0 19 0 487550762 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 0 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9970] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9970/stat : 9970 (java) S 9956 9958 9900 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9971] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9971/stat : 9971 (java) S 9956 9958 9900 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487550763 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9972] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9972/stat : 9972 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290703281 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9973] ppid=9956 vsize=7710744 CPUtime=0.64 cores=0,2
/proc/9958/task/9973/stat : 9973 (java) S 9956 9958 9900 0 -1 4202560 10907 0 0 0 63 1 0 0 15 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9974] ppid=9956 vsize=7710744 CPUtime=0.48 cores=0,2
/proc/9958/task/9974/stat : 9974 (java) S 9956 9958 9900 0 -1 4202560 3746 0 0 0 48 0 0 0 15 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9975] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9975/stat : 9975 (java) S 9956 9958 9900 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290695577 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
[pid=9958/tid=9976] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9976/stat : 9976 (java) S 9956 9958 9900 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487550766 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 2 0 0 0
[pid=9958/tid=9977] ppid=9956 vsize=7710744 CPUtime=0 cores=0,2
/proc/9958/task/9977/stat : 9977 (java) S 9956 9958 9900 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487550791 7895801856 29583 33554432000 1073741824 1073778376 140736377573984 18446744073709551615 237290696192 0 4 0 16800975 18446604453908436992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.18
Current children cumulated vsize (KiB) 7710744

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.28
CPU user time (s): 1301.19
CPU system time (s): 0.085986
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 7710744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.19
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38483
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= 27073
involuntary context switches= 6461

runsolver used 2.13068 second user time and 4.97324 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 21:25:10
IDJOB=3282865
IDBENCH=70873
IDSOLVER=1611
FILE ID=node121/3282865-1303759510
RUNJOBID= node121-1303759508-9918
PBS_JOBID= 13157135
Free space on /tmp= 72088 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=864918930

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:      21062668 kB
Buffers:       2144868 kB
Cached:        9141628 kB
SwapCached:       2776 kB
Active:        8519128 kB
Inactive:      2859324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21062668 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3736 kB
Writeback:           0 kB
AnonPages:       89748 kB
Mapped:          22152 kB
Slab:           444984 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  7464036 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= 72020 MiB
End job on node121 at 2011-04-25 21:46:52