Trace number 3285809

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.38 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3285809-1303768845.cnf
0.00/0.10	c reading problem ... 
1.73/1.62	c ... done. Wall clock time 1.533s.
1.73/1.62	c #vars     257380
1.73/1.62	c #constraints  1746699
1.73/1.62	c constraints type 
1.73/1.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34077
1.73/1.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1655107
100.70/99.98	c cleaning 2471 clauses out of 4948 with flag 5000/5000
222.63/221.68	c cleaning 4224 clauses out of 8449 with flag 11000/11000
372.16/371.10	c cleaning 5588 clauses out of 11202 with flag 18004/18004
519.99/518.94	c cleaning 6771 clauses out of 13588 with flag 26000/26000
699.15/698.00	c cleaning 7893 clauses out of 15800 with flag 35001/35001
917.89/916.72	c cleaning 8925 clauses out of 17886 with flag 45001/45001
1162.62/1161.45	c cleaning 9952 clauses out of 19933 with flag 56000/56000
1301.28/1300.01	c starts		: 231
1301.28/1300.01	c conflicts		: 62187
1301.28/1300.01	c decisions		: 720853
1301.28/1300.01	c propagations		: 814806608
1301.28/1300.01	c inspects		: 3400032220
1301.28/1300.01	c shortcuts		: 0
1301.28/1300.01	c learnt literals	: 130
1301.28/1300.01	c learnt binary clauses	: 324
1301.28/1300.01	c learnt ternary clauses	: 595
1301.28/1300.01	c learnt constraints	: 62057
1301.28/1300.01	c ignored constraints	: 0
1301.28/1300.01	c root simplifications	: 361
1301.28/1300.01	c removed literals (reason simplification)	: 31431013
1301.28/1300.01	c reason swapping (by a shorter reason)	: 0
1301.28/1300.01	c Calls to reduceDB	: 7
1301.28/1300.01	c speed (assignments/second)	: 627553.7243932082
1301.28/1300.01	c non guided choices	387
1301.28/1300.04	c learnt constraints type 
1301.28/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 299
1301.28/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15852
1301.28/1300.04	c constraints type 
1301.28/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34077
1301.28/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1655107
1301.28/1300.04	s UNKNOWN
1301.28/1300.04	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-3285809-1303768845/watcher-3285809-1303768845 -o /tmp/evaluation-result-3285809-1303768845/solver-3285809-1303768845 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285809-1303768845.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: 3.26 3.82 3.56 7/201 9854
/proc/meminfo: memFree=23851340/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=23028 CPUtime=0 cores=1,3
/proc/9854/stat : 9854 (java) R 9852 9854 8087 0 -1 4202496 806 0 0 0 0 0 0 0 23 0 1 0 567115081 23580672 549 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252453103360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9854/statm: 5757 559 417 9 0 124 0

[startup+0.105004 s]
/proc/loadavg: 3.26 3.82 3.56 7/201 9854
/proc/meminfo: memFree=23851340/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7636336 CPUtime=0.1 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 13970 0 1 0 9 1 0 0 23 0 18 0 567115081 7819608064 13666 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1909084 13666 2094 9 0 1899822 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636336

[startup+0.200927 s]
/proc/loadavg: 3.26 3.82 3.56 7/201 9854
/proc/meminfo: memFree=23851340/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7636712 CPUtime=0.27 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 15166 0 1 0 25 2 0 0 23 0 18 0 567115081 7819993088 14749 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1909178 14750 2190 9 0 1899916 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7636712

[startup+0.300941 s]
/proc/loadavg: 3.26 3.82 3.56 7/201 9854
/proc/meminfo: memFree=23851340/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7636712 CPUtime=0.38 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 16269 0 1 0 36 2 0 0 23 0 18 0 567115081 7819993088 15852 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1909178 15853 2190 9 0 1899916 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7636712

[startup+0.700862 s]
/proc/loadavg: 3.26 3.82 3.56 7/201 9854
/proc/meminfo: memFree=23851340/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7636712 CPUtime=0.81 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 25623 0 1 0 77 4 0 0 23 0 18 0 567115081 7819993088 25176 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1909178 25178 2197 9 0 1899916 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 7636712

