Trace number 319100

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 SAT 2007UNSAT 922.168 922.063

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.0327
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data (download as text)

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/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 1703279312
0.12/0.21	c Max memory 1706164224
0.12/0.21	c Total memory 1706164224
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/319100-1172972378/instance-319100-1172972378.cnf
0.12/0.26	c reading problem ... 
0.25/0.36	c ... done. Wall clock time 0.102s.
0.25/0.36	c CPU time (experimental) 0.23s.
0.25/0.36	c #vars     892
0.25/0.36	c #constraints  3003
922.04/922.00	c starts		: 18
922.04/922.00	c conflicts		: 255147
922.04/922.00	c decisions		: 272321
922.04/922.00	c propagations		: 53485047
922.04/922.00	c inspects		: 2545447501
922.04/922.00	c learnt literals	: 20
922.04/922.00	c learnt binary clauses	: 247
922.04/922.00	c learnt ternary clauses	: 816
922.04/922.00	c learnt clauses	: 253632
922.04/922.00	c root simplifications	: 0
922.14/922.00	c removed literals (reason simplification)	: 15744398
922.14/922.00	c reason swapping (by a shorter reason)	: 0
922.14/922.00	c Calls to reduceDB	: 0
922.14/922.00	c speed (decisions/second)	: 295.4762953623673
922.14/922.00	c non guided choices	11
922.14/922.00	s UNSATISFIABLE
922.14/922.00	c Total wall clock time (in seconds) : 921.739
922.14/922.00	c Total CPU time (experimental, in seconds) : 921.37

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/node21/watcher-319100-1172972378 -o ROOT/results/node21/solver-319100-1172972378 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/319100-1172972378/sat4j-sat2007.jar /tmp/evaluation/319100-1172972378/instance-319100-1172972378.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.97 0.91 2/77 29846
/proc/meminfo: memFree=1600432/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=308 CPUtime=0
/proc/29846/stat : 29846 (java) R 29844 29846 28321 0 -1 0 58 0 0 0 0 0 0 0 18 0 1 0 23208530 315392 41 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 8438692 0 0 4096 0 0 0 0 17 1 0 0
/proc/29846/statm: 81 44 33 9 0 6 0

[startup+0.0930641 s]
/proc/loadavg: 0.92 0.97 0.91 2/77 29846
/proc/meminfo: memFree=1600432/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1829232 CPUtime=0.07
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 3924 0 1 0 5 2 0 0 18 0 7 0 23208530 1873133568 3666 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 457308 3666 1096 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.1021 s]
/proc/loadavg: 0.92 0.97 0.91 2/77 29846
/proc/meminfo: memFree=1600432/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1831496 CPUtime=0.09
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 4021 0 1 0 6 3 0 0 18 0 12 0 23208530 1875451904 3762 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 457874 3762 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831496

[startup+0.301084 s]
/proc/loadavg: 0.92 0.97 0.91 2/77 29846
/proc/meminfo: memFree=1600432/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1833868 CPUtime=0.25
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 5069 0 1 0 21 4 0 0 18 0 12 0 23208530 1877880832 4807 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 458467 4807 1264 9 0 456079 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1833868

[startup+0.702128 s]
/proc/loadavg: 0.92 0.97 0.91 2/77 29846
/proc/meminfo: memFree=1600432/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1838480 CPUtime=0.92
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 7379 0 1 0 87 5 0 0 18 0 13 0 23208530 1882603520 6058 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459620 6058 1308 9 0 457232 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1838480

[startup+1.50221 s]
/proc/loadavg: 0.92 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1580744/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1838480 CPUtime=1.76
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 7613 0 1 0 171 5 0 0 18 0 13 0 23208530 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459620 6291 1308 9 0 457232 0
[pid=29846/tid=29848] ppid=29844 vsize=1838480 CPUtime=1.19
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 4286 0 1 0 116 3 0 0 19 0 13 0 23208531 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109540815 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1838480 CPUtime=0.28
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1769 0 0 0 28 0 0 0 16 0 13 0 23208539 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1838480 CPUtime=0.26
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 832 0 0 0 26 0 0 0 16 0 13 0 23208539 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1882603520 6291 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1838480

