Trace number 3280657

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.82 1300.07

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data

0.03/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.12	c See www.sat4j.org for details.
0.03/0.12	c no version file found!!!
0.03/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.12	c java.vm.version	19.1-b02
0.03/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.12	c sun.arch.data.model	64
0.03/0.12	c java.version		1.6.0_24
0.03/0.12	c os.name		Linux
0.03/0.12	c os.version		2.6.18-164.el5
0.03/0.12	c os.arch		amd64
0.03/0.12	c Free memory 		6997539544
0.03/0.12	c Max memory 		7034241024
0.03/0.12	c Total memory 		7034241024
0.03/0.12	c Number of processors 	8
0.03/0.14	c --- Begin Solver configuration ---
0.03/0.14	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.14	c Learn all clauses as in MiniSAT
0.03/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.14	c Expensive reason simplification
0.03/0.14	c Armin Biere (Picosat) restarts strategy
0.03/0.14	c Glucose learned constraints deletion strategy
0.03/0.14	c timeout=2147483647s
0.03/0.14	c DB Simplification allowed=true
0.03/0.14	c --- End Solver configuration ---
0.03/0.14	c solving HOME/instance-3280657-1303749499.cnf
0.03/0.14	c reading problem ... 
1.25/1.22	c ... done. Wall clock time 1.079s.
1.25/1.22	c #vars     361125
1.25/1.22	c #constraints  1254261
1.25/1.22	c constraints type 
1.25/1.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 358021
1.25/1.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 895984
56.01/55.48	c cleaning 2404 clauses out of 4828 with flag 5001/5001
117.37/116.03	c cleaning 4173 clauses out of 8412 with flag 11000/11000
189.60/188.27	c cleaning 5597 clauses out of 11238 with flag 18000/18000
280.33/278.95	c cleaning 6771 clauses out of 13632 with flag 26000/26000
386.79/385.39	c cleaning 7883 clauses out of 15861 with flag 35000/35000
503.82/502.30	c cleaning 8946 clauses out of 17974 with flag 45000/45000
629.75/628.21	c cleaning 9966 clauses out of 20028 with flag 56007/56007
767.28/765.72	c cleaning 10972 clauses out of 22055 with flag 68000/68000
925.01/923.46	c cleaning 11934 clauses out of 24072 with flag 81000/81000
1101.75/1100.10	c cleaning 13017 clauses out of 26137 with flag 95002/95002
1294.98/1293.32	c cleaning 13983 clauses out of 28118 with flag 110000/110000
1301.72/1300.01	c starts		: 392
1301.72/1300.01	c conflicts		: 110500
1301.72/1300.01	c decisions		: 276871
1301.72/1300.01	c propagations		: 1976262760
1301.72/1300.01	c inspects		: 4618356872
1301.72/1300.01	c shortcuts		: 0
1301.72/1300.01	c learnt literals	: 132
1301.72/1300.01	c learnt binary clauses	: 1184
1301.72/1300.01	c learnt ternary clauses	: 3314
1301.72/1300.01	c learnt constraints	: 110368
1301.72/1300.01	c ignored constraints	: 0
1301.72/1300.01	c root simplifications	: 524
1301.72/1300.01	c removed literals (reason simplification)	: 2951137
1301.72/1300.01	c reason swapping (by a shorter reason)	: 0
1301.72/1300.01	c Calls to reduceDB	: 11
1301.72/1300.01	c speed (assignments/second)	: 1521618.7081822313
1301.72/1300.01	c non guided choices	1986
1301.72/1300.04	c learnt constraints type 
1301.72/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1140
1301.72/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13497
1301.72/1300.04	c constraints type 
1301.72/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 358021
1301.72/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 895984
1301.72/1300.04	s UNKNOWN
1301.72/1300.04	c Total wall clock time (in seconds) : 1299.871

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

running on 2 cores: 5,7

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 5/243 9233
/proc/meminfo: memFree=12923896/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=11800 CPUtime=0 cores=5,7
/proc/9233/stat : 9233 (runsolver) S 9231 9233 8809 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 1 0 486550473 12083200 52 33554432000 4194304 5434984 140735609233216 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 7 0 0 0
/proc/9233/statm: 2950 52 31 303 0 2644 0

