Trace number 3285303

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3285303-1303766982.cnf
0.00/0.09	c reading problem ... 
1.13/1.03	c ... done. Wall clock time 0.943s.
1.13/1.03	c #vars     87884
1.13/1.03	c #constraints  1062214
1.13/1.03	c constraints type 
1.13/1.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37242
1.13/1.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1002916
22.01/20.91	c cleaning 2463 clauses out of 4928 with flag 5003/5003
56.90/56.37	c cleaning 4216 clauses out of 8431 with flag 11004/11004
90.85/90.47	c cleaning 5576 clauses out of 11191 with flag 18001/18001
139.27/139.11	c cleaning 6762 clauses out of 13576 with flag 26000/26000
197.71/197.61	c cleaning 7844 clauses out of 15756 with flag 35001/35001
241.13/241.01	c cleaning 8905 clauses out of 17880 with flag 45000/45000
304.75/304.63	c cleaning 9937 clauses out of 19956 with flag 56000/56000
366.77/366.61	c cleaning 10941 clauses out of 21976 with flag 68001/68001
436.80/436.68	c cleaning 11955 clauses out of 23992 with flag 81000/81000
518.62/518.41	c cleaning 12993 clauses out of 26000 with flag 95004/95004
603.96/603.76	c cleaning 13982 clauses out of 27968 with flag 110001/110001
691.99/691.74	c cleaning 14940 clauses out of 29943 with flag 126001/126001
812.43/812.19	c cleaning 15975 clauses out of 31959 with flag 143005/143005
948.87/948.58	c cleaning 16904 clauses out of 33926 with flag 161004/161004
1108.81/1108.41	c cleaning 17918 clauses out of 35971 with flag 180000/180000
1246.25/1245.84	c cleaning 18971 clauses out of 38021 with flag 200002/200002
1300.49/1300.01	c starts		: 462
1300.49/1300.01	c conflicts		: 207500
1300.49/1300.01	c decisions		: 2608454
1300.49/1300.01	c propagations		: 637943080
1300.49/1300.01	c inspects		: 2977754181
1300.49/1300.01	c shortcuts		: 0
1300.49/1300.01	c learnt literals	: 470
1300.49/1300.01	c learnt binary clauses	: 794
1300.49/1300.01	c learnt ternary clauses	: 865
1300.49/1300.01	c learnt constraints	: 207029
1300.49/1300.01	c ignored constraints	: 0
1300.49/1300.01	c root simplifications	: 932
1300.49/1300.01	c removed literals (reason simplification)	: 52736537
1300.49/1300.01	c reason swapping (by a shorter reason)	: 0
1300.49/1300.01	c Calls to reduceDB	: 16
1300.49/1300.01	c speed (assignments/second)	: 491111.15730123426
1300.49/1300.01	c non guided choices	448
1300.49/1300.10	c learnt constraints type 
1300.49/1300.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 698
1300.49/1300.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25856
1300.49/1300.10	c constraints type 
1300.49/1300.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37242
1300.49/1300.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1002916
1300.49/1300.10	s UNKNOWN
1300.49/1300.10	c Total wall clock time (in seconds) : 1299.922

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-3285303-1303766982/watcher-3285303-1303766982 -o /tmp/evaluation-result-3285303-1303766982/solver-3285303-1303766982 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285303-1303766982.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: 0.85 1.08 2.09 7/198 30788
/proc/meminfo: memFree=17743644/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=30536 CPUtime=0 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 1254 0 0 0 0 0 0 0 21 0 2 0 488297934 31268864 972 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 7634 972 745 9 0 385 0
[pid=30788/tid=30789] ppid=30786 vsize=31604 CPUtime=0 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 144 0 0 0 0 0 0 0 23 0 2 0 488297935 32362496 977 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274659845888 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0946111 s]
/proc/loadavg: 0.85 1.08 2.09 7/198 30788
/proc/meminfo: memFree=17743644/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7636704 CPUtime=0.09 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 11004 0 1 0 8 1 0 0 21 0 18 0 488297934 7819984896 10701 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1909176 10725 2093 9 0 1899914 0
[pid=30788/tid=30789] ppid=30786 vsize=7636704 CPUtime=0.08 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 9180 0 1 0 7 1 0 0 25 0 18 0 488297935 7819984896 10737 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 47501105464968 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636704

