Trace number 3280841

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 7.30189 6.68674

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12062.cnf
MD5SUMcc0ca898241ac312882fa93ead2b644b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.509921
Satisfiable
(Un)Satisfiability was proved
Number of variables200205
Number of clauses566857
Sum of the clauses size1466561
Maximum clause length3
Minimum clause length1
Number of clauses of size 124585
Number of clauses of size 2184840
Number of clauses of size 3357432
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.11	c no version file found!!!
0.00/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.11	c java.vm.version	19.1-b02
0.00/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		1.6.0_24
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		2.6.18-164.el5
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		6997539544
0.00/0.11	c Max memory 		7034241024
0.00/0.11	c Total memory 		7034241024
0.00/0.11	c Number of processors 	8
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483647s
0.00/0.11	c DB Simplification allowed=true
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3280841-1303749733.cnf
0.00/0.11	c reading problem ... 
0.78/0.66	c ... done. Wall clock time 0.571s.
0.78/0.66	c #vars     200230
0.78/0.66	c #constraints  566384
0.78/0.66	c constraints type 
0.78/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 357431
0.78/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 184366
7.21/6.67	c starts		: 11
7.21/6.67	c conflicts		: 1660
7.21/6.67	c decisions		: 111428
7.21/6.67	c propagations		: 12848334
7.21/6.67	c inspects		: 29810478
7.21/6.67	c shortcuts		: 0
7.21/6.67	c learnt literals	: 22
7.21/6.67	c learnt binary clauses	: 119
7.21/6.67	c learnt ternary clauses	: 523
7.21/6.67	c learnt constraints	: 1637
7.21/6.67	c ignored constraints	: 0
7.21/6.67	c root simplifications	: 32
7.21/6.67	c removed literals (reason simplification)	: 1676
7.21/6.67	c reason swapping (by a shorter reason)	: 0
7.21/6.67	c Calls to reduceDB	: 0
7.21/6.67	c speed (assignments/second)	: 2138537.6165113184
7.21/6.67	c non guided choices	65348
7.21/6.67	c learnt constraints type 
7.21/6.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 109
7.21/6.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1483
7.21/6.67	c constraints type 
7.21/6.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 357431
7.21/6.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 184366
7.21/6.67	s UNSATISFIABLE
7.21/6.67	c Total wall clock time (in seconds) : 6.581

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.56 2.51 9/220 14493
/proc/meminfo: memFree=14126132/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=11800 CPUtime=0 cores=4,6
/proc/14493/stat : 14493 (runsolver) R 14491 14493 14035 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 467388935 12083200 54 33554432000 4194304 5434984 140735581796736 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/14493/statm: 2950 54 34 303 0 2644 0

[startup+0.0249389 s]
/proc/loadavg: 0.92 1.56 2.51 9/220 14493
/proc/meminfo: memFree=14126132/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7549900 CPUtime=0 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 7582 0 1 0 0 0 0 0 21 0 10 0 467388935 7731097600 7283 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1887475 7283 1037 9 0 1878631 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7549900

[startup+0.160492 s]
/proc/loadavg: 0.92 1.56 2.51 9/220 14493
/proc/meminfo: memFree=14126132/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7637596 CPUtime=0.19 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 12923 0 1 0 18 1 0 0 21 0 18 0 467388935 7820898304 12509 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1909399 12509 2179 9 0 1900137 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7637596

[startup+0.309948 s]
/proc/loadavg: 0.92 1.56 2.51 9/220 14493
/proc/meminfo: memFree=14126132/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7637876 CPUtime=0.48 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 17324 0 1 0 46 2 0 0 21 0 18 0 467388935 7821185024 16561 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1909469 16562 2204 9 0 1900207 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7637876

[startup+0.700866 s]
/proc/loadavg: 0.92 1.56 2.51 9/220 14493
/proc/meminfo: memFree=14126132/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7637876 CPUtime=0.88 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 32742 0 1 0 83 5 0 0 21 0 18 0 467388935 7821185024 31978 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1909469 31978 2204 9 0 1900207 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 7637876

