Trace number 3500824

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 MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 4.28335 3.6797

General information on the benchmark

Namegmus/nadel/
edn_22134_8.cnf_0.38000000.unsat.gcnf
MD5SUM74a9bd6ec70b49d83e4c375b6f8e41be
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9574
Satisfiable
(Un)Satisfiability was proved
Number of variables686692
Number of clauses2006678
Sum of the clauses size4657343
Maximum clause length3
Minimum clause length1
Number of clauses of size 11770
Number of clauses of size 21359151
Number of clauses of size 3645757
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups3999
Number of clauses in the kernel (group 0)1943245
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 18

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.0.v20110206
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		5997854704
0.00/0.07	c Max memory 		6029312000
0.00/0.07	c Total memory 		6029312000
0.00/0.07	c Number of processors 	8
0.07/0.09	c High Level Explanation (MUS) enabled solver
0.07/0.09	c Deletion based minimization strategy
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.10	c Expensive reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose learned constraints deletion strategy
0.07/0.10	c timeout=2147483647s
0.07/0.10	c DB Simplification allowed=true
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c solving HOME/instance-3500824-1308036331.gcnf
0.07/0.10	c reading problem ... 
3.76/3.37	c ... done. Wall clock time 3.271s.
3.76/3.37	c #vars     690691
3.76/3.37	c #constraints  2006672
3.76/3.37	c constraints type 
3.76/3.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 707449
3.76/3.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1299185
4.19/3.63	c Unsat detection wall clock time (in seconds) : 3.538
4.19/3.63	c Size of initial high level unsat subformula: 1
4.19/3.63	c Computing high level MUS ...
4.19/3.63	c Size of the high level MUS: 1
4.19/3.63	c Unsat core  computation wall clock time (in seconds) : 0.0010
4.19/3.64	c starts		: 0
4.19/3.64	c conflicts		: 0
4.19/3.64	c decisions		: 0
4.19/3.64	c propagations		: 105532
4.19/3.64	c inspects		: 296899
4.19/3.64	c shortcuts		: 0
4.19/3.64	c learnt literals	: 0
4.19/3.64	c learnt binary clauses	: 0
4.19/3.64	c learnt ternary clauses	: 0
4.19/3.64	c learnt constraints	: 0
4.19/3.64	c ignored constraints	: 0
4.19/3.64	c root simplifications	: 0
4.19/3.64	c removed literals (reason simplification)	: 0
4.19/3.64	c reason swapping (by a shorter reason)	: 0
4.19/3.64	c Calls to reduceDB	: 0
4.19/3.64	c speed (assignments/second)	: 399742.4242424242
4.19/3.64	c non guided choices	0
4.19/3.64	c learnt constraints type 
4.19/3.64	c constraints type 
4.19/3.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 707449
4.19/3.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1299185
4.19/3.64	s UNSATISFIABLE
4.19/3.64	v 3992 0
4.19/3.64	c Total wall clock time (in seconds) : 3.54

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3500824-1308036331/watcher-3500824-1308036331 -o /tmp/evaluation-result-3500824-1308036331/solver-3500824-1308036331 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3500824-1308036331.gcnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 1.49 0.43 0.15 4/240 16006
/proc/meminfo: memFree=15594920/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=35788 CPUtime=0 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 1317 0 0 0 0 0 0 0 22 0 2 0 896049428 36646912 1018 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 8947 1018 782 9 0 386 0
[pid=16006/tid=16007] ppid=16004 vsize=35788 CPUtime=0 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) S 16004 16006 14728 0 -1 4202560 202 0 0 0 0 0 0 0 24 0 2 0 896049428 36646912 1018 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212039675462 0 0 0 16784584 4523079404296863743 0 0 -1 1 0 0 0

