Trace number 3190469

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-06UNSAT 4.75428 3.77197

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v50-c1065-S827703138-064.UNKNOWN.cnf
MD5SUM8a9e79c1cb155bf3f6b196f918087125
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.156975
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses1065
Sum of the clauses size5325
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51065
Number of clauses of size over 50

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.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3190469-1302600290.cnf
0.06/0.09	c reading problem ... 
0.06/0.11	c ... done. Wall clock time 0.019s.
0.06/0.11	c #vars     50
0.06/0.11	c #constraints  1065
0.06/0.11	c constraints type 
0.06/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.79/0.51	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.30/0.85	c cleaning 4248 clauses out of 8501 with flag 11000/11000
1.80/1.33	c cleaning 5624 clauses out of 11253 with flag 18000/18000
2.40/1.94	c cleaning 6814 clauses out of 13629 with flag 26000/26000
3.12/2.66	c cleaning 7904 clauses out of 15815 with flag 35000/35000
4.23/3.51	c cleaning 3088 clauses out of 6186 with flag 45000/45000
4.62/3.75	c starts		: 230
4.62/3.75	c conflicts		: 49673
4.62/3.75	c decisions		: 55474
4.62/3.75	c propagations		: 524924
4.62/3.75	c inspects		: 57376956
4.62/3.75	c shortcuts		: 0
4.62/3.75	c learnt literals	: 13
4.62/3.75	c learnt binary clauses	: 84
4.62/3.75	c learnt ternary clauses	: 337
4.62/3.75	c learnt constraints	: 49659
4.62/3.75	c ignored constraints	: 0
4.62/3.75	c root simplifications	: 242
4.62/3.75	c removed literals (reason simplification)	: 185664
4.62/3.75	c reason swapping (by a shorter reason)	: 0
4.62/3.75	c Calls to reduceDB	: 6
4.62/3.75	c speed (assignments/second)	: 144051.5916575192
4.62/3.75	c non guided choices	20
4.62/3.75	c learnt constraints type 
4.62/3.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
4.62/3.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 377
4.62/3.75	c constraints type 
4.62/3.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
4.62/3.75	s UNSATISFIABLE
4.62/3.75	c Total wall clock time (in seconds) : 3.662

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.88 3.95 3.82 4/243 26839
/proc/meminfo: memFree=14142700/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=28384 CPUtime=0 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 1185 0 0 0 0 0 0 0 25 0 2 0 450259429 29065216 910 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 7645 916 696 9 0 381 0
[pid=26839/tid=26840] ppid=26837 vsize=30580 CPUtime=0 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 87 0 0 0 0 0 0 0 25 0 2 0 450259430 31313920 927 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252453103381 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.078996 s]
/proc/loadavg: 3.88 3.95 3.82 4/243 26839
/proc/meminfo: memFree=14142700/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 9498 0 1 0 5 1 0 0 25 0 18 0 450259429 7751618560 9193 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1892485 9193 1754 9 0 1883223 0
[pid=26839/tid=26840] ppid=26837 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8322 0 1 0 5 1 0 0 25 0 18 0 450259430 7751618560 9193 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 47381237774947 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.113483 s]
/proc/loadavg: 3.88 3.95 3.82 4/243 26839
/proc/meminfo: memFree=14142700/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7637252 CPUtime=0.12 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 10440 0 1 0 11 1 0 0 25 0 19 0 450259429 7820546048 10135 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1909313 10135 2131 9 0 1900051 0
[pid=26839/tid=26840] ppid=26837 vsize=7637252 CPUtime=0.1 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) S 26837 26839 26215 0 -1 4202560 8651 0 1 0 9 1 0 0 18 0 19 0 450259430 7820546048 10135 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7637252

[startup+0.300955 s]
/proc/loadavg: 3.88 3.95 3.82 4/243 26839
/proc/meminfo: memFree=14142700/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7643156 CPUtime=0.49 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 12578 0 1 0 48 1 0 0 25 0 19 0 450259429 7826591744 11725 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1910789 11725 2196 9 0 1901527 0
[pid=26839/tid=26840] ppid=26837 vsize=7643156 CPUtime=0.28 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8758 0 1 0 27 1 0 0 19 0 19 0 450259430 7826591744 11725 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 46912505514570 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7643156

