Trace number 1577767

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 33.07 31.1371

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.35749
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

0.12/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.43	c See www.sat4j.org for details.
0.12/0.44	c version 2.1.0.v20090228
0.12/0.44	c sun.arch.data.model	32
0.12/0.44	c java.version	1.6.0_12
0.12/0.44	c os.name	Linux
0.12/0.44	c os.version	2.6.9-22.EL.rootsmp
0.12/0.44	c os.arch	i386
0.12/0.44	c Free memory 1651659224
0.12/0.44	c Max memory 1654456320
0.12/0.44	c Total memory 1654456320
0.12/0.44	c Number of processors 2
0.12/0.49	c c --- Begin Solver configuration ---
0.12/0.49	c Stops conflict analysis at the first Unique Implication Point
0.12/0.49	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.12/0.49	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.12/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.12/0.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.12/0.49	c Expensive reason simplification
0.12/0.49	c Armin Biere (Picosat) restarts strategy
0.12/0.49	c timeout=2147483647s
0.12/0.49	c DB Simplification allowed=true
0.12/0.49	c --- End Solver configuration ---
0.12/0.49	c solving HOME/instance-1577767-1241004534.cnf
0.12/0.49	c reading problem ... 
8.45/7.93	c ... done. Wall clock time 7.445s.
8.45/7.93	c #vars     617854
8.45/7.93	c #constraints  2650016
8.45/7.93	c constraints type 
8.45/7.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1712173
8.45/7.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 846693
32.97/31.02	c starts		: 4
32.97/31.02	c conflicts		: 399
32.97/31.02	c decisions		: 1767
32.97/31.02	c propagations		: 586592
32.97/31.02	c inspects		: 2575862
32.97/31.02	c learnt literals	: 14
32.97/31.02	c learnt binary clauses	: 27
32.97/31.02	c learnt ternary clauses	: 39
32.97/31.02	c learnt clauses	: 384
32.97/31.02	c ignored clauses	: 0
32.97/31.02	c root simplifications	: 17
32.97/31.02	c removed literals (reason simplification)	: 781
32.97/31.02	c reason swapping (by a shorter reason)	: 0
32.97/31.02	c Calls to reduceDB	: 0
32.97/31.02	c speed (assignments/second)	: 25420.003466805338
32.97/31.02	c non guided choices	219
32.97/31.02	c learnt constraints type 
32.97/31.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
32.97/31.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 225
32.97/31.02	s UNSATISFIABLE
32.97/31.02	c Total wall clock time (in seconds) : 30.528

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-1577767-1241004534/watcher-1577767-1241004534 -o /tmp/evaluation-result-1577767-1241004534/solver-1577767-1241004534 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1577767-1241004534.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 29047
/proc/meminfo: memFree=1000728/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=18576 CPUtime=0
/proc/29047/stat : 29047 (runsolver) D 29045 29047 28653 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 128481723 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 269930261799 0 2147483391 4096 24578 18446744072099855350 0 0 17 1 0 0
/proc/29047/statm: 4644 284 249 26 0 2626 0

