Trace number 3280611

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

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.04/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.11	c See www.sat4j.org for details.
0.04/0.12	c no version file found!!!
0.04/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.12	c java.vm.version	19.1-b02
0.04/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version		1.6.0_24
0.04/0.12	c os.name		Linux
0.04/0.12	c os.version		2.6.18-164.el5
0.04/0.12	c os.arch		amd64
0.04/0.12	c Free memory 		6997539544
0.04/0.12	c Max memory 		7034241024
0.04/0.12	c Total memory 		7034241024
0.04/0.12	c Number of processors 	8
0.04/0.14	c --- Begin Solver configuration ---
0.04/0.14	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.14	c Learn all clauses as in MiniSAT
0.04/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.14	c Expensive reason simplification
0.04/0.14	c Armin Biere (Picosat) restarts strategy
0.04/0.14	c Glucose learned constraints deletion strategy
0.04/0.14	c timeout=2147483647s
0.04/0.14	c DB Simplification allowed=true
0.04/0.14	c --- End Solver configuration ---
0.04/0.14	c solving HOME/instance-3280611-1303749498.cnf
0.04/0.14	c reading problem ... 
0.57/0.51	c ... done. Wall clock time 0.374s.
0.57/0.51	c #vars     106701
0.57/0.51	c #constraints  373998
0.57/0.51	c constraints type 
0.57/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104865
0.57/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269005
17.96/17.52	c cleaning 2430 clauses out of 4880 with flag 5000/5000
41.28/40.76	c cleaning 4205 clauses out of 8440 with flag 11000/11000
69.89/69.35	c cleaning 5570 clauses out of 11235 with flag 18000/18000
103.60/103.00	c cleaning 6798 clauses out of 13665 with flag 26000/26000
136.92/136.38	c cleaning 7935 clauses out of 15870 with flag 35003/35003
180.02/179.41	c cleaning 8942 clauses out of 17930 with flag 45000/45000
227.44/226.84	c cleaning 9982 clauses out of 19989 with flag 56001/56001
277.15/276.55	c cleaning 10959 clauses out of 22005 with flag 68001/68001
335.16/334.53	c cleaning 11952 clauses out of 24046 with flag 81001/81001
406.48/405.86	c cleaning 12994 clauses out of 26093 with flag 95000/95000
479.99/479.31	c cleaning 14004 clauses out of 28096 with flag 110001/110001
556.60/555.94	c cleaning 14994 clauses out of 30091 with flag 126000/126000
638.41/637.79	c cleaning 16015 clauses out of 32099 with flag 143002/143002
726.03/725.34	c cleaning 16975 clauses out of 34084 with flag 161002/161002
824.44/823.78	c cleaning 18032 clauses out of 36107 with flag 180000/180000
925.86/925.11	c cleaning 19010 clauses out of 38080 with flag 200005/200005
1034.47/1033.72	c cleaning 19987 clauses out of 40065 with flag 221000/221000
1148.69/1147.94	c cleaning 20999 clauses out of 42080 with flag 243002/243002
1281.91/1281.19	c cleaning 21985 clauses out of 44079 with flag 266000/266000
1300.83/1300.01	c starts		: 651
1300.83/1300.01	c conflicts		: 270167
1300.83/1300.01	c decisions		: 459662
1300.83/1300.01	c propagations		: 2205709724
1300.83/1300.01	c inspects		: 5775256395
1300.83/1300.01	c shortcuts		: 0
1300.83/1300.01	c learnt literals	: 102
1300.83/1300.01	c learnt binary clauses	: 1121
1300.83/1300.01	c learnt ternary clauses	: 3891
1300.83/1300.01	c learnt constraints	: 270065
1300.83/1300.01	c ignored constraints	: 0
1300.83/1300.01	c root simplifications	: 753
1300.83/1300.01	c removed literals (reason simplification)	: 9752119
1300.83/1300.01	c reason swapping (by a shorter reason)	: 0
1300.83/1300.01	c Calls to reduceDB	: 19
1300.83/1300.01	c speed (assignments/second)	: 1697351.494150447
1300.83/1300.01	c non guided choices	911
1300.83/1300.02	c learnt constraints type 
1300.83/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1108
1300.83/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25156
1300.83/1300.02	c constraints type 
1300.83/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104865
1300.83/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269005
1300.83/1300.02	s UNKNOWN
1300.83/1300.02	c Total wall clock time (in seconds) : 1299.876

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.39 2.29 2.89 4/220 9205
/proc/meminfo: memFree=13076236/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=11800 CPUtime=0 cores=0,2
/proc/9205/stat : 9205 (runsolver) R 9203 9205 8809 0 -1 4202560 45 0 0 0 0 0 0 0 21 0 1 0 486550330 12083200 55 33554432000 4194304 5434984 140735811032000 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/9205/statm: 2950 55 34 303 0 2644 0

