Trace number 3258960

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.05 1300.05

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c no version file found!!!
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		6997539544
0.06/0.07	c Max memory 		7034241024
0.06/0.07	c Total memory 		7034241024
0.06/0.07	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3258960-1303505562.cnf
0.06/0.09	c reading problem ... 
0.06/0.19	c ... done. Wall clock time 0.102s.
0.06/0.19	c #vars     760
0.06/0.19	c #constraints  43649
0.06/0.19	c constraints type 
0.06/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.06/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1.53/1.11	c cleaning 2496 clauses out of 5001 with flag 5001/5001
2.74/2.11	c cleaning 4247 clauses out of 8504 with flag 11000/11000
4.04/3.40	c cleaning 5622 clauses out of 11257 with flag 18000/18000
5.63/5.06	c cleaning 6811 clauses out of 13635 with flag 26000/26000
7.64/7.02	c cleaning 7903 clauses out of 15825 with flag 35001/35001
10.04/9.41	c cleaning 8953 clauses out of 17922 with flag 45001/45001
12.85/12.24	c cleaning 9986 clauses out of 19972 with flag 56004/56004
16.05/15.43	c cleaning 10970 clauses out of 21983 with flag 68001/68001
19.84/19.27	c cleaning 11989 clauses out of 24012 with flag 81000/81000
23.94/23.34	c cleaning 13004 clauses out of 26025 with flag 95002/95002
28.64/28.02	c cleaning 13999 clauses out of 28019 with flag 110000/110000
33.84/33.26	c cleaning 14986 clauses out of 30020 with flag 126000/126000
39.54/38.98	c cleaning 15997 clauses out of 32037 with flag 143003/143003
46.04/45.49	c cleaning 16995 clauses out of 34037 with flag 161000/161000
53.74/53.15	c cleaning 18005 clauses out of 36044 with flag 180002/180002
61.65/61.07	c cleaning 19009 clauses out of 38037 with flag 200000/200000
70.55/69.96	c cleaning 19994 clauses out of 40030 with flag 221002/221002
80.45/79.80	c cleaning 21009 clauses out of 42034 with flag 243000/243000
90.16/89.59	c cleaning 21989 clauses out of 44025 with flag 266000/266000
101.56/100.93	c cleaning 23001 clauses out of 46036 with flag 290000/290000
113.58/112.92	c cleaning 24004 clauses out of 48040 with flag 315005/315005
127.38/126.73	c cleaning 25002 clauses out of 50031 with flag 341000/341000
141.19/140.53	c cleaning 26002 clauses out of 52030 with flag 368001/368001
155.80/155.13	c cleaning 26996 clauses out of 54027 with flag 396000/396000
172.80/172.19	c cleaning 27991 clauses out of 56031 with flag 425000/425000
190.81/190.13	c cleaning 29011 clauses out of 58041 with flag 455001/455001
210.12/209.46	c cleaning 30003 clauses out of 60029 with flag 486000/486000
230.73/230.07	c cleaning 31007 clauses out of 62027 with flag 518001/518001
252.13/251.46	c cleaning 31994 clauses out of 64020 with flag 551001/551001
276.53/275.83	c cleaning 32990 clauses out of 66027 with flag 585002/585002
300.54/299.87	c cleaning 34006 clauses out of 68037 with flag 620002/620002
326.95/326.20	c cleaning 34999 clauses out of 70029 with flag 656000/656000
354.96/354.30	c cleaning 35975 clauses out of 72031 with flag 693001/693001
383.96/383.29	c cleaning 37015 clauses out of 74055 with flag 731000/731000
415.07/414.36	c cleaning 38002 clauses out of 76043 with flag 770003/770003
446.29/445.51	c cleaning 39002 clauses out of 78039 with flag 810001/810001
479.79/479.01	c cleaning 40010 clauses out of 80037 with flag 851001/851001
513.60/512.83	c cleaning 41000 clauses out of 82028 with flag 893002/893002
551.81/551.01	c cleaning 42002 clauses out of 84028 with flag 936002/936002
590.42/589.69	c cleaning 42993 clauses out of 86025 with flag 980001/980001
633.62/632.81	c cleaning 43503 clauses out of 87031 with flag 1024000/1024000
674.33/673.56	c cleaning 43744 clauses out of 87528 with flag 1068000/1068000
711.74/710.91	c cleaning 43877 clauses out of 87785 with flag 1112001/1112001
754.55/753.78	c cleaning 43945 clauses out of 87909 with flag 1156002/1156002
795.16/794.30	c cleaning 43953 clauses out of 87963 with flag 1200001/1200001
836.57/835.76	c cleaning 43989 clauses out of 88009 with flag 1244000/1244000
876.38/875.50	c cleaning 43990 clauses out of 88021 with flag 1288001/1288001
917.38/916.51	c cleaning 44010 clauses out of 88030 with flag 1332000/1332000
954.99/954.15	c cleaning 44000 clauses out of 88020 with flag 1376000/1376000
992.89/992.01	c cleaning 43990 clauses out of 88021 with flag 1420001/1420001
1034.80/1033.90	c cleaning 43998 clauses out of 88030 with flag 1464000/1464000
1073.61/1072.70	c cleaning 44003 clauses out of 88032 with flag 1508000/1508000
1114.13/1113.29	c cleaning 43996 clauses out of 88030 with flag 1552001/1552001
1153.13/1152.28	c cleaning 43999 clauses out of 88033 with flag 1596000/1596000
1191.03/1190.16	c cleaning 43994 clauses out of 88034 with flag 1640000/1640000
1229.95/1229.05	c cleaning 43993 clauses out of 88040 with flag 1684000/1684000
1269.06/1268.13	c cleaning 44001 clauses out of 88047 with flag 1728000/1728000
1300.97/1300.01	c starts		: 1481
1300.97/1300.01	c conflicts		: 1767638
1300.97/1300.01	c decisions		: 2640975
1300.97/1300.01	c propagations		: 162679819
1300.97/1300.01	c inspects		: 15301458438
1300.97/1300.01	c shortcuts		: 0
1300.97/1300.01	c learnt literals	: 0
1300.97/1300.01	c learnt binary clauses	: 0
1300.97/1300.01	c learnt ternary clauses	: 0
1300.97/1300.01	c learnt constraints	: 1767638
1300.97/1300.01	c ignored constraints	: 0
1300.97/1300.01	c root simplifications	: 1481
1300.97/1300.01	c removed literals (reason simplification)	: 59268877
1300.97/1300.01	c reason swapping (by a shorter reason)	: 0
1300.97/1300.01	c Calls to reduceDB	: 57
1300.97/1300.01	c speed (assignments/second)	: 125155.67386253482
1300.97/1300.01	c non guided choices	87
1300.97/1300.04	c learnt constraints type 
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83692
1300.97/1300.04	c constraints type 
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1300.97/1300.04	s UNKNOWN
1300.97/1300.04	c Total wall clock time (in seconds) : 1299.922

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.46 3.89 3.72 4/200 17502
/proc/meminfo: memFree=12911312/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=30528 CPUtime=0 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 1248 0 0 0 0 0 0 0 18 0 2 0 462152889 31260672 966 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 7632 966 739 9 0 383 0
[pid=17502/tid=17507] ppid=17500 vsize=30528 CPUtime=0 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 132 0 0 0 0 0 0 0 18 0 2 0 462152890 31260672 966 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254500691712 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0685521 s]
/proc/loadavg: 3.46 3.89 3.72 4/200 17502
/proc/meminfo: memFree=12911312/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 9387 0 1 0 5 1 0 0 18 0 18 0 462152889 7751618560 9082 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1892485 9082 1754 9 0 1883223 0
[pid=17502/tid=17507] ppid=17500 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 8211 0 1 0 5 1 0 0 25 0 18 0 462152890 7751618560 9082 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 47970307797763 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.23155 s]
/proc/loadavg: 3.46 3.89 3.72 4/200 17502
/proc/meminfo: memFree=12911312/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7638788 CPUtime=0.35 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 11813 0 1 0 34 1 0 0 18 0 19 0 462152889 7822118912 11396 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1909697 11400 2203 9 0 1900435 0
[pid=17502/tid=17507] ppid=17500 vsize=7638788 CPUtime=0.22 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 9447 0 1 0 21 1 0 0 19 0 19 0 462152890 7822118912 11400 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505164388 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 7638788

