Trace number 3287695

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.35734 3.83781

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.cnf
MD5SUM6e04f35d78573827a20cb4936c2b6acb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.800878
Satisfiable
(Un)Satisfiability was proved
Number of variables71285
Number of clauses196970
Sum of the clauses size459594
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2131312
Number of clauses of size 365656
Number of clauses of size 40
Number of clauses of size 50
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.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.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3287695-1303779271.cnf
0.00/0.10	c reading problem ... 
0.39/0.32	c ... done. Wall clock time 0.217s.
0.39/0.32	c #vars     71285
0.39/0.32	c #constraints  196970
0.39/0.32	c constraints type 
0.39/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65656
0.39/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 131312
4.30/3.83	c starts		: 9
4.30/3.83	c conflicts		: 1529
4.30/3.83	c decisions		: 16859
4.30/3.83	c propagations		: 6650108
4.30/3.83	c inspects		: 15372344
4.30/3.83	c shortcuts		: 0
4.30/3.83	c learnt literals	: 45
4.30/3.83	c learnt binary clauses	: 85
4.30/3.83	c learnt ternary clauses	: 253
4.30/3.83	c learnt constraints	: 1483
4.30/3.83	c ignored constraints	: 0
4.30/3.83	c root simplifications	: 53
4.30/3.83	c removed literals (reason simplification)	: 12796
4.30/3.83	c reason swapping (by a shorter reason)	: 0
4.30/3.83	c Calls to reduceDB	: 0
4.30/3.83	c speed (assignments/second)	: 1894078.0404443177
4.30/3.83	c non guided choices	9566
4.30/3.83	c learnt constraints type 
4.30/3.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
4.30/3.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175
4.30/3.83	c constraints type 
4.30/3.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65656
4.30/3.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 131312
4.30/3.83	s UNSATISFIABLE
4.30/3.83	c Total wall clock time (in seconds) : 3.729

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 0,2

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.38 3.84 3.56 3/178 13701
/proc/meminfo: memFree=25041060/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=23028 CPUtime=0 cores=0,2
/proc/13701/stat : 13701 (java) R 13699 13701 11484 0 -1 4202496 866 0 0 0 0 0 0 0 23 0 1 0 568157795 23580672 609 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260900431616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13701/statm: 5757 621 459 9 0 124 0

[startup+0.105456 s]
/proc/loadavg: 3.38 3.84 3.56 3/178 13701
/proc/meminfo: memFree=25041060/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7636556 CPUtime=0.1 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 10455 0 1 0 9 1 0 0 23 0 18 0 568157795 7819833344 10151 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1909139 10151 2093 9 0 1899877 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636556

[startup+0.236506 s]
/proc/loadavg: 3.38 3.84 3.56 3/178 13701
/proc/meminfo: memFree=25041060/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7637040 CPUtime=0.33 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 13743 0 1 0 32 1 0 0 23 0 18 0 568157795 7820328960 13302 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1909260 13304 2197 9 0 1899998 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 7637040

[startup+0.300422 s]
/proc/loadavg: 3.38 3.84 3.56 3/178 13701
/proc/meminfo: memFree=25041060/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7637040 CPUtime=0.39 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 16389 0 1 0 38 1 0 0 23 0 18 0 568157795 7820328960 15948 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1909260 15950 2197 9 0 1899998 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7637040

[startup+0.700303 s]
/proc/loadavg: 3.38 3.84 3.56 3/178 13701
/proc/meminfo: memFree=25041060/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7640228 CPUtime=1.09 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 19941 0 1 0 107 2 0 0 23 0 19 0 568157795 7823593472 18824 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1910057 18824 2221 9 0 1900795 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7640228

[startup+1.50115 s]
/proc/loadavg: 3.38 3.84 3.56 7/241 13818
/proc/meminfo: memFree=24768208/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7640228 CPUtime=1.96 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 20027 0 1 0 194 2 0 0 23 0 19 0 568157795 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1910057 18865 2225 9 0 1900795 0
[pid=13701/tid=13703] ppid=13699 vsize=7640228 CPUtime=1.46 cores=0,2
/proc/13701/task/13703/stat : 13703 (java) R 13699 13701 11484 0 -1 4202560 16007 0 1 0 144 2 0 0 20 0 19 0 568157795 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 46912505718683 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13701/tid=13704] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13704/stat : 13704 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13705] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13705/stat : 13705 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13706] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13706/stat : 13706 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13707] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13707/stat : 13707 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13708] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13708/stat : 13708 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13709] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13709/stat : 13709 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13710] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13710/stat : 13710 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13711] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13711/stat : 13711 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13712] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13712/stat : 13712 (java) S 13699 13701 11484 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 568157798 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 0 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13713] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13713/stat : 13713 (java) S 13699 13701 11484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568157798 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13714] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13714/stat : 13714 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568157798 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13715] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13715/stat : 13715 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917217713 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13716] ppid=13699 vsize=7640228 CPUtime=0.3 cores=0,2
/proc/13701/task/13716/stat : 13716 (java) S 13699 13701 11484 0 -1 4202560 1144 0 0 0 30 0 0 0 19 0 19 0 568157801 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13717] ppid=13699 vsize=7640228 CPUtime=0.2 cores=0,2
/proc/13701/task/13717/stat : 13717 (java) S 13699 13701 11484 0 -1 4202560 1714 0 0 0 20 0 0 0 21 0 19 0 568157801 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13718] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13718/stat : 13718 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13719] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13719/stat : 13719 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568157801 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13788] ppid=13699 vsize=7640228 CPUtime=0 cores=0,2
/proc/13701/task/13788/stat : 13788 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568157832 7823593472 18865 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7640228