[startup+0.059995 s]
/proc/loadavg: 1.39 2.29 2.89 4/220 9205
/proc/meminfo: memFree=13076236/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7562296 CPUtime=0.02 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 8471 0 1 0 1 1 0 0 21 0 11 0 486550330 7743791104 8169 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1890574 8169 1602 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.101 s]
/proc/loadavg: 1.39 2.29 2.89 4/220 9205
/proc/meminfo: memFree=13076236/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7569628 CPUtime=0.04 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 9118 0 1 0 3 1 0 0 21 0 18 0 486550330 7751299072 8814 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1892407 8814 1724 9 0 1883155 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7569628

[startup+0.308002 s]
/proc/loadavg: 1.39 2.29 2.89 4/220 9205
/proc/meminfo: memFree=13076236/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7636584 CPUtime=0.38 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 15001 0 1 0 36 2 0 0 21 0 18 0 486550330 7819862016 14476 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1909146 14478 2198 9 0 1899884 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7636584

[startup+0.700858 s]
/proc/loadavg: 1.39 2.29 2.89 4/220 9205
/proc/meminfo: memFree=13076236/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=0.95 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 25195 0 1 0 92 3 0 0 21 0 19 0 486550330 7824175104 24142 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 24142 2216 9 0 1900937 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 7640796

[startup+1.50077 s]
/proc/loadavg: 1.39 2.29 2.89 7/241 9228
/proc/meminfo: memFree=12956128/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=1.94 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 26172 0 1 0 190 4 0 0 21 0 19 0 486550330 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 24288 2222 9 0 1900937 0
[pid=9205/tid=9207] ppid=9203 vsize=7640796 CPUtime=1.37 cores=0,2
/proc/9205/task/9207/stat : 9207 (java) R 9203 9205 8809 0 -1 4202560 21173 0 1 0 135 2 0 0 20 0 19 0 486550331 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 46912505793973 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9205/tid=9208] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9208/stat : 9208 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9209] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9209/stat : 9209 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9210] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9210/stat : 9210 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9211] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9211/stat : 9211 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9212] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9212/stat : 9212 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486550336 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486550336 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.26 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1747 0 0 0 26 0 0 0 15 0 19 0 486550340 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.27 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2090 0 0 0 27 0 0 0 15 0 19 0 486550340 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 24288 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7640796

[startup+3.1015 s]
/proc/loadavg: 1.39 2.29 2.89 6/261 9251
/proc/meminfo: memFree=12820480/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=3.56 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 26237 0 1 0 352 4 0 0 21 0 19 0 486550330 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 24351 2223 9 0 1900937 0
[pid=9205/tid=9207] ppid=9203 vsize=7640796 CPUtime=2.93 cores=0,2
/proc/9205/task/9207/stat : 9207 (java) R 9203 9205 8809 0 -1 4202560 21228 0 1 0 291 2 0 0 25 0 19 0 486550331 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 46912505656896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9205/tid=9208] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9208/stat : 9208 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9209] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9209/stat : 9209 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9210] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9210/stat : 9210 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9211] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9211/stat : 9211 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9212] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9212/stat : 9212 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486550336 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486550336 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.28 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1749 0 0 0 28 0 0 0 15 0 19 0 486550340 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.32 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2098 0 0 0 32 0 0 0 15 0 19 0 486550340 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 24351 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 7640796

[startup+6.3009 s]
/proc/loadavg: 1.60 2.32 2.90 5/262 9252
/proc/meminfo: memFree=12716940/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=6.76 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 26353 0 1 0 672 4 0 0 21 0 19 0 486550330 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 24418 2223 9 0 1900937 0
[pid=9205/tid=9207] ppid=9203 vsize=7640796 CPUtime=6.13 cores=0,2
/proc/9205/task/9207/stat : 9207 (java) R 9203 9205 8809 0 -1 4202560 21344 0 1 0 610 3 0 0 25 0 19 0 486550331 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 46912505744117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9205/tid=9208] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9208/stat : 9208 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9209] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9209/stat : 9209 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9210] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9210/stat : 9210 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9211] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9211/stat : 9211 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9212] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9212/stat : 9212 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550335 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 486550336 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486550336 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486550336 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.28 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1749 0 0 0 28 0 0 0 15 0 19 0 486550340 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.33 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2098 0 0 0 33 0 0 0 15 0 19 0 486550340 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 24418 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 7640796

[startup+12.7007 s]

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