[startup+0.331497 s]
/proc/loadavg: 3.46 3.89 3.72 4/200 17502
/proc/meminfo: memFree=12911312/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7642772 CPUtime=0.55 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 13662 0 1 0 53 2 0 0 18 0 19 0 462152889 7826198528 12429 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1910693 12429 2210 9 0 1901431 0
[pid=17502/tid=17507] ppid=17500 vsize=7642772 CPUtime=0.32 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 9464 0 1 0 31 1 0 0 19 0 19 0 462152890 7826198528 12429 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505217871 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 7642772

[startup+0.700426 s]
/proc/loadavg: 3.46 3.89 3.72 4/200 17502
/proc/meminfo: memFree=12911312/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7642772 CPUtime=1.1 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 14095 0 1 0 108 2 0 0 18 0 19 0 462152889 7826198528 12862 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1910693 12862 2222 9 0 1901431 0
[pid=17502/tid=17507] ppid=17500 vsize=7642772 CPUtime=0.68 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 9845 0 1 0 67 1 0 0 19 0 19 0 462152890 7826198528 12862 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505332096 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7642772

[startup+1.50127 s]
/proc/loadavg: 3.46 3.89 3.72 7/262 17568
/proc/meminfo: memFree=12717408/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7663636 CPUtime=2.1 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 23299 0 1 0 207 3 0 0 18 0 19 0 462152889 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1915909 20129 2251 9 0 1906647 0
[pid=17502/tid=17507] ppid=17500 vsize=7663636 CPUtime=1.45 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 10231 0 1 0 144 1 0 0 20 0 19 0 462152890 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505696402 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17502/tid=17511] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17511/stat : 17511 (java) S 17500 17502 16977 0 -1 4202560 680 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17512] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17512/stat : 17512 (java) S 17500 17502 16977 0 -1 4202560 260 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17513] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17513/stat : 17513 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17514] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17514/stat : 17514 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17515] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17515/stat : 17515 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17516] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7663636 CPUtime=0.01 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 953 0 0 0 1 0 0 0 17 0 19 0 462152892 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7663636 CPUtime=0.33 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7153 0 0 0 33 0 0 0 20 0 19 0 462152895 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7663636 CPUtime=0.26 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2861 0 0 0 26 0 0 0 19 0 19 0 462152895 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17536] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17536/stat : 17536 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17537] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17537/stat : 17537 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152895 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17566] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17566/stat : 17566 (java) S 17500 17502 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152909 7847563264 20129 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 7663636

