Trace number 1554083

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.1 RC1UNSAT 108.756 108.485

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate016.cnf
MD5SUMcb3e934c498918abbc8bcf7f964c0d21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.837
Satisfiable
(Un)Satisfiability was proved
Number of variables2087
Number of clauses6212
Sum of the clauses size14492
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24140
Number of clauses of size 32070
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.16/0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.16/0.50	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.50	c See www.sat4j.org for details.
0.16/0.51	c version 2.1.0.v20090228
0.16/0.51	c sun.arch.data.model	32
0.16/0.51	c java.version	1.6.0_12
0.16/0.51	c os.name	Linux
0.16/0.51	c os.version	2.6.9-22.EL.rootsmp
0.16/0.51	c os.arch	i386
0.16/0.51	c Free memory 1651659224
0.16/0.51	c Max memory 1654456320
0.16/0.51	c Total memory 1654456320
0.16/0.51	c Number of processors 2
0.16/0.55	c c --- Begin Solver configuration ---
0.16/0.55	c Stops conflict analysis at the first Unique Implication Point
0.16/0.55	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.16/0.55	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.16/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.16/0.55	c Expensive reason simplification
0.16/0.55	c Armin Biere (Picosat) restarts strategy
0.16/0.55	c timeout=2147483647s
0.16/0.55	c DB Simplification allowed=true
0.16/0.55	c --- End Solver configuration ---
0.16/0.55	c solving HOME/instance-1554083-1238723425.cnf
0.16/0.55	c reading problem ... 
0.29/0.69	c ... done. Wall clock time 0.135s.
0.29/0.69	c #vars     2087
0.29/0.69	c #constraints  6212
0.29/0.69	c constraints type 
0.29/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2070
0.29/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4140
108.66/108.47	c starts		: 284
108.66/108.47	c conflicts		: 65586
108.66/108.47	c decisions		: 67608
108.66/108.47	c propagations		: 94138997
108.66/108.47	c inspects		: 460027498
108.66/108.47	c learnt literals	: 17
108.66/108.47	c learnt binary clauses	: 124
108.66/108.47	c learnt ternary clauses	: 562
108.66/108.47	c learnt clauses	: 65568
108.66/108.47	c ignored clauses	: 0
108.66/108.47	c root simplifications	: 300
108.66/108.47	c removed literals (reason simplification)	: 12524761
108.66/108.47	c reason swapping (by a shorter reason)	: 0
108.66/108.47	c Calls to reduceDB	: 0
108.66/108.47	c speed (assignments/second)	: 873469.0190766033
108.66/108.47	c non guided choices	73
108.66/108.47	c learnt constraints type 
108.66/108.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
108.66/108.47	s UNSATISFIABLE
108.66/108.47	c Total wall clock time (in seconds) : 107.913

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1554083-1238723425/watcher-1554083-1238723425 -o /tmp/evaluation-result-1554083-1238723425/solver-1554083-1238723425 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1554083-1238723425.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.86 1.46 3/73 27703
/proc/meminfo: memFree=1796768/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=18576 CPUtime=0
/proc/27703/stat : 27703 (runsolver) R 27701 27703 27174 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1024761064 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27703/statm: 4644 292 257 26 0 2626 0

[startup+0.0778949 s]
/proc/loadavg: 1.99 1.86 1.46 3/73 27703
/proc/meminfo: memFree=1796768/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=272 CPUtime=0
/proc/27703/stat : 27703 (java6) D 27701 27703 27174 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 1024761064 278528 33 1992294400 134512640 134550932 4294956160 18446744073709551615 4740103 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/27703/statm: 68 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101897 s]
/proc/loadavg: 1.99 1.86 1.46 3/73 27703
/proc/meminfo: memFree=1796768/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=308 CPUtime=0
/proc/27703/stat : 27703 (java6) D 27701 27703 27174 0 -1 0 56 0 1 0 0 0 0 0 18 0 1 0 1024761064 315392 41 1992294400 134512640 134550932 4294956160 18446744073709551615 4735908 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/27703/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.301928 s]
/proc/loadavg: 1.99 1.86 1.46 3/73 27703
/proc/meminfo: memFree=1796768/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1773828 CPUtime=0.03
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 1450 0 35 0 0 3 0 0 18 0 2 0 1024761064 1816399872 1233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 443457 1233 406 9 0 441209 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1773828