[startup+1.50072 s]
/proc/loadavg: 3.26 3.82 3.56 6/239 9895
/proc/meminfo: memFree=23579176/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7636876 CPUtime=1.63 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 46749 0 1 0 155 8 0 0 23 0 18 0 567115081 7820161024 46263 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1909219 46264 2199 9 0 1899957 0
[pid=9854/tid=9856] ppid=9852 vsize=7636876 CPUtime=1.48 cores=1,3
/proc/9854/task/9856/stat : 9856 (java) R 9852 9854 8087 0 -1 4202560 44334 0 1 0 141 7 0 0 19 0 18 0 567115082 7820161024 46265 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 46912505515996 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9854/tid=9857] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9857/stat : 9857 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46265 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9858] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9858/stat : 9858 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46266 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9859] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9859/stat : 9859 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46267 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9860] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9860/stat : 9860 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46267 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9861] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9861/stat : 9861 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46268 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9862] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46269 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46270 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115083 7820161024 46270 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 567115084 7820161024 46271 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 567115084 7820161024 46272 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 567115084 7820161024 46272 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115087 7820161024 46273 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7636876 CPUtime=0.05 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 545 0 0 0 5 0 0 0 20 0 18 0 567115087 7820161024 46274 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7636876 CPUtime=0.08 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 718 0 0 0 8 0 0 0 20 0 18 0 567115087 7820161024 46274 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 567115087 7820161024 46275 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7636876 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 567115087 7820161024 46276 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 7636876

[startup+3.10142 s]
/proc/loadavg: 3.26 3.82 3.56 5/240 9896
/proc/meminfo: memFree=23345188/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7644480 CPUtime=3.79 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 57872 0 1 0 369 10 0 0 23 0 19 0 567115081 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1911120 56053 2216 9 0 1901858 0
[pid=9854/tid=9856] ppid=9852 vsize=7644480 CPUtime=3.08 cores=1,3
/proc/9854/task/9856/stat : 9856 (java) R 9852 9854 8087 0 -1 4202560 51939 0 1 0 299 9 0 0 25 0 19 0 567115082 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 46912505681216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9854/tid=9857] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9857/stat : 9857 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9858] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9858/stat : 9858 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9859] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9859/stat : 9859 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9860] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9860/stat : 9860 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9861] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9861/stat : 9861 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9862] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 567115084 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 567115084 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 567115084 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7644480 CPUtime=0.26 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 1752 0 0 0 26 0 0 0 15 0 19 0 567115087 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7644480 CPUtime=0.42 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 3019 0 0 0 42 0 0 0 15 0 19 0 567115087 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 567115087 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9896] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9896/stat : 9896 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 567115253 7827947520 56053 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 7644480

[startup+6.30083 s]
/proc/loadavg: 3.40 3.84 3.57 5/261 9920
/proc/meminfo: memFree=23117808/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7644480 CPUtime=7.06 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 58332 0 1 0 696 10 0 0 23 0 19 0 567115081 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1911120 56486 2216 9 0 1901858 0
[pid=9854/tid=9856] ppid=9852 vsize=7644480 CPUtime=6.28 cores=1,3
/proc/9854/task/9856/stat : 9856 (java) R 9852 9854 8087 0 -1 4202560 52394 0 1 0 619 9 0 0 25 0 19 0 567115082 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 46912505738536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9854/tid=9857] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9857/stat : 9857 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9858] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9858/stat : 9858 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9859] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9859/stat : 9859 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9860] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9860/stat : 9860 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9861] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9861/stat : 9861 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9862] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115083 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 567115084 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 567115084 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 567115084 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7644480 CPUtime=0.27 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 1753 0 0 0 27 0 0 0 15 0 19 0 567115087 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7644480 CPUtime=0.49 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 3023 0 0 0 49 0 0 0 15 0 19 0 567115087 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 567115087 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9896] ppid=9852 vsize=7644480 CPUtime=0 cores=1,3
/proc/9854/task/9896/stat : 9896 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 567115253 7827947520 56486 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 7644480

[startup+12.7016 s]
/proc/loadavg: 3.53 3.86 3.58 6/262 9921
/proc/meminfo: memFree=22498184/32951124 swapFree=67111348/67111528

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

