Trace number 3282037

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.25 1300.06

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c no version file found!!!
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.18-164.el5
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		6997539544
0.06/0.11	c Max memory 		7034241024
0.06/0.11	c Total memory 		7034241024
0.06/0.11	c Number of processors 	8
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483647s
0.06/0.12	c DB Simplification allowed=true
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3282037-1307633277.cnf
0.06/0.12	c reading problem ... 
0.77/0.79	c ... done. Wall clock time 0.667s.
0.77/0.79	c #vars     249327
0.77/0.79	c #constraints  746444
0.77/0.79	c constraints type 
0.77/0.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 248814
0.77/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 497628
44.02/43.49	c cleaning 2458 clauses out of 4998 with flag 5000/5000
89.01/88.29	c cleaning 4101 clauses out of 8541 with flag 11001/11001
137.53/136.72	c cleaning 5192 clauses out of 10865 with flag 18000/18000
186.45/185.69	c cleaning 6691 clauses out of 13673 with flag 26001/26001
251.57/250.76	c cleaning 7604 clauses out of 15981 with flag 35000/35000
315.40/314.54	c cleaning 9034 clauses out of 18379 with flag 45002/45002
387.81/386.93	c cleaning 9564 clauses out of 20343 with flag 56000/56000
474.25/473.32	c cleaning 10023 clauses out of 20214 with flag 68000/68000
556.97/556.03	c cleaning 10888 clauses out of 23194 with flag 81004/81004
636.99/636.09	c cleaning 12545 clauses out of 26301 with flag 95001/95001
728.72/727.79	c cleaning 14368 clauses out of 28802 with flag 110049/110049
826.84/825.82	c cleaning 15101 clauses out of 30385 with flag 126002/126002
939.56/938.52	c cleaning 15984 clauses out of 32273 with flag 143001/143001
1022.78/1021.70	c cleaning 16737 clauses out of 34287 with flag 161000/161000
1129.71/1128.62	c cleaning 17911 clauses out of 36550 with flag 180000/180000
1233.03/1232.00	c cleaning 17992 clauses out of 36922 with flag 200003/200003
1301.16/1300.01	c starts		: 561
1301.16/1300.01	c conflicts		: 213399
1301.16/1300.01	c decisions		: 3148321
1301.16/1300.01	c propagations		: 2441171753
1301.16/1300.01	c inspects		: 5569636899
1301.16/1300.01	c shortcuts		: 0
1301.16/1300.01	c learnt literals	: 19
1301.16/1300.01	c learnt binary clauses	: 4586
1301.16/1300.01	c learnt ternary clauses	: 8417
1301.16/1300.01	c learnt constraints	: 213380
1301.16/1300.01	c ignored constraints	: 0
1301.16/1300.01	c root simplifications	: 580
1301.16/1300.01	c removed literals (reason simplification)	: 6376081
1301.16/1300.01	c reason swapping (by a shorter reason)	: 0
1301.16/1300.01	c Calls to reduceDB	: 16
1301.16/1300.01	c speed (assignments/second)	: 1878957.786080221
1301.16/1300.01	c non guided choices	15049
1301.16/1300.04	c learnt constraints type 
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4567
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27762
1301.16/1300.04	c constraints type 
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 248814
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 497628
1301.16/1300.04	s UNKNOWN
1301.16/1300.04	c Total wall clock time (in seconds) : 1299.885

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 2944
/proc/meminfo: memFree=32595560/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=9100 CPUtime=0 cores=0,2
/proc/2944/stat : 2944 (java) R 2942 2944 2906 0 -1 4202496 426 0 0 0 0 0 0 0 21 0 1 0 855743641 9318400 172 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233505373831 0 2147483391 4096 0 0 0 0 17 0 0 0 0
/proc/2944/statm: 2275 172 132 9 0 67 0