[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0.06 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 25 0 0 0 6 0 0 0 15 0 19 0 486550335 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0.03 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 19 0 486550335 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0.05 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 486550335 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=2.6 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 15092 0 0 0 258 2 0 0 15 0 19 0 486550336 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.32 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1753 0 0 0 32 0 0 0 15 0 19 0 486550340 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.46 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2117 0 0 0 46 0 0 0 15 0 19 0 486550340 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 51273 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.09
Current children cumulated vsize (KiB) 7640796

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.68 5/262 9284
/proc/meminfo: memFree=12235296/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=1183.1 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 53441 0 1 0 118300 10 0 0 21 0 19 0 486550330 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 51370 2254 9 0 1900937 0
[pid=9205/tid=9207] ppid=9203 vsize=7640796 CPUtime=1178.99 cores=0,2
/proc/9205/task/9207/stat : 9207 (java) R 9203 9205 8809 0 -1 4202560 21708 0 1 0 117895 4 0 0 25 0 19 0 486550331 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 46912505665596 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9205/tid=9208] ppid=9203 vsize=7640796 CPUtime=0.1 cores=0,2
/proc/9205/task/9208/stat : 9208 (java) S 9203 9205 8809 0 -1 4202560 5389 0 0 0 10 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9209] ppid=9203 vsize=7640796 CPUtime=0.14 cores=0,2
/proc/9205/task/9209/stat : 9209 (java) S 9203 9205 8809 0 -1 4202560 5331 0 0 0 14 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9210] ppid=9203 vsize=7640796 CPUtime=0.06 cores=0,2
/proc/9205/task/9210/stat : 9210 (java) S 9203 9205 8809 0 -1 4202560 417 0 0 0 6 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9211] ppid=9203 vsize=7640796 CPUtime=0.01 cores=0,2
/proc/9205/task/9211/stat : 9211 (java) S 9203 9205 8809 0 -1 4202560 275 0 0 0 1 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9212] ppid=9203 vsize=7640796 CPUtime=0.01 cores=0,2
/proc/9205/task/9212/stat : 9212 (java) S 9203 9205 8809 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0.07 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 25 0 0 0 7 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0.04 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0.05 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=2.74 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 15189 0 0 0 272 2 0 0 15 0 19 0 486550336 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.32 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1753 0 0 0 32 0 0 0 15 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.46 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2117 0 0 0 46 0 0 0 15 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.1
Current children cumulated vsize (KiB) 7640796