[startup+0.701964 s]
/proc/loadavg: 1.99 1.86 1.46 3/73 27703
/proc/meminfo: memFree=1796768/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1783932 CPUtime=0.47
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 5343 0 42 0 40 7 0 0 18 0 12 0 1024761064 1826746368 5111 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 445983 5117 1367 9 0 443330 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1783932

[startup+1.50204 s]
/proc/loadavg: 1.91 1.85 1.46 2/86 27716
/proc/meminfo: memFree=1769016/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=1.5
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 6206 0 42 0 143 7 0 0 18 0 13 0 1024761064 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 5720 1405 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=0.97
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 3943 0 12 0 93 4 0 0 18 0 13 0 1024761082 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.3
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 719 0 0 0 30 0 0 0 15 0 13 0 1024761108 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.18
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 825 0 0 0 18 0 0 0 16 0 13 0 1024761108 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 5720 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1786304

[startup+3.10131 s]
/proc/loadavg: 1.91 1.85 1.46 2/86 27716
/proc/meminfo: memFree=1768632/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=3.16
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 6325 0 42 0 309 7 0 0 18 0 13 0 1024761064 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 5829 1405 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=2.56
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 4033 0 12 0 252 4 0 0 25 0 13 0 1024761082 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4109515443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.35
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 722 0 0 0 35 0 0 0 16 0 13 0 1024761108 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.2
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 851 0 0 0 20 0 0 0 16 0 13 0 1024761108 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 5829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1786304

[startup+6.30155 s]
/proc/loadavg: 1.91 1.85 1.46 2/86 27716
/proc/meminfo: memFree=1767672/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=6.37
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 6521 0 42 0 630 7 0 0 18 0 13 0 1024761064 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 5959 1405 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=5.75
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 4226 0 12 0 571 4 0 0 25 0 13 0 1024761082 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4109471022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.37
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 725 0 0 0 37 0 0 0 16 0 13 0 1024761108 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.2
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 851 0 0 0 20 0 0 0 16 0 13 0 1024761108 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 5959 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1786304

[startup+12.7012 s]
/proc/loadavg: 1.77 1.82 1.45 2/86 27716
/proc/meminfo: memFree=1766072/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=12.91
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 7147 0 42 0 1283 8 0 0 18 0 13 0 1024761064 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 6395 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=12.15
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 4542 0 12 0 1211 4 0 0 25 0 13 0 1024761082 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4109531636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.47
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 1030 0 0 0 47 0 0 0 17 0 13 0 1024761108 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.24
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 856 0 0 0 24 0 0 0 17 0 13 0 1024761108 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 6395 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 1786304

[startup+25.5026 s]
/proc/loadavg: 1.65 1.79 1.45 2/86 27716
/proc/meminfo: memFree=1764224/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=25.71
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 7629 0 42 0 2562 9 0 0 18 0 13 0 1024761064 1829175296 6779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 6779 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=24.95
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 5024 0 12 0 2490 5 0 0 25 0 13 0 1024761082 1829175296 6779 1992294400 134512640 134550932 4294955984 18446744073709551615 4109506762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 6779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 6779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 8783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (KiB) 1786304

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

[startup+105.503 s]
/proc/loadavg: 1.17 1.60 1.41 2/86 27716
/proc/meminfo: memFree=1755968/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=105.75
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 9684 0 42 0 10565 10 0 0 18 0 13 0 1024761064 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 8830 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=104.93
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 7074 0 12 0 10486 7 0 0 25 0 13 0 1024761082 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4109668766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1024761099 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.54
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 1035 0 0 0 54 0 0 0 15 0 13 0 1024761108 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.24
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 856 0 0 0 24 0 0 0 17 0 13 0 1024761108 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 8830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.75
Current children cumulated vsize (KiB) 1786304

[startup+107.101 s]
/proc/loadavg: 1.16 1.59 1.40 3/86 27716
/proc/meminfo: memFree=1755904/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=107.35
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 9692 0 42 0 10725 10 0 0 18 0 13 0 1024761064 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 8836 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=106.53
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 7082 0 12 0 10646 7 0 0 25 0 13 0 1024761082 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4109506720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1024761099 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.54
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 1035 0 0 0 54 0 0 0 15 0 13 0 1024761108 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.24
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 856 0 0 0 24 0 0 0 17 0 13 0 1024761108 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 8836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.35
Current children cumulated vsize (KiB) 1786304

