Trace number 1729846

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 466.201 465.797

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.9987
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

Solver Data

0.14/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.31	c See www.sat4j.org for details.
0.14/0.32	c version 2.1.0.v20090228
0.14/0.32	c sun.arch.data.model	32
0.14/0.32	c java.version	1.6.0_12
0.14/0.32	c os.name	Linux
0.14/0.32	c os.version	2.6.9-22.EL.rootsmp
0.14/0.32	c os.arch	i386
0.14/0.32	c Free memory 1651659224
0.14/0.32	c Max memory 1654456320
0.14/0.32	c Total memory 1654456320
0.14/0.32	c Number of processors 2
0.14/0.37	c c --- Begin Solver configuration ---
0.14/0.37	c Stops conflict analysis at the first Unique Implication Point
0.14/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.14/0.37	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.14/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.14/0.37	c Expensive reason simplification
0.14/0.37	c Armin Biere (Picosat) restarts strategy
0.14/0.37	c timeout=2147483647s
0.14/0.37	c DB Simplification allowed=true
0.14/0.37	c --- End Solver configuration ---
0.14/0.37	c solving HOME/instance-1729846-1240754054.cnf
0.14/0.37	c reading problem ... 
0.42/0.54	c ... done. Wall clock time 0.173s.
0.42/0.54	c #vars     1477
0.42/0.54	c #constraints  7776
0.42/0.54	c constraints type 
0.42/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7314
0.42/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 430
466.08/465.71	c starts		: 589
466.08/465.71	c conflicts		: 224977
466.08/465.71	c decisions		: 457900
466.08/465.71	c propagations		: 8558994
466.08/465.71	c inspects		: 1631076585
466.08/465.71	c learnt literals	: 7
466.08/465.71	c learnt binary clauses	: 391
466.08/465.72	c learnt ternary clauses	: 1119
466.08/465.72	c learnt clauses	: 224969
466.08/465.72	c ignored clauses	: 0
466.08/465.72	c root simplifications	: 595
466.08/465.72	c removed literals (reason simplification)	: 2806564
466.08/465.72	c reason swapping (by a shorter reason)	: 0
466.08/465.72	c Calls to reduceDB	: 0
466.08/465.72	c speed (assignments/second)	: 18399.672378544663
466.08/465.72	c non guided choices	55822
466.08/465.76	c learnt constraints type 
466.08/465.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 300
466.08/465.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73924
466.08/465.76	s UNSATISFIABLE
466.08/465.76	c Total wall clock time (in seconds) : 465.345

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-1729846-1240754054/watcher-1729846-1240754054 -o /tmp/evaluation-result-1729846-1240754054/solver-1729846-1240754054 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1729846-1240754054.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.00 1.03 1.00 3/64 5749
/proc/meminfo: memFree=1846592/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=272 CPUtime=0
/proc/5749/stat : 5749 (java6) D 5747 5749 5558 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 103431428 278528 37 1992294400 134512640 134550932 4294956160 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5749/statm: 68 37 28 9 0 6 0