[startup+0.082387 s]
/proc/loadavg: 1.49 0.43 0.15 4/240 16006
/proc/meminfo: memFree=15594920/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6363864 CPUtime=0.07 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 8801 0 1 0 6 1 0 0 22 0 18 0 896049428 6516596736 8497 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1590966 8497 1751 9 0 1581704 0
[pid=16006/tid=16007] ppid=16004 vsize=6363864 CPUtime=0.07 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 7626 0 1 0 6 1 0 0 25 0 18 0 896049428 6516596736 8498 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 47839623580499 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6363864

[startup+0.100352 s]
/proc/loadavg: 1.49 0.43 0.15 4/240 16006
/proc/meminfo: memFree=15594920/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6430912 CPUtime=0.1 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 9700 0 1 0 9 1 0 0 22 0 18 0 896049428 6585253888 9396 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1607728 9396 2090 9 0 1598466 0
[pid=16006/tid=16007] ppid=16004 vsize=6430912 CPUtime=0.08 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 7847 0 1 0 7 1 0 0 25 0 18 0 896049428 6585253888 9396 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 47839622145560 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6430912

[startup+0.300321 s]
/proc/loadavg: 1.49 0.43 0.15 4/240 16006
/proc/meminfo: memFree=15594920/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6437068 CPUtime=0.44 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 20139 0 1 0 42 2 0 0 22 0 18 0 896049428 6591557632 19103 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1609267 19104 2204 9 0 1600005 0
[pid=16006/tid=16007] ppid=16004 vsize=6437068 CPUtime=0.28 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 15979 0 1 0 26 2 0 0 25 0 18 0 896049428 6591557632 19105 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 46912505554608 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 6437068

[startup+0.700281 s]
/proc/loadavg: 1.49 0.43 0.15 4/240 16006
/proc/meminfo: memFree=15594920/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6437484 CPUtime=0.95 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 37778 0 1 0 90 5 0 0 22 0 18 0 896049428 6591983616 36739 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1609371 36741 2205 9 0 1600109 0
[pid=16006/tid=16007] ppid=16004 vsize=6437484 CPUtime=0.68 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 33385 0 1 0 64 4 0 0 25 0 18 0 896049428 6591983616 36742 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 46912505365719 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 6437484

[startup+1.50114 s]
/proc/loadavg: 1.49 0.43 0.15 5/259 16025
/proc/meminfo: memFree=14961524/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6437484 CPUtime=1.75 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 71709 0 1 0 166 9 0 0 22 0 18 0 896049428 6591983616 70671 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1609371 70672 2205 9 0 1600109 0
[pid=16006/tid=16007] ppid=16004 vsize=6437484 CPUtime=1.48 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 67316 0 1 0 140 8 0 0 25 0 18 0 896049428 6591983616 70673 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 46912505554604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16006/tid=16009] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16009/stat : 16009 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70675 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16010] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16010/stat : 16010 (java) S 16004 16006 14728 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70676 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16011] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16011/stat : 16011 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70677 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16012] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16012/stat : 16012 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70679 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16013] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16013/stat : 16013 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70680 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16014] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16014/stat : 16014 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70681 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16015] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16015/stat : 16015 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70682 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16016] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16016/stat : 16016 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6591983616 70683 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16017] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16017/stat : 16017 (java) S 16004 16006 14728 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 896049430 6591983616 70684 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16018] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16018/stat : 16018 (java) S 16004 16006 14728 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 896049431 6591983616 70685 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16019] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16019/stat : 16019 (java) S 16004 16006 14728 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 896049431 6591983616 70686 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16020] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16020/stat : 16020 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6591983616 70687 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16021] ppid=16004 vsize=6437484 CPUtime=0.14 cores=1,3
/proc/16006/task/16021/stat : 16021 (java) S 16004 16006 14728 0 -1 4202560 2289 0 0 0 14 0 0 0 25 0 18 0 896049433 6591983616 70688 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16022] ppid=16004 vsize=6437484 CPUtime=0.11 cores=1,3
/proc/16006/task/16022/stat : 16022 (java) S 16004 16006 14728 0 -1 4202560 955 0 0 0 11 0 0 0 25 0 18 0 896049433 6591983616 70690 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16023] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16023/stat : 16023 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6591983616 70691 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16024] ppid=16004 vsize=6437484 CPUtime=0 cores=1,3
/proc/16006/task/16024/stat : 16024 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896049433 6591983616 70692 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 6437484