[startup+1242.3 s]
/proc/loadavg: 4.09 4.02 3.71 5/262 9285
/proc/meminfo: memFree=12234636/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=1243.11 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 53445 0 1 0 124301 10 0 0 21 0 19 0 486550330 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 51370 2254 9 0 1900937 0
[pid=9205/tid=9207] ppid=9203 vsize=7640796 CPUtime=1238.99 cores=0,2
/proc/9205/task/9207/stat : 9207 (java) R 9203 9205 8809 0 -1 4202560 21708 0 1 0 123895 4 0 0 25 0 19 0 486550331 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 46912505744117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9205/tid=9208] ppid=9203 vsize=7640796 CPUtime=0.1 cores=0,2
/proc/9205/task/9208/stat : 9208 (java) S 9203 9205 8809 0 -1 4202560 5389 0 0 0 10 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9209] ppid=9203 vsize=7640796 CPUtime=0.14 cores=0,2
/proc/9205/task/9209/stat : 9209 (java) S 9203 9205 8809 0 -1 4202560 5331 0 0 0 14 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9210] ppid=9203 vsize=7640796 CPUtime=0.06 cores=0,2
/proc/9205/task/9210/stat : 9210 (java) S 9203 9205 8809 0 -1 4202560 417 0 0 0 6 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9211] ppid=9203 vsize=7640796 CPUtime=0.01 cores=0,2
/proc/9205/task/9211/stat : 9211 (java) S 9203 9205 8809 0 -1 4202560 275 0 0 0 1 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9212] ppid=9203 vsize=7640796 CPUtime=0.01 cores=0,2
/proc/9205/task/9212/stat : 9212 (java) S 9203 9205 8809 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0.07 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 25 0 0 0 7 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0.04 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0.05 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 12 0 0 0 5 0 0 0 15 0 19 0 486550335 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=2.74 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 15189 0 0 0 272 2 0 0 15 0 19 0 486550336 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.32 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1753 0 0 0 32 0 0 0 15 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.46 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2117 0 0 0 46 0 0 0 15 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 51370 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.11
Current children cumulated vsize (KiB) 7640796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.03 3.73 3/222 9293
/proc/meminfo: memFree=12359912/32951124 swapFree=67111528/67111528
[pid=9205] ppid=9203 vsize=7640796 CPUtime=1300.83 cores=0,2
/proc/9205/stat : 9205 (java) S 9203 9205 8809 0 -1 4202496 53601 0 1 0 130073 10 0 0 21 0 19 0 486550330 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9205/statm: 1910199 51519 2254 9 0 1900937 0
[pid=9205/tid=9207] ppid=9203 vsize=7640796 CPUtime=1296.54 cores=0,2
/proc/9205/task/9207/stat : 9207 (java) R 9203 9205 8809 0 -1 4202560 21709 0 1 0 129650 4 0 0 25 0 19 0 486550331 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 46912505646752 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9205/tid=9208] ppid=9203 vsize=7640796 CPUtime=0.1 cores=0,2
/proc/9205/task/9208/stat : 9208 (java) S 9203 9205 8809 0 -1 4202560 5389 0 0 0 10 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9209] ppid=9203 vsize=7640796 CPUtime=0.14 cores=0,2
/proc/9205/task/9209/stat : 9209 (java) S 9203 9205 8809 0 -1 4202560 5331 0 0 0 14 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9210] ppid=9203 vsize=7640796 CPUtime=0.06 cores=0,2
/proc/9205/task/9210/stat : 9210 (java) S 9203 9205 8809 0 -1 4202560 417 0 0 0 6 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9211] ppid=9203 vsize=7640796 CPUtime=0.01 cores=0,2
/proc/9205/task/9211/stat : 9211 (java) S 9203 9205 8809 0 -1 4202560 275 0 0 0 1 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9212] ppid=9203 vsize=7640796 CPUtime=0.01 cores=0,2
/proc/9205/task/9212/stat : 9212 (java) S 9203 9205 8809 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9213] ppid=9203 vsize=7640796 CPUtime=0.07 cores=0,2
/proc/9205/task/9213/stat : 9213 (java) S 9203 9205 8809 0 -1 4202560 25 0 0 0 7 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9214] ppid=9203 vsize=7640796 CPUtime=0.06 cores=0,2
/proc/9205/task/9214/stat : 9214 (java) S 9203 9205 8809 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9215] ppid=9203 vsize=7640796 CPUtime=0.07 cores=0,2
/proc/9205/task/9215/stat : 9215 (java) S 9203 9205 8809 0 -1 4202560 12 0 0 0 7 0 0 0 15 0 19 0 486550335 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9216] ppid=9203 vsize=7640796 CPUtime=2.89 cores=0,2
/proc/9205/task/9216/stat : 9216 (java) S 9203 9205 8809 0 -1 4202560 15339 0 0 0 287 2 0 0 15 0 19 0 486550336 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 0 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9217] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9217/stat : 9217 (java) S 9203 9205 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9218] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9218/stat : 9218 (java) S 9203 9205 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550336 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9219] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9219/stat : 9219 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820989361 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9220] ppid=9203 vsize=7640796 CPUtime=0.32 cores=0,2
/proc/9205/task/9220/stat : 9220 (java) S 9203 9205 8809 0 -1 4202560 1753 0 0 0 32 0 0 0 15 0 19 0 486550340 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9221] ppid=9203 vsize=7640796 CPUtime=0.46 cores=0,2
/proc/9205/task/9221/stat : 9221 (java) S 9203 9205 8809 0 -1 4202560 2117 0 0 0 46 0 0 0 15 0 19 0 486550340 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 0 0 0 0
[pid=9205/tid=9222] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9222/stat : 9222 (java) S 9203 9205 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550340 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820981657 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9223] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9223/stat : 9223 (java) S 9203 9205 8809 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 486550340 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
[pid=9205/tid=9228] ppid=9203 vsize=7640796 CPUtime=0 cores=0,2
/proc/9205/task/9228/stat : 9228 (java) S 9203 9205 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550386 7824175104 51519 33554432000 1073741824 1073778376 140734713234624 18446744073709551615 230820982272 0 4 0 16800975 18446604443424297408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.83
Current children cumulated vsize (KiB) 7640796

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.04
CPU time (s): 1300.88
CPU user time (s): 1300.77
CPU system time (s): 0.111982
CPU usage (%): 100.064
Max. virtual memory (cumulated for all children) (KiB): 7640796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.77
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53637
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= 27144
involuntary context switches= 4919

runsolver used 2.30065 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 18:38:19
IDJOB=3280611
IDBENCH=20406
IDSOLVER=1611
FILE ID=node104/3280611-1303749498
RUNJOBID= node104-1303749496-9137
PBS_JOBID= 13154058
Free space on /tmp= 71384 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.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-3280611-1303749498/watcher-3280611-1303749498 -o /tmp/evaluation-result-3280611-1303749498/solver-3280611-1303749498 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280611-1303749498.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=345962078

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13076516 kB
Buffers:       2282404 kB
Cached:       16863780 kB
SwapCached:          0 kB
Active:       10774396 kB
Inactive:      8518984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13076516 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7796 kB
Writeback:           0 kB
AnonPages:      146592 kB
Mapped:          23224 kB
Slab:           516400 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14735396 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= 71364 MiB
End job on node104 at 2011-04-25 19:00:01