[startup+0.076415 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 2944
/proc/meminfo: memFree=32595560/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7630024 CPUtime=0.04 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 8932 0 2 0 3 1 0 0 21 0 13 0 855743641 7813144576 8630 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1907506 8630 1686 9 0 1898254 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7630024

[startup+0.100418 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 2944
/proc/meminfo: memFree=32595560/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7635476 CPUtime=0.06 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 9352 0 4 0 5 1 0 0 21 0 18 0 855743641 7818727424 9052 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1908869 9052 1753 9 0 1899607 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7635476

[startup+0.300391 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 2944
/proc/meminfo: memFree=32595560/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7636976 CPUtime=0.37 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 16321 0 4 0 35 2 0 0 21 0 18 0 855743641 7820263424 15845 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1909244 15847 2197 9 0 1899982 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7636976

[startup+0.700336 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 2944
/proc/meminfo: memFree=32595560/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7636976 CPUtime=0.77 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 30707 0 4 0 73 4 0 0 21 0 18 0 855743641 7820263424 30231 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1909244 30233 2197 9 0 1899982 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 7636976

[startup+1.50112 s]
/proc/loadavg: 0.00 0.00 0.00 4/193 2965
/proc/meminfo: memFree=32450176/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7640144 CPUtime=1.9 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 40210 0 4 0 185 5 0 0 21 0 19 0 855743641 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1910036 38700 2219 9 0 1900774 0
[pid=2944/tid=2947] ppid=2942 vsize=7640144 CPUtime=1.44 cores=0,2
/proc/2944/task/2947/stat : 2947 (java) R 2942 2944 2906 0 -1 4202560 35534 0 4 0 140 4 0 0 20 0 19 0 855743642 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 46912505632394 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2944/tid=2948] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2948/stat : 2948 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2949] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2949/stat : 2949 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2950] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2950/stat : 2950 (java) S 2942 2944 2906 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2951] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2951/stat : 2951 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2953] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2953/stat : 2953 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2954] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 855743645 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 855743646 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855743646 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640144 CPUtime=0.23 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1584 0 0 0 23 0 0 0 16 0 19 0 855743650 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640144 CPUtime=0.21 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 1931 0 0 0 21 0 0 0 16 0 19 0 855743650 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743650 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640144 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823507456 38700 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 7640144

[startup+3.10083 s]
/proc/loadavg: 0.00 0.00 0.00 2/193 2965
/proc/meminfo: memFree=32448064/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7640588 CPUtime=3.6 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 40378 0 4 0 355 5 0 0 21 0 19 0 855743641 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1910147 38866 2221 9 0 1900885 0
[pid=2944/tid=2947] ppid=2942 vsize=7640588 CPUtime=3.04 cores=0,2
/proc/2944/task/2947/stat : 2947 (java) R 2942 2944 2906 0 -1 4202560 35629 0 4 0 300 4 0 0 25 0 19 0 855743642 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 46912505626529 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2944/tid=2948] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2948/stat : 2948 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2949] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2949/stat : 2949 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2950] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2950/stat : 2950 (java) S 2942 2944 2906 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2951] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2951/stat : 2951 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2953] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2953/stat : 2953 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2954] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 855743645 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 855743646 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855743646 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640588 CPUtime=0.26 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1649 0 0 0 26 0 0 0 15 0 19 0 855743650 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640588 CPUtime=0.28 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 1938 0 0 0 28 0 0 0 15 0 19 0 855743650 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743650 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640588 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823962112 38866 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 7640588

[startup+6.30128 s]
/proc/loadavg: 0.08 0.02 0.01 3/195 2969
/proc/meminfo: memFree=32447436/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7640080 CPUtime=6.92 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 40538 0 4 0 687 5 0 0 21 0 19 0 855743641 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1910020 38693 2226 9 0 1900758 0
[pid=2944/tid=2947] ppid=2942 vsize=7640080 CPUtime=6.23 cores=0,2
/proc/2944/task/2947/stat : 2947 (java) R 2942 2944 2906 0 -1 4202560 35695 0 4 0 619 4 0 0 25 0 19 0 855743642 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 46912505493795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2944/tid=2948] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2948/stat : 2948 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2949] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2949/stat : 2949 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2950] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2950/stat : 2950 (java) S 2942 2944 2906 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2951] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2951/stat : 2951 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2953] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2953/stat : 2953 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2954] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743644 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 855743645 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 855743646 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 855743646 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640080 CPUtime=0.33 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1684 0 0 0 33 0 0 0 15 0 19 0 855743650 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640080 CPUtime=0.34 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 1997 0 0 0 34 0 0 0 15 0 19 0 855743650 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743650 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640080 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823441920 38693 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 7640080

[startup+12.7011 s]

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

[pid=2944/tid=2954] ppid=2942 vsize=7640332 CPUtime=0.06 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 855743644 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640332 CPUtime=0.05 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1202 0 0 0 5 0 0 0 15 0 19 0 855743644 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640332 CPUtime=0.06 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 2156 0 0 0 6 0 0 0 15 0 19 0 855743644 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640332 CPUtime=4.16 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 32008 0 0 0 413 3 0 0 15 0 19 0 855743645 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640332 CPUtime=0.44 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1734 0 0 0 44 0 0 0 15 0 19 0 855743650 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640332 CPUtime=0.38 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 2007 0 0 0 38 0 0 0 15 0 19 0 855743650 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 855743650 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823699968 96332 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.4
Current children cumulated vsize (KiB) 7640332