[startup+3.10082 s]
/proc/loadavg: 1.49 0.43 0.15 5/260 16026
/proc/meminfo: memFree=14549932/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6444692 CPUtime=3.42 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 145874 0 1 0 325 17 0 0 22 0 18 0 896049428 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1611173 143769 2219 9 0 1601911 0
[pid=16006/tid=16007] ppid=16004 vsize=6444692 CPUtime=3.07 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 139066 0 1 0 291 16 0 0 25 0 18 0 896049428 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16006/tid=16009] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16009/stat : 16009 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16010] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16010/stat : 16010 (java) S 16004 16006 14728 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16011] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16011/stat : 16011 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16012] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16012/stat : 16012 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16013] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16013/stat : 16013 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16014] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16014/stat : 16014 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16015] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16015/stat : 16015 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16016] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16016/stat : 16016 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16017] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16017/stat : 16017 (java) S 16004 16006 14728 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 896049430 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16018] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16018/stat : 16018 (java) S 16004 16006 14728 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 896049431 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16019] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16019/stat : 16019 (java) S 16004 16006 14728 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 896049431 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16020] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16020/stat : 16020 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16021] ppid=16004 vsize=6444692 CPUtime=0.14 cores=1,3
/proc/16006/task/16021/stat : 16021 (java) R 16004 16006 14728 0 -1 4202560 2289 0 0 0 14 0 0 0 18 0 18 0 896049433 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 47839623533244 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16006/tid=16022] ppid=16004 vsize=6444692 CPUtime=0.18 cores=1,3
/proc/16006/task/16022/stat : 16022 (java) R 16004 16006 14728 0 -1 4202560 3364 0 0 0 18 0 0 0 18 0 18 0 896049433 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 47839619909544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16006/tid=16023] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16023/stat : 16023 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16024] ppid=16004 vsize=6444692 CPUtime=0 cores=1,3
/proc/16006/task/16024/stat : 16024 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896049433 6599364608 143769 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 6444692

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

[startup+3.50075 s]
/proc/loadavg: 1.77 0.51 0.17 7/240 16047
/proc/meminfo: memFree=15152312/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6448504 CPUtime=4.02 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 162463 0 1 0 383 19 0 0 22 0 18 0 896049428 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1612126 157706 2221 9 0 1602864 0
[pid=16006/tid=16007] ppid=16004 vsize=6448504 CPUtime=3.26 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 149737 0 1 0 308 18 0 0 25 0 18 0 896049428 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051481269 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16006/tid=16009] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16009/stat : 16009 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16010] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16010/stat : 16010 (java) S 16004 16006 14728 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16011] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16011/stat : 16011 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16012] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16012/stat : 16012 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16013] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16013/stat : 16013 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16014] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16014/stat : 16014 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16015] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16015/stat : 16015 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16016] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16016/stat : 16016 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16017] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16017/stat : 16017 (java) S 16004 16006 14728 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 896049430 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16018] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16018/stat : 16018 (java) S 16004 16006 14728 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 896049431 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16019] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16019/stat : 16019 (java) S 16004 16006 14728 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 896049431 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16020] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16020/stat : 16020 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16021] ppid=16004 vsize=6448504 CPUtime=0.34 cores=1,3
/proc/16006/task/16021/stat : 16021 (java) R 16004 16006 14728 0 -1 4202560 3644 0 0 0 34 0 0 0 16 0 18 0 896049433 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 47839621959308 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16006/tid=16022] ppid=16004 vsize=6448504 CPUtime=0.4 cores=1,3
/proc/16006/task/16022/stat : 16022 (java) R 16004 16006 14728 0 -1 4202560 7927 0 0 0 40 0 0 0 16 0 18 0 896049433 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 47839623552840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16006/tid=16023] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16023/stat : 16023 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16024] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16024/stat : 16024 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896049433 6603268096 157706 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 6448504

