Trace number 3284797

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) 1302.11 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c no version file found!!!
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		6997539544
0.04/0.07	c Max memory 		7034241024
0.04/0.07	c Total memory 		7034241024
0.04/0.07	c Number of processors 	8
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483647s
0.04/0.09	c DB Simplification allowed=true
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-3284797-1303764076.cnf
0.04/0.09	c reading problem ... 
1.93/1.82	c ... done. Wall clock time 1.727s.
1.93/1.82	c #vars     153284
1.93/1.82	c #constraints  2122054
1.93/1.82	c constraints type 
1.93/1.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 73962
1.93/1.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2026036
32.37/31.60	c cleaning 2482 clauses out of 4968 with flag 5001/5001
71.83/70.39	c cleaning 4221 clauses out of 8450 with flag 11000/11000
108.47/106.93	c cleaning 5591 clauses out of 11190 with flag 18003/18003
169.09/167.57	c cleaning 6778 clauses out of 13569 with flag 26000/26000
225.13/223.55	c cleaning 7863 clauses out of 15761 with flag 35003/35003
294.56/292.94	c cleaning 8904 clauses out of 17840 with flag 45000/45000
380.11/378.47	c cleaning 9864 clauses out of 19873 with flag 56003/56003
453.34/451.66	c cleaning 10895 clauses out of 21978 with flag 68006/68006
547.97/546.21	c cleaning 11939 clauses out of 24025 with flag 81003/81003
651.61/649.84	c cleaning 12876 clauses out of 26056 with flag 95007/95007
761.64/759.82	c cleaning 14054 clauses out of 28121 with flag 110001/110001
881.18/879.32	c cleaning 14855 clauses out of 30023 with flag 126000/126000
1027.53/1025.68	c cleaning 15928 clauses out of 32121 with flag 143001/143001
1165.27/1163.32	c cleaning 16960 clauses out of 34160 with flag 161001/161001
1302.02/1300.01	c starts		: 456
1302.02/1300.01	c conflicts		: 178494
1302.02/1300.01	c decisions		: 2901294
1302.02/1300.01	c propagations		: 678954794
1302.02/1300.01	c inspects		: 2899150860
1302.02/1300.01	c shortcuts		: 0
1302.02/1300.01	c learnt literals	: 404
1302.02/1300.01	c learnt binary clauses	: 611
1302.02/1300.01	c learnt ternary clauses	: 1175
1302.02/1300.01	c learnt constraints	: 178090
1302.02/1300.01	c ignored constraints	: 0
1302.02/1300.01	c root simplifications	: 860
1302.02/1300.01	c removed literals (reason simplification)	: 30193921
1302.02/1300.01	c reason swapping (by a shorter reason)	: 0
1302.02/1300.01	c Calls to reduceDB	: 14
1302.02/1300.01	c speed (assignments/second)	: 523000.9343771448
1302.02/1300.01	c non guided choices	1194
1302.02/1300.03	c learnt constraints type 
1302.02/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 539
1302.02/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34128
1302.02/1300.03	c constraints type 
1302.02/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 73962
1302.02/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2026036
1302.02/1300.03	s UNKNOWN
1302.02/1300.03	c Total wall clock time (in seconds) : 1299.92

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.30 2.62 3.18 4/223 31441
/proc/meminfo: memFree=20222332/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=31604 CPUtime=0 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 1285 0 0 0 0 0 0 0 18 0 2 0 488004457 32362496 1001 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 7901 1001 771 9 0 386 0
[pid=31441/tid=31442] ppid=31439 vsize=33748 CPUtime=0 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 181 0 0 0 0 0 0 0 19 0 2 0 488004457 34557952 1011 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254495769616 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.045902 s]
/proc/loadavg: 2.30 2.62 3.18 4/223 31441
/proc/meminfo: memFree=20222332/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7564352 CPUtime=0.04 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 8891 0 1 0 3 1 0 0 18 0 13 0 488004457 7745896448 8587 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1891088 8588 1684 9 0 1881836 0
[pid=31441/tid=31442] ppid=31439 vsize=7564488 CPUtime=0.03 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 7745 0 1 0 3 0 0 0 25 0 13 0 488004457 7746035712 8589 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254500353057 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564352

