Trace number 3284889

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
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-3284889-1303764726.cnf
0.00/0.09	c reading problem ... 
1.63/1.55	c ... done. Wall clock time 1.454s.
1.63/1.55	c #vars     131484
1.63/1.55	c #constraints  1768774
1.63/1.55	c constraints type 
1.63/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61722
1.63/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1684996
27.79/26.95	c cleaning 2486 clauses out of 4972 with flag 5001/5001
63.40/61.90	c cleaning 4223 clauses out of 8450 with flag 11000/11000
100.33/98.83	c cleaning 5587 clauses out of 11179 with flag 18002/18002
152.76/151.28	c cleaning 6728 clauses out of 13562 with flag 26001/26001
210.50/209.00	c cleaning 7839 clauses out of 15805 with flag 35000/35000
262.02/260.42	c cleaning 8875 clauses out of 17935 with flag 45001/45001
329.25/327.63	c cleaning 10007 clauses out of 20026 with flag 56001/56001
398.98/397.30	c cleaning 10991 clauses out of 21990 with flag 68000/68000
476.71/475.09	c cleaning 11988 clauses out of 23982 with flag 81001/81001
554.65/552.98	c cleaning 12953 clauses out of 25950 with flag 95002/95002
652.19/650.45	c cleaning 13865 clauses out of 27927 with flag 110001/110001
741.32/739.58	c cleaning 14979 clauses out of 30020 with flag 126000/126000
875.27/873.46	c cleaning 15933 clauses out of 32017 with flag 143000/143000
1004.31/1002.46	c cleaning 16925 clauses out of 34061 with flag 161002/161002
1116.05/1114.17	c cleaning 17996 clauses out of 36076 with flag 180005/180005
1242.99/1241.03	c cleaning 18997 clauses out of 38050 with flag 200001/200001
1302.04/1300.01	c starts		: 479
1302.04/1300.01	c conflicts		: 207903
1302.04/1300.01	c decisions		: 3132184
1302.04/1300.01	c propagations		: 725796120
1302.04/1300.01	c inspects		: 3297770072
1302.04/1300.01	c shortcuts		: 0
1302.04/1300.01	c learnt literals	: 394
1302.04/1300.01	c learnt binary clauses	: 768
1302.04/1300.01	c learnt ternary clauses	: 1245
1302.04/1300.01	c learnt constraints	: 207508
1302.04/1300.01	c ignored constraints	: 0
1302.04/1300.01	c root simplifications	: 873
1302.04/1300.01	c removed literals (reason simplification)	: 41076550
1302.04/1300.01	c reason swapping (by a shorter reason)	: 0
1302.04/1300.01	c Calls to reduceDB	: 16
1302.04/1300.01	c speed (assignments/second)	: 558964.7160300817
1302.04/1300.01	c non guided choices	1844
1302.04/1300.05	c learnt constraints type 
1302.04/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 696
1302.04/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26252
1302.04/1300.05	c constraints type 
1302.04/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61722
1302.04/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1684996
1302.04/1300.05	s UNKNOWN
1302.04/1300.05	c Total wall clock time (in seconds) : 1299.919

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

running on 2 cores: 4,6

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: 4.00 3.85 3.59 5/243 31546
/proc/meminfo: memFree=17877348/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=23028 CPUtime=0 cores=4,6
/proc/31546/stat : 31546 (java) R 31544 31546 29940 0 -1 4202496 987 0 0 0 0 0 0 0 23 0 1 0 488069403 23580672 731 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 47498929446500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31546/statm: 5757 744 544 9 0 124 0

[startup+0.0121709 s]
/proc/loadavg: 4.00 3.85 3.59 5/243 31546
/proc/meminfo: memFree=17877348/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7531504 CPUtime=0 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 2026 0 1 0 0 0 0 0 23 0 2 0 488069403 7712260096 1728 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1882876 1745 910 9 0 1874032 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7531504

[startup+0.100216 s]
/proc/loadavg: 4.00 3.85 3.59 5/243 31546
/proc/meminfo: memFree=17877348/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 10533 0 1 0 7 1 0 0 23 0 18 0 488069403 7751618560 10230 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1892485 10258 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.30112 s]
/proc/loadavg: 4.00 3.85 3.59 5/243 31546
/proc/meminfo: memFree=17877348/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7635744 CPUtime=0.39 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 14962 0 1 0 37 2 0 0 23 0 18 0 488069403 7819001856 14548 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1908936 14548 2192 9 0 1899674 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7635744

[startup+0.701096 s]
/proc/loadavg: 4.00 3.85 3.59 5/243 31546
/proc/meminfo: memFree=17877348/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7635744 CPUtime=0.83 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 24048 0 1 0 79 4 0 0 23 0 18 0 488069403 7819001856 23556 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1908936 23557 2196 9 0 1899674 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 7635744