[startup+3.10102 s]
/proc/loadavg: 3.46 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12630608/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7663636 CPUtime=3.73 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 24294 0 1 0 370 3 0 0 18 0 19 0 462152889 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1915909 21123 2253 9 0 1906647 0
[pid=17502/tid=17507] ppid=17500 vsize=7663636 CPUtime=3.03 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 10233 0 1 0 302 1 0 0 25 0 19 0 462152890 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505584384 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17502/tid=17511] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17511/stat : 17511 (java) S 17500 17502 16977 0 -1 4202560 680 0 0 0 0 0 0 0 18 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17512] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17512/stat : 17512 (java) S 17500 17502 16977 0 -1 4202560 622 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17513] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17513/stat : 17513 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17514] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17514/stat : 17514 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17515] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17515/stat : 17515 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17516] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7663636 CPUtime=0.03 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 1203 0 0 0 3 0 0 0 16 0 19 0 462152892 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7663636 CPUtime=0.36 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7155 0 0 0 36 0 0 0 15 0 19 0 462152895 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7663636 CPUtime=0.26 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2861 0 0 0 26 0 0 0 15 0 19 0 462152895 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17536] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17536/stat : 17536 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17537] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17537/stat : 17537 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152895 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17566] ppid=17500 vsize=7663636 CPUtime=0 cores=4,6
/proc/17502/task/17566/stat : 17566 (java) S 17500 17502 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152909 7847563264 21123 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 7663636

