Trace number 3286775

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

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9231
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3286775-1307633283.cnf
0.03/0.09	c reading problem ... 
0.69/0.63	c ... done. Wall clock time 0.539s.
0.69/0.63	c #vars     259762
0.69/0.63	c #constraints  656573
0.69/0.63	c constraints type 
0.69/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 218857
0.69/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 437714
103.54/103.28	c cleaning 2446 clauses out of 4891 with flag 5000/5000
207.40/206.49	c cleaning 4192 clauses out of 8415 with flag 11000/11000
324.85/323.89	c cleaning 5520 clauses out of 11156 with flag 18000/18000
448.39/447.35	c cleaning 6707 clauses out of 13582 with flag 26001/26001
563.93/562.82	c cleaning 7667 clauses out of 15429 with flag 35000/35000
605.55/604.42	c cleaning 8509 clauses out of 17027 with flag 45002/45002
618.87/617.71	c cleaning 9747 clauses out of 19517 with flag 56001/56001
631.89/630.73	c cleaning 10815 clauses out of 21769 with flag 68000/68000
646.50/645.34	c cleaning 11939 clauses out of 23954 with flag 81000/81000
661.81/660.63	c cleaning 12924 clauses out of 26016 with flag 95001/95001
677.52/676.32	c cleaning 14019 clauses out of 28092 with flag 110001/110001
698.53/697.39	c cleaning 14977 clauses out of 30072 with flag 126000/126000
728.24/727.10	c cleaning 15987 clauses out of 32096 with flag 143001/143001
747.85/746.62	c cleaning 16991 clauses out of 34108 with flag 161000/161000
774.16/772.92	c cleaning 17982 clauses out of 36117 with flag 180000/180000
794.68/793.43	c cleaning 19040 clauses out of 38130 with flag 200000/200000
817.89/816.68	c cleaning 20010 clauses out of 40091 with flag 221001/221001
842.91/841.67	c cleaning 20952 clauses out of 42081 with flag 243001/243001
868.61/867.34	c cleaning 21981 clauses out of 44130 with flag 266002/266002
894.83/893.53	c cleaning 23056 clauses out of 46149 with flag 290002/290002
919.34/918.06	c cleaning 24019 clauses out of 48091 with flag 315000/315000
950.05/948.70	c cleaning 25029 clauses out of 50073 with flag 341001/341001
982.68/981.38	c cleaning 25982 clauses out of 52045 with flag 368002/368002
1015.38/1014.05	c cleaning 26985 clauses out of 54062 with flag 396001/396001
1052.80/1051.46	c cleaning 28032 clauses out of 56076 with flag 425000/425000
1090.31/1088.91	c cleaning 29011 clauses out of 58044 with flag 455000/455000
1121.12/1119.74	c cleaning 29996 clauses out of 60033 with flag 486000/486000
1155.94/1154.54	c cleaning 31003 clauses out of 62037 with flag 518000/518000
1187.26/1185.90	c cleaning 32001 clauses out of 64034 with flag 551000/551000
1219.46/1218.03	c cleaning 33007 clauses out of 66034 with flag 585001/585001
1248.98/1247.56	c cleaning 34003 clauses out of 68027 with flag 620001/620001
1277.89/1276.44	c cleaning 34829 clauses out of 69679 with flag 656001/656001
1301.51/1300.01	c starts		: 1010
1301.51/1300.01	c conflicts		: 684242
1301.51/1300.01	c decisions		: 4629094
1301.51/1300.01	c propagations		: 1877514801
1301.51/1300.01	c inspects		: 4231411746
1301.51/1300.01	c shortcuts		: 0
1301.51/1300.01	c learnt literals	: 252
1301.51/1300.01	c learnt binary clauses	: 2803
1301.51/1300.01	c learnt ternary clauses	: 2948
1301.51/1300.01	c learnt constraints	: 683989
1301.51/1300.01	c ignored constraints	: 0
1301.51/1300.01	c root simplifications	: 1262
1301.51/1300.01	c removed literals (reason simplification)	: 19803668
1301.51/1300.01	c reason swapping (by a shorter reason)	: 0
1301.51/1300.01	c Calls to reduceDB	: 32
1301.51/1300.01	c speed (assignments/second)	: 1444934.6117408574
1301.51/1300.01	c non guided choices	20242
1301.51/1300.04	c learnt constraints type 
1301.51/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2682
1301.51/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45211
1301.51/1300.04	c constraints type 
1301.51/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 218857
1301.51/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 437714
1301.51/1300.04	s UNKNOWN
1301.51/1300.04	c Total wall clock time (in seconds) : 1299.919

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-3286775-1307633283/watcher-3286775-1307633283 -o /tmp/evaluation-result-3286775-1307633283/solver-3286775-1307633283 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286775-1307633283.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 2/194 9767
/proc/meminfo: memFree=31850568/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=2464 CPUtime=0 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4194304 280 0 0 0 0 0 0 0 22 0 1 0 874928009 2523136 44 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274659884679 0 2147483391 4096 0 18446744071699109054 0 0 17 1 0 0 0
/proc/9767/statm: 616 44 35 9 0 27 0