[startup+107.901 s]
/proc/loadavg: 1.16 1.59 1.40 2/86 27716
/proc/meminfo: memFree=1755904/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=108.15
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 9700 0 42 0 10805 10 0 0 18 0 13 0 1024761064 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 8844 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=107.33
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 7090 0 12 0 10726 7 0 0 25 0 13 0 1024761082 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4109669056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.54
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 1035 0 0 0 54 0 0 0 15 0 13 0 1024761108 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.24
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 856 0 0 0 24 0 0 0 17 0 13 0 1024761108 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 8844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.15
Current children cumulated vsize (KiB) 1786304

[startup+108.301 s]
/proc/loadavg: 1.16 1.59 1.40 2/86 27716
/proc/meminfo: memFree=1755904/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=108.56
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 9705 0 42 0 10846 10 0 0 18 0 13 0 1024761064 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 8849 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=107.73
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 7093 0 12 0 10766 7 0 0 25 0 13 0 1024761082 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4109126798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.55
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 1037 0 0 0 55 0 0 0 17 0 13 0 1024761108 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.24
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 856 0 0 0 24 0 0 0 17 0 13 0 1024761108 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 8849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.56
Current children cumulated vsize (KiB) 1786304

[startup+108.402 s]
/proc/loadavg: 1.16 1.59 1.40 2/86 27716
/proc/meminfo: memFree=1755904/2055920 swapFree=4175376/4192956
[pid=27703] ppid=27701 vsize=1786304 CPUtime=108.66
/proc/27703/stat : 27703 (java) S 27701 27703 27174 0 -1 0 9706 0 42 0 10856 10 0 0 18 0 13 0 1024761064 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27703/statm: 446576 8850 1409 9 0 443923 0
[pid=27703/tid=27705] ppid=27701 vsize=1786304 CPUtime=107.83
/proc/27703/task/27705/stat : 27705 (java) R 27701 27703 27174 0 -1 64 7094 0 12 0 10776 7 0 0 25 0 13 0 1024761082 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4109490943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27706] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27706/stat : 27706 (java) S 27701 27703 27174 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1024761095 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27707] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27707/stat : 27707 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1024761095 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27708] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27708/stat : 27708 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1024761099 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27709] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27709/stat : 27709 (java) S 27701 27703 27174 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1024761099 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27710] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27710/stat : 27710 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1024761099 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27711] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27711/stat : 27711 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1024761108 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27712] ppid=27701 vsize=1786304 CPUtime=0.55
/proc/27703/task/27712/stat : 27712 (java) S 27701 27703 27174 0 -1 64 1037 0 0 0 55 0 0 0 17 0 13 0 1024761108 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27713] ppid=27701 vsize=1786304 CPUtime=0.24
/proc/27703/task/27713/stat : 27713 (java) S 27701 27703 27174 0 -1 64 856 0 0 0 24 0 0 0 17 0 13 0 1024761108 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27714] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27714/stat : 27714 (java) S 27701 27703 27174 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1024761108 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27703/tid=27715] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27715/stat : 27715 (java) S 27701 27703 27174 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1024761108 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27703/tid=27716] ppid=27701 vsize=1786304 CPUtime=0
/proc/27703/task/27716/stat : 27716 (java) S 27701 27703 27174 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1024761135 1829175296 8850 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.66
Current children cumulated vsize (KiB) 1786304

Child status: 20
Real time (s): 108.485
CPU time (s): 108.756
CPU user time (s): 108.64
CPU system time (s): 0.115982
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 1786304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.64
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9720
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2916
involuntary context switches= 582

runsolver used 0.144977 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-03 03:50:25
IDJOB=1554083
IDBENCH=70774
IDSOLVER=500
FILE ID=node79/1554083-1238723425
PBS_JOBID= 9085320
Free space on /tmp= 65536 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate016.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554083-1238723425/watcher-1554083-1238723425 -o /tmp/evaluation-result-1554083-1238723425/solver-1554083-1238723425 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1554083-1238723425.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cb3e934c498918abbc8bcf7f964c0d21
RANDOM SEED=1052780001

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1797248 kB
Buffers:         34392 kB
Cached:         127684 kB
SwapCached:      11800 kB
Active:          17984 kB
Inactive:       160000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797248 kB
SwapTotal:     4192956 kB
SwapFree:      4175376 kB
Dirty:             256 kB
Writeback:           0 kB
Mapped:          22704 kB
Slab:            65776 kB
Committed_AS:  2949344 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65536 MiB
End job on node79 at 2009-04-03 03:52:14