[startup+0.021914 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 5749
/proc/meminfo: memFree=1846592/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1612 CPUtime=0
/proc/5749/stat : 5749 (java6) D 5747 5749 5558 0 -1 0 176 0 1 0 0 0 0 0 18 0 1 0 103431428 1650688 148 1992294400 134512640 134550932 4294956160 18446744073709551615 9014784 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/5749/statm: 403 148 112 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101821 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 5749
/proc/meminfo: memFree=1846592/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=13496 CPUtime=0.01
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 845 0 28 0 0 1 0 0 18 0 2 0 103431428 13819904 628 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 3374 628 304 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13496

[startup+0.301843 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 5749
/proc/meminfo: memFree=1846592/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1780924 CPUtime=0.14
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 4079 0 33 0 10 4 0 0 18 0 12 0 103431428 1823666176 3854 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 445231 3854 1081 9 0 442578 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780924

[startup+0.701883 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 5749
/proc/meminfo: memFree=1846592/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786588 CPUtime=0.77
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 6683 0 34 0 71 6 0 0 18 0 13 0 103431428 1829466112 5985 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446647 5985 1387 9 0 443994 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1786588

[startup+1.50295 s]
/proc/loadavg: 1.00 1.03 1.00 3/77 5762
/proc/meminfo: memFree=1822552/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786588 CPUtime=1.89
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 7217 0 34 0 183 6 0 0 18 0 13 0 103431428 1829466112 6415 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446647 6415 1409 9 0 443994 0
[pid=5749/tid=5751] ppid=5747 vsize=1786588 CPUtime=1.14
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 4353 0 10 0 110 4 0 0 25 0 13 0 103431434 1829466112 6415 1992294400 134512640 134550932 4294955984 18446744073709551615 4109471795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829466112 6415 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829466112 6415 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 103431444 1829466112 6415 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786588 CPUtime=0.36
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 753 0 0 0 36 0 0 0 16 0 13 0 103431452 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786588 CPUtime=0.35
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1386 0 1 0 35 0 0 0 16 0 13 0 103431452 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829466112 6416 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1786588

[startup+3.10211 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 5762
/proc/meminfo: memFree=1820696/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786588 CPUtime=3.55
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 7661 0 34 0 348 7 0 0 18 0 13 0 103431428 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446647 6857 1409 9 0 443994 0
[pid=5749/tid=5751] ppid=5747 vsize=1786588 CPUtime=2.72
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 4791 0 10 0 268 4 0 0 18 0 13 0 103431434 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4109522111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786588 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786588 CPUtime=0.38
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1388 0 1 0 38 0 0 0 16 0 13 0 103431452 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) R 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786588 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829466112 6857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 1786588

[startup+6.30244 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 5762
/proc/meminfo: memFree=1818008/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=6.74
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 8116 0 34 0 667 7 0 0 18 0 13 0 103431428 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 7287 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=5.92
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 5246 0 10 0 587 5 0 0 25 0 13 0 103431434 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4109464875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.38
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1388 0 1 0 38 0 0 0 16 0 13 0 103431452 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 7287 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 1786396

[startup+12.7021 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 5762
/proc/meminfo: memFree=1814872/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=13.13
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 8850 0 34 0 1305 8 0 0 18 0 13 0 103431428 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 8021 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=12.32
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 5980 0 10 0 1226 6 0 0 25 0 13 0 103431434 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4109471811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.38
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1388 0 1 0 38 0 0 0 16 0 13 0 103431452 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 8021 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 1786396

[startup+25.5013 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 5762
/proc/meminfo: memFree=1811032/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=25.95
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 9811 0 34 0 2585 10 0 0 18 0 13 0 103431428 1829269504 8933 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 8933 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=25.11
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 6941 0 10 0 2504 7 0 0 25 0 13 0 103431434 1829269504 8933 1992294400 134512640 134550932 4294955984 18446744073709551615 4109522111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 8933 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 8933 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 17886 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.68
Current children cumulated vsize (KiB) 1786396

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5768
/proc/meminfo: memFree=1771736/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=462.68
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 19580 0 34 0 46248 20 0 0 18 0 13 0 103431428 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 18598 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=461.78
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 16701 0 10 0 46160 18 0 0 25 0 13 0 103431434 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4109522111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.46
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1397 0 1 0 46 0 0 0 16 0 13 0 103431452 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 18598 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.68
Current children cumulated vsize (KiB) 1786396

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

[startup+463.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5768
/proc/meminfo: memFree=1771736/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=464.28
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 19590 0 34 0 46408 20 0 0 18 0 13 0 103431428 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 18608 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=463.38
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 16711 0 10 0 46320 18 0 0 25 0 13 0 103431434 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4109515996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.46
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1397 0 1 0 46 0 0 0 16 0 13 0 103431452 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 18608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.28
Current children cumulated vsize (KiB) 1786396

[startup+464.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5768
/proc/meminfo: memFree=1771672/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=465.08
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 19595 0 34 0 46488 20 0 0 18 0 13 0 103431428 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 18613 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=464.18
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 16716 0 10 0 46400 18 0 0 25 0 13 0 103431434 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4109522111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.46
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1397 0 1 0 46 0 0 0 16 0 13 0 103431452 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 18613 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 465.08
Current children cumulated vsize (KiB) 1786396

[startup+465.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5768
/proc/meminfo: memFree=1771672/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=465.88
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 19601 0 34 0 46568 20 0 0 18 0 13 0 103431428 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 18619 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=464.98
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 16722 0 10 0 46480 18 0 0 25 0 13 0 103431434 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4109522111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.46
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1397 0 1 0 46 0 0 0 16 0 13 0 103431452 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 18619 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 465.88
Current children cumulated vsize (KiB) 1786396

[startup+465.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5768
/proc/meminfo: memFree=1771672/2055920 swapFree=4182052/4192956
[pid=5749] ppid=5747 vsize=1786396 CPUtime=466.08
/proc/5749/stat : 5749 (java) S 5747 5749 5558 0 -1 0 19602 0 34 0 46588 20 0 0 18 0 13 0 103431428 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5749/statm: 446599 18620 1409 9 0 443946 0
[pid=5749/tid=5751] ppid=5747 vsize=1786396 CPUtime=465.18
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 5558 0 -1 64 16723 0 10 0 46500 18 0 0 25 0 13 0 103431434 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4109515535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 5558 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 103431440 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 103431440 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103431444 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 5558 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 103431445 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103431445 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 5558 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 103431452 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=1786396 CPUtime=0.41
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 5558 0 -1 64 757 0 0 0 41 0 0 0 16 0 13 0 103431452 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=1786396 CPUtime=0.46
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 5558 0 -1 64 1397 0 1 0 46 0 0 0 16 0 13 0 103431452 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 5558 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 103431452 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 5558 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103431452 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=1786396 CPUtime=0
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 5558 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 103431484 1829269504 18620 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 466.08
Current children cumulated vsize (KiB) 1786396

Child status: 20
Real time (s): 465.797
CPU time (s): 466.201
CPU user time (s): 465.978
CPU system time (s): 0.222966
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 1786736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.978
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19624
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10093
involuntary context switches= 1152

runsolver used 0.620905 second user time and 1.08683 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 15:54:14
IDJOB=1729846
IDBENCH=24716
IDSOLVER=500
FILE ID=node70/1729846-1240754054
PBS_JOBID= 9187089
Free space on /tmp= 66336 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729846-1240754054/watcher-1729846-1240754054 -o /tmp/evaluation-result-1729846-1240754054/solver-1729846-1240754054 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1729846-1240754054.cnf

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

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=1970401245

node70.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.213
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.213
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1847072 kB
Buffers:         22540 kB
Cached:         121048 kB
SwapCached:       4992 kB
Active:          13844 kB
Inactive:       137848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847072 kB
SwapTotal:     4192956 kB
SwapFree:      4182052 kB
Dirty:             492 kB
Writeback:           0 kB
Mapped:          14360 kB
Slab:            43220 kB
Committed_AS:   356060 kB
PageTables:       1372 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= 66336 MiB
End job on node70 at 2009-04-26 16:02:00