Trace number 331829

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, and are wall clock time (not CPU 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 JVM PARAM CHANGED SAT 2007UNSAT 365.229 364.972

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11813.cnf
MD5SUM1d84e062d693fe840d2f54155b9ad4a4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.6386
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c version SAT COMPETITION 2007
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.20/0.21	c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c Expensive reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c timeout: 2147483s
0.20/0.21	c solving /tmp/evaluation/331829-1176321628/instance-331829-1176321628.cnf
0.20/0.21	c reading problem ... 
2.82/2.74	c ... done. Wall clock time 2.534s.
2.82/2.74	c CPU time (experimental) 2.63s.
2.82/2.74	c #vars     312628
2.82/2.74	c #constraints  869245
365.11/364.89	c starts		: 14
365.11/364.89	c conflicts		: 45858
365.11/364.89	c decisions		: 603420
365.11/364.89	c propagations		: 341178156
365.11/364.89	c inspects		: 846001678
365.11/364.89	c learnt literals	: 63
365.11/364.89	c learnt binary clauses	: 1626
365.11/364.89	c learnt ternary clauses	: 9823
365.11/364.89	c learnt clauses	: 45794
365.11/364.89	c root simplifications	: 0
365.11/364.89	c removed literals (reason simplification)	: 120275
365.11/364.89	c reason swapping (by a shorter reason)	: 0
365.11/364.89	c Calls to reduceDB	: 0
365.11/364.89	c speed (decisions/second)	: 1666.5423843967753
365.11/364.89	c non guided choices	119783
365.11/364.89	s UNSATISFIABLE
365.11/364.89	c Total wall clock time (in seconds) : 364.681
365.11/364.89	c Total CPU time (experimental, in seconds) : 364.36

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-331829-1176321628 -o ROOT/results/node9/solver-331829-1176321628 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331829-1176321628/sat4j-sat2007.jar /tmp/evaluation/331829-1176321628/instance-331829-1176321628.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): 2400 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: 0.92 0.98 0.91 2/77 5295
/proc/meminfo: memFree=1732992/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=18568 CPUtime=0
/proc/5295/stat : 5295 (runsolver) R 5293 5295 4399 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 108200446 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5295/statm: 4642 293 258 24 0 2626 0