[startup+0.100643 s]
/proc/loadavg: 0.85 1.08 2.09 7/198 30788
/proc/meminfo: memFree=17743644/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7636704 CPUtime=0.1 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 12360 0 1 0 9 1 0 0 21 0 18 0 488297934 7819984896 12056 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1909176 12056 2093 9 0 1899914 0
[pid=30788/tid=30789] ppid=30786 vsize=7636704 CPUtime=0.08 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 10488 0 1 0 7 1 0 0 25 0 18 0 488297935 7819984896 12057 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636704

[startup+0.300573 s]
/proc/loadavg: 0.85 1.08 2.09 7/198 30788
/proc/meminfo: memFree=17743644/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7637236 CPUtime=0.4 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 13918 0 1 0 38 2 0 0 21 0 18 0 488297934 7820529664 13555 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1909309 13555 2187 9 0 1900047 0
[pid=30788/tid=30789] ppid=30786 vsize=7637236 CPUtime=0.29 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 11721 0 1 0 27 2 0 0 25 0 18 0 488297935 7820529664 13555 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505495603 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637236

[startup+0.70054 s]
/proc/loadavg: 0.85 1.08 2.09 7/198 30788
/proc/meminfo: memFree=17743644/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7637236 CPUtime=0.82 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 23231 0 1 0 78 4 0 0 21 0 18 0 488297934 7820529664 22868 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1909309 22869 2190 9 0 1900047 0
[pid=30788/tid=30789] ppid=30786 vsize=7637236 CPUtime=0.68 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 21032 0 1 0 65 3 0 0 25 0 18 0 488297935 7820529664 22869 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505556839 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 7637236

[startup+1.50136 s]
/proc/loadavg: 0.85 1.08 2.09 5/217 30807
/proc/meminfo: memFree=17548648/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7642932 CPUtime=1.98 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 36169 0 1 0 192 6 0 0 21 0 19 0 488297934 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1910733 34242 2213 9 0 1901471 0
[pid=30788/tid=30789] ppid=30786 vsize=7642932 CPUtime=1.43 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 31031 0 1 0 138 5 0 0 25 0 19 0 488297935 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676634293 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30788/tid=30791] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30791/stat : 30791 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30792] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30792/stat : 30792 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30793] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30793/stat : 30793 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30794] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30794/stat : 30794 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30795] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30795/stat : 30795 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30796] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30796/stat : 30796 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30797] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30797/stat : 30797 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30798] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30798/stat : 30798 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30800] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30800/stat : 30800 (java) S 30786 30788 28714 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 488297937 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 0 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) S 30786 30788 28714 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488297937 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30802] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297937 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7642932 CPUtime=0.24 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) R 30786 30788 28714 0 -1 4202560 1775 0 0 0 24 0 0 0 16 0 19 0 488297940 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 47501104067770 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7642932 CPUtime=0.28 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) R 30786 30788 28714 0 -1 4202560 2202 0 0 0 28 0 0 0 16 0 19 0 488297940 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 47501109076562 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30807] ppid=30786 vsize=7642932 CPUtime=0 cores=1,3
/proc/30788/task/30807/stat : 30807 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488297940 7826362368 34242 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7642932

