Trace number 331781

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 421.426 421.003

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3085
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data (download as text)

0.12/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c version SAT COMPETITION 2007
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c --- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.12/0.26	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c Expensive reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c timeout: 2147483s
0.12/0.26	c solving /tmp/evaluation/331781-1173356883/instance-331781-1173356883.cnf
0.12/0.26	c reading problem ... 
2.08/2.06	c ... done. Wall clock time 1.799s.
2.08/2.06	c CPU time (experimental) 1.87s.
2.08/2.06	c #vars     115898
2.08/2.06	c #constraints  648970
421.39/420.90	c starts		: 14
421.39/420.90	c conflicts		: 48807
421.39/420.90	c decisions		: 86965
421.39/420.90	c propagations		: 315238854
421.39/420.90	c inspects		: 714275197
421.39/420.90	c learnt literals	: 17
421.39/420.90	c learnt binary clauses	: 316
421.39/420.90	c learnt ternary clauses	: 1299
421.39/420.90	c learnt clauses	: 48789
421.39/420.90	c root simplifications	: 0
421.39/420.90	c removed literals (reason simplification)	: 1789076
421.39/420.90	c reason swapping (by a shorter reason)	: 0
421.39/420.90	c Calls to reduceDB	: 0
421.39/420.90	c speed (decisions/second)	: 207.66223873575927
421.39/420.90	c non guided choices	2027
421.39/420.90	s UNSATISFIABLE
421.39/420.90	c Total wall clock time (in seconds) : 420.64
421.39/420.90	c Total CPU time (experimental, in seconds) : 420.42

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/node19/watcher-331781-1173356883 -o ROOT/results/node19/solver-331781-1173356883 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331781-1173356883/sat4j-sat2007.jar /tmp/evaluation/331781-1173356883/instance-331781-1173356883.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.95 0.90 3/77 14557
/proc/meminfo: memFree=1753144/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1476 CPUtime=0
/proc/14557/stat : 14557 (java6) R 14555 14557 13722 0 -1 0 122 0 0 0 0 0 0 0 18 0 1 0 355642380 1511424 95 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 134521736 0 0 4096 0 0 0 0 17 1 0 0
/proc/14557/statm: 369 101 78 9 0 11 0