[startup+1.50094 s]
/proc/loadavg: 4.00 3.85 3.59 5/261 31564
/proc/meminfo: memFree=17741744/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7635744 CPUtime=1.63 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 44517 0 1 0 156 7 0 0 23 0 18 0 488069403 7819001856 44024 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1908936 44024 2198 9 0 1899674 0
[pid=31546/tid=31548] ppid=31544 vsize=7635744 CPUtime=1.48 cores=4,6
/proc/31546/task/31548/stat : 31548 (java) R 31544 31546 29940 0 -1 4202560 41908 0 1 0 141 7 0 0 19 0 18 0 488069404 7819001856 44025 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 46912505575688 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31546/tid=31549] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31549/stat : 31549 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44025 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31550] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31550/stat : 31550 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44026 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31551] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31551/stat : 31551 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44026 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31552] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31552/stat : 31552 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44026 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31553] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31553/stat : 31553 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44027 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31554] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44027 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44027 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069405 7819001856 44028 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488069407 7819001856 44028 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488069407 7819001856 44029 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488069407 7819001856 44029 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069409 7819001856 44030 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7635744 CPUtime=0.08 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 450 0 0 0 8 0 0 0 22 0 18 0 488069409 7819001856 44030 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7635744 CPUtime=0.06 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 1007 0 0 0 6 0 0 0 23 0 18 0 488069409 7819001856 44030 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488069409 7819001856 44031 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7635744 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488069409 7819001856 44031 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 7635744

[startup+3.10162 s]
/proc/loadavg: 4.00 3.85 3.59 5/262 31565
/proc/meminfo: memFree=17674156/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7636772 CPUtime=3.83 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 51248 0 1 0 374 9 0 0 23 0 19 0 488069403 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1909193 49272 2215 9 0 1899931 0
[pid=31546/tid=31548] ppid=31544 vsize=7636772 CPUtime=3.08 cores=4,6
/proc/31546/task/31548/stat : 31548 (java) R 31544 31546 29940 0 -1 4202560 45304 0 1 0 301 7 0 0 25 0 19 0 488069404 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 46912505767744 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31546/tid=31549] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31549/stat : 31549 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31550] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31550/stat : 31550 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31551] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31551/stat : 31551 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31552] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31552/stat : 31552 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31553] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31553/stat : 31553 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31554] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488069407 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488069407 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488069407 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7636772 CPUtime=0.42 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 2529 0 0 0 42 0 0 0 15 0 19 0 488069409 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7636772 CPUtime=0.3 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 2252 0 0 0 30 0 0 0 15 0 19 0 488069409 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488069409 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31565] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31565/stat : 31565 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 488069569 7820054528 49272 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 7636772

[startup+6.30099 s]
/proc/loadavg: 4.00 3.85 3.59 5/262 31565
/proc/meminfo: memFree=17667088/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7636772 CPUtime=7.14 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 52127 0 1 0 705 9 0 0 23 0 19 0 488069403 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1909193 49889 2219 9 0 1899931 0
[pid=31546/tid=31548] ppid=31544 vsize=7636772 CPUtime=6.28 cores=4,6
/proc/31546/task/31548/stat : 31548 (java) R 31544 31546 29940 0 -1 4202560 46165 0 1 0 621 7 0 0 25 0 19 0 488069404 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 46912505792395 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31546/tid=31549] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31549/stat : 31549 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31550] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31550/stat : 31550 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31551] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31551/stat : 31551 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31552] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31552/stat : 31552 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31553] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31553/stat : 31553 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31554] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069405 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488069407 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488069407 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488069407 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7636772 CPUtime=0.46 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 2537 0 0 0 46 0 0 0 15 0 19 0 488069409 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7636772 CPUtime=0.38 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 2262 0 0 0 38 0 0 0 15 0 19 0 488069409 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488069409 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31565] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31565/stat : 31565 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 488069569 7820054528 49889 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 7636772

[startup+12.7007 s]
/proc/loadavg: 4.30 3.92 3.61 5/262 31566
/proc/meminfo: memFree=17657932/32950928 swapFree=67111528/67111528

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

[pid=31546/tid=31554] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1486 0 0 0 13 0 0 0 16 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7636772 CPUtime=0.11 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1198 0 0 0 11 0 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7636772 CPUtime=0.11 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 3751 0 0 0 11 0 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7636772 CPUtime=4.27 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 34723 0 0 0 424 3 0 0 15 0 19 0 488069407 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7636772 CPUtime=0.48 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 2539 0 0 0 48 0 0 0 15 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7636772 CPUtime=0.91 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 8454 0 0 0 90 1 0 0 15 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31565] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31565/stat : 31565 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 488069569 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1124.28
Current children cumulated vsize (KiB) 7636772