[startup+3.10109 s]
/proc/loadavg: 0.85 1.08 2.09 5/218 30808
/proc/meminfo: memFree=17452944/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7643120 CPUtime=3.89 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 39379 0 1 0 383 6 0 0 21 0 19 0 488297934 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1910780 35730 2215 9 0 1901518 0
[pid=30788/tid=30789] ppid=30786 vsize=7643120 CPUtime=2.98 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 31315 0 1 0 293 5 0 0 25 0 19 0 488297935 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505722420 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30788/tid=30791] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30791/stat : 30791 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30792] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30792/stat : 30792 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30793] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30793/stat : 30793 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30794] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30794/stat : 30794 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30795] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30795/stat : 30795 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30796] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30796/stat : 30796 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30797] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30797/stat : 30797 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30798] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30798/stat : 30798 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30800] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30800/stat : 30800 (java) S 30786 30788 28714 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488297937 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 0 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) S 30786 30788 28714 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488297937 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30802] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297937 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7643120 CPUtime=0.42 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) S 30786 30788 28714 0 -1 4202560 3070 0 0 0 42 0 0 0 15 0 19 0 488297940 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7643120 CPUtime=0.46 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) S 30786 30788 28714 0 -1 4202560 3832 0 0 0 46 0 0 0 15 0 19 0 488297940 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30807] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30807/stat : 30807 (java) R 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488297940 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30788/tid=30808] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30808/stat : 30808 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488298047 7826554880 35730 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 7643120

[startup+6.30158 s]
/proc/loadavg: 1.10 1.13 2.10 5/231 30824
/proc/meminfo: memFree=17272932/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7643120 CPUtime=7.1 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 40028 0 1 0 704 6 0 0 21 0 19 0 488297934 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1910780 36377 2218 9 0 1901518 0
[pid=30788/tid=30789] ppid=30786 vsize=7643120 CPUtime=6.17 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 31958 0 1 0 612 5 0 0 25 0 19 0 488297935 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505840160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30788/tid=30791] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30791/stat : 30791 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30792] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30792/stat : 30792 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30793] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30793/stat : 30793 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30794] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30794/stat : 30794 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30795] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30795/stat : 30795 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30796] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30796/stat : 30796 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30797] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30797/stat : 30797 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30798] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30798/stat : 30798 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297936 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30800] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30800/stat : 30800 (java) S 30786 30788 28714 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488297937 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 0 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) S 30786 30788 28714 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488297937 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30802] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297937 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7643120 CPUtime=0.42 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) S 30786 30788 28714 0 -1 4202560 3070 0 0 0 42 0 0 0 15 0 19 0 488297940 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7643120 CPUtime=0.49 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) S 30786 30788 28714 0 -1 4202560 3838 0 0 0 49 0 0 0 15 0 19 0 488297940 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7643120 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7826554880 36377 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0

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