[startup+1.50071 s]
/proc/loadavg: 0.92 1.56 2.51 10/261 14538
/proc/meminfo: memFree=13725108/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7640260 CPUtime=2.03 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 35560 0 1 0 197 6 0 0 21 0 19 0 467388935 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1910065 34521 2222 9 0 1900803 0
[pid=14493/tid=14495] ppid=14491 vsize=7640260 CPUtime=1.47 cores=4,6
/proc/14493/task/14495/stat : 14495 (java) R 14491 14493 14035 0 -1 4202560 31674 0 1 0 142 5 0 0 19 0 19 0 467388936 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 46912505497296 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14493/tid=14496] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14496/stat : 14496 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14497] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14497/stat : 14497 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14498] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14498/stat : 14498 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14499] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14499/stat : 14499 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14500] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14500/stat : 14500 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14501] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14501/stat : 14501 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14502] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14502/stat : 14502 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14503] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14503/stat : 14503 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14504] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14504/stat : 14504 (java) S 14491 14493 14035 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 467388938 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 0 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
[pid=14493/tid=14505] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14505/stat : 14505 (java) S 14491 14493 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388939 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14506] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14506/stat : 14506 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388939 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14507] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14507/stat : 14507 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350207409 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14508] ppid=14491 vsize=7640260 CPUtime=0.26 cores=4,6
/proc/14493/task/14508/stat : 14508 (java) S 14491 14493 14035 0 -1 4202560 883 0 0 0 26 0 0 0 17 0 19 0 467388941 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14509] ppid=14491 vsize=7640260 CPUtime=0.28 cores=4,6
/proc/14493/task/14509/stat : 14509 (java) S 14491 14493 14035 0 -1 4202560 1841 0 0 0 28 0 0 0 18 0 19 0 467388941 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14510] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14510/stat : 14510 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14511] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14511/stat : 14511 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388941 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14537] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14537/stat : 14537 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467389013 7823626240 34521 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 7640260

[startup+3.10142 s]
/proc/loadavg: 0.92 1.56 2.51 6/262 14539
/proc/meminfo: memFree=13573016/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7640260 CPUtime=3.67 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 35679 0 1 0 361 6 0 0 21 0 19 0 467388935 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1910065 34572 2226 9 0 1900803 0
[pid=14493/tid=14495] ppid=14491 vsize=7640260 CPUtime=3.08 cores=4,6
/proc/14493/task/14495/stat : 14495 (java) R 14491 14493 14035 0 -1 4202560 31713 0 1 0 302 6 0 0 25 0 19 0 467388936 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 46912505695420 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14493/tid=14496] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14496/stat : 14496 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14497] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14497/stat : 14497 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14498] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14498/stat : 14498 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14499] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14499/stat : 14499 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14500] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14500/stat : 14500 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14501] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14501/stat : 14501 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14502] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14502/stat : 14502 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14503] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14503/stat : 14503 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14504] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14504/stat : 14504 (java) S 14491 14493 14035 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 467388938 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 0 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
[pid=14493/tid=14505] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14505/stat : 14505 (java) S 14491 14493 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388939 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14506] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14506/stat : 14506 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388939 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14507] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14507/stat : 14507 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350207409 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14508] ppid=14491 vsize=7640260 CPUtime=0.26 cores=4,6
/proc/14493/task/14508/stat : 14508 (java) S 14491 14493 14035 0 -1 4202560 883 0 0 0 26 0 0 0 17 0 19 0 467388941 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14509] ppid=14491 vsize=7640260 CPUtime=0.31 cores=4,6
/proc/14493/task/14509/stat : 14509 (java) S 14491 14493 14035 0 -1 4202560 1921 0 0 0 31 0 0 0 15 0 19 0 467388941 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14510] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14510/stat : 14510 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14511] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14511/stat : 14511 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388941 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14537] ppid=14491 vsize=7640260 CPUtime=0 cores=4,6
/proc/14493/task/14537/stat : 14537 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467389013 7823626240 34572 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 7640260