[startup+3.10138 s]
/proc/loadavg: 0.92 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1579464/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1838480 CPUtime=3.45
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 7999 0 1 0 340 5 0 0 18 0 13 0 23208530 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459620 6672 1312 9 0 457232 0
[pid=29846/tid=29848] ppid=29844 vsize=1838480 CPUtime=2.77
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 4626 0 1 0 274 3 0 0 17 0 13 0 23208531 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109629670 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1838480 CPUtime=0.35
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1792 0 0 0 35 0 0 0 16 0 13 0 23208539 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1838480 CPUtime=0.29
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 855 0 0 0 29 0 0 0 16 0 13 0 23208539 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1838480 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1882603520 6672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 1838480

[startup+6.30273 s]
/proc/loadavg: 0.93 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1578248/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=6.68
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 8496 0 1 0 663 5 0 0 18 0 13 0 23208530 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 6763 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=5.95
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 5120 0 1 0 591 4 0 0 25 0 13 0 23208531 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109565495 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.38
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1794 0 0 0 38 0 0 0 16 0 13 0 23208539 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.32
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 856 0 0 0 32 0 0 0 16 0 13 0 23208539 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 6763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 1836768

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1574920/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=13.08
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 9297 0 1 0 1302 6 0 0 18 0 13 0 23208530 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 7564 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=12.34
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 5921 0 1 0 1230 4 0 0 25 0 13 0 23208531 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109564394 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.38
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1794 0 0 0 38 0 0 0 16 0 13 0 23208539 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.32
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 856 0 0 0 32 0 0 0 16 0 13 0 23208539 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 7564 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 1836768

[startup+25.5028 s]
/proc/loadavg: 0.95 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1571336/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=25.88
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 10118 0 1 0 2581 7 0 0 18 0 13 0 23208530 1880850432 8385 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 8385 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=25.14
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 6742 0 1 0 2509 5 0 0 25 0 13 0 23208531 1880850432 8385 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109564388 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 8385 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 8385 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 23862 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 23862 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 23862 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 918.44
Current children cumulated vsize (KiB) 1836768