[startup+0.090336 s]
/proc/loadavg: 1.39 2.29 2.89 5/243 9233
/proc/meminfo: memFree=12923896/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7564352 CPUtime=0.02 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 8758 0 1 0 2 0 0 0 21 0 13 0 486550473 7745896448 8453 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1891088 8453 1674 9 0 1881836 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.100332 s]
/proc/loadavg: 1.39 2.29 2.89 5/243 9233
/proc/meminfo: memFree=12923896/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7564488 CPUtime=0.03 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 8960 0 1 0 3 0 0 0 21 0 13 0 486550473 7746035712 8655 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1891122 8655 1687 9 0 1881870 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.300296 s]
/proc/loadavg: 1.39 2.29 2.89 5/243 9233
/proc/meminfo: memFree=12923896/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7573672 CPUtime=0.24 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 15026 0 1 0 23 1 0 0 21 0 18 0 486550473 7755440128 14248 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1893418 14248 2182 9 0 1884156 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 7573672

[startup+0.700225 s]
/proc/loadavg: 1.39 2.29 2.89 5/243 9233
/proc/meminfo: memFree=12923896/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7640728 CPUtime=0.75 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 30094 0 1 0 72 3 0 0 21 0 18 0 486550473 7824105472 28629 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1910182 28629 2197 9 0 1900920 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 7640728

[startup+1.50108 s]
/proc/loadavg: 1.39 2.29 2.89 5/261 9251
/proc/meminfo: memFree=12770508/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7646964 CPUtime=1.77 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 56093 0 1 0 171 6 0 0 21 0 19 0 486550473 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1911741 53956 2215 9 0 1902479 0
[pid=9233/tid=9235] ppid=9231 vsize=7646964 CPUtime=1.34 cores=5,7
/proc/9233/task/9235/stat : 9235 (java) R 9231 9233 8809 0 -1 4202560 49649 0 1 0 129 5 0 0 19 0 19 0 486550478 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 46912505213397 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9233/tid=9236] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9236/stat : 9236 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9237] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9237/stat : 9237 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9238] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9238/stat : 9238 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9239] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9239/stat : 9239 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9240] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9240/stat : 9240 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9241] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 486550480 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486550481 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486550481 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7646964 CPUtime=0.21 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) R 9231 9233 8809 0 -1 4202560 2117 0 0 0 21 0 0 0 17 0 19 0 486550483 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 47650047277584 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7646964 CPUtime=0.2 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) R 9231 9233 8809 0 -1 4202560 3165 0 0 0 20 0 0 0 17 0 19 0 486550483 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 47650047841762 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7646964 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550483 7830491136 53956 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 7646964

[startup+3.10082 s]
/proc/loadavg: 1.39 2.29 2.89 5/262 9252
/proc/meminfo: memFree=12713212/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7645500 CPUtime=3.58 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 56443 0 1 0 351 7 0 0 21 0 19 0 486550473 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1911375 54027 2221 9 0 1902113 0
[pid=9233/tid=9235] ppid=9231 vsize=7645500 CPUtime=2.94 cores=5,7
/proc/9233/task/9235/stat : 9235 (java) R 9231 9233 8809 0 -1 4202560 49746 0 1 0 289 5 0 0 22 0 19 0 486550478 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 46912505762500 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9233/tid=9236] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9236/stat : 9236 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9237] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9237/stat : 9237 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9238] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9238/stat : 9238 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9239] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9239/stat : 9239 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9240] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9240/stat : 9240 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9241] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 486550480 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486550481 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486550481 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7645500 CPUtime=0.24 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) S 9231 9233 8809 0 -1 4202560 2120 0 0 0 24 0 0 0 15 0 19 0 486550483 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7645500 CPUtime=0.37 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) S 9231 9233 8809 0 -1 4202560 3414 0 0 0 37 0 0 0 15 0 19 0 486550483 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550483 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9252] ppid=9231 vsize=7645500 CPUtime=0 cores=5,7
/proc/9233/task/9252/stat : 9252 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550602 7828992000 54027 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 7645500