[startup+0.0410061 s]
/proc/loadavg: 0.00 0.00 0.00 2/194 9767
/proc/meminfo: memFree=31850568/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7564352 CPUtime=0.03 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 8685 0 1 0 2 1 0 0 22 0 13 0 874928009 7745896448 8382 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1891088 8382 1661 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100992 s]
/proc/loadavg: 0.00 0.00 0.00 2/194 9767
/proc/meminfo: memFree=31850568/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 10667 0 1 0 7 1 0 0 22 0 18 0 874928009 7751618560 10364 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1892485 10392 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300962 s]
/proc/loadavg: 0.00 0.00 0.00 2/194 9767
/proc/meminfo: memFree=31850568/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7637000 CPUtime=0.4 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 18644 0 1 0 38 2 0 0 22 0 18 0 874928009 7820288000 18209 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1909250 18211 2197 9 0 1899988 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637000

[startup+0.70086 s]
/proc/loadavg: 0.00 0.00 0.00 2/194 9767
/proc/meminfo: memFree=31850568/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7637000 CPUtime=0.84 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 36558 0 1 0 80 4 0 0 22 0 18 0 874928009 7820288000 36067 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1909250 36067 2208 9 0 1899988 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 7637000

[startup+1.50076 s]
/proc/loadavg: 0.00 0.00 0.00 5/214 9787
/proc/meminfo: memFree=31628792/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7642508 CPUtime=1.89 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 40020 0 1 0 184 5 0 0 22 0 19 0 874928009 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1910627 37971 2221 9 0 1901365 0
[pid=9767/tid=9769] ppid=9765 vsize=7642508 CPUtime=1.44 cores=1,3
/proc/9767/task/9769/stat : 9769 (java) R 9765 9767 9702 0 -1 4202560 34682 0 1 0 141 3 0 0 20 0 19 0 874928010 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 46912505718054 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9767/tid=9770] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9770/stat : 9770 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9771] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9771/stat : 9771 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9772] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9772/stat : 9772 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9773] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9773/stat : 9773 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9774] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9774/stat : 9774 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9775] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 874928012 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874928013 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928013 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7642508 CPUtime=0.16 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 1284 0 0 0 16 0 0 0 18 0 19 0 874928015 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7642508 CPUtime=0.26 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 2893 0 0 0 26 0 0 0 20 0 19 0 874928015 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874928015 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7825928192 37971 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 7642508

[startup+3.10148 s]
/proc/loadavg: 0.00 0.00 0.00 3/214 9787
/proc/meminfo: memFree=31628296/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7642508 CPUtime=3.55 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 40301 0 1 0 350 5 0 0 22 0 19 0 874928009 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1910627 37978 2221 9 0 1901365 0
[pid=9767/tid=9769] ppid=9765 vsize=7642508 CPUtime=3.04 cores=1,3
/proc/9767/task/9769/stat : 9769 (java) R 9765 9767 9702 0 -1 4202560 34688 0 1 0 301 3 0 0 25 0 19 0 874928010 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 46912505717729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9767/tid=9770] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9770/stat : 9770 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9771] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9771/stat : 9771 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9772] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9772/stat : 9772 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9773] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9773/stat : 9773 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9774] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9774/stat : 9774 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9775] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 874928012 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874928013 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928013 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7642508 CPUtime=0.21 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 1558 0 0 0 21 0 0 0 15 0 19 0 874928015 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7642508 CPUtime=0.27 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 2894 0 0 0 27 0 0 0 15 0 19 0 874928015 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874928015 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7642508 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7825928192 37978 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 7642508