[startup+1182.3 s]
/proc/loadavg: 1.15 1.53 2.57 2/190 31669
/proc/meminfo: memFree=20090992/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7636772 CPUtime=1184.29 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 153280 0 1 0 118407 22 0 0 23 0 19 0 488069403 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1909193 144659 2246 9 0 1899931 0
[pid=31546/tid=31548] ppid=31544 vsize=7636772 CPUtime=1177.44 cores=4,6
/proc/31546/task/31548/stat : 31548 (java) R 31544 31546 29940 0 -1 4202560 52465 0 1 0 117735 9 0 0 25 0 19 0 488069404 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 46912505759596 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31546/tid=31549] ppid=31544 vsize=7636772 CPUtime=0.24 cores=4,6
/proc/31546/task/31549/stat : 31549 (java) S 31544 31546 29940 0 -1 4202560 19248 0 0 0 22 2 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31550] ppid=31544 vsize=7636772 CPUtime=0.17 cores=4,6
/proc/31546/task/31550/stat : 31550 (java) S 31544 31546 29940 0 -1 4202560 14368 0 0 0 16 1 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31551] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31551/stat : 31551 (java) S 31544 31546 29940 0 -1 4202560 4281 0 0 0 13 0 0 0 16 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31552] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31552/stat : 31552 (java) S 31544 31546 29940 0 -1 4202560 9513 0 0 0 12 1 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31553] ppid=31544 vsize=7636772 CPUtime=0.06 cores=4,6
/proc/31546/task/31553/stat : 31553 (java) S 31544 31546 29940 0 -1 4202560 34 0 0 0 6 0 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31554] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1486 0 0 0 13 0 0 0 16 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7636772 CPUtime=0.11 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1198 0 0 0 11 0 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7636772 CPUtime=0.11 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 3751 0 0 0 11 0 0 0 15 0 19 0 488069405 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7636772 CPUtime=4.27 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 34723 0 0 0 424 3 0 0 15 0 19 0 488069407 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7636772 CPUtime=0.48 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 2539 0 0 0 48 0 0 0 15 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7636772 CPUtime=0.91 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 8454 0 0 0 90 1 0 0 15 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 488069409 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31565] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31565/stat : 31565 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 488069569 7820054528 144659 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1184.29
Current children cumulated vsize (KiB) 7636772