[pid=9854/tid=9862] ppid=9852 vsize=7641884 CPUtime=0.16 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 11257 0 0 0 15 1 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7641884 CPUtime=0.22 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 19175 0 0 0 19 3 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7641884 CPUtime=0.13 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 9282 0 0 0 13 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7641884 CPUtime=2.68 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 48460 0 0 0 264 4 0 0 15 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7641884 CPUtime=0.35 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 2180 0 0 0 35 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7641884 CPUtime=0.63 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 3046 0 0 0 63 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9896] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9896/stat : 9896 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 567115253 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.57
Current children cumulated vsize (KiB) 7641884

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/262 9963
/proc/meminfo: memFree=20482068/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7641884 CPUtime=1243.57 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 172875 0 1 0 124332 25 0 0 23 0 19 0 567115081 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1910471 169665 2247 9 0 1901209 0
[pid=9854/tid=9856] ppid=9852 vsize=7641884 CPUtime=1239.03 cores=1,3
/proc/9854/task/9856/stat : 9856 (java) R 9852 9854 8087 0 -1 4202560 63111 0 1 0 123891 12 0 0 25 0 19 0 567115082 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 46912505612102 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9854/tid=9857] ppid=9852 vsize=7641884 CPUtime=0.06 cores=1,3
/proc/9854/task/9857/stat : 9857 (java) S 9852 9854 8087 0 -1 4202560 6414 0 0 0 6 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9858] ppid=9852 vsize=7641884 CPUtime=0.05 cores=1,3
/proc/9854/task/9858/stat : 9858 (java) S 9852 9854 8087 0 -1 4202560 4200 0 0 0 5 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9859] ppid=9852 vsize=7641884 CPUtime=0.07 cores=1,3
/proc/9854/task/9859/stat : 9859 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9860] ppid=9852 vsize=7641884 CPUtime=0.05 cores=1,3
/proc/9854/task/9860/stat : 9860 (java) S 9852 9854 8087 0 -1 4202560 180 0 0 0 5 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9861] ppid=9852 vsize=7641884 CPUtime=0.02 cores=1,3
/proc/9854/task/9861/stat : 9861 (java) S 9852 9854 8087 0 -1 4202560 4340 0 0 0 2 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9862] ppid=9852 vsize=7641884 CPUtime=0.16 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 11257 0 0 0 15 1 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7641884 CPUtime=0.22 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 19175 0 0 0 19 3 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7641884 CPUtime=0.13 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 9282 0 0 0 13 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7641884 CPUtime=2.68 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 48460 0 0 0 264 4 0 0 15 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7641884 CPUtime=0.35 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 2180 0 0 0 35 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7641884 CPUtime=0.63 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 3046 0 0 0 63 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9896] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9896/stat : 9896 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 567115253 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.57
Current children cumulated vsize (KiB) 7641884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.86 4/242 9968
/proc/meminfo: memFree=20849720/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7641884 CPUtime=1301.28 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 172879 0 1 0 130103 25 0 0 23 0 19 0 567115081 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1910471 169665 2247 9 0 1901209 0
[pid=9854/tid=9856] ppid=9852 vsize=7641884 CPUtime=1296.73 cores=1,3
/proc/9854/task/9856/stat : 9856 (java) R 9852 9854 8087 0 -1 4202560 63111 0 1 0 129661 12 0 0 25 0 19 0 567115082 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 46912505642487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9854/tid=9857] ppid=9852 vsize=7641884 CPUtime=0.06 cores=1,3
/proc/9854/task/9857/stat : 9857 (java) S 9852 9854 8087 0 -1 4202560 6414 0 0 0 6 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9858] ppid=9852 vsize=7641884 CPUtime=0.05 cores=1,3
/proc/9854/task/9858/stat : 9858 (java) S 9852 9854 8087 0 -1 4202560 4200 0 0 0 5 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9859] ppid=9852 vsize=7641884 CPUtime=0.07 cores=1,3
/proc/9854/task/9859/stat : 9859 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9860] ppid=9852 vsize=7641884 CPUtime=0.05 cores=1,3
/proc/9854/task/9860/stat : 9860 (java) S 9852 9854 8087 0 -1 4202560 180 0 0 0 5 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9861] ppid=9852 vsize=7641884 CPUtime=0.02 cores=1,3
/proc/9854/task/9861/stat : 9861 (java) S 9852 9854 8087 0 -1 4202560 4340 0 0 0 2 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9862] ppid=9852 vsize=7641884 CPUtime=0.16 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 11257 0 0 0 15 1 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7641884 CPUtime=0.22 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 19175 0 0 0 19 3 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7641884 CPUtime=0.13 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 9282 0 0 0 13 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7641884 CPUtime=2.68 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 48460 0 0 0 264 4 0 0 15 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7641884 CPUtime=0.35 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 2180 0 0 0 35 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7641884 CPUtime=0.63 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 3046 0 0 0 63 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9896] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9896/stat : 9896 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 567115253 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.28
Current children cumulated vsize (KiB) 7641884

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.86 4/242 9968
/proc/meminfo: memFree=20849720/32951124 swapFree=67111348/67111528
[pid=9854] ppid=9852 vsize=7641884 CPUtime=1301.28 cores=1,3
/proc/9854/stat : 9854 (java) S 9852 9854 8087 0 -1 4202496 172879 0 1 0 130103 25 0 0 23 0 19 0 567115081 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9854/statm: 1910471 169665 2247 9 0 1901209 0
[pid=9854/tid=9856] ppid=9852 vsize=7641884 CPUtime=1296.73 cores=1,3
/proc/9854/task/9856/stat : 9856 (java) R 9852 9854 8087 0 -1 4202560 63111 0 1 0 129661 12 0 0 25 0 19 0 567115082 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 46912505642487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9854/tid=9857] ppid=9852 vsize=7641884 CPUtime=0.06 cores=1,3
/proc/9854/task/9857/stat : 9857 (java) S 9852 9854 8087 0 -1 4202560 6414 0 0 0 6 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9858] ppid=9852 vsize=7641884 CPUtime=0.05 cores=1,3
/proc/9854/task/9858/stat : 9858 (java) S 9852 9854 8087 0 -1 4202560 4200 0 0 0 5 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9859] ppid=9852 vsize=7641884 CPUtime=0.07 cores=1,3
/proc/9854/task/9859/stat : 9859 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9860] ppid=9852 vsize=7641884 CPUtime=0.05 cores=1,3
/proc/9854/task/9860/stat : 9860 (java) S 9852 9854 8087 0 -1 4202560 180 0 0 0 5 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9861] ppid=9852 vsize=7641884 CPUtime=0.02 cores=1,3
/proc/9854/task/9861/stat : 9861 (java) S 9852 9854 8087 0 -1 4202560 4340 0 0 0 2 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9862] ppid=9852 vsize=7641884 CPUtime=0.16 cores=1,3
/proc/9854/task/9862/stat : 9862 (java) S 9852 9854 8087 0 -1 4202560 11257 0 0 0 15 1 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9863] ppid=9852 vsize=7641884 CPUtime=0.22 cores=1,3
/proc/9854/task/9863/stat : 9863 (java) S 9852 9854 8087 0 -1 4202560 19175 0 0 0 19 3 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9864] ppid=9852 vsize=7641884 CPUtime=0.13 cores=1,3
/proc/9854/task/9864/stat : 9864 (java) S 9852 9854 8087 0 -1 4202560 9282 0 0 0 13 0 0 0 15 0 19 0 567115083 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9865] ppid=9852 vsize=7641884 CPUtime=2.68 cores=1,3
/proc/9854/task/9865/stat : 9865 (java) S 9852 9854 8087 0 -1 4202560 48460 0 0 0 264 4 0 0 15 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 0 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9866] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9866/stat : 9866 (java) S 9852 9854 8087 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9867] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9867/stat : 9867 (java) S 9852 9854 8087 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 567115084 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9868] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9868/stat : 9868 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469889457 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9869] ppid=9852 vsize=7641884 CPUtime=0.35 cores=1,3
/proc/9854/task/9869/stat : 9869 (java) S 9852 9854 8087 0 -1 4202560 2180 0 0 0 35 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9870] ppid=9852 vsize=7641884 CPUtime=0.63 cores=1,3
/proc/9854/task/9870/stat : 9870 (java) S 9852 9854 8087 0 -1 4202560 3046 0 0 0 63 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
[pid=9854/tid=9871] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9871/stat : 9871 (java) S 9852 9854 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469881753 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9872] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9872/stat : 9872 (java) S 9852 9854 8087 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 567115087 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 3 0 0 0
[pid=9854/tid=9896] ppid=9852 vsize=7641884 CPUtime=0 cores=1,3
/proc/9854/task/9896/stat : 9896 (java) S 9852 9854 8087 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 567115253 7825289216 169665 33554432000 1073741824 1073778376 140735709001536 18446744073709551615 252469882368 0 4 0 16800975 18446604459759839936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.28
Current children cumulated vsize (KiB) 7641884

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.38
CPU user time (s): 1301.1
CPU system time (s): 0.278957
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 7644480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.1
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173087
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= 26774
involuntary context switches= 6874

runsolver used 2.19367 second user time and 4.91225 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 00:00:46
IDJOB=3285809
IDBENCH=82403
IDSOLVER=1611
FILE ID=node111/3285809-1303768845
RUNJOBID= node111-1303768845-9808
PBS_JOBID= 13157149
Free space on /tmp= 70508 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-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-3285809-1303768845/watcher-3285809-1303768845 -o /tmp/evaluation-result-3285809-1303768845/solver-3285809-1303768845 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285809-1303768845.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1276069258

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23851744 kB
Buffers:       1232940 kB
Cached:        7208728 kB
SwapCached:        132 kB
Active:        2687100 kB
Inactive:      5930004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23851744 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          134080 kB
Writeback:           0 kB
AnonPages:      174648 kB
Mapped:          23088 kB
Slab:           417476 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7471608 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= 70368 MiB
End job on node111 at 2011-04-26 00:22:28