[startup+1182.3 s]
/proc/loadavg: 4.02 3.96 2.87 5/262 3096
/proc/meminfo: memFree=31862952/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7640332 CPUtime=1183.43 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 98559 0 4 0 118330 13 0 0 21 0 19 0 855743641 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1910083 96561 2253 9 0 1900821 0
[pid=2944/tid=2947] ppid=2942 vsize=7640332 CPUtime=1177.25 cores=0,2
/proc/2944/task/2947/stat : 2947 (java) R 2942 2944 2906 0 -1 4202560 36496 0 4 0 117719 6 0 0 25 0 19 0 855743642 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 46912505632312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2944/tid=2948] ppid=2942 vsize=7640332 CPUtime=0.21 cores=0,2
/proc/2944/task/2948/stat : 2948 (java) S 2942 2944 2906 0 -1 4202560 9858 0 0 0 20 1 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2949] ppid=2942 vsize=7640332 CPUtime=0.22 cores=0,2
/proc/2944/task/2949/stat : 2949 (java) S 2942 2944 2906 0 -1 4202560 11616 0 0 0 21 1 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2950] ppid=2942 vsize=7640332 CPUtime=0.06 cores=0,2
/proc/2944/task/2950/stat : 2950 (java) S 2942 2944 2906 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2951] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2951/stat : 2951 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 8 0 0 0 16 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2953] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2953/stat : 2953 (java) S 2942 2944 2906 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2954] ppid=2942 vsize=7640332 CPUtime=0.06 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640332 CPUtime=0.05 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1202 0 0 0 5 0 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 2156 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640332 CPUtime=4.44 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 32238 0 0 0 441 3 0 0 15 0 19 0 855743645 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640332 CPUtime=0.44 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1734 0 0 0 44 0 0 0 15 0 19 0 855743650 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640332 CPUtime=0.38 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 2007 0 0 0 38 0 0 0 15 0 19 0 855743650 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 855743650 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823699968 96561 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.43
Current children cumulated vsize (KiB) 7640332