[startup+6.30076 s]
/proc/loadavg: 1.17 1.60 2.52 7/262 14585
/proc/meminfo: memFree=13634828/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7639696 CPUtime=6.9 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 36035 0 1 0 684 6 0 0 21 0 19 0 467388935 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1909924 34566 2227 9 0 1900662 0
[pid=14493/tid=14495] ppid=14491 vsize=7639696 CPUtime=6.28 cores=4,6
/proc/14493/task/14495/stat : 14495 (java) R 14491 14493 14035 0 -1 4202560 31789 0 1 0 622 6 0 0 25 0 19 0 467388936 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 46912505551951 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14493/tid=14496] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14496/stat : 14496 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14497] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14497/stat : 14497 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14498] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14498/stat : 14498 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14499] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14499/stat : 14499 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14500] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14500/stat : 14500 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14501] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14501/stat : 14501 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14502] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14502/stat : 14502 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14503] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14503/stat : 14503 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14504] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14504/stat : 14504 (java) S 14491 14493 14035 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 467388938 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 0 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
[pid=14493/tid=14505] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14505/stat : 14505 (java) S 14491 14493 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388939 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14506] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14506/stat : 14506 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388939 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14507] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14507/stat : 14507 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350207409 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14508] ppid=14491 vsize=7639696 CPUtime=0.26 cores=4,6
/proc/14493/task/14508/stat : 14508 (java) S 14491 14493 14035 0 -1 4202560 883 0 0 0 26 0 0 0 17 0 19 0 467388941 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14509] ppid=14491 vsize=7639696 CPUtime=0.35 cores=4,6
/proc/14493/task/14509/stat : 14509 (java) S 14491 14493 14035 0 -1 4202560 2201 0 0 0 35 0 0 0 15 0 19 0 467388941 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14510] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14510/stat : 14510 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14511] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14511/stat : 14511 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388941 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14537] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14537/stat : 14537 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467389013 7823048704 34566 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 7639696

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

[startup+6.40178 s]
/proc/loadavg: 1.17 1.60 2.52 7/262 14585
/proc/meminfo: memFree=13634828/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7639696 CPUtime=7.01 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 36039 0 1 0 695 6 0 0 21 0 19 0 467388935 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1909924 34569 2227 9 0 1900662 0
[pid=14493/tid=14495] ppid=14491 vsize=7639696 CPUtime=6.38 cores=4,6
/proc/14493/task/14495/stat : 14495 (java) R 14491 14493 14035 0 -1 4202560 31793 0 1 0 632 6 0 0 25 0 19 0 467388936 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 46912505651240 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14493/tid=14496] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14496/stat : 14496 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14497] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14497/stat : 14497 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14498] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14498/stat : 14498 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14499] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14499/stat : 14499 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14500] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14500/stat : 14500 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14501] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14501/stat : 14501 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14502] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14502/stat : 14502 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14503] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14503/stat : 14503 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14504] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14504/stat : 14504 (java) S 14491 14493 14035 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467388938 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 0 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
[pid=14493/tid=14505] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14505/stat : 14505 (java) S 14491 14493 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388939 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14506] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14506/stat : 14506 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388939 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14507] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14507/stat : 14507 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350207409 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14508] ppid=14491 vsize=7639696 CPUtime=0.26 cores=4,6
/proc/14493/task/14508/stat : 14508 (java) S 14491 14493 14035 0 -1 4202560 883 0 0 0 26 0 0 0 17 0 19 0 467388941 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14509] ppid=14491 vsize=7639696 CPUtime=0.35 cores=4,6
/proc/14493/task/14509/stat : 14509 (java) S 14491 14493 14035 0 -1 4202560 2201 0 0 0 35 0 0 0 15 0 19 0 467388941 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14510] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14510/stat : 14510 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14511] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14511/stat : 14511 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388941 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14537] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14537/stat : 14537 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467389013 7823048704 34569 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 7639696