[startup+0.0846361 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 29047
/proc/meminfo: memFree=1000728/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=200 CPUtime=0
/proc/29047/stat : 29047 (java6) D 29045 29047 28653 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 128481723 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 8745764 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/29047/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101636 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 29047
/proc/meminfo: memFree=1000728/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=200 CPUtime=0
/proc/29047/stat : 29047 (java6) D 29045 29047 28653 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 128481723 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 8745764 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/29047/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.301665 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 29047
/proc/meminfo: memFree=1000728/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1778424 CPUtime=0.05
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 3523 0 25 0 2 3 0 0 18 0 7 0 128481723 1821106176 3292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 444606 3292 1019 9 0 441957 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778424

[startup+0.701713 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 29047
/proc/meminfo: memFree=1000728/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1784560 CPUtime=0.53
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 11922 0 26 0 45 8 0 0 18 0 12 0 128481723 1827389440 11657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446140 11657 1368 9 0 443487 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1784560

[startup+1.5028 s]
/proc/loadavg: 1.00 1.00 1.01 2/76 29059
/proc/meminfo: memFree=945400/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1784560 CPUtime=1.36
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 19019 0 26 0 125 11 0 0 18 0 12 0 128481723 1827389440 18753 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446140 18753 1380 9 0 443487 0
[pid=29047/tid=29049] ppid=29045 vsize=1784560 CPUtime=1.1
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 17266 0 1 0 101 9 0 0 18 0 12 0 128481738 1827389440 18754 1992294400 134512640 134550932 4294955984 18446744073709551615 4109453614 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128481748 1827389440 18754 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128481748 1827389440 18754 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128481751 1827389440 18755 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 128481751 1827389440 18755 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128481751 1827389440 18755 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128481758 1827389440 18756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1784560 CPUtime=0.1
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 391 0 0 0 10 0 0 0 17 0 12 0 128481758 1827389440 18756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1784560 CPUtime=0.12
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 642 0 1 0 12 0 0 0 15 0 12 0 128481759 1827389440 18756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 128481759 1827389440 18757 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128481759 1827389440 18757 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1784560

[startup+3.10299 s]
/proc/loadavg: 1.00 1.00 1.01 2/76 29059
/proc/meminfo: memFree=906744/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1784560 CPUtime=2.96
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 33450 0 26 0 277 19 0 0 18 0 12 0 128481723 1827389440 33183 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446140 33183 1380 9 0 443487 0
[pid=29047/tid=29049] ppid=29045 vsize=1784560 CPUtime=2.7
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 31696 0 1 0 253 17 0 0 23 0 12 0 128481738 1827389440 33183 1992294400 134512640 134550932 4294955984 18446744073709551615 4109453474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128481748 1827389440 33184 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128481748 1827389440 33184 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128481751 1827389440 33184 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 128481751 1827389440 33185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128481751 1827389440 33185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128481758 1827389440 33185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1784560 CPUtime=0.1
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 391 0 0 0 10 0 0 0 17 0 12 0 128481758 1827389440 33186 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1784560 CPUtime=0.12
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 642 0 1 0 12 0 0 0 15 0 12 0 128481759 1827389440 33186 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 128481759 1827389440 33186 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1784560 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128481759 1827389440 33187 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1784560

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.01 2/76 29059
/proc/meminfo: memFree=719352/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1783092 CPUtime=6.86
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 71515 0 26 0 649 37 0 0 18 0 12 0 128481723 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 445773 70571 1387 9 0 443120 0
[pid=29047/tid=29049] ppid=29045 vsize=1783092 CPUtime=5.18
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 37532 0 1 0 498 20 0 0 25 0 12 0 128481738 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4109441621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1783092 CPUtime=0.7
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 16397 0 0 0 63 7 0 0 23 0 12 0 128481748 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1783092 CPUtime=0.69
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 15831 0 0 0 63 6 0 0 22 0 12 0 128481748 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1783092 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 128481751 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1783092 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 128481751 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1783092 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128481751 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1783092 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128481758 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1783092 CPUtime=0.1
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 391 0 0 0 10 0 0 0 17 0 12 0 128481758 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1783092 CPUtime=0.12
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 642 0 1 0 12 0 0 0 15 0 12 0 128481759 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1783092 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 128481759 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1783092 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128481759 1825886208 70571 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1783092

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 29060
/proc/meminfo: memFree=566064/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1785408 CPUtime=14.41
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 113843 0 26 0 1386 55 0 0 18 0 13 0 128481723 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446352 109093 1407 9 0 443699 0
[pid=29047/tid=29049] ppid=29045 vsize=1785408 CPUtime=10.71
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 37561 0 1 0 1050 21 0 0 25 0 13 0 128481738 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1785408 CPUtime=1.53
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 37712 0 0 0 136 17 0 0 24 0 13 0 128481748 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1785408 CPUtime=1.51
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 36077 0 0 0 137 14 0 0 16 0 13 0 128481748 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 128481751 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128481751 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128481751 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128481758 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1785408 CPUtime=0.29
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 470 0 0 0 29 0 0 0 17 0 13 0 128481758 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1785408 CPUtime=0.32
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 1297 0 1 0 32 0 0 0 16 0 13 0 128481759 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 128481759 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) R 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128481759 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29060] ppid=29045 vsize=1785408 CPUtime=0
/proc/29047/task/29060/stat : 29060 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128482629 1828257792 109093 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1785408

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 29060
/proc/meminfo: memFree=565424/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1786480 CPUtime=27.46
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 114277 0 26 0 2691 55 0 0 18 0 13 0 128481723 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446620 109321 1409 9 0 443967 0
[pid=29047/tid=29049] ppid=29045 vsize=1786480 CPUtime=23.46
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 37568 0 1 0 2325 21 0 0 25 0 13 0 128481738 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1786480 CPUtime=1.53
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 37712 0 0 0 136 17 0 0 24 0 13 0 128481748 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1786480 CPUtime=1.51
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 36077 0 0 0 137 14 0 0 16 0 13 0 128481748 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 128481751 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128481751 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128481751 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128481758 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1786480 CPUtime=0.5
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 880 0 0 0 50 0 0 0 16 0 13 0 128481758 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1786480 CPUtime=0.41
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 1314 0 1 0 41 0 0 0 16 0 13 0 128481759 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 128481759 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128481759 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29060] ppid=29045 vsize=1786480 CPUtime=0
/proc/29047/task/29060/stat : 29060 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128482629 1829355520 109321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.46
Current children cumulated vsize (KiB) 1786480

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

[startup+28.703 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 29060
/proc/meminfo: memFree=565424/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1786292 CPUtime=30.66
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 114277 0 26 0 3011 55 0 0 18 0 13 0 128481723 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446573 109274 1409 9 0 443920 0
[pid=29047/tid=29049] ppid=29045 vsize=1786292 CPUtime=26.66
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 37568 0 1 0 2645 21 0 0 25 0 13 0 128481738 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1786292 CPUtime=1.53
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 37712 0 0 0 136 17 0 0 24 0 13 0 128481748 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1786292 CPUtime=1.51
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 36077 0 0 0 137 14 0 0 16 0 13 0 128481748 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128481758 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1786292 CPUtime=0.5
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 880 0 0 0 50 0 0 0 16 0 13 0 128481758 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1786292 CPUtime=0.41
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 1314 0 1 0 41 0 0 0 16 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29060] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29060/stat : 29060 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128482629 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 1786292