[startup+6.30124 s]
/proc/loadavg: 1.60 2.32 2.90 5/262 9252
/proc/meminfo: memFree=12719372/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7641988 CPUtime=6.84 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 56509 0 1 0 677 7 0 0 21 0 19 0 486550473 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1910497 53145 2221 9 0 1901235 0
[pid=9233/tid=9235] ppid=9231 vsize=7641988 CPUtime=6.14 cores=5,7
/proc/9233/task/9235/stat : 9235 (java) R 9231 9233 8809 0 -1 4202560 49796 0 1 0 609 5 0 0 25 0 19 0 486550478 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 46912505776981 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9233/tid=9236] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9236/stat : 9236 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9237] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9237/stat : 9237 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9238] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9238/stat : 9238 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9239] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9239/stat : 9239 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9240] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9240/stat : 9240 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9241] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550479 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 486550480 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486550481 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486550481 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7641988 CPUtime=0.27 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) S 9231 9233 8809 0 -1 4202560 2132 0 0 0 27 0 0 0 15 0 19 0 486550483 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7641988 CPUtime=0.4 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) S 9231 9233 8809 0 -1 4202560 3418 0 0 0 40 0 0 0 15 0 19 0 486550483 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550483 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9252] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9252/stat : 9252 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550602 7825395712 53145 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 7641988

[startup+12.7011 s]
/proc/loadavg: 1.79 2.35 2.90 5/262 9252
/proc/meminfo: memFree=12717768/32951124 swapFree=67111528/67111528

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

[pid=9233/tid=9241] ppid=9231 vsize=7641988 CPUtime=0.05 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7641988 CPUtime=0.03 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7641988 CPUtime=0.04 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 3 0 0 0 4 0 0 0 16 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7641988 CPUtime=4.48 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 47647 0 0 0 444 4 0 0 15 0 19 0 486550480 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7641988 CPUtime=0.84 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) S 9231 9233 8809 0 -1 4202560 11405 0 0 0 82 2 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7641988 CPUtime=0.45 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) S 9231 9233 8809 0 -1 4202560 3427 0 0 0 45 0 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9252] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9252/stat : 9252 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550602 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.98
Current children cumulated vsize (KiB) 7641988

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.68 5/262 9284
/proc/meminfo: memFree=12235296/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7641988 CPUtime=1183.98 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 152090 0 1 0 118381 17 0 0 21 0 19 0 486550473 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1910497 142218 2253 9 0 1901235 0
[pid=9233/tid=9235] ppid=9231 vsize=7641988 CPUtime=1177.2 cores=5,7
/proc/9233/task/9235/stat : 9235 (java) R 9231 9233 8809 0 -1 4202560 50417 0 1 0 117714 6 0 0 25 0 19 0 486550478 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 46912505662328 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9233/tid=9236] ppid=9231 vsize=7641988 CPUtime=0.31 cores=5,7
/proc/9233/task/9236/stat : 9236 (java) S 9231 9233 8809 0 -1 4202560 17628 0 0 0 30 1 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9237] ppid=9231 vsize=7641988 CPUtime=0.24 cores=5,7
/proc/9233/task/9237/stat : 9237 (java) S 9231 9233 8809 0 -1 4202560 11878 0 0 0 23 1 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9238] ppid=9231 vsize=7641988 CPUtime=0.17 cores=5,7
/proc/9233/task/9238/stat : 9238 (java) S 9231 9233 8809 0 -1 4202560 7859 0 0 0 17 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9239] ppid=9231 vsize=7641988 CPUtime=0.01 cores=5,7
/proc/9233/task/9239/stat : 9239 (java) S 9231 9233 8809 0 -1 4202560 554 0 0 0 1 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9240] ppid=9231 vsize=7641988 CPUtime=0.08 cores=5,7
/proc/9233/task/9240/stat : 9240 (java) S 9231 9233 8809 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9241] ppid=9231 vsize=7641988 CPUtime=0.05 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7641988 CPUtime=0.03 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7641988 CPUtime=0.04 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 3 0 0 0 4 0 0 0 16 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7641988 CPUtime=4.48 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 47647 0 0 0 444 4 0 0 15 0 19 0 486550480 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7641988 CPUtime=0.84 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) S 9231 9233 8809 0 -1 4202560 11405 0 0 0 82 2 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7641988 CPUtime=0.45 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) S 9231 9233 8809 0 -1 4202560 3427 0 0 0 45 0 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9252] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9252/stat : 9252 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550602 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.98
Current children cumulated vsize (KiB) 7641988