[startup+1242.3 s]
/proc/loadavg: 4.05 3.98 2.95 5/262 3098
/proc/meminfo: memFree=31861236/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7640332 CPUtime=1243.45 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 98568 0 4 0 124332 13 0 0 21 0 19 0 855743641 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1910083 96563 2253 9 0 1900821 0
[pid=2944/tid=2947] ppid=2942 vsize=7640332 CPUtime=1236.86 cores=0,2
/proc/2944/task/2947/stat : 2947 (java) R 2942 2944 2906 0 -1 4202560 36497 0 4 0 123680 6 0 0 25 0 19 0 855743642 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 46912505707962 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2944/tid=2948] ppid=2942 vsize=7640332 CPUtime=0.21 cores=0,2
/proc/2944/task/2948/stat : 2948 (java) S 2942 2944 2906 0 -1 4202560 9858 0 0 0 20 1 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2949] ppid=2942 vsize=7640332 CPUtime=0.22 cores=0,2
/proc/2944/task/2949/stat : 2949 (java) S 2942 2944 2906 0 -1 4202560 11616 0 0 0 21 1 0 0 16 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2950] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2950/stat : 2950 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2951] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2951/stat : 2951 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2953] ppid=2942 vsize=7640332 CPUtime=0.1 cores=0,2
/proc/2944/task/2953/stat : 2953 (java) S 2942 2944 2906 0 -1 4202560 21 0 0 0 10 0 0 0 16 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2954] ppid=2942 vsize=7640332 CPUtime=0.06 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640332 CPUtime=0.05 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1202 0 0 0 5 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 2156 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640332 CPUtime=4.81 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 32240 0 0 0 478 3 0 0 15 0 19 0 855743645 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640332 CPUtime=0.44 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1734 0 0 0 44 0 0 0 15 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640332 CPUtime=0.38 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 2007 0 0 0 38 0 0 0 15 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.45
Current children cumulated vsize (KiB) 7640332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.98 3.01 5/262 3099
/proc/meminfo: memFree=31860524/32951124 swapFree=67056964/67111528
[pid=2944] ppid=2942 vsize=7640332 CPUtime=1301.16 cores=0,2
/proc/2944/stat : 2944 (java) S 2942 2944 2906 0 -1 4202496 98570 0 4 0 130103 13 0 0 21 0 19 0 855743641 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2944/statm: 1910083 96563 2253 9 0 1900821 0
[pid=2944/tid=2947] ppid=2942 vsize=7640332 CPUtime=1294.56 cores=0,2
/proc/2944/task/2947/stat : 2947 (java) R 2942 2944 2906 0 -1 4202560 36497 0 4 0 129450 6 0 0 25 0 19 0 855743642 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 46912505708444 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2944/tid=2948] ppid=2942 vsize=7640332 CPUtime=0.21 cores=0,2
/proc/2944/task/2948/stat : 2948 (java) S 2942 2944 2906 0 -1 4202560 9858 0 0 0 20 1 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2949] ppid=2942 vsize=7640332 CPUtime=0.22 cores=0,2
/proc/2944/task/2949/stat : 2949 (java) S 2942 2944 2906 0 -1 4202560 11616 0 0 0 21 1 0 0 16 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2950] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2950/stat : 2950 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2951] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2951/stat : 2951 (java) S 2942 2944 2906 0 -1 4202560 6 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2953] ppid=2942 vsize=7640332 CPUtime=0.1 cores=0,2
/proc/2944/task/2953/stat : 2953 (java) S 2942 2944 2906 0 -1 4202560 21 0 0 0 10 0 0 0 16 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2954] ppid=2942 vsize=7640332 CPUtime=0.06 cores=0,2
/proc/2944/task/2954/stat : 2954 (java) S 2942 2944 2906 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2955] ppid=2942 vsize=7640332 CPUtime=0.05 cores=0,2
/proc/2944/task/2955/stat : 2955 (java) S 2942 2944 2906 0 -1 4202560 1202 0 0 0 5 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2956] ppid=2942 vsize=7640332 CPUtime=0.08 cores=0,2
/proc/2944/task/2956/stat : 2956 (java) S 2942 2944 2906 0 -1 4202560 2156 0 0 0 8 0 0 0 15 0 19 0 855743644 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2957] ppid=2942 vsize=7640332 CPUtime=4.81 cores=0,2
/proc/2944/task/2957/stat : 2957 (java) S 2942 2944 2906 0 -1 4202560 32240 0 0 0 478 3 0 0 15 0 19 0 855743645 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 0 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2958] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2958/stat : 2958 (java) S 2942 2944 2906 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2959] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2959/stat : 2959 (java) S 2942 2944 2906 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743646 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2960] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2960/stat : 2960 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522121137 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2961] ppid=2942 vsize=7640332 CPUtime=0.44 cores=0,2
/proc/2944/task/2961/stat : 2961 (java) S 2942 2944 2906 0 -1 4202560 1734 0 0 0 44 0 0 0 15 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2962] ppid=2942 vsize=7640332 CPUtime=0.38 cores=0,2
/proc/2944/task/2962/stat : 2962 (java) S 2942 2944 2906 0 -1 4202560 2007 0 0 0 38 0 0 0 15 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2963] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2963/stat : 2963 (java) S 2942 2944 2906 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522113433 0 4 0 16800975 18446604453935777728 0 0 -1 0 0 0 0
[pid=2944/tid=2964] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2964/stat : 2964 (java) S 2942 2944 2906 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 855743650 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
[pid=2944/tid=2965] ppid=2942 vsize=7640332 CPUtime=0 cores=0,2
/proc/2944/task/2965/stat : 2965 (java) S 2942 2944 2906 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743727 7823699968 96563 33554432000 1073741824 1073778376 140733850974736 18446744073709551615 233522114048 0 4 0 16800975 18446604453935777728 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 7640332

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

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.25
CPU user time (s): 1301.1
CPU system time (s): 0.154976
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 7640588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.1
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98793
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27090
involuntary context switches= 5888

runsolver used 2.29965 second user time and 4.80827 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 17:27:58
IDJOB=3282037
IDBENCH=70769
IDSOLVER=1611
FILE ID=node145/3282037-1307633277
RUNJOBID= node145-1307633277-2927
PBS_JOBID= 13549347
Free space on /tmp= 74188 MiB

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

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=1334789658

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32596216 kB
Buffers:         33952 kB
Cached:         159616 kB
SwapCached:       7944 kB
Active:          85344 kB
Inactive:       127712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32596216 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           13628 kB
Writeback:           4 kB
AnonPages:       17296 kB
Mapped:          12500 kB
Slab:            75256 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186288 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= 74180 MiB
End job on node145 at 2011-06-09 17:49:40