[startup+0.100886 s]
/proc/loadavg: 2.30 2.62 3.18 4/223 31441
/proc/meminfo: memFree=20222332/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7569940 CPUtime=0.09 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 12290 0 1 0 8 1 0 0 18 0 18 0 488004457 7751618560 11988 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1892485 12015 1757 9 0 1883223 0
[pid=31441/tid=31442] ppid=31439 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 11154 0 1 0 7 1 0 0 25 0 18 0 488004457 7751618560 12027 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 47880123229832 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.30085 s]
/proc/loadavg: 2.30 2.62 3.18 4/223 31441
/proc/meminfo: memFree=20222332/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7638512 CPUtime=0.36 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 15182 0 1 0 34 2 0 0 18 0 18 0 488004457 7821836288 14822 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1909628 14822 2185 9 0 1900366 0
[pid=31441/tid=31442] ppid=31439 vsize=7638512 CPUtime=0.28 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 12749 0 1 0 27 1 0 0 18 0 18 0 488004457 7821836288 14822 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 47880123229802 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 7638512

[startup+0.700782 s]
/proc/loadavg: 2.30 2.62 3.18 4/223 31441
/proc/meminfo: memFree=20222332/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7638648 CPUtime=0.83 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 23761 0 1 0 79 4 0 0 18 0 18 0 488004457 7821975552 23401 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1909662 23403 2196 9 0 1900400 0
[pid=31441/tid=31442] ppid=31439 vsize=7638648 CPUtime=0.68 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 21289 0 1 0 65 3 0 0 18 0 18 0 488004457 7821975552 23403 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505561808 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 7638648

[startup+1.50161 s]
/proc/loadavg: 2.43 2.64 3.19 5/240 31459
/proc/meminfo: memFree=20106328/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7638648 CPUtime=1.63 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 44390 0 1 0 157 6 0 0 18 0 18 0 488004457 7821975552 44029 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1909662 44031 2198 9 0 1900400 0
[pid=31441/tid=31442] ppid=31439 vsize=7638648 CPUtime=1.48 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 41916 0 1 0 142 6 0 0 19 0 18 0 488004457 7821975552 44032 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505560743 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31441/tid=31444] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31444/stat : 31444 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 488004459 7821975552 44033 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31445] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31445/stat : 31445 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 488004459 7821975552 44034 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31446] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31446/stat : 31446 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 488004459 7821975552 44036 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31447] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31447/stat : 31447 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 488004459 7821975552 44036 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31448] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31448/stat : 31448 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 488004459 7821975552 44038 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31449] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 488004459 7821975552 44039 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 488004459 7821975552 44040 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 488004459 7821975552 44041 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488004460 7821975552 44042 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 488004460 7821975552 44043 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488004460 7821975552 44044 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488004462 7821975552 44045 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7638648 CPUtime=0.04 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 447 0 0 0 4 0 0 0 22 0 18 0 488004462 7821975552 44045 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7638648 CPUtime=0.09 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 875 0 0 0 9 0 0 0 23 0 18 0 488004462 7821975552 44046 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488004462 7821975552 44047 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31459] ppid=31439 vsize=7638648 CPUtime=0 cores=1,3
/proc/31441/task/31459/stat : 31459 (java) S 31439 31441 29940 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 488004462 7821975552 44048 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 7638648