[startup+3.10086 s]
/proc/loadavg: 3.38 3.84 3.56 5/262 13842
/proc/meminfo: memFree=24704072/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7640360 CPUtime=3.61 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 20115 0 1 0 359 2 0 0 23 0 19 0 568157795 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1910090 18951 2226 9 0 1900828 0
[pid=13701/tid=13703] ppid=13699 vsize=7640360 CPUtime=3.05 cores=0,2
/proc/13701/task/13703/stat : 13703 (java) R 13699 13701 11484 0 -1 4202560 16083 0 1 0 303 2 0 0 25 0 19 0 568157795 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 46912505601155 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13701/tid=13704] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13704/stat : 13704 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13705] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13705/stat : 13705 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13706] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13706/stat : 13706 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13707] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13707/stat : 13707 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13708] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13708/stat : 13708 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13709] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13709/stat : 13709 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13710] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13710/stat : 13710 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13711] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13711/stat : 13711 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13712] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13712/stat : 13712 (java) S 13699 13701 11484 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 568157798 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 0 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13713] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13713/stat : 13713 (java) S 13699 13701 11484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13714] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13714/stat : 13714 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13715] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13715/stat : 13715 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917217713 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13716] ppid=13699 vsize=7640360 CPUtime=0.34 cores=0,2
/proc/13701/task/13716/stat : 13716 (java) S 13699 13701 11484 0 -1 4202560 1148 0 0 0 34 0 0 0 15 0 19 0 568157801 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13717] ppid=13699 vsize=7640360 CPUtime=0.21 cores=0,2
/proc/13701/task/13717/stat : 13717 (java) S 13699 13701 11484 0 -1 4202560 1722 0 0 0 21 0 0 0 15 0 19 0 568157801 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13718] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13718/stat : 13718 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13719] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13719/stat : 13719 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568157801 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13788] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13788/stat : 13788 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568157832 7823728640 18951 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 7640360

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

[startup+3.20085 s]
/proc/loadavg: 3.38 3.84 3.56 5/262 13842
/proc/meminfo: memFree=24704072/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7640360 CPUtime=3.71 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 20117 0 1 0 369 2 0 0 23 0 19 0 568157795 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1910090 18953 2226 9 0 1900828 0
[pid=13701/tid=13703] ppid=13699 vsize=7640360 CPUtime=3.15 cores=0,2
/proc/13701/task/13703/stat : 13703 (java) R 13699 13701 11484 0 -1 4202560 16085 0 1 0 313 2 0 0 25 0 19 0 568157795 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 46912505718694 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13701/tid=13704] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13704/stat : 13704 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13705] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13705/stat : 13705 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13706] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13706/stat : 13706 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13707] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13707/stat : 13707 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13708] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13708/stat : 13708 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13709] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13709/stat : 13709 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13710] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13710/stat : 13710 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13711] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13711/stat : 13711 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13712] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13712/stat : 13712 (java) S 13699 13701 11484 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 568157798 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 0 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13713] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13713/stat : 13713 (java) S 13699 13701 11484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13714] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13714/stat : 13714 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13715] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13715/stat : 13715 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917217713 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13716] ppid=13699 vsize=7640360 CPUtime=0.34 cores=0,2
/proc/13701/task/13716/stat : 13716 (java) S 13699 13701 11484 0 -1 4202560 1148 0 0 0 34 0 0 0 15 0 19 0 568157801 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13717] ppid=13699 vsize=7640360 CPUtime=0.21 cores=0,2
/proc/13701/task/13717/stat : 13717 (java) S 13699 13701 11484 0 -1 4202560 1722 0 0 0 21 0 0 0 15 0 19 0 568157801 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13718] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13718/stat : 13718 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13719] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13719/stat : 13719 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568157801 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13788] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13788/stat : 13788 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568157832 7823728640 18953 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 7640360