[startup+919.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1508808/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=920.04
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 25601 0 1 0 91973 31 0 0 18 0 13 0 23208530 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 23868 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=919.28
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 22218 0 1 0 91899 29 0 0 25 0 13 0 23208531 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109562187 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.39
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1800 0 0 0 39 0 0 0 17 0 13 0 23208539 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.34
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 857 0 0 0 34 0 0 0 16 0 13 0 23208539 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 23868 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.04
Current children cumulated vsize (KiB) 1836768

[startup+920.707 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1508744/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=920.85
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 25603 0 1 0 92054 31 0 0 18 0 13 0 23208530 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 23870 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=920.08
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 22220 0 1 0 91979 29 0 0 25 0 13 0 23208531 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109562187 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.39
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1800 0 0 0 39 0 0 0 17 0 13 0 23208539 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.34
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 857 0 0 0 34 0 0 0 16 0 13 0 23208539 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 23870 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.85
Current children cumulated vsize (KiB) 1836768

[startup+921.503 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1508744/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=921.64
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 25607 0 1 0 92133 31 0 0 18 0 13 0 23208530 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 23874 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=920.88
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 22224 0 1 0 92059 29 0 0 25 0 13 0 23208531 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109562187 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.39
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1800 0 0 0 39 0 0 0 17 0 13 0 23208539 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.34
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 857 0 0 0 34 0 0 0 16 0 13 0 23208539 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 23874 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.64
Current children cumulated vsize (KiB) 1836768

[startup+921.903 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1508744/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=922.04
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 25608 0 1 0 92173 31 0 0 18 0 13 0 23208530 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 23875 1312 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=921.28
/proc/29846/task/29848/stat : 29848 (java) R 29844 29846 28321 0 -1 64 22225 0 1 0 92099 29 0 0 25 0 13 0 23208531 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109562228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.39
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1800 0 0 0 39 0 0 0 17 0 13 0 23208539 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.34
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 857 0 0 0 34 0 0 0 16 0 13 0 23208539 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29859] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29859/stat : 29859 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 23208567 1880850432 23875 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.04
Current children cumulated vsize (KiB) 1836768

[startup+922.003 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 29859
/proc/meminfo: memFree=1508744/2055920 swapFree=4192956/4192956
[pid=29846] ppid=29844 vsize=1836768 CPUtime=922.14
/proc/29846/stat : 29846 (java) S 29844 29846 28321 0 -1 0 25612 0 1 0 92183 31 0 0 18 0 13 0 23208530 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29846/statm: 459192 23879 1313 9 0 456804 0
[pid=29846/tid=29848] ppid=29844 vsize=1836768 CPUtime=921.37
/proc/29846/task/29848/stat : 29848 (java) S 29844 29846 28321 0 -1 64 22226 0 1 0 92108 29 0 0 25 0 13 0 23208531 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29849] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29849/stat : 29849 (java) S 29844 29846 28321 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 23208532 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29850] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29850/stat : 29850 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23208533 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29851] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29851/stat : 29851 (java) S 29844 29846 28321 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 23208535 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29852] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29852/stat : 29852 (java) S 29844 29846 28321 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 23208535 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29853] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29853/stat : 29853 (java) S 29844 29846 28321 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23208535 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29854] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29854/stat : 29854 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23208539 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29855] ppid=29844 vsize=1836768 CPUtime=0.39
/proc/29846/task/29855/stat : 29855 (java) S 29844 29846 28321 0 -1 64 1800 0 0 0 39 0 0 0 17 0 13 0 23208539 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29846/tid=29856] ppid=29844 vsize=1836768 CPUtime=0.34
/proc/29846/task/29856/stat : 29856 (java) S 29844 29846 28321 0 -1 64 857 0 0 0 34 0 0 0 16 0 13 0 23208539 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29857] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29857/stat : 29857 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23208539 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29846/tid=29858] ppid=29844 vsize=1836768 CPUtime=0
/proc/29846/task/29858/stat : 29858 (java) S 29844 29846 28321 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23208539 1880850432 23879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.14
Current children cumulated vsize (KiB) 1836768

Child status: 20
Real time (s): 922.063
CPU time (s): 922.168
CPU user time (s): 921.837
CPU system time (s): 0.330949
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 1838480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 921.837
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25619
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= 19048
involuntary context switches= 2140

runsolver used 0.757884 second user time and 2.6196 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Mar  4 01:39:38 UTC 2007

IDJOB= 319100
IDBENCH= 20471
IDSOLVER= 96
FILE ID= node21/319100-1172972378

PBS_JOBID= 4012084

Free space on /tmp= 66533 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/319100-1172972378/sat4j-sat2007.jar /tmp/evaluation/319100-1172972378/instance-319100-1172972378.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-319100-1172972378 -o ROOT/results/node21/solver-319100-1172972378 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/319100-1172972378/sat4j-sat2007.jar /tmp/evaluation/319100-1172972378/instance-319100-1172972378.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  738c5d916b76338511b77dbd47cdbc16

RANDOM SEED= 299885178

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.234
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.234
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:       1600776 kB
Buffers:         36852 kB
Cached:         300428 kB
SwapCached:          0 kB
Active:         111060 kB
Inactive:       294372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          87076 kB
Slab:            35224 kB
Committed_AS:   203004 kB
PageTables:       1768 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= 66533 MiB

End job on node21 on Sun Mar  4 01:55:00 UTC 2007