[startup+3.60073 s]
/proc/loadavg: 1.77 0.51 0.17 7/240 16047
/proc/meminfo: memFree=15152312/32951124 swapFree=67050916/67111528
[pid=16006] ppid=16004 vsize=6448504 CPUtime=4.19 cores=1,3
/proc/16006/stat : 16006 (java) S 16004 16006 14728 0 -1 4202496 162658 0 1 0 400 19 0 0 22 0 18 0 896049428 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16006/statm: 1612126 157901 2222 9 0 1602864 0
[pid=16006/tid=16007] ppid=16004 vsize=6448504 CPUtime=3.34 cores=1,3
/proc/16006/task/16007/stat : 16007 (java) R 16004 16006 14728 0 -1 4202560 149813 0 1 0 316 18 0 0 25 0 18 0 896049428 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 46912505217820 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16006/tid=16009] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16009/stat : 16009 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16010] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16010/stat : 16010 (java) S 16004 16006 14728 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16011] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16011/stat : 16011 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16012] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16012/stat : 16012 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16013] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16013/stat : 16013 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16014] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16014/stat : 16014 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16015] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16015/stat : 16015 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16016] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16016/stat : 16016 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049429 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16017] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16017/stat : 16017 (java) S 16004 16006 14728 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 896049430 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16018] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16018/stat : 16018 (java) S 16004 16006 14728 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 896049431 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16019] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16019/stat : 16019 (java) S 16004 16006 14728 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 896049431 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16020] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16020/stat : 16020 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16021] ppid=16004 vsize=6448504 CPUtime=0.38 cores=1,3
/proc/16006/task/16021/stat : 16021 (java) S 16004 16006 14728 0 -1 4202560 3758 0 0 0 38 0 0 0 16 0 18 0 896049433 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=16006/tid=16022] ppid=16004 vsize=6448504 CPUtime=0.44 cores=1,3
/proc/16006/task/16022/stat : 16022 (java) S 16004 16006 14728 0 -1 4202560 7932 0 0 0 44 0 0 0 16 0 18 0 896049433 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16023] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16023/stat : 16023 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 896049433 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=16006/tid=16024] ppid=16004 vsize=6448504 CPUtime=0 cores=1,3
/proc/16006/task/16024/stat : 16024 (java) S 16004 16006 14728 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 896049433 6603268096 157901 33554432000 1073741824 1073778376 140736211184672 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 6448504

Child status: 20
Real time (s): 3.6797
CPU time (s): 4.28335
CPU user time (s): 4.06238
CPU system time (s): 0.220966
CPU usage (%): 116.405
Max. virtual memory (cumulated for all children) (KiB): 6448504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.06238
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162691
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= 267
involuntary context switches= 215

runsolver used 0.007998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-14 09:25:32
IDJOB=3500824
IDBENCH=89961
IDSOLVER=1997
FILE ID=node146/3500824-1308036331
RUNJOBID= node146-1308036326-15903
PBS_JOBID= 13563890
Free space on /tmp= 6400 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_22134_8.cnf_0.38000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3500824-1308036331/watcher-3500824-1308036331 -o /tmp/evaluation-result-3500824-1308036331/solver-3500824-1308036331 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3500824-1308036331.gcnf

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

MD5SUM BENCH= 74a9bd6ec70b49d83e4c375b6f8e41be
RANDOM SEED=1369927435

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15600920 kB
Buffers:        157632 kB
Cached:       15683296 kB
SwapCached:      13448 kB
Active:        1742344 kB
Inactive:     14996464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15600920 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:          160132 kB
Writeback:           0 kB
AnonPages:      896220 kB
Mapped:          17352 kB
Slab:           546184 kB
PageTables:       7144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18910076 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= 6464 MiB
End job on node146 at 2011-06-14 09:25:35