[startup+30.3012 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 29060
/proc/meminfo: memFree=565424/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1786292 CPUtime=32.26
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 114278 0 26 0 3171 55 0 0 18 0 13 0 128481723 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446573 109274 1409 9 0 443920 0
[pid=29047/tid=29049] ppid=29045 vsize=1786292 CPUtime=28.26
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 37569 0 1 0 2805 21 0 0 25 0 13 0 128481738 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4109668405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1786292 CPUtime=1.53
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 37712 0 0 0 136 17 0 0 24 0 13 0 128481748 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1786292 CPUtime=1.51
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 36077 0 0 0 137 14 0 0 16 0 13 0 128481748 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128481758 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1786292 CPUtime=0.5
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 880 0 0 0 50 0 0 0 16 0 13 0 128481758 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1786292 CPUtime=0.41
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 1314 0 1 0 41 0 0 0 17 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29060] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29060/stat : 29060 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128482629 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.26
Current children cumulated vsize (KiB) 1786292

[startup+30.7012 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 29060
/proc/meminfo: memFree=565424/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=1786292 CPUtime=32.66
/proc/29047/stat : 29047 (java) S 29045 29047 28653 0 -1 0 114278 0 26 0 3211 55 0 0 18 0 13 0 128481723 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 446573 109274 1409 9 0 443920 0
[pid=29047/tid=29049] ppid=29045 vsize=1786292 CPUtime=28.66
/proc/29047/task/29049/stat : 29049 (java) R 29045 29047 28653 0 -1 64 37569 0 1 0 2845 21 0 0 25 0 13 0 128481738 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4109668405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29050] ppid=29045 vsize=1786292 CPUtime=1.53
/proc/29047/task/29050/stat : 29050 (java) S 29045 29047 28653 0 -1 64 37712 0 0 0 136 17 0 0 24 0 13 0 128481748 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29051] ppid=29045 vsize=1786292 CPUtime=1.51
/proc/29047/task/29051/stat : 29051 (java) S 29045 29047 28653 0 -1 64 36077 0 0 0 137 14 0 0 16 0 13 0 128481748 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29052] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29052/stat : 29052 (java) S 29045 29047 28653 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29053] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29053/stat : 29053 (java) S 29045 29047 28653 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29054] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29054/stat : 29054 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128481751 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29055] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29055/stat : 29055 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128481758 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29056] ppid=29045 vsize=1786292 CPUtime=0.5
/proc/29047/task/29056/stat : 29056 (java) S 29045 29047 28653 0 -1 64 880 0 0 0 50 0 0 0 16 0 13 0 128481758 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29057] ppid=29045 vsize=1786292 CPUtime=0.41
/proc/29047/task/29057/stat : 29057 (java) S 29045 29047 28653 0 -1 64 1314 0 1 0 41 0 0 0 17 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29047/tid=29058] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29058/stat : 29058 (java) S 29045 29047 28653 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29059] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29059/stat : 29059 (java) S 29045 29047 28653 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128481759 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29047/tid=29060] ppid=29045 vsize=1786292 CPUtime=0
/proc/29047/task/29060/stat : 29060 (java) S 29045 29047 28653 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128482629 1829163008 109274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.66
Current children cumulated vsize (KiB) 1786292

[startup+31.1019 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 29060
/proc/meminfo: memFree=565424/2055920 swapFree=4181996/4192956
[pid=29047] ppid=29045 vsize=0 CPUtime=33.02
/proc/29047/stat : 29047 (java) Z 29045 29047 28653 0 -1 1036 114289 0 26 0 3244 58 0 0 16 0 2 0 128481723 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29047/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 31.1371
CPU time (s): 33.07
CPU user time (s): 32.4461
CPU system time (s): 0.623905
CPU usage (%): 106.208
Max. virtual memory (cumulated for all children) (KiB): 1786480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4461
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114289
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1344
involuntary context switches= 453

runsolver used 0.045993 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-29 13:28:57
IDJOB=1577767
IDBENCH=70966
IDSOLVER=500
FILE ID=node53/1577767-1241004534
PBS_JOBID= 9204817
Free space on /tmp= 66504 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577767-1241004534/watcher-1577767-1241004534 -o /tmp/evaluation-result-1577767-1241004534/solver-1577767-1241004534 -C 1200 -W 1800 -M 1800  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1577767-1241004534.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1093188530

node53.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.245
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.245
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:       1001144 kB
Buffers:         41444 kB
Cached:         941668 kB
SwapCached:       5132 kB
Active:          74664 kB
Inactive:       916692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1001144 kB
SwapTotal:     4192956 kB
SwapFree:      4181996 kB
Dirty:           54108 kB
Writeback:           0 kB
Mapped:          14448 kB
Slab:            49436 kB
Committed_AS:   477292 kB
PageTables:       1388 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= 66504 MiB
End job on node53 at 2009-04-29 13:29:28