[startup+6.60073 s]
/proc/loadavg: 1.17 1.60 2.52 6/262 14585
/proc/meminfo: memFree=13609780/32951124 swapFree=67111528/67111528
[pid=14493] ppid=14491 vsize=7639696 CPUtime=7.21 cores=4,6
/proc/14493/stat : 14493 (java) S 14491 14493 14035 0 -1 4202496 36047 0 1 0 715 6 0 0 21 0 19 0 467388935 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/14493/statm: 1909924 34577 2227 9 0 1900662 0
[pid=14493/tid=14495] ppid=14491 vsize=7639696 CPUtime=6.59 cores=4,6
/proc/14493/task/14495/stat : 14495 (java) R 14491 14493 14035 0 -1 4202560 31801 0 1 0 653 6 0 0 25 0 19 0 467388936 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 46912505728513 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14493/tid=14496] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14496/stat : 14496 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14497] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14497/stat : 14497 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14498] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14498/stat : 14498 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14499] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14499/stat : 14499 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14500] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14500/stat : 14500 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14501] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14501/stat : 14501 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14502] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14502/stat : 14502 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14503] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14503/stat : 14503 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388937 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14504] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14504/stat : 14504 (java) S 14491 14493 14035 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467388938 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 0 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
[pid=14493/tid=14505] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14505/stat : 14505 (java) S 14491 14493 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388939 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14506] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14506/stat : 14506 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388939 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14507] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14507/stat : 14507 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350207409 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14508] ppid=14491 vsize=7639696 CPUtime=0.26 cores=4,6
/proc/14493/task/14508/stat : 14508 (java) S 14491 14493 14035 0 -1 4202560 883 0 0 0 26 0 0 0 17 0 19 0 467388941 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14509] ppid=14491 vsize=7639696 CPUtime=0.35 cores=4,6
/proc/14493/task/14509/stat : 14509 (java) S 14491 14493 14035 0 -1 4202560 2201 0 0 0 35 0 0 0 15 0 19 0 467388941 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14510] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14510/stat : 14510 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388941 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350199705 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14511] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14511/stat : 14511 (java) S 14491 14493 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388941 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 6 0 0 0
[pid=14493/tid=14537] ppid=14491 vsize=7639696 CPUtime=0 cores=4,6
/proc/14493/task/14537/stat : 14537 (java) S 14491 14493 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467389013 7823048704 34577 33554432000 1073741824 1073778376 140735328323856 18446744073709551615 270350200320 0 4 0 16800975 18446604453948811456 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 7639696

Child status: 20
Real time (s): 6.68674
CPU time (s): 7.30189
CPU user time (s): 7.2279
CPU system time (s): 0.073988
CPU usage (%): 109.2
Max. virtual memory (cumulated for all children) (KiB): 7640260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2279
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36059
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= 291
involuntary context switches= 174

runsolver used 0.014997 second user time and 0.028995 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:42:13
IDJOB=3280841
IDBENCH=20467
IDSOLVER=1611
FILE ID=node143/3280841-1303749733
RUNJOBID= node143-1303749732-14424
PBS_JOBID= 13154019
Free space on /tmp= 72300 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc12062.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-3280841-1303749733/watcher-3280841-1303749733 -o /tmp/evaluation-result-3280841-1303749733/solver-3280841-1303749733 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280841-1303749733.cnf

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

MD5SUM BENCH= cc0ca898241ac312882fa93ead2b644b
RANDOM SEED=1597164124

node143.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.846
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.846
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.846
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.74
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.846
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.83
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.846
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.846
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.846
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.74
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.846
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:      14131256 kB
Buffers:       2273564 kB
Cached:       15845316 kB
SwapCached:          0 kB
Active:        6895072 kB
Inactive:     11366812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14131256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           50836 kB
Writeback:           4 kB
AnonPages:      142036 kB
Mapped:          22752 kB
Slab:           493652 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14723464 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= 72292 MiB
End job on node143 at 2011-04-25 18:42:20