[startup+0.700881 s]
/proc/loadavg: 3.88 3.95 3.82 4/243 26839
/proc/meminfo: memFree=14142700/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7664012 CPUtime=1.18 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 20528 0 1 0 116 2 0 0 25 0 19 0 450259429 7847948288 17431 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1916003 17431 2233 9 0 1906741 0
[pid=26839/tid=26840] ppid=26837 vsize=7664012 CPUtime=0.67 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8918 0 1 0 66 1 0 0 19 0 19 0 450259430 7847948288 17431 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 46912505503998 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 7664012

[startup+1.50073 s]
/proc/loadavg: 3.88 3.95 3.82 5/262 26858
/proc/meminfo: memFree=14079752/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7664012 CPUtime=2 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 21012 0 1 0 198 2 0 0 25 0 19 0 450259429 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1916003 17913 2238 9 0 1906741 0
[pid=26839/tid=26840] ppid=26837 vsize=7664012 CPUtime=1.44 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8920 0 1 0 143 1 0 0 20 0 19 0 450259430 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 46912505527461 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26839/tid=26842] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26842/stat : 26842 (java) S 26837 26839 26215 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26843] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26843/stat : 26843 (java) S 26837 26839 26215 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26844] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26844/stat : 26844 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26845] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26845/stat : 26845 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26846] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26846/stat : 26846 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26847] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26847/stat : 26847 (java) S 26837 26839 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26848] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26848/stat : 26848 (java) S 26837 26839 26215 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26849] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26849/stat : 26849 (java) S 26837 26839 26215 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26850] ppid=26837 vsize=7664012 CPUtime=0.02 cores=1,3
/proc/26839/task/26850/stat : 26850 (java) S 26837 26839 26215 0 -1 4202560 483 0 0 0 2 0 0 0 16 0 19 0 450259432 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 0 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26851] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26851/stat : 26851 (java) S 26837 26839 26215 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 450259432 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26852] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26852/stat : 26852 (java) S 26837 26839 26215 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 450259432 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26853] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26853/stat : 26853 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469889457 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26854] ppid=26837 vsize=7664012 CPUtime=0.27 cores=1,3
/proc/26839/task/26854/stat : 26854 (java) S 26837 26839 26215 0 -1 4202560 7348 0 0 0 27 0 0 0 19 0 19 0 450259435 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26855] ppid=26837 vsize=7664012 CPUtime=0.23 cores=1,3
/proc/26839/task/26855/stat : 26855 (java) S 26837 26839 26215 0 -1 4202560 2672 0 0 0 23 0 0 0 22 0 19 0 450259435 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26856] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26856/stat : 26856 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26857] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26857/stat : 26857 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259435 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26858] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26858/stat : 26858 (java) S 26837 26839 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450259440 7847948288 17913 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7664012