[startup+1242.3 s]
/proc/loadavg: 1.05 1.43 2.47 2/190 31670
/proc/meminfo: memFree=20083032/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7636772 CPUtime=1244.33 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 155291 0 1 0 124411 22 0 0 23 0 19 0 488069403 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1909193 146660 2246 9 0 1899931 0
[pid=31546/tid=31548] ppid=31544 vsize=7636772 CPUtime=1237.05 cores=4,6
/proc/31546/task/31548/stat : 31548 (java) R 31544 31546 29940 0 -1 4202560 52466 0 1 0 123696 9 0 0 25 0 19 0 488069404 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 46912505758397 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31546/tid=31549] ppid=31544 vsize=7636772 CPUtime=0.24 cores=4,6
/proc/31546/task/31549/stat : 31549 (java) S 31544 31546 29940 0 -1 4202560 19248 0 0 0 22 2 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31550] ppid=31544 vsize=7636772 CPUtime=0.2 cores=4,6
/proc/31546/task/31550/stat : 31550 (java) S 31544 31546 29940 0 -1 4202560 14497 0 0 0 19 1 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31551] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31551/stat : 31551 (java) S 31544 31546 29940 0 -1 4202560 4281 0 0 0 13 0 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31552] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31552/stat : 31552 (java) S 31544 31546 29940 0 -1 4202560 9513 0 0 0 12 1 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31553] ppid=31544 vsize=7636772 CPUtime=0.06 cores=4,6
/proc/31546/task/31553/stat : 31553 (java) S 31544 31546 29940 0 -1 4202560 34 0 0 0 6 0 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31554] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1486 0 0 0 13 0 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7636772 CPUtime=0.15 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1907 0 0 0 15 0 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7636772 CPUtime=0.12 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 4919 0 0 0 12 0 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7636772 CPUtime=4.63 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 34725 0 0 0 460 3 0 0 16 0 19 0 488069407 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7636772 CPUtime=0.48 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 2539 0 0 0 48 0 0 0 15 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7636772 CPUtime=0.91 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 8454 0 0 0 90 1 0 0 15 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31565] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31565/stat : 31565 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 488069569 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.33
Current children cumulated vsize (KiB) 7636772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 1.35 2.38 2/190 31672
/proc/meminfo: memFree=20082640/32950928 swapFree=67111528/67111528
[pid=31546] ppid=31544 vsize=7636772 CPUtime=1302.04 cores=4,6
/proc/31546/stat : 31546 (java) S 31544 31546 29940 0 -1 4202496 155295 0 1 0 130182 22 0 0 23 0 19 0 488069403 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31546/statm: 1909193 146660 2246 9 0 1899931 0
[pid=31546/tid=31548] ppid=31544 vsize=7636772 CPUtime=1294.76 cores=4,6
/proc/31546/task/31548/stat : 31548 (java) R 31544 31546 29940 0 -1 4202560 52466 0 1 0 129467 9 0 0 25 0 19 0 488069404 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 46912505792113 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31546/tid=31549] ppid=31544 vsize=7636772 CPUtime=0.24 cores=4,6
/proc/31546/task/31549/stat : 31549 (java) S 31544 31546 29940 0 -1 4202560 19248 0 0 0 22 2 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31550] ppid=31544 vsize=7636772 CPUtime=0.2 cores=4,6
/proc/31546/task/31550/stat : 31550 (java) S 31544 31546 29940 0 -1 4202560 14497 0 0 0 19 1 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31551] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31551/stat : 31551 (java) S 31544 31546 29940 0 -1 4202560 4281 0 0 0 13 0 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31552] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31552/stat : 31552 (java) S 31544 31546 29940 0 -1 4202560 9513 0 0 0 12 1 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31553] ppid=31544 vsize=7636772 CPUtime=0.06 cores=4,6
/proc/31546/task/31553/stat : 31553 (java) S 31544 31546 29940 0 -1 4202560 34 0 0 0 6 0 0 0 15 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31554] ppid=31544 vsize=7636772 CPUtime=0.13 cores=4,6
/proc/31546/task/31554/stat : 31554 (java) S 31544 31546 29940 0 -1 4202560 1486 0 0 0 13 0 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31555] ppid=31544 vsize=7636772 CPUtime=0.15 cores=4,6
/proc/31546/task/31555/stat : 31555 (java) S 31544 31546 29940 0 -1 4202560 1907 0 0 0 15 0 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31556] ppid=31544 vsize=7636772 CPUtime=0.12 cores=4,6
/proc/31546/task/31556/stat : 31556 (java) S 31544 31546 29940 0 -1 4202560 4919 0 0 0 12 0 0 0 16 0 19 0 488069405 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31557] ppid=31544 vsize=7636772 CPUtime=4.63 cores=4,6
/proc/31546/task/31557/stat : 31557 (java) S 31544 31546 29940 0 -1 4202560 34725 0 0 0 460 3 0 0 15 0 19 0 488069407 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31558] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31558/stat : 31558 (java) S 31544 31546 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31559] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31559/stat : 31559 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488069407 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31560] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31560/stat : 31560 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31561] ppid=31544 vsize=7636772 CPUtime=0.48 cores=4,6
/proc/31546/task/31561/stat : 31561 (java) S 31544 31546 29940 0 -1 4202560 2539 0 0 0 48 0 0 0 15 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31562] ppid=31544 vsize=7636772 CPUtime=0.91 cores=4,6
/proc/31546/task/31562/stat : 31562 (java) S 31544 31546 29940 0 -1 4202560 8454 0 0 0 90 1 0 0 15 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31563] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31563/stat : 31563 (java) S 31544 31546 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=31546/tid=31564] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31564/stat : 31564 (java) S 31544 31546 29940 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488069409 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=31546/tid=31565] ppid=31544 vsize=7636772 CPUtime=0 cores=4,6
/proc/31546/task/31565/stat : 31565 (java) S 31544 31546 29940 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 488069569 7820054528 146660 33554432000 1073741824 1073778376 140736236258560 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 7636772

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

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

Child status: 143
Real time (s): 1300.09
CPU time (s): 1302.17
CPU user time (s): 1301.92
CPU system time (s): 0.250961
CPU usage (%): 100.16
Max. virtual memory (cumulated for all children) (KiB): 7636772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.92
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155333
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= 27064
involuntary context switches= 3899

runsolver used 2.32665 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 22:52:07
IDJOB=3284889
IDBENCH=82366
IDSOLVER=1611
FILE ID=node149/3284889-1303764726
RUNJOBID= node149-1303764057-31111
PBS_JOBID= 13157116
Free space on /tmp= 71916 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1107717339

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17877628 kB
Buffers:       2170032 kB
Cached:        9751196 kB
SwapCached:          0 kB
Active:        4191664 kB
Inactive:     10338700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17877628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          132564 kB
Writeback:           0 kB
AnonPages:     2608812 kB
Mapped:          23444 kB
Slab:           473036 kB
PageTables:      10728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22057700 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= 72148 MiB
End job on node149 at 2011-04-25 23:13:49