[startup+0.0613359 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 14557
/proc/meminfo: memFree=1753144/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1777708 CPUtime=0.04
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 3631 0 1 0 3 1 0 0 18 0 7 0 355642380 1820372992 3374 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 444427 3374 1073 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101342 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 14557
/proc/meminfo: memFree=1753144/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1780108 CPUtime=0.08
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 355642380 1822830592 3721 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 445027 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301366 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 14557
/proc/meminfo: memFree=1753144/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1782468 CPUtime=0.24
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 6660 0 1 0 20 4 0 0 18 0 12 0 355642380 1825247232 6399 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 445617 6399 1261 9 0 443229 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1782468

[startup+0.701404 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 14557
/proc/meminfo: memFree=1753144/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784292 CPUtime=0.77
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 9887 0 1 0 71 6 0 0 18 0 12 0 355642380 1827115008 9289 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446073 9289 1289 9 0 443685 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1784292

[startup+1.50148 s]
/proc/loadavg: 0.92 0.95 0.90 3/89 14569
/proc/meminfo: memFree=1711192/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784292 CPUtime=1.57
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 16702 0 1 0 147 10 0 0 18 0 12 0 355642380 1827115008 16103 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446073 16103 1304 9 0 443685 0
[pid=14557/tid=14559] ppid=14555 vsize=1784292 CPUtime=1.32
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 14748 0 1 0 123 9 0 0 19 0 12 0 355642381 1827115008 16103 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109509235 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 355642383 1827115008 16103 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355642383 1827115008 16104 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355642385 1827115008 16104 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 355642385 1827115008 16104 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355642385 1827115008 16105 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 355642389 1827115008 16105 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784292 CPUtime=0.13
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 840 0 0 0 13 0 0 0 16 0 12 0 355642389 1827115008 16105 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784292 CPUtime=0.09
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 393 0 0 0 9 0 0 0 16 0 12 0 355642389 1827115008 16105 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355642389 1827115008 16105 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784292 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355642389 1827115008 16106 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1784292

[startup+3.10267 s]
/proc/loadavg: 0.93 0.95 0.90 4/89 14569
/proc/meminfo: memFree=1670232/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1786368 CPUtime=3.53
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 24626 0 1 0 340 13 0 0 18 0 13 0 355642380 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446592 22785 1317 9 0 444204 0
[pid=14557/tid=14559] ppid=14555 vsize=1786368 CPUtime=2.79
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 20945 0 1 0 267 12 0 0 25 0 13 0 355642381 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109677828 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 355642385 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1786368 CPUtime=0.39
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1724 0 0 0 39 0 0 0 16 0 13 0 355642389 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1786368 CPUtime=0.33
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1232 0 0 0 33 0 0 0 15 0 13 0 355642389 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1786368 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1829240832 22785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 1786368

[startup+6.30302 s]
/proc/loadavg: 0.93 0.95 0.90 2/90 14570
/proc/meminfo: memFree=1666320/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1786144 CPUtime=6.77
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 24677 0 1 0 664 13 0 0 18 0 13 0 355642380 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446536 22779 1317 9 0 444148 0
[pid=14557/tid=14559] ppid=14555 vsize=1786144 CPUtime=5.96
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 20992 0 1 0 584 12 0 0 25 0 13 0 355642381 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109654273 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1786144 CPUtime=0.4
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1725 0 0 0 40 0 0 0 17 0 13 0 355642389 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1786144 CPUtime=0.38
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1235 0 0 0 38 0 0 0 16 0 13 0 355642389 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1786144 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1829011456 22779 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1786144

[startup+12.7027 s]
/proc/loadavg: 0.94 0.96 0.91 2/90 14570
/proc/meminfo: memFree=1667856/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784272 CPUtime=13.16
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 24776 0 1 0 1303 13 0 0 18 0 13 0 355642380 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 22440 1317 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=12.35
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 21091 0 1 0 1223 12 0 0 25 0 13 0 355642381 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109621236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784272 CPUtime=0.41
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1725 0 0 0 41 0 0 0 16 0 13 0 355642389 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784272 CPUtime=0.39
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1235 0 0 0 39 0 0 0 17 0 13 0 355642389 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1827094528 22440 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.16
Current children cumulated vsize (KiB) 1784272

[startup+25.5011 s]
/proc/loadavg: 0.95 0.96 0.91 3/90 14570
/proc/meminfo: memFree=1667408/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784272 CPUtime=25.97
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 24899 0 1 0 2584 13 0 0 18 0 13 0 355642380 1827094528 22563 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 22563 1317 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=25.14
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 21212 0 1 0 2502 12 0 0 25 0 13 0 355642381 1827094528 22563 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109574918 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 22563 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 22563 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 22563 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 22563 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14557] ppid=14555 vsize=1784272 CPUtime=416.4
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 29333 0 1 0 41618 22 0 0 18 0 13 0 355642380 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 26994 1321 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=415.42
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 25629 0 1 0 41522 20 0 0 25 0 13 0 355642381 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109654273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784272 CPUtime=0.49
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1736 0 0 0 49 0 0 0 16 0 13 0 355642389 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784272 CPUtime=0.45
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1243 0 0 0 45 0 0 0 16 0 13 0 355642389 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1827094528 26994 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.4
Current children cumulated vsize (KiB) 1784272

[startup+419.106 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 14570
/proc/meminfo: memFree=1649424/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784272 CPUtime=419.6
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 29351 0 1 0 41938 22 0 0 18 0 13 0 355642380 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 27012 1321 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=418.62
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 25647 0 1 0 41842 20 0 0 25 0 13 0 355642381 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109654122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784272 CPUtime=0.49
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1736 0 0 0 49 0 0 0 16 0 13 0 355642389 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784272 CPUtime=0.45
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1243 0 0 0 45 0 0 0 16 0 13 0 355642389 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1827094528 27012 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.6
Current children cumulated vsize (KiB) 1784272

[startup+419.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 14570
/proc/meminfo: memFree=1649424/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784272 CPUtime=420.4
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 29354 0 1 0 42018 22 0 0 18 0 13 0 355642380 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 27015 1321 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=419.42
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 25650 0 1 0 41922 20 0 0 25 0 13 0 355642381 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109577092 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784272 CPUtime=0.49
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1736 0 0 0 49 0 0 0 16 0 13 0 355642389 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784272 CPUtime=0.45
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1243 0 0 0 45 0 0 0 16 0 13 0 355642389 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1827094528 27015 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 420.4
Current children cumulated vsize (KiB) 1784272

[startup+420.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 14570
/proc/meminfo: memFree=1649424/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784272 CPUtime=421.2
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 29356 0 1 0 42098 22 0 0 18 0 13 0 355642380 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 27017 1321 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=420.22
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 25652 0 1 0 42002 20 0 0 25 0 13 0 355642381 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109574918 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784272 CPUtime=0.49
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1736 0 0 0 49 0 0 0 16 0 13 0 355642389 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784272 CPUtime=0.45
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1243 0 0 0 45 0 0 0 16 0 13 0 355642389 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1827094528 27017 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 421.2
Current children cumulated vsize (KiB) 1784272

[startup+420.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 14570
/proc/meminfo: memFree=1649424/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=1784272 CPUtime=421.39
/proc/14557/stat : 14557 (java) S 14555 14557 13722 0 -1 0 29357 0 1 0 42117 22 0 0 18 0 13 0 355642380 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 446068 27018 1321 9 0 443680 0
[pid=14557/tid=14559] ppid=14555 vsize=1784272 CPUtime=420.42
/proc/14557/task/14559/stat : 14559 (java) R 14555 14557 13722 0 -1 64 25653 0 1 0 42022 20 0 0 25 0 13 0 355642381 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109621298 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14560] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14560/stat : 14560 (java) S 14555 14557 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355642383 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14561] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14561/stat : 14561 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355642383 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14562] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14562/stat : 14562 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355642385 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14557/tid=14563] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14563/stat : 14563 (java) S 14555 14557 13722 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355642385 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14564] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14564/stat : 14564 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355642385 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14565] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14565/stat : 14565 (java) S 14555 14557 13722 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355642389 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14566] ppid=14555 vsize=1784272 CPUtime=0.49
/proc/14557/task/14566/stat : 14566 (java) S 14555 14557 13722 0 -1 64 1736 0 0 0 49 0 0 0 16 0 13 0 355642389 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14567] ppid=14555 vsize=1784272 CPUtime=0.45
/proc/14557/task/14567/stat : 14567 (java) S 14555 14557 13722 0 -1 64 1243 0 0 0 45 0 0 0 16 0 13 0 355642389 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14568] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14568/stat : 14568 (java) S 14555 14557 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355642389 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14569] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14569/stat : 14569 (java) S 14555 14557 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355642389 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14557/tid=14570] ppid=14555 vsize=1784272 CPUtime=0
/proc/14557/task/14570/stat : 14570 (java) S 14555 14557 13722 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355642593 1827094528 27018 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 421.39
Current children cumulated vsize (KiB) 1784272