[startup+3.10143 s]
/proc/loadavg: 3.89 3.95 3.82 6/262 26858
/proc/meminfo: memFree=14078880/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7664012 CPUtime=3.7 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 21175 0 1 0 368 2 0 0 25 0 19 0 450259429 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1916003 18074 2242 9 0 1906741 0
[pid=26839/tid=26840] ppid=26837 vsize=7664012 CPUtime=2.99 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8929 0 1 0 298 1 0 0 25 0 19 0 450259430 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 46912505790471 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26839/tid=26842] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26842/stat : 26842 (java) S 26837 26839 26215 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26843] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26843/stat : 26843 (java) S 26837 26839 26215 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26844] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26844/stat : 26844 (java) S 26837 26839 26215 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26845] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26845/stat : 26845 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26846] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26846/stat : 26846 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26847] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26847/stat : 26847 (java) S 26837 26839 26215 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26848] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26848/stat : 26848 (java) S 26837 26839 26215 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26849] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26849/stat : 26849 (java) S 26837 26839 26215 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 19 0 450259431 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26850] ppid=26837 vsize=7664012 CPUtime=0.05 cores=1,3
/proc/26839/task/26850/stat : 26850 (java) S 26837 26839 26215 0 -1 4202560 529 0 0 0 5 0 0 0 15 0 19 0 450259432 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 0 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26851] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26851/stat : 26851 (java) S 26837 26839 26215 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 450259432 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26852] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26852/stat : 26852 (java) S 26837 26839 26215 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 450259432 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26853] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26853/stat : 26853 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469889457 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26854] ppid=26837 vsize=7664012 CPUtime=0.35 cores=1,3
/proc/26839/task/26854/stat : 26854 (java) S 26837 26839 26215 0 -1 4202560 7365 0 0 0 35 0 0 0 16 0 19 0 450259435 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26855] ppid=26837 vsize=7664012 CPUtime=0.27 cores=1,3
/proc/26839/task/26855/stat : 26855 (java) S 26837 26839 26215 0 -1 4202560 2721 0 0 0 27 0 0 0 16 0 19 0 450259435 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26856] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26856/stat : 26856 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26857] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26857/stat : 26857 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259435 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26858] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26858/stat : 26858 (java) S 26837 26839 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450259440 7847948288 18074 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7664012

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

[startup+3.50136 s]
/proc/loadavg: 3.89 3.95 3.82 6/262 26858
/proc/meminfo: memFree=14078136/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7664012 CPUtime=4.23 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 21253 0 1 0 421 2 0 0 25 0 19 0 450259429 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1916003 18152 2242 9 0 1906741 0
[pid=26839/tid=26840] ppid=26837 vsize=7664012 CPUtime=3.39 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8930 0 1 0 338 1 0 0 25 0 19 0 450259430 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 46912505187943 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26839/tid=26842] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26842/stat : 26842 (java) S 26837 26839 26215 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26843] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26843/stat : 26843 (java) S 26837 26839 26215 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26844] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26844/stat : 26844 (java) S 26837 26839 26215 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26845] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26845/stat : 26845 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26846] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26846/stat : 26846 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26847] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26847/stat : 26847 (java) S 26837 26839 26215 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26848] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26848/stat : 26848 (java) S 26837 26839 26215 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26849] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26849/stat : 26849 (java) S 26837 26839 26215 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 19 0 450259431 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26850] ppid=26837 vsize=7664012 CPUtime=0.05 cores=1,3
/proc/26839/task/26850/stat : 26850 (java) S 26837 26839 26215 0 -1 4202560 529 0 0 0 5 0 0 0 15 0 19 0 450259432 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 0 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26851] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26851/stat : 26851 (java) S 26837 26839 26215 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 450259432 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26852] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26852/stat : 26852 (java) S 26837 26839 26215 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 450259432 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26853] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26853/stat : 26853 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469889457 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26854] ppid=26837 vsize=7664012 CPUtime=0.36 cores=1,3
/proc/26839/task/26854/stat : 26854 (java) R 26837 26839 26215 0 -1 4202560 7391 0 0 0 36 0 0 0 15 0 19 0 450259435 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26839/tid=26855] ppid=26837 vsize=7664012 CPUtime=0.39 cores=1,3
/proc/26839/task/26855/stat : 26855 (java) R 26837 26839 26215 0 -1 4202560 2772 0 0 0 39 0 0 0 15 0 19 0 450259435 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 47381238793298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26839/tid=26856] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26856/stat : 26856 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26857] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26857/stat : 26857 (java) R 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259435 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26839/tid=26858] ppid=26837 vsize=7664012 CPUtime=0 cores=1,3
/proc/26839/task/26858/stat : 26858 (java) S 26837 26839 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450259440 7847948288 18152 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 7664012