[startup+6.30093 s]
/proc/loadavg: 0.16 0.03 0.01 2/193 9790
/proc/meminfo: memFree=31734548/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7640932 CPUtime=6.86 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 40993 0 1 0 681 5 0 0 22 0 19 0 874928009 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1910233 37766 2226 9 0 1900971 0
[pid=9767/tid=9769] ppid=9765 vsize=7640932 CPUtime=6.24 cores=1,3
/proc/9767/task/9769/stat : 9769 (java) R 9765 9767 9702 0 -1 4202560 34714 0 1 0 621 3 0 0 25 0 19 0 874928010 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 46912505748348 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9767/tid=9770] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9770/stat : 9770 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9771] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9771/stat : 9771 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9772] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9772/stat : 9772 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9773] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9773/stat : 9773 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9774] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9774/stat : 9774 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9775] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928011 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874928012 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 874928013 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874928013 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7640932 CPUtime=0.29 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 2215 0 0 0 29 0 0 0 15 0 19 0 874928015 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7640932 CPUtime=0.3 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 2903 0 0 0 30 0 0 0 15 0 19 0 874928015 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874928015 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7640932 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7824314368 37766 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 7640932

[startup+12.7008 s]

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

[pid=9767/tid=9775] ppid=9765 vsize=7646036 CPUtime=0.1 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 683 0 0 0 10 0 0 0 16 0 19 0 874928011 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7646036 CPUtime=0.1 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1189 0 0 0 10 0 0 0 15 0 19 0 874928011 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7646036 CPUtime=0.13 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 4928 0 0 0 13 0 0 0 15 0 19 0 874928011 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7646036 CPUtime=6.79 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 31127 0 0 0 677 2 0 0 15 0 19 0 874928012 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7646036 CPUtime=0.31 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 2222 0 0 0 31 0 0 0 15 0 19 0 874928015 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7646036 CPUtime=0.84 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 9430 0 0 0 83 1 0 0 15 0 19 0 874928015 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 874928015 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7829540864 116659 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.75
Current children cumulated vsize (KiB) 7646036