[startup+1242.3 s]
/proc/loadavg: 4.09 4.02 3.71 5/262 9285
/proc/meminfo: memFree=12234512/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7641988 CPUtime=1243.98 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 152094 0 1 0 124381 17 0 0 21 0 19 0 486550473 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1910497 142218 2253 9 0 1901235 0
[pid=9233/tid=9235] ppid=9231 vsize=7641988 CPUtime=1237.2 cores=5,7
/proc/9233/task/9235/stat : 9235 (java) R 9231 9233 8809 0 -1 4202560 50417 0 1 0 123714 6 0 0 25 0 19 0 486550478 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 46912505776662 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9233/tid=9236] ppid=9231 vsize=7641988 CPUtime=0.31 cores=5,7
/proc/9233/task/9236/stat : 9236 (java) S 9231 9233 8809 0 -1 4202560 17628 0 0 0 30 1 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9237] ppid=9231 vsize=7641988 CPUtime=0.24 cores=5,7
/proc/9233/task/9237/stat : 9237 (java) S 9231 9233 8809 0 -1 4202560 11878 0 0 0 23 1 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9238] ppid=9231 vsize=7641988 CPUtime=0.17 cores=5,7
/proc/9233/task/9238/stat : 9238 (java) S 9231 9233 8809 0 -1 4202560 7859 0 0 0 17 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9239] ppid=9231 vsize=7641988 CPUtime=0.01 cores=5,7
/proc/9233/task/9239/stat : 9239 (java) S 9231 9233 8809 0 -1 4202560 554 0 0 0 1 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9240] ppid=9231 vsize=7641988 CPUtime=0.08 cores=5,7
/proc/9233/task/9240/stat : 9240 (java) S 9231 9233 8809 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9241] ppid=9231 vsize=7641988 CPUtime=0.05 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7641988 CPUtime=0.03 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7641988 CPUtime=0.04 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 3 0 0 0 4 0 0 0 16 0 19 0 486550479 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7641988 CPUtime=4.48 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 47647 0 0 0 444 4 0 0 15 0 19 0 486550480 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7641988 CPUtime=0.84 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) S 9231 9233 8809 0 -1 4202560 11405 0 0 0 82 2 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7641988 CPUtime=0.45 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) S 9231 9233 8809 0 -1 4202560 3427 0 0 0 45 0 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 486550483 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9252] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9252/stat : 9252 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550602 7825395712 142218 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.98
Current children cumulated vsize (KiB) 7641988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.03 3.73 2/199 9313
/proc/meminfo: memFree=12560836/32951124 swapFree=67111528/67111528
[pid=9233] ppid=9231 vsize=7641988 CPUtime=1301.72 cores=5,7
/proc/9233/stat : 9233 (java) S 9231 9233 8809 0 -1 4202496 152226 0 1 0 130155 17 0 0 21 0 19 0 486550473 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/9233/statm: 1910497 142343 2253 9 0 1901235 0
[pid=9233/tid=9235] ppid=9231 vsize=7641988 CPUtime=1294.47 cores=5,7
/proc/9233/task/9235/stat : 9235 (java) R 9231 9233 8809 0 -1 4202560 50418 0 1 0 129441 6 0 0 25 0 19 0 486550478 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 46912505809320 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9233/tid=9236] ppid=9231 vsize=7641988 CPUtime=0.31 cores=5,7
/proc/9233/task/9236/stat : 9236 (java) S 9231 9233 8809 0 -1 4202560 17628 0 0 0 30 1 0 0 15 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9237] ppid=9231 vsize=7641988 CPUtime=0.26 cores=5,7
/proc/9233/task/9237/stat : 9237 (java) S 9231 9233 8809 0 -1 4202560 11879 0 0 0 25 1 0 0 16 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9238] ppid=9231 vsize=7641988 CPUtime=0.17 cores=5,7
/proc/9233/task/9238/stat : 9238 (java) S 9231 9233 8809 0 -1 4202560 7859 0 0 0 17 0 0 0 15 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9239] ppid=9231 vsize=7641988 CPUtime=0.01 cores=5,7
/proc/9233/task/9239/stat : 9239 (java) S 9231 9233 8809 0 -1 4202560 554 0 0 0 1 0 0 0 15 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9240] ppid=9231 vsize=7641988 CPUtime=0.08 cores=5,7
/proc/9233/task/9240/stat : 9240 (java) S 9231 9233 8809 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9241] ppid=9231 vsize=7641988 CPUtime=0.05 cores=5,7
/proc/9233/task/9241/stat : 9241 (java) S 9231 9233 8809 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9242] ppid=9231 vsize=7641988 CPUtime=0.03 cores=5,7
/proc/9233/task/9242/stat : 9242 (java) S 9231 9233 8809 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9243] ppid=9231 vsize=7641988 CPUtime=0.06 cores=5,7
/proc/9233/task/9243/stat : 9243 (java) S 9231 9233 8809 0 -1 4202560 4 0 0 0 6 0 0 0 16 0 19 0 486550479 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9244] ppid=9231 vsize=7641988 CPUtime=4.88 cores=5,7
/proc/9233/task/9244/stat : 9244 (java) S 9231 9233 8809 0 -1 4202560 47772 0 0 0 484 4 0 0 15 0 19 0 486550480 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 0 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
[pid=9233/tid=9245] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9245/stat : 9245 (java) S 9231 9233 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9246] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9246/stat : 9246 (java) S 9231 9233 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550481 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9247] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9247/stat : 9247 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820989361 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9248] ppid=9231 vsize=7641988 CPUtime=0.84 cores=5,7
/proc/9233/task/9248/stat : 9248 (java) S 9231 9233 8809 0 -1 4202560 11405 0 0 0 82 2 0 0 15 0 19 0 486550483 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9249] ppid=9231 vsize=7641988 CPUtime=0.45 cores=5,7
/proc/9233/task/9249/stat : 9249 (java) S 9231 9233 8809 0 -1 4202560 3427 0 0 0 45 0 0 0 15 0 19 0 486550483 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9250] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9250/stat : 9250 (java) S 9231 9233 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550483 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820981657 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9251] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9251/stat : 9251 (java) S 9231 9233 8809 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 486550483 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 7 0 0 0
[pid=9233/tid=9252] ppid=9231 vsize=7641988 CPUtime=0 cores=5,7
/proc/9233/task/9252/stat : 9252 (java) S 9231 9233 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 486550602 7825395712 142343 33554432000 1073741824 1073778376 140736328693520 18446744073709551615 230820982272 0 4 0 16800975 18446604458290346752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 7641988

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.07
CPU time (s): 1301.82
CPU user time (s): 1301.62
CPU system time (s): 0.202969
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 7646964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.62
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152255
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= 26862
involuntary context switches= 4973

runsolver used 2.05969 second user time and 5.05323 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 18:38:20
IDJOB=3280657
IDBENCH=20410
IDSOLVER=1611
FILE ID=node104/3280657-1303749499
RUNJOBID= node104-1303749496-9140
PBS_JOBID= 13154058
Free space on /tmp= 71364 MiB

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

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
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:      12924184 kB
Buffers:       2282440 kB
Cached:       16892068 kB
SwapCached:          0 kB
Active:       10919384 kB
Inactive:      8524516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12924184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30688 kB
Writeback:           0 kB
AnonPages:      268036 kB
Mapped:          23224 kB
Slab:           516920 kB
PageTables:       6112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22029144 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= 71372 MiB
End job on node104 at 2011-04-25 19:00:02