[startup+3.1013 s]
/proc/loadavg: 2.43 2.64 3.19 5/241 31478
/proc/meminfo: memFree=20008352/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7646448 CPUtime=3.9 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 57029 0 1 0 381 9 0 0 18 0 19 0 488004457 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1911612 55810 2215 9 0 1902350 0
[pid=31441/tid=31442] ppid=31439 vsize=7646448 CPUtime=3.09 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 51916 0 1 0 301 8 0 0 25 0 19 0 488004457 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505331328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31441/tid=31444] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31444/stat : 31444 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31445] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31445/stat : 31445 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31446] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31446/stat : 31446 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31447] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31447/stat : 31447 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31448] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31448/stat : 31448 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31449] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488004459 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488004460 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 488004460 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488004460 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7646448 CPUtime=0.37 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 1106 0 0 0 37 0 0 0 15 0 19 0 488004462 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7646448 CPUtime=0.42 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 2844 0 0 0 42 0 0 0 15 0 19 0 488004462 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31459] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31459/stat : 31459 (java) S 31439 31441 29940 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 488004462 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31478] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31478/stat : 31478 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 488004649 7829962752 55810 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 7646448

[startup+6.30066 s]
/proc/loadavg: 2.43 2.64 3.19 5/241 31478
/proc/meminfo: memFree=19887712/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7646448 CPUtime=7.16 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 57626 0 1 0 707 9 0 0 18 0 19 0 488004457 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1911612 56404 2218 9 0 1902350 0
[pid=31441/tid=31442] ppid=31439 vsize=7646448 CPUtime=6.29 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 52499 0 1 0 621 8 0 0 25 0 19 0 488004457 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505886107 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31441/tid=31444] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31444/stat : 31444 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31445] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31445/stat : 31445 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31446] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31446/stat : 31446 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31447] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31447/stat : 31447 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31448] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31448/stat : 31448 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31449] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488004459 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488004460 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 488004460 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488004460 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7646448 CPUtime=0.4 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 1112 0 0 0 40 0 0 0 15 0 19 0 488004462 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7646448 CPUtime=0.44 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 2852 0 0 0 44 0 0 0 15 0 19 0 488004462 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7646448 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7829962752 56404 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0

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