[startup+6.30137 s]
/proc/loadavg: 3.50 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12564416/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7660360 CPUtime=6.94 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 24722 0 1 0 691 3 0 0 18 0 19 0 462152889 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1915090 20853 2253 9 0 1905828 0
[pid=17502/tid=17507] ppid=17500 vsize=7660360 CPUtime=6.16 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 10235 0 1 0 615 1 0 0 25 0 19 0 462152890 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505695944 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17502/tid=17511] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17511/stat : 17511 (java) S 17500 17502 16977 0 -1 4202560 680 0 0 0 0 0 0 0 18 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17512] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17512/stat : 17512 (java) S 17500 17502 16977 0 -1 4202560 624 0 0 0 0 0 0 0 15 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17513] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17513/stat : 17513 (java) S 17500 17502 16977 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17514] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17514/stat : 17514 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17515] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17515/stat : 17515 (java) S 17500 17502 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17516] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 382 0 0 0 0 0 0 0 15 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152891 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7660360 CPUtime=0.07 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 1404 0 0 0 7 0 0 0 15 0 19 0 462152892 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7660360 CPUtime=0.36 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7155 0 0 0 36 0 0 0 15 0 19 0 462152895 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7660360 CPUtime=0.28 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2866 0 0 0 28 0 0 0 15 0 19 0 462152895 7844208640 20853 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0

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