/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 9 0 0 0 9 2 0 0 18 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7650844 CPUtime=0.9 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) S 30786 30788 28714 0 -1 4202560 8769 0 0 0 88 2 0 0 16 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7650844 CPUtime=0.94 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) S 30786 30788 28714 0 -1 4202560 3849 0 0 0 85 9 0 0 15 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30807] ppid=30786 vsize=7650844 CPUtime=0.25 cores=1,3
/proc/30788/task/30807/stat : 30807 (java) S 30786 30788 28714 0 -1 4202560 65 0 0 0 6 19 0 0 15 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30808] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30808/stat : 30808 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488298047 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.75
Current children cumulated vsize (KiB) 7650844

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.58 5/260 30888
/proc/meminfo: memFree=12887716/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7650844 CPUtime=1182.75 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 158070 0 1 0 118147 128 0 0 21 0 19 0 488297934 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1912711 150369 2246 9 0 1903449 0
[pid=30788/tid=30789] ppid=30786 vsize=7650844 CPUtime=1175.34 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 52027 0 1 0 117466 68 0 0 25 0 19 0 488297935 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505899432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30788/tid=30791] ppid=30786 vsize=7650844 CPUtime=0.51 cores=1,3
/proc/30788/task/30791/stat : 30791 (java) S 30786 30788 28714 0 -1 4202560 12056 0 0 0 42 9 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30792] ppid=30786 vsize=7650844 CPUtime=0.19 cores=1,3
/proc/30788/task/30792/stat : 30792 (java) S 30786 30788 28714 0 -1 4202560 1498 0 0 0 19 0 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30793] ppid=30786 vsize=7650844 CPUtime=0.16 cores=1,3
/proc/30788/task/30793/stat : 30793 (java) S 30786 30788 28714 0 -1 4202560 6915 0 0 0 15 1 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30794] ppid=30786 vsize=7650844 CPUtime=0.2 cores=1,3
/proc/30788/task/30794/stat : 30794 (java) S 30786 30788 28714 0 -1 4202560 8748 0 0 0 19 1 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30795] ppid=30786 vsize=7650844 CPUtime=0.24 cores=1,3
/proc/30788/task/30795/stat : 30795 (java) S 30786 30788 28714 0 -1 4202560 1417 0 0 0 24 0 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30796] ppid=30786 vsize=7650844 CPUtime=0.26 cores=1,3
/proc/30788/task/30796/stat : 30796 (java) S 30786 30788 28714 0 -1 4202560 5913 0 0 0 26 0 0 0 16 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30797] ppid=30786 vsize=7650844 CPUtime=0.26 cores=1,3
/proc/30788/task/30797/stat : 30797 (java) S 30786 30788 28714 0 -1 4202560 12722 0 0 0 25 1 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30798] ppid=30786 vsize=7650844 CPUtime=0.44 cores=1,3
/proc/30788/task/30798/stat : 30798 (java) S 30786 30788 28714 0 -1 4202560 19375 0 0 0 39 5 0 0 16 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30800] ppid=30786 vsize=7650844 CPUtime=2.82 cores=1,3
/proc/30788/task/30800/stat : 30800 (java) S 30786 30788 28714 0 -1 4202560 23564 0 0 0 277 5 0 0 15 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 0 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) S 30786 30788 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30802] ppid=30786 vsize=7650844 CPUtime=0.11 cores=1,3
/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 9 0 0 0 9 2 0 0 18 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7650844 CPUtime=0.9 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) S 30786 30788 28714 0 -1 4202560 8769 0 0 0 88 2 0 0 16 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7650844 CPUtime=0.94 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) S 30786 30788 28714 0 -1 4202560 3849 0 0 0 85 9 0 0 15 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30807] ppid=30786 vsize=7650844 CPUtime=0.25 cores=1,3
/proc/30788/task/30807/stat : 30807 (java) S 30786 30788 28714 0 -1 4202560 67 0 0 0 6 19 0 0 15 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30808] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30808/stat : 30808 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488298047 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.75
Current children cumulated vsize (KiB) 7650844

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.61 5/260 30890
/proc/meminfo: memFree=12886652/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7650844 CPUtime=1242.75 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 158074 0 1 0 124147 128 0 0 21 0 19 0 488297934 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1912711 150369 2246 9 0 1903449 0
[pid=30788/tid=30789] ppid=30786 vsize=7650844 CPUtime=1235.34 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 52027 0 1 0 123466 68 0 0 25 0 19 0 488297935 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505601953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30788/tid=30791] ppid=30786 vsize=7650844 CPUtime=0.51 cores=1,3
/proc/30788/task/30791/stat : 30791 (java) S 30786 30788 28714 0 -1 4202560 12056 0 0 0 42 9 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30792] ppid=30786 vsize=7650844 CPUtime=0.19 cores=1,3
/proc/30788/task/30792/stat : 30792 (java) S 30786 30788 28714 0 -1 4202560 1498 0 0 0 19 0 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30793] ppid=30786 vsize=7650844 CPUtime=0.16 cores=1,3
/proc/30788/task/30793/stat : 30793 (java) S 30786 30788 28714 0 -1 4202560 6915 0 0 0 15 1 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30794] ppid=30786 vsize=7650844 CPUtime=0.2 cores=1,3
/proc/30788/task/30794/stat : 30794 (java) S 30786 30788 28714 0 -1 4202560 8748 0 0 0 19 1 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30795] ppid=30786 vsize=7650844 CPUtime=0.24 cores=1,3
/proc/30788/task/30795/stat : 30795 (java) S 30786 30788 28714 0 -1 4202560 1417 0 0 0 24 0 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30796] ppid=30786 vsize=7650844 CPUtime=0.26 cores=1,3
/proc/30788/task/30796/stat : 30796 (java) S 30786 30788 28714 0 -1 4202560 5913 0 0 0 26 0 0 0 16 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30797] ppid=30786 vsize=7650844 CPUtime=0.26 cores=1,3
/proc/30788/task/30797/stat : 30797 (java) S 30786 30788 28714 0 -1 4202560 12722 0 0 0 25 1 0 0 15 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30798] ppid=30786 vsize=7650844 CPUtime=0.44 cores=1,3
/proc/30788/task/30798/stat : 30798 (java) S 30786 30788 28714 0 -1 4202560 19375 0 0 0 39 5 0 0 16 0 19 0 488297936 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30800] ppid=30786 vsize=7650844 CPUtime=2.82 cores=1,3
/proc/30788/task/30800/stat : 30800 (java) S 30786 30788 28714 0 -1 4202560 23564 0 0 0 277 5 0 0 15 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 0 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) S 30786 30788 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30802] ppid=30786 vsize=7650844 CPUtime=0.11 cores=1,3
/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 9 0 0 0 9 2 0 0 18 0 19 0 488297937 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7650844 CPUtime=0.9 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) S 30786 30788 28714 0 -1 4202560 8769 0 0 0 88 2 0 0 16 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7650844 CPUtime=0.94 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) S 30786 30788 28714 0 -1 4202560 3849 0 0 0 85 9 0 0 15 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30807] ppid=30786 vsize=7650844 CPUtime=0.25 cores=1,3
/proc/30788/task/30807/stat : 30807 (java) S 30786 30788 28714 0 -1 4202560 71 0 0 0 6 19 0 0 15 0 19 0 488297940 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30808] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30808/stat : 30808 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488298047 7834464256 150369 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.75
Current children cumulated vsize (KiB) 7650844



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.63 4/240 30894
/proc/meminfo: memFree=13276372/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=7650844 CPUtime=1300.49 cores=1,3
/proc/30788/stat : 30788 (java) S 30786 30788 28714 0 -1 4202496 158173 0 1 0 129921 128 0 0 21 0 19 0 488297934 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 1912711 150459 2246 9 0 1903449 0
[pid=30788/tid=30789] ppid=30786 vsize=7650844 CPUtime=1292.78 cores=1,3
/proc/30788/task/30789/stat : 30789 (java) R 30786 30788 28714 0 -1 4202560 52028 0 1 0 129210 68 0 0 25 0 19 0 488297935 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 46912505840155 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30788/tid=30791] ppid=30786 vsize=7650844 CPUtime=0.54 cores=1,3
/proc/30788/task/30791/stat : 30791 (java) S 30786 30788 28714 0 -1 4202560 12097 0 0 0 45 9 0 0 16 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30792] ppid=30786 vsize=7650844 CPUtime=0.19 cores=1,3
/proc/30788/task/30792/stat : 30792 (java) S 30786 30788 28714 0 -1 4202560 1498 0 0 0 19 0 0 0 15 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30793] ppid=30786 vsize=7650844 CPUtime=0.16 cores=1,3
/proc/30788/task/30793/stat : 30793 (java) S 30786 30788 28714 0 -1 4202560 6915 0 0 0 15 1 0 0 15 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30794] ppid=30786 vsize=7650844 CPUtime=0.2 cores=1,3
/proc/30788/task/30794/stat : 30794 (java) S 30786 30788 28714 0 -1 4202560 8748 0 0 0 19 1 0 0 15 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30795] ppid=30786 vsize=7650844 CPUtime=0.27 cores=1,3
/proc/30788/task/30795/stat : 30795 (java) S 30786 30788 28714 0 -1 4202560 1468 0 0 0 27 0 0 0 16 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30796] ppid=30786 vsize=7650844 CPUtime=0.26 cores=1,3
/proc/30788/task/30796/stat : 30796 (java) S 30786 30788 28714 0 -1 4202560 5913 0 0 0 26 0 0 0 15 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30797] ppid=30786 vsize=7650844 CPUtime=0.26 cores=1,3
/proc/30788/task/30797/stat : 30797 (java) S 30786 30788 28714 0 -1 4202560 12722 0 0 0 25 1 0 0 15 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30798] ppid=30786 vsize=7650844 CPUtime=0.44 cores=1,3
/proc/30788/task/30798/stat : 30798 (java) S 30786 30788 28714 0 -1 4202560 19375 0 0 0 39 5 0 0 15 0 19 0 488297936 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30800] ppid=30786 vsize=7650844 CPUtime=3.05 cores=1,3
/proc/30788/task/30800/stat : 30800 (java) S 30786 30788 28714 0 -1 4202560 23566 0 0 0 300 5 0 0 15 0 19 0 488297937 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 0 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) S 30786 30788 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488297937 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30802] ppid=30786 vsize=7650844 CPUtime=0.11 cores=1,3
/proc/30788/task/30802/stat : 30802 (java) S 30786 30788 28714 0 -1 4202560 9 0 0 0 9 2 0 0 18 0 19 0 488297937 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30803] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30803/stat : 30803 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676631985 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30804] ppid=30786 vsize=7650844 CPUtime=0.9 cores=1,3
/proc/30788/task/30804/stat : 30804 (java) S 30786 30788 28714 0 -1 4202560 8769 0 0 0 88 2 0 0 16 0 19 0 488297940 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30805] ppid=30786 vsize=7650844 CPUtime=0.94 cores=1,3
/proc/30788/task/30805/stat : 30805 (java) S 30786 30788 28714 0 -1 4202560 3849 0 0 0 85 9 0 0 15 0 19 0 488297940 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30806] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30806/stat : 30806 (java) S 30786 30788 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297940 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624281 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
[pid=30788/tid=30807] ppid=30786 vsize=7650844 CPUtime=0.25 cores=1,3
/proc/30788/task/30807/stat : 30807 (java) S 30786 30788 28714 0 -1 4202560 75 0 0 0 6 19 0 0 15 0 19 0 488297940 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 3 0 0 0
[pid=30788/tid=30808] ppid=30786 vsize=7650844 CPUtime=0 cores=1,3
/proc/30788/task/30808/stat : 30808 (java) S 30786 30788 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488298047 7834464256 150459 33554432000 1073741824 1073778376 140733315904592 18446744073709551615 274676624896 0 4 0 16800975 18446604469615930112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.49
Current children cumulated vsize (KiB) 7650844

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

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