[startup+1242.3 s]
/proc/loadavg: 3.01 2.97 2.20 4/236 9910
/proc/meminfo: memFree=31307636/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7646036 CPUtime=1243.78 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 125368 0 1 0 124350 28 0 0 22 0 19 0 874928009 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1911509 116664 2253 9 0 1902247 0
[pid=9767/tid=9769] ppid=9765 vsize=7646036 CPUtime=1234.18 cores=1,3
/proc/9767/task/9769/stat : 9769 (java) R 9765 9767 9702 0 -1 4202560 45266 0 1 0 123399 19 0 0 25 0 19 0 874928010 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 46912505717729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9767/tid=9770] ppid=9765 vsize=7646036 CPUtime=0.23 cores=1,3
/proc/9767/task/9770/stat : 9770 (java) S 9765 9767 9702 0 -1 4202560 10937 0 0 0 23 0 0 0 15 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9771] ppid=9765 vsize=7646036 CPUtime=0.22 cores=1,3
/proc/9767/task/9771/stat : 9771 (java) S 9765 9767 9702 0 -1 4202560 11915 0 0 0 21 1 0 0 15 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9772] ppid=9765 vsize=7646036 CPUtime=0.16 cores=1,3
/proc/9767/task/9772/stat : 9772 (java) S 9765 9767 9702 0 -1 4202560 5906 0 0 0 16 0 0 0 15 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9773] ppid=9765 vsize=7646036 CPUtime=0.04 cores=1,3
/proc/9767/task/9773/stat : 9773 (java) S 9765 9767 9702 0 -1 4202560 524 0 0 0 4 0 0 0 15 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9774] ppid=9765 vsize=7646036 CPUtime=0.11 cores=1,3
/proc/9767/task/9774/stat : 9774 (java) S 9765 9767 9702 0 -1 4202560 12 0 0 0 11 0 0 0 16 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9775] ppid=9765 vsize=7646036 CPUtime=0.11 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 683 0 0 0 11 0 0 0 15 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7646036 CPUtime=0.1 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1189 0 0 0 10 0 0 0 15 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7646036 CPUtime=0.14 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 4930 0 0 0 14 0 0 0 16 0 19 0 874928011 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7646036 CPUtime=7.22 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 31131 0 0 0 720 2 0 0 15 0 19 0 874928012 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7646036 CPUtime=0.31 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 2222 0 0 0 31 0 0 0 15 0 19 0 874928015 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7646036 CPUtime=0.84 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 9430 0 0 0 83 1 0 0 15 0 19 0 874928015 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 874928015 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7829540864 116664 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.78
Current children cumulated vsize (KiB) 7646036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 2.97 2.24 4/236 9912
/proc/meminfo: memFree=31307224/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7646036 CPUtime=1301.51 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 125385 0 1 0 130123 28 0 0 22 0 19 0 874928009 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1911509 116673 2253 9 0 1902247 0
[pid=9767/tid=9769] ppid=9765 vsize=7646036 CPUtime=1291.35 cores=1,3
/proc/9767/task/9769/stat : 9769 (java) R 9765 9767 9702 0 -1 4202560 45268 0 1 0 129116 19 0 0 25 0 19 0 874928010 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 46912505717729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9767/tid=9770] ppid=9765 vsize=7646036 CPUtime=0.24 cores=1,3
/proc/9767/task/9770/stat : 9770 (java) S 9765 9767 9702 0 -1 4202560 10937 0 0 0 24 0 0 0 16 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9771] ppid=9765 vsize=7646036 CPUtime=0.22 cores=1,3
/proc/9767/task/9771/stat : 9771 (java) S 9765 9767 9702 0 -1 4202560 11915 0 0 0 21 1 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9772] ppid=9765 vsize=7646036 CPUtime=0.17 cores=1,3
/proc/9767/task/9772/stat : 9772 (java) S 9765 9767 9702 0 -1 4202560 5910 0 0 0 17 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9773] ppid=9765 vsize=7646036 CPUtime=0.06 cores=1,3
/proc/9767/task/9773/stat : 9773 (java) S 9765 9767 9702 0 -1 4202560 526 0 0 0 6 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9774] ppid=9765 vsize=7646036 CPUtime=0.12 cores=1,3
/proc/9767/task/9774/stat : 9774 (java) S 9765 9767 9702 0 -1 4202560 15 0 0 0 12 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9775] ppid=9765 vsize=7646036 CPUtime=0.11 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 683 0 0 0 11 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7646036 CPUtime=0.1 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1189 0 0 0 10 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7646036 CPUtime=0.14 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 4930 0 0 0 14 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7646036 CPUtime=7.74 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 31135 0 0 0 772 2 0 0 15 0 19 0 874928012 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7646036 CPUtime=0.31 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 2222 0 0 0 31 0 0 0 15 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7646036 CPUtime=0.84 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 9430 0 0 0 83 1 0 0 15 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.51
Current children cumulated vsize (KiB) 7646036

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.24 4/236 9912
/proc/meminfo: memFree=31307224/32951132 swapFree=67054608/67111528
[pid=9767] ppid=9765 vsize=7646036 CPUtime=1301.51 cores=1,3
/proc/9767/stat : 9767 (java) S 9765 9767 9702 0 -1 4202496 125385 0 1 0 130123 28 0 0 22 0 19 0 874928009 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9767/statm: 1911509 116673 2253 9 0 1902247 0
[pid=9767/tid=9769] ppid=9765 vsize=7646036 CPUtime=1291.35 cores=1,3
/proc/9767/task/9769/stat : 9769 (java) R 9765 9767 9702 0 -1 4202560 45268 0 1 0 129116 19 0 0 25 0 19 0 874928010 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 46912505717729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9767/tid=9770] ppid=9765 vsize=7646036 CPUtime=0.24 cores=1,3
/proc/9767/task/9770/stat : 9770 (java) S 9765 9767 9702 0 -1 4202560 10937 0 0 0 24 0 0 0 16 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9771] ppid=9765 vsize=7646036 CPUtime=0.22 cores=1,3
/proc/9767/task/9771/stat : 9771 (java) S 9765 9767 9702 0 -1 4202560 11915 0 0 0 21 1 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9772] ppid=9765 vsize=7646036 CPUtime=0.17 cores=1,3
/proc/9767/task/9772/stat : 9772 (java) S 9765 9767 9702 0 -1 4202560 5910 0 0 0 17 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9773] ppid=9765 vsize=7646036 CPUtime=0.06 cores=1,3
/proc/9767/task/9773/stat : 9773 (java) S 9765 9767 9702 0 -1 4202560 526 0 0 0 6 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9774] ppid=9765 vsize=7646036 CPUtime=0.12 cores=1,3
/proc/9767/task/9774/stat : 9774 (java) S 9765 9767 9702 0 -1 4202560 15 0 0 0 12 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9775] ppid=9765 vsize=7646036 CPUtime=0.11 cores=1,3
/proc/9767/task/9775/stat : 9775 (java) S 9765 9767 9702 0 -1 4202560 683 0 0 0 11 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9776] ppid=9765 vsize=7646036 CPUtime=0.1 cores=1,3
/proc/9767/task/9776/stat : 9776 (java) S 9765 9767 9702 0 -1 4202560 1189 0 0 0 10 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9777] ppid=9765 vsize=7646036 CPUtime=0.14 cores=1,3
/proc/9767/task/9777/stat : 9777 (java) S 9765 9767 9702 0 -1 4202560 4930 0 0 0 14 0 0 0 15 0 19 0 874928011 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9778] ppid=9765 vsize=7646036 CPUtime=7.74 cores=1,3
/proc/9767/task/9778/stat : 9778 (java) S 9765 9767 9702 0 -1 4202560 31135 0 0 0 772 2 0 0 15 0 19 0 874928012 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 0 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9779] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9779/stat : 9779 (java) S 9765 9767 9702 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9780] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9780/stat : 9780 (java) S 9765 9767 9702 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 874928013 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9781] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9781/stat : 9781 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676631985 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9782] ppid=9765 vsize=7646036 CPUtime=0.31 cores=1,3
/proc/9767/task/9782/stat : 9782 (java) S 9765 9767 9702 0 -1 4202560 2222 0 0 0 31 0 0 0 15 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9783] ppid=9765 vsize=7646036 CPUtime=0.84 cores=1,3
/proc/9767/task/9783/stat : 9783 (java) S 9765 9767 9702 0 -1 4202560 9430 0 0 0 83 1 0 0 15 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9784] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9784/stat : 9784 (java) S 9765 9767 9702 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624281 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
[pid=9767/tid=9785] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9785/stat : 9785 (java) S 9765 9767 9702 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 874928015 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 3 0 0 0
[pid=9767/tid=9787] ppid=9765 vsize=7646036 CPUtime=0 cores=1,3
/proc/9767/task/9787/stat : 9787 (java) S 9765 9767 9702 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874928080 7829540864 116673 33554432000 1073741824 1073778376 140736457918256 18446744073709551615 274676624896 0 4 0 16800975 18446604471147831552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.51
Current children cumulated vsize (KiB) 7646036

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.61
CPU user time (s): 1301.3
CPU system time (s): 0.309952
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 7661512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.3
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125550
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= 27483
involuntary context switches= 3975

runsolver used 2.20366 second user time and 4.89626 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 17:28:04
IDJOB=3286775
IDBENCH=82435
IDSOLVER=1611
FILE ID=node131/3286775-1307633283
RUNJOBID= node131-1307633277-9722
PBS_JOBID= 13549361
Free space on /tmp= 74100 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.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-3286775-1307633283/watcher-3286775-1307633283 -o /tmp/evaluation-result-3286775-1307633283/solver-3286775-1307633283 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286775-1307633283.cnf

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=1502505893

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      31851896 kB
Buffers:        206336 kB
Cached:         596372 kB
SwapCached:       9768 kB
Active:         354128 kB
Inactive:       497020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31851896 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:           20068 kB
Writeback:           8 kB
AnonPages:       46604 kB
Mapped:          18772 kB
Slab:           183380 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  7450392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74108 MiB
End job on node131 at 2011-06-09 17:49:46