[pid=31441/tid=31449] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1438 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 8277 0 0 0 21 0 0 0 15 0 19 0 488004459 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7650776 CPUtime=0.02 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 488004459 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7650776 CPUtime=4.34 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 40180 0 0 0 430 4 0 0 15 0 19 0 488004460 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7650776 CPUtime=0.88 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 6541 0 0 0 88 0 0 0 15 0 19 0 488004462 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7650776 CPUtime=0.51 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 2857 0 0 0 51 0 0 0 15 0 19 0 488004462 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31459] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31459/stat : 31459 (java) S 31439 31441 29940 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 488004462 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31478] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31478/stat : 31478 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 488004649 7834394624 153099 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1124.27
Current children cumulated vsize (KiB) 7650776

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.78 5/262 31579
/proc/meminfo: memFree=17300436/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7650776 CPUtime=1184.31 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 159140 0 1 0 118410 21 0 0 18 0 19 0 488004457 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1912694 153421 2246 9 0 1903432 0
[pid=31441/tid=31442] ppid=31439 vsize=7650776 CPUtime=1177.04 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 58045 0 1 0 117695 9 0 0 25 0 19 0 488004457 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505733668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31441/tid=31444] ppid=31439 vsize=7650776 CPUtime=0.24 cores=1,3
/proc/31441/task/31444/stat : 31444 (java) S 31439 31441 29940 0 -1 4202560 15678 0 0 0 23 1 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31445] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31445/stat : 31445 (java) S 31439 31441 29940 0 -1 4202560 14522 0 0 0 20 1 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31446] ppid=31439 vsize=7650776 CPUtime=0.08 cores=1,3
/proc/31441/task/31446/stat : 31446 (java) S 31439 31441 29940 0 -1 4202560 2975 0 0 0 8 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31447] ppid=31439 vsize=7650776 CPUtime=0.12 cores=1,3
/proc/31441/task/31447/stat : 31447 (java) S 31439 31441 29940 0 -1 4202560 3590 0 0 0 12 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31448] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31448/stat : 31448 (java) S 31439 31441 29940 0 -1 4202560 3465 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31449] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1438 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 8277 0 0 0 21 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7650776 CPUtime=0.06 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 177 0 0 0 6 0 0 0 16 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7650776 CPUtime=4.65 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 40355 0 0 0 461 4 0 0 15 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7650776 CPUtime=0.88 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 6541 0 0 0 88 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7650776 CPUtime=0.51 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 2857 0 0 0 51 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31459] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31459/stat : 31459 (java) S 31439 31441 29940 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31478] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31478/stat : 31478 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 488004649 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1184.31
Current children cumulated vsize (KiB) 7650776

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.79 6/262 31590
/proc/meminfo: memFree=17280864/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7650776 CPUtime=1244.31 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 159142 0 1 0 124410 21 0 0 18 0 19 0 488004457 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1912694 153421 2246 9 0 1903432 0
[pid=31441/tid=31442] ppid=31439 vsize=7650776 CPUtime=1237.04 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 58045 0 1 0 123695 9 0 0 25 0 19 0 488004457 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505774433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31441/tid=31444] ppid=31439 vsize=7650776 CPUtime=0.24 cores=1,3
/proc/31441/task/31444/stat : 31444 (java) S 31439 31441 29940 0 -1 4202560 15678 0 0 0 23 1 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31445] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31445/stat : 31445 (java) S 31439 31441 29940 0 -1 4202560 14522 0 0 0 20 1 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31446] ppid=31439 vsize=7650776 CPUtime=0.08 cores=1,3
/proc/31441/task/31446/stat : 31446 (java) S 31439 31441 29940 0 -1 4202560 2975 0 0 0 8 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31447] ppid=31439 vsize=7650776 CPUtime=0.12 cores=1,3
/proc/31441/task/31447/stat : 31447 (java) S 31439 31441 29940 0 -1 4202560 3590 0 0 0 12 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31448] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31448/stat : 31448 (java) S 31439 31441 29940 0 -1 4202560 3465 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31449] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1438 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 8277 0 0 0 21 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7650776 CPUtime=0.06 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 177 0 0 0 6 0 0 0 16 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7650776 CPUtime=4.65 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 40355 0 0 0 461 4 0 0 15 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7650776 CPUtime=0.88 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 6541 0 0 0 88 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7650776 CPUtime=0.51 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 2857 0 0 0 51 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31459] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31459/stat : 31459 (java) S 31439 31441 29940 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31478] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31478/stat : 31478 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 488004649 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1244.31
Current children cumulated vsize (KiB) 7650776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.90 3.98 3.79 4/238 31612
/proc/meminfo: memFree=17823068/32950928 swapFree=67111528/67111528
[pid=31441] ppid=31439 vsize=7650776 CPUtime=1302.02 cores=1,3
/proc/31441/stat : 31441 (java) S 31439 31441 29940 0 -1 4202496 159146 0 1 0 130181 21 0 0 18 0 19 0 488004457 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31441/statm: 1912694 153421 2246 9 0 1903432 0
[pid=31441/tid=31442] ppid=31439 vsize=7650776 CPUtime=1294.75 cores=1,3
/proc/31441/task/31442/stat : 31442 (java) R 31439 31441 29940 0 -1 4202560 58045 0 1 0 129466 9 0 0 25 0 19 0 488004457 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 46912505733728 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31441/tid=31444] ppid=31439 vsize=7650776 CPUtime=0.24 cores=1,3
/proc/31441/task/31444/stat : 31444 (java) S 31439 31441 29940 0 -1 4202560 15678 0 0 0 23 1 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31445] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31445/stat : 31445 (java) S 31439 31441 29940 0 -1 4202560 14522 0 0 0 20 1 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31446] ppid=31439 vsize=7650776 CPUtime=0.08 cores=1,3
/proc/31441/task/31446/stat : 31446 (java) S 31439 31441 29940 0 -1 4202560 2975 0 0 0 8 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31447] ppid=31439 vsize=7650776 CPUtime=0.12 cores=1,3
/proc/31441/task/31447/stat : 31447 (java) S 31439 31441 29940 0 -1 4202560 3590 0 0 0 12 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31448] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31448/stat : 31448 (java) S 31439 31441 29940 0 -1 4202560 3465 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31449] ppid=31439 vsize=7650776 CPUtime=0.1 cores=1,3
/proc/31441/task/31449/stat : 31449 (java) S 31439 31441 29940 0 -1 4202560 1438 0 0 0 10 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31450] ppid=31439 vsize=7650776 CPUtime=0.21 cores=1,3
/proc/31441/task/31450/stat : 31450 (java) S 31439 31441 29940 0 -1 4202560 8277 0 0 0 21 0 0 0 15 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31451] ppid=31439 vsize=7650776 CPUtime=0.06 cores=1,3
/proc/31441/task/31451/stat : 31451 (java) S 31439 31441 29940 0 -1 4202560 177 0 0 0 6 0 0 0 16 0 19 0 488004459 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31452] ppid=31439 vsize=7650776 CPUtime=4.65 cores=1,3
/proc/31441/task/31452/stat : 31452 (java) S 31439 31441 29940 0 -1 4202560 40355 0 0 0 461 4 0 0 15 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 0 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31453] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31453/stat : 31453 (java) S 31439 31441 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31454] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31454/stat : 31454 (java) S 31439 31441 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488004460 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31455] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31455/stat : 31455 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512515505 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31456] ppid=31439 vsize=7650776 CPUtime=0.88 cores=1,3
/proc/31441/task/31456/stat : 31456 (java) S 31439 31441 29940 0 -1 4202560 6541 0 0 0 88 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31457] ppid=31439 vsize=7650776 CPUtime=0.51 cores=1,3
/proc/31441/task/31457/stat : 31457 (java) S 31439 31441 29940 0 -1 4202560 2857 0 0 0 51 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31458] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31458/stat : 31458 (java) S 31439 31441 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512507801 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
[pid=31441/tid=31459] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31459/stat : 31459 (java) S 31439 31441 29940 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 488004462 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 3 0 0 0
[pid=31441/tid=31478] ppid=31439 vsize=7650776 CPUtime=0 cores=1,3
/proc/31441/task/31478/stat : 31478 (java) S 31439 31441 29940 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 488004649 7834394624 153421 33554432000 1073741824 1073778376 140736338685072 18446744073709551615 254512508416 0 4 0 16800975 18446604458836146880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 7650776

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): 1302.11
CPU user time (s): 1301.86
CPU system time (s): 0.246962
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 7664588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.86
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159188
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= 26925
involuntary context switches= 4170

runsolver used 2.15567 second user time and 4.95925 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 22:41:18
IDJOB=3284797
IDBENCH=82363
IDSOLVER=1611
FILE ID=node149/3284797-1303764076
RUNJOBID= node149-1303764057-31112
PBS_JOBID= 13157116
Free space on /tmp= 72100 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.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-3284797-1303764076/watcher-3284797-1303764076 -o /tmp/evaluation-result-3284797-1303764076/solver-3284797-1303764076 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3284797-1303764076.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1107717339

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20222488 kB
Buffers:       2169800 kB
Cached:        9564960 kB
SwapCached:          0 kB
Active:        1814904 kB
Inactive:     10371424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20222488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           88060 kB
Writeback:           0 kB
AnonPages:      451080 kB
Mapped:          23824 kB
Slab:           475612 kB
PageTables:       6412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14769008 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= 71940 MiB
End job on node149 at 2011-04-25 23:03:00