[startup+1300.11 s]
/proc/loadavg: 4.00 3.99 3.63 4/224 30897
/proc/meminfo: memFree=13357664/32951132 swapFree=67111528/67111528
[pid=30788] ppid=30786 vsize=0 CPUtime=1300.64 cores=1,3
/proc/30788/stat : 30788 (java) Z 30786 30788 28714 0 -1 4203548 158215 0 1 0 129935 129 0 0 17 0 2 0 488297934 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30788/statm: 0 0 0 0 0 0 0
[pid=30788/tid=30801] ppid=30786 vsize=0 CPUtime=0 cores=1,3
/proc/30788/task/30801/stat : 30801 (java) R 30786 30788 28714 0 -1 4203588 17 0 0 0 0 0 0 0 18 0 2 0 488297937 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.64
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.14
CPU time (s): 1300.67
CPU user time (s): 1299.36
CPU system time (s): 1.3118
CPU usage (%): 100.041
Max. virtual memory (cumulated for all children) (KiB): 7662700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.36
system time used= 1.3118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158215
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= 27150
involuntary context switches= 20252

runsolver used 2.09368 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 23:29:43
IDJOB=3285303
IDBENCH=82378
IDSOLVER=1611
FILE ID=node131/3285303-1303766982
RUNJOBID= node131-1303766982-30743
PBS_JOBID= 13154069
Free space on /tmp= 71816 MiB

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

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=934127602

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17744172 kB
Buffers:       1007424 kB
Cached:       13511468 kB
SwapCached:          0 kB
Active:        4869840 kB
Inactive:      9818024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17744172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          102500 kB
Writeback:          32 kB
AnonPages:      168360 kB
Mapped:          23084 kB
Slab:           454976 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  7470644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71540 MiB
End job on node131 at 2011-04-25 23:51:25