[pid=17502/tid=17516] ppid=17500 vsize=7660360 CPUtime=0.05 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 1148 0 0 0 5 0 0 0 16 0 19 0 462152891 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7660360 CPUtime=0.09 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 1330 0 0 0 9 0 0 0 15 0 19 0 462152891 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 132 0 0 0 6 0 0 0 16 0 19 0 462152891 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7660360 CPUtime=1.64 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 5642 0 0 0 164 0 0 0 15 0 19 0 462152892 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7660360 CPUtime=0.36 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7155 0 0 0 36 0 0 0 15 0 19 0 462152895 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7660360 CPUtime=0.28 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2866 0 0 0 28 0 0 0 15 0 19 0 462152895 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17536] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17536/stat : 17536 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17537] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17537/stat : 17537 (java) S 17500 17502 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462152895 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17566] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17566/stat : 17566 (java) S 17500 17502 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152909 7844208640 33696 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.24
Current children cumulated vsize (KiB) 7660360

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 17613
/proc/meminfo: memFree=12209556/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7660360 CPUtime=1243.26 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 37823 0 1 0 124320 6 0 0 18 0 19 0 462152889 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1915090 33763 2253 9 0 1905828 0
[pid=17502/tid=17507] ppid=17500 vsize=7660360 CPUtime=1240.19 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 13939 0 1 0 124017 2 0 0 25 0 19 0 462152890 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505613198 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17502/tid=17511] ppid=17500 vsize=7660360 CPUtime=0.12 cores=4,6
/proc/17502/task/17511/stat : 17511 (java) S 17500 17502 16977 0 -1 4202560 1975 0 0 0 12 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17512] ppid=17500 vsize=7660360 CPUtime=0.05 cores=4,6
/proc/17502/task/17512/stat : 17512 (java) S 17500 17502 16977 0 -1 4202560 936 0 0 0 5 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17513] ppid=17500 vsize=7660360 CPUtime=0.07 cores=4,6
/proc/17502/task/17513/stat : 17513 (java) S 17500 17502 16977 0 -1 4202560 720 0 0 0 7 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17514] ppid=17500 vsize=7660360 CPUtime=0.08 cores=4,6
/proc/17502/task/17514/stat : 17514 (java) S 17500 17502 16977 0 -1 4202560 502 0 0 0 8 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17515] ppid=17500 vsize=7660360 CPUtime=0.05 cores=4,6
/proc/17502/task/17515/stat : 17515 (java) S 17500 17502 16977 0 -1 4202560 180 0 0 0 5 0 0 0 16 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17516] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 1149 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7660360 CPUtime=0.1 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 1333 0 0 0 10 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 132 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7660360 CPUtime=1.73 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 5709 0 0 0 173 0 0 0 15 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7660360 CPUtime=0.36 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7155 0 0 0 36 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7660360 CPUtime=0.28 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2866 0 0 0 28 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17536] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17536/stat : 17536 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17537] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17537/stat : 17537 (java) S 17500 17502 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17566] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17566/stat : 17566 (java) S 17500 17502 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152909 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.26
Current children cumulated vsize (KiB) 7660360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 4/242 17618
/proc/meminfo: memFree=12368160/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7660360 CPUtime=1300.97 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 37830 0 1 0 130091 6 0 0 18 0 19 0 462152889 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1915090 33763 2253 9 0 1905828 0
[pid=17502/tid=17507] ppid=17500 vsize=7660360 CPUtime=1297.86 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 13940 0 1 0 129784 2 0 0 25 0 19 0 462152890 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505614690 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17502/tid=17511] ppid=17500 vsize=7660360 CPUtime=0.12 cores=4,6
/proc/17502/task/17511/stat : 17511 (java) S 17500 17502 16977 0 -1 4202560 1975 0 0 0 12 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17512] ppid=17500 vsize=7660360 CPUtime=0.05 cores=4,6
/proc/17502/task/17512/stat : 17512 (java) S 17500 17502 16977 0 -1 4202560 936 0 0 0 5 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17513] ppid=17500 vsize=7660360 CPUtime=0.07 cores=4,6
/proc/17502/task/17513/stat : 17513 (java) S 17500 17502 16977 0 -1 4202560 720 0 0 0 7 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17514] ppid=17500 vsize=7660360 CPUtime=0.08 cores=4,6
/proc/17502/task/17514/stat : 17514 (java) S 17500 17502 16977 0 -1 4202560 502 0 0 0 8 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17515] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17515/stat : 17515 (java) S 17500 17502 16977 0 -1 4202560 180 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17516] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 1149 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7660360 CPUtime=0.1 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 1333 0 0 0 10 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 132 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7660360 CPUtime=1.76 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 5711 0 0 0 176 0 0 0 15 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7660360 CPUtime=0.36 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7155 0 0 0 36 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7660360 CPUtime=0.28 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2866 0 0 0 28 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17536] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17536/stat : 17536 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17537] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17537/stat : 17537 (java) S 17500 17502 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17566] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17566/stat : 17566 (java) S 17500 17502 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152909 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 7660360

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.00 4.00 3.91 4/242 17618
/proc/meminfo: memFree=12368160/32950928 swapFree=67111528/67111528
[pid=17502] ppid=17500 vsize=7660360 CPUtime=1300.97 cores=4,6
/proc/17502/stat : 17502 (java) S 17500 17502 16977 0 -1 4202496 37830 0 1 0 130091 6 0 0 18 0 19 0 462152889 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17502/statm: 1915090 33763 2253 9 0 1905828 0
[pid=17502/tid=17507] ppid=17500 vsize=7660360 CPUtime=1297.86 cores=4,6
/proc/17502/task/17507/stat : 17507 (java) R 17500 17502 16977 0 -1 4202560 13940 0 1 0 129784 2 0 0 25 0 19 0 462152890 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 46912505614690 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17502/tid=17511] ppid=17500 vsize=7660360 CPUtime=0.12 cores=4,6
/proc/17502/task/17511/stat : 17511 (java) S 17500 17502 16977 0 -1 4202560 1975 0 0 0 12 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17512] ppid=17500 vsize=7660360 CPUtime=0.05 cores=4,6
/proc/17502/task/17512/stat : 17512 (java) S 17500 17502 16977 0 -1 4202560 936 0 0 0 5 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17513] ppid=17500 vsize=7660360 CPUtime=0.07 cores=4,6
/proc/17502/task/17513/stat : 17513 (java) S 17500 17502 16977 0 -1 4202560 720 0 0 0 7 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17514] ppid=17500 vsize=7660360 CPUtime=0.08 cores=4,6
/proc/17502/task/17514/stat : 17514 (java) S 17500 17502 16977 0 -1 4202560 502 0 0 0 8 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17515] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17515/stat : 17515 (java) S 17500 17502 16977 0 -1 4202560 180 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17516] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17516/stat : 17516 (java) S 17500 17502 16977 0 -1 4202560 1149 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17517] ppid=17500 vsize=7660360 CPUtime=0.1 cores=4,6
/proc/17502/task/17517/stat : 17517 (java) S 17500 17502 16977 0 -1 4202560 1333 0 0 0 10 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17518] ppid=17500 vsize=7660360 CPUtime=0.06 cores=4,6
/proc/17502/task/17518/stat : 17518 (java) S 17500 17502 16977 0 -1 4202560 132 0 0 0 6 0 0 0 15 0 19 0 462152891 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17527] ppid=17500 vsize=7660360 CPUtime=1.76 cores=4,6
/proc/17502/task/17527/stat : 17527 (java) S 17500 17502 16977 0 -1 4202560 5711 0 0 0 176 0 0 0 15 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 0 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17529] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17529/stat : 17529 (java) S 17500 17502 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17530] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17530/stat : 17530 (java) S 17500 17502 16977 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462152892 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17533] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17533/stat : 17533 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512515505 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17534] ppid=17500 vsize=7660360 CPUtime=0.36 cores=4,6
/proc/17502/task/17534/stat : 17534 (java) S 17500 17502 16977 0 -1 4202560 7155 0 0 0 36 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17535] ppid=17500 vsize=7660360 CPUtime=0.28 cores=4,6
/proc/17502/task/17535/stat : 17535 (java) S 17500 17502 16977 0 -1 4202560 2866 0 0 0 28 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
[pid=17502/tid=17536] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17536/stat : 17536 (java) S 17500 17502 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512507801 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17537] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17537/stat : 17537 (java) S 17500 17502 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462152895 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 6 0 0 0
[pid=17502/tid=17566] ppid=17500 vsize=7660360 CPUtime=0 cores=4,6
/proc/17502/task/17566/stat : 17566 (java) S 17500 17502 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152909 7844208640 33763 33554432000 1073741824 1073778376 140733806594784 18446744073709551615 254512508416 0 4 0 16800975 18446604453875908928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 7660360

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.05
CPU user time (s): 1300.98
CPU system time (s): 0.067989
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 7663636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.98
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37870
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= 28081
involuntary context switches= 5276

runsolver used 2.26066 second user time and 4.84426 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:52:42
IDJOB=3258960
IDBENCH=71444
IDSOLVER=1611
FILE ID=node149/3258960-1303505562
RUNJOBID= node149-1303505561-17454
PBS_JOBID= 13134233
Free space on /tmp= 72140 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g9.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-3258960-1303505562/watcher-3258960-1303505562 -o /tmp/evaluation-result-3258960-1303505562/solver-3258960-1303505562 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258960-1303505562.cnf

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=964854714

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      12912080 kB
Buffers:       1795396 kB
Cached:       17592564 kB
SwapCached:          0 kB
Active:        9343764 kB
Inactive:     10159264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12912080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3968 kB
Writeback:           0 kB
AnonPages:      114172 kB
Mapped:          22632 kB
Slab:           472732 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7468708 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= 72136 MiB
End job on node149 at 2011-04-22 23:14:24