[startup+421.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 14570
/proc/meminfo: memFree=1649424/2055920 swapFree=4169404/4192956
[pid=14557] ppid=14555 vsize=0 CPUtime=421.41
/proc/14557/stat : 14557 (java) Z 14555 14557 13722 0 -1 1036 29369 0 1 0 42118 23 0 0 16 0 2 0 355642380 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14557/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 421.41
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 421.003
CPU time (s): 421.426
CPU user time (s): 421.187
CPU system time (s): 0.238963
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 1787320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 421.187
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29369
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= 8928
involuntary context switches= 1367

runsolver used 0.418936 second user time and 1.12983 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Thu Mar  8 12:28:04 UTC 2007

IDJOB= 331781
IDBENCH= 20421
IDSOLVER= 141
FILE ID= node19/331781-1173356883

PBS_JOBID= 4045302

Free space on /tmp= 66509 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331781-1173356883/sat4j-sat2007.jar /tmp/evaluation/331781-1173356883/instance-331781-1173356883.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-331781-1173356883 -o ROOT/results/node19/solver-331781-1173356883 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331781-1173356883/sat4j-sat2007.jar /tmp/evaluation/331781-1173356883/instance-331781-1173356883.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ccc94758bbd09de3056ff3a062ddfd45

RANDOM SEED= 702891629

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1753616 kB
Buffers:         38416 kB
Cached:         185664 kB
SwapCached:       2360 kB
Active:         155936 kB
Inactive:        91408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753616 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           12872 kB
Writeback:           0 kB
Mapped:          30616 kB
Slab:            40524 kB
Committed_AS:  1377344 kB
PageTables:       1760 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= 66509 MiB

End job on node19 on Thu Mar  8 12:35:05 UTC 2007