[startup+3.70132 s]
/proc/loadavg: 3.89 3.95 3.82 6/262 26858
/proc/meminfo: memFree=14078136/32951124 swapFree=67111524/67111528
[pid=26839] ppid=26837 vsize=7665128 CPUtime=4.62 cores=1,3
/proc/26839/stat : 26839 (java) S 26837 26839 26215 0 -1 4202496 21687 0 1 0 460 2 0 0 25 0 19 0 450259429 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26839/statm: 1916282 18585 2242 9 0 1907020 0
[pid=26839/tid=26840] ppid=26837 vsize=7665128 CPUtime=3.54 cores=1,3
/proc/26839/task/26840/stat : 26840 (java) R 26837 26839 26215 0 -1 4202560 8931 0 1 0 353 1 0 0 25 0 19 0 450259430 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 46912505790466 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26839/tid=26842] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26842/stat : 26842 (java) S 26837 26839 26215 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26843] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26843/stat : 26843 (java) S 26837 26839 26215 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26844] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26844/stat : 26844 (java) S 26837 26839 26215 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26845] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26845/stat : 26845 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26846] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26846/stat : 26846 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26847] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26847/stat : 26847 (java) S 26837 26839 26215 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26848] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26848/stat : 26848 (java) S 26837 26839 26215 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26849] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26849/stat : 26849 (java) S 26837 26839 26215 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 450259431 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
[pid=26839/tid=26850] ppid=26837 vsize=7665128 CPUtime=0.06 cores=1,3
/proc/26839/task/26850/stat : 26850 (java) S 26837 26839 26215 0 -1 4202560 568 0 0 0 6 0 0 0 15 0 19 0 450259432 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 0 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26851] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26851/stat : 26851 (java) S 26837 26839 26215 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 450259432 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26852] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26852/stat : 26852 (java) S 26837 26839 26215 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 450259432 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26853] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26853/stat : 26853 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469889457 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26854] ppid=26837 vsize=7665128 CPUtime=0.38 cores=1,3
/proc/26839/task/26854/stat : 26854 (java) S 26837 26839 26215 0 -1 4202560 7391 0 0 0 38 0 0 0 15 0 19 0 450259435 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26855] ppid=26837 vsize=7665128 CPUtime=0.58 cores=1,3
/proc/26839/task/26855/stat : 26855 (java) R 26837 26839 26215 0 -1 4202560 3165 0 0 0 58 0 0 0 15 0 19 0 450259435 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 47381237303747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26839/tid=26856] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26856/stat : 26856 (java) S 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450259435 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469881753 0 4 0 16800975 18446604456823794688 0 0 -1 3 0 0 0
[pid=26839/tid=26857] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26857/stat : 26857 (java) R 26837 26839 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450259435 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26839/tid=26858] ppid=26837 vsize=7665128 CPUtime=0 cores=1,3
/proc/26839/task/26858/stat : 26858 (java) S 26837 26839 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450259440 7849091072 18585 33554432000 1073741824 1073778376 140737155785888 18446744073709551615 252469882368 0 4 0 16800975 18446604456823794688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 7665128

Child status: 20
Real time (s): 3.77197
CPU time (s): 4.75428
CPU user time (s): 4.72228
CPU system time (s): 0.031995
CPU usage (%): 126.042
Max. virtual memory (cumulated for all children) (KiB): 7665128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.72228
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21712
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= 474
involuntary context switches= 303

runsolver used 0.006998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-12 11:24:50
IDJOB=3190469
IDBENCH=82800
IDSOLVER=1611
FILE ID=node111/3190469-1302600290
RUNJOBID= node111-1302597627-26235
PBS_JOBID= 12958107
Free space on /tmp= 71788 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v50-c1065-S827703138-064.UNKNOWN.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-3190469-1302600290/watcher-3190469-1302600290 -o /tmp/evaluation-result-3190469-1302600290/solver-3190469-1302600290 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190469-1302600290.cnf

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

MD5SUM BENCH= 8a9e79c1cb155bf3f6b196f918087125
RANDOM SEED=1941247918

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14142716 kB
Buffers:        706036 kB
Cached:       17417040 kB
SwapCached:          4 kB
Active:        9648044 kB
Inactive:      8728948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14142716 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             204 kB
Writeback:           0 kB
AnonPages:      253864 kB
Mapped:          23388 kB
Slab:           367056 kB
PageTables:       6024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22071596 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= 71788 MiB
End job on node111 at 2011-04-12 11:24:53