[startup+0.022467 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 5295
/proc/meminfo: memFree=1732992/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=12620 CPUtime=0
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 845 0 0 0 0 0 0 0 19 0 2 0 108200446 12922880 602 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101477 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 5295
/proc/meminfo: memFree=1732992/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1780040 CPUtime=0.07
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 3900 0 1 0 5 2 0 0 19 0 12 0 108200446 1822760960 3642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445010 3642 1099 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780040

[startup+0.301499 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 5295
/proc/meminfo: memFree=1732992/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1782168 CPUtime=0.31
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 8845 0 1 0 27 4 0 0 19 0 12 0 108200446 1824940032 8584 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445542 8584 1282 9 0 443154 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782168

[startup+0.701544 s]
/proc/loadavg: 0.92 0.98 0.91 2/77 5295
/proc/meminfo: memFree=1732992/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1782312 CPUtime=0.82
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 12972 0 1 0 76 6 0 0 19 0 12 0 108200446 1825087488 12557 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445578 12557 1293 9 0 443190 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1782312

[startup+1.50263 s]
/proc/loadavg: 0.93 0.98 0.91 2/89 5307
/proc/meminfo: memFree=1674592/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1782312 CPUtime=1.62
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 20942 0 1 0 153 9 0 0 19 0 12 0 108200446 1825087488 20526 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445578 20526 1293 9 0 443190 0
[pid=5295/tid=5297] ppid=5293 vsize=1782312 CPUtime=1.39
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 19443 0 1 0 131 8 0 0 20 0 12 0 108200447 1825087488 20527 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109521019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 108200449 1825087488 20527 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 108200449 1825087488 20527 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 108200452 1825087488 20528 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 108200452 1825087488 20528 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 108200452 1825087488 20528 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 108200456 1825087488 20529 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1782312 CPUtime=0.08
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 404 0 0 0 8 0 0 0 16 0 12 0 108200456 1825087488 20529 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1782312 CPUtime=0.13
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 374 0 0 0 13 0 0 0 16 0 12 0 108200456 1825087488 20530 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 108200456 1825087488 20530 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1782312 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 108200456 1825087488 20530 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1782312

[startup+3.10282 s]
/proc/loadavg: 0.93 0.98 0.91 2/89 5307
/proc/meminfo: memFree=1632800/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783868 CPUtime=3.42
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 34761 0 1 0 324 18 0 0 19 0 13 0 108200446 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445967 34292 1305 9 0 443579 0
[pid=5295/tid=5297] ppid=5293 vsize=1783868 CPUtime=2.89
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 33016 0 1 0 272 17 0 0 25 0 13 0 108200447 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109194766 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 108200452 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783868 CPUtime=0.22
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 568 0 0 0 22 0 0 0 16 0 13 0 108200456 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783868 CPUtime=0.28
/proc/5295/task/5305/stat : 5305 (java) R 5293 5295 4399 0 -1 64 451 0 0 0 28 0 0 0 17 0 13 0 108200456 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 105296752 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783868 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826680832 34292 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1783868

[startup+6.30117 s]
/proc/loadavg: 0.93 0.98 0.91 2/90 5308
/proc/meminfo: memFree=1599392/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=6.75
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 35343 0 1 0 657 18 0 0 19 0 13 0 108200446 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 34538 1315 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=6.07
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 33232 0 1 0 590 17 0 0 25 0 13 0 108200447 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109571153 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.26
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 594 0 0 0 26 0 0 0 16 0 13 0 108200456 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.4
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 791 0 0 0 40 0 0 0 16 0 13 0 108200456 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 34538 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 1783836

[startup+12.7029 s]
/proc/loadavg: 0.94 0.98 0.91 2/90 5308
/proc/meminfo: memFree=1598880/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=13.19
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 35448 0 1 0 1301 18 0 0 19 0 13 0 108200446 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 34642 1315 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=12.45
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 33334 0 1 0 1228 17 0 0 25 0 13 0 108200447 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109570587 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.28
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 595 0 0 0 28 0 0 0 17 0 13 0 108200456 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.44
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 793 0 0 0 44 0 0 0 17 0 13 0 108200456 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 34642 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 1783836

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.91 2/90 5308
/proc/meminfo: memFree=1598304/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=25.99
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 35601 0 1 0 2580 19 0 0 19 0 13 0 108200446 1826648064 34795 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 34795 1315 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=25.23
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 33487 0 1 0 2506 17 0 0 25 0 13 0 108200447 1826648064 34795 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109609485 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 34795 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 34795 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 34795 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 34795 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36889 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 36889 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 36889 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 358.61
Current children cumulated vsize (KiB) 1783836

[startup+361.502 s]
/proc/loadavg: 0.99 0.98 0.91 2/90 5505
/proc/meminfo: memFree=1589536/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=361.81
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 37705 0 1 0 36155 26 0 0 19 0 13 0 108200446 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 36898 1316 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=360.97
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 35583 0 1 0 36073 24 0 0 25 0 13 0 108200447 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109570584 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.32
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 597 0 0 0 32 0 0 0 16 0 13 0 108200456 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.48
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 799 0 0 0 48 0 0 0 17 0 13 0 108200456 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 36898 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 361.81
Current children cumulated vsize (KiB) 1783836

[startup+363.102 s]
/proc/loadavg: 0.99 0.98 0.91 2/90 5505
/proc/meminfo: memFree=1589536/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=363.41
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 37710 0 1 0 36315 26 0 0 19 0 13 0 108200446 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 36903 1316 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=362.57
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 35588 0 1 0 36233 24 0 0 25 0 13 0 108200447 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109570587 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.32
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 597 0 0 0 32 0 0 0 16 0 13 0 108200456 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.48
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 799 0 0 0 48 0 0 0 17 0 13 0 108200456 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 36903 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 363.41
Current children cumulated vsize (KiB) 1783836

[startup+363.903 s]
/proc/loadavg: 0.99 0.98 0.91 2/90 5505
/proc/meminfo: memFree=1589536/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=364.21
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 37712 0 1 0 36395 26 0 0 19 0 13 0 108200446 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 36905 1316 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=363.37
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 35590 0 1 0 36313 24 0 0 25 0 13 0 108200447 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109616673 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.32
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 597 0 0 0 32 0 0 0 16 0 13 0 108200456 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.48
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 799 0 0 0 48 0 0 0 17 0 13 0 108200456 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 36905 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 364.21
Current children cumulated vsize (KiB) 1783836

[startup+364.702 s]
/proc/loadavg: 0.99 0.98 0.91 2/90 5505
/proc/meminfo: memFree=1589472/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=365.01
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 37714 0 1 0 36475 26 0 0 19 0 13 0 108200446 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 36907 1316 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=364.17
/proc/5295/task/5297/stat : 5297 (java) R 5293 5295 4399 0 -1 64 35592 0 1 0 36393 24 0 0 25 0 13 0 108200447 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109582647 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 108200449 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 108200449 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108200452 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 108200452 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200452 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.32
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 597 0 0 0 32 0 0 0 16 0 13 0 108200456 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.48
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 799 0 0 0 48 0 0 0 17 0 13 0 108200456 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108200456 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108200456 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5308] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5308/stat : 5308 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 108200732 1826648064 36907 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.01
Current children cumulated vsize (KiB) 1783836

[startup+364.902 s]
/proc/loadavg: 0.99 0.98 0.91 2/90 5505
/proc/meminfo: memFree=1589472/2055920 swapFree=4192812/4192956
[pid=5295] ppid=5293 vsize=1783836 CPUtime=365.2
/proc/5295/stat : 5295 (java) S 5293 5295 4399 0 -1 0 37735 0 1 0 36494 26 0 0 19 0 12 0 108200446 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5295/statm: 445959 36928 1317 9 0 443571 0
[pid=5295/tid=5297] ppid=5293 vsize=1783836 CPUtime=364.36
/proc/5295/task/5297/stat : 5297 (java) S 5293 5295 4399 0 -1 64 35609 0 1 0 36412 24 0 0 24 0 12 0 108200447 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5298] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5298/stat : 5298 (java) S 5293 5295 4399 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 108200449 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5299] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5299/stat : 5299 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 108200449 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5300] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5300/stat : 5300 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 108200452 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5301] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5301/stat : 5301 (java) S 5293 5295 4399 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 108200452 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5302] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5302/stat : 5302 (java) S 5293 5295 4399 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 108200452 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5303] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5303/stat : 5303 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 108200456 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5304] ppid=5293 vsize=1783836 CPUtime=0.32
/proc/5295/task/5304/stat : 5304 (java) S 5293 5295 4399 0 -1 64 597 0 0 0 32 0 0 0 16 0 12 0 108200456 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5295/tid=5305] ppid=5293 vsize=1783836 CPUtime=0.48
/proc/5295/task/5305/stat : 5305 (java) S 5293 5295 4399 0 -1 64 799 0 0 0 48 0 0 0 17 0 12 0 108200456 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5306] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5306/stat : 5306 (java) S 5293 5295 4399 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 108200456 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5295/tid=5307] ppid=5293 vsize=1783836 CPUtime=0
/proc/5295/task/5307/stat : 5307 (java) S 5293 5295 4399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 108200456 1826648064 36928 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 365.2
Current children cumulated vsize (KiB) 1783836