[startup+3.60085 s]
/proc/loadavg: 3.43 3.84 3.56 5/262 13842
/proc/meminfo: memFree=24702956/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7640360 CPUtime=4.1 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 20134 0 1 0 408 2 0 0 23 0 19 0 568157795 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1910090 18970 2226 9 0 1900828 0
[pid=13701/tid=13703] ppid=13699 vsize=7640360 CPUtime=3.54 cores=0,2
/proc/13701/task/13703/stat : 13703 (java) R 13699 13701 11484 0 -1 4202560 16102 0 1 0 352 2 0 0 25 0 19 0 568157795 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 46912505636582 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13701/tid=13704] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13704/stat : 13704 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13705] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13705/stat : 13705 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13706] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13706/stat : 13706 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13707] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13707/stat : 13707 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13708] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13708/stat : 13708 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13709] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13709/stat : 13709 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13710] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13710/stat : 13710 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13711] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13711/stat : 13711 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13712] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13712/stat : 13712 (java) S 13699 13701 11484 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 568157798 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 0 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13713] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13713/stat : 13713 (java) S 13699 13701 11484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13714] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13714/stat : 13714 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13715] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13715/stat : 13715 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917217713 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13716] ppid=13699 vsize=7640360 CPUtime=0.34 cores=0,2
/proc/13701/task/13716/stat : 13716 (java) S 13699 13701 11484 0 -1 4202560 1148 0 0 0 34 0 0 0 15 0 19 0 568157801 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13717] ppid=13699 vsize=7640360 CPUtime=0.21 cores=0,2
/proc/13701/task/13717/stat : 13717 (java) S 13699 13701 11484 0 -1 4202560 1722 0 0 0 21 0 0 0 15 0 19 0 568157801 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13718] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13718/stat : 13718 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13719] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13719/stat : 13719 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568157801 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13788] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13788/stat : 13788 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568157832 7823728640 18970 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 7640360

[startup+3.80077 s]
/proc/loadavg: 3.43 3.84 3.56 5/262 13842
/proc/meminfo: memFree=24702956/32950928 swapFree=67071984/67111528
[pid=13701] ppid=13699 vsize=7640360 CPUtime=4.3 cores=0,2
/proc/13701/stat : 13701 (java) S 13699 13701 11484 0 -1 4202496 20138 0 1 0 428 2 0 0 23 0 19 0 568157795 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13701/statm: 1910090 18973 2226 9 0 1900828 0
[pid=13701/tid=13703] ppid=13699 vsize=7640360 CPUtime=3.74 cores=0,2
/proc/13701/task/13703/stat : 13703 (java) R 13699 13701 11484 0 -1 4202560 16106 0 1 0 372 2 0 0 18 0 19 0 568157795 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 46912505718327 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13701/tid=13704] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13704/stat : 13704 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13705] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13705/stat : 13705 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13706] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13706/stat : 13706 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13707] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13707/stat : 13707 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13708] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13708/stat : 13708 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13709] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13709/stat : 13709 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13710] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13710/stat : 13710 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13711] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13711/stat : 13711 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157797 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13712] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13712/stat : 13712 (java) S 13699 13701 11484 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 568157798 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 0 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13713] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13713/stat : 13713 (java) S 13699 13701 11484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13714] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13714/stat : 13714 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 568157798 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13715] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13715/stat : 13715 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917217713 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13716] ppid=13699 vsize=7640360 CPUtime=0.34 cores=0,2
/proc/13701/task/13716/stat : 13716 (java) S 13699 13701 11484 0 -1 4202560 1148 0 0 0 34 0 0 0 15 0 19 0 568157801 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13717] ppid=13699 vsize=7640360 CPUtime=0.21 cores=0,2
/proc/13701/task/13717/stat : 13717 (java) S 13699 13701 11484 0 -1 4202560 1722 0 0 0 21 0 0 0 15 0 19 0 568157801 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13718] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13718/stat : 13718 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 568157801 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210009 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
[pid=13701/tid=13719] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13719/stat : 13719 (java) S 13699 13701 11484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 568157801 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 0 0 0 0
[pid=13701/tid=13788] ppid=13699 vsize=7640360 CPUtime=0 cores=0,2
/proc/13701/task/13788/stat : 13788 (java) S 13699 13701 11484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 568157832 7823728640 18973 33554432000 1073741824 1073778376 140733375632224 18446744073709551615 260917210624 0 4 0 16800975 18446604453654596352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 7640360

Child status: 20
Real time (s): 3.83781
CPU time (s): 4.35734
CPU user time (s): 4.32534
CPU system time (s): 0.031995
CPU usage (%): 113.537
Max. virtual memory (cumulated for all children) (KiB): 7640360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.32534
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= 20161
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= 290
involuntary context switches= 169

runsolver used 0.010998 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-26 02:54:31
IDJOB=3287695
IDBENCH=82472
IDSOLVER=1611
FILE ID=node116/3287695-1303779271
RUNJOBID= node116-1303779271-13681
PBS_JOBID= 13157166
Free space on /tmp= 72584 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.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-3287695-1303779271/watcher-3287695-1303779271 -o /tmp/evaluation-result-3287695-1303779271/solver-3287695-1303779271 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3287695-1303779271.cnf

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

MD5SUM BENCH= 6e04f35d78573827a20cb4936c2b6acb
RANDOM SEED=1203711210

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      25041588 kB
Buffers:       1867492 kB
Cached:        5576476 kB
SwapCached:       9732 kB
Active:        3295260 kB
Inactive:      4193892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25041588 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            6424 kB
Writeback:           0 kB
AnonPages:       38184 kB
Mapped:          13488 kB
Slab:           356124 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   198900 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= 72568 MiB
End job on node116 at 2011-04-26 02:54:35