Child status: 20
Real time (s): 364.972
CPU time (s): 365.229
CPU user time (s): 364.944
CPU system time (s): 0.285956
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 1783996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 364.944
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37738
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7786
involuntary context switches= 8674

runsolver used 0.403938 second user time and 1.00585 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Apr 11 20:00:29 UTC 2007

IDJOB= 331829
IDBENCH= 20461
IDSOLVER= 141
FILE ID= node9/331829-1176321628

PBS_JOBID= 4516499

Free space on /tmp= 66542 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331829-1176321628/sat4j-sat2007.jar /tmp/evaluation/331829-1176321628/instance-331829-1176321628.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-331829-1176321628 -o ROOT/results/node9/solver-331829-1176321628 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331829-1176321628/sat4j-sat2007.jar /tmp/evaluation/331829-1176321628/instance-331829-1176321628.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  1d84e062d693fe840d2f54155b9ad4a4

RANDOM SEED= 805886804

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.221
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.221
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:       1733400 kB
Buffers:         39420 kB
Cached:         167368 kB
SwapCached:          0 kB
Active:         165464 kB
Inactive:        96372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19252 kB
Writeback:           0 kB
Mapped:          73960 kB
Slab:            46240 kB
Committed_AS:  4190912 kB
PageTables:       1788 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= 66542 MiB

End job on node9 on Wed Apr 11 20:06:34 UTC 2007