Trace number 331765

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 254.551 254.026

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h29-unknown.cnf
MD5SUM7dae5d67d35e172b3e57f571e3b779c8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.5365
Satisfiable
(Un)Satisfiability was proved
Number of variables125442
Number of clauses687058
Sum of the clauses size1811710
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2563290
Number of clauses of size 3118648
Number of clauses of size 41088
Number of clauses of size 5106
Number of clauses of size over 53650

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c Expensive reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c timeout: 2147483s
0.08/0.20	c solving /tmp/evaluation/331765-1173355974/instance-331765-1173355974.cnf
0.08/0.20	c reading problem ... 
2.25/2.12	c ... done. Wall clock time 1.919s.
2.25/2.12	c CPU time (experimental) 1.98s.
2.25/2.12	c #vars     127838
2.25/2.12	c #constraints  686758
254.45/253.96	c starts		: 13
254.45/253.96	c conflicts		: 29233
254.45/253.96	c decisions		: 61151
254.45/253.96	c propagations		: 180116608
254.45/253.96	c inspects		: 416889593
254.45/253.96	c learnt literals	: 33
254.45/253.96	c learnt binary clauses	: 327
254.45/253.96	c learnt ternary clauses	: 978
254.45/253.96	c learnt clauses	: 29199
254.45/253.96	c root simplifications	: 0
254.45/253.96	c removed literals (reason simplification)	: 948275
254.45/253.96	c reason swapping (by a shorter reason)	: 0
254.45/253.96	c Calls to reduceDB	: 0
254.45/253.96	c speed (decisions/second)	: 242.86122782909837
254.45/253.96	c non guided choices	5631
254.45/253.96	s UNSATISFIABLE
254.45/253.97	c Total wall clock time (in seconds) : 253.767
254.45/253.97	c Total CPU time (experimental, in seconds) : 253.58

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/node1/watcher-331765-1173355974 -o ROOT/results/node1/solver-331765-1173355974 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331765-1173355974/sat4j-sat2007.jar /tmp/evaluation/331765-1173355974/instance-331765-1173355974.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.91 0.97 0.91 3/77 1012
/proc/meminfo: memFree=1749952/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1520 CPUtime=0
/proc/1012/stat : 1012 (java6) R 1010 1012 32647 0 -1 0 80 0 0 0 0 0 0 0 18 0 1 0 355552608 1556480 63 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5798881 0 0 4096 0 0 0 0 17 1 0 0
/proc/1012/statm: 380 72 56 9 0 10 0

[startup+0.087653 s]
/proc/loadavg: 0.91 0.97 0.91 3/77 1012
/proc/meminfo: memFree=1749952/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1777844 CPUtime=0.07
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 3846 0 1 0 5 2 0 0 18 0 7 0 355552608 1820512256 3589 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 444461 3589 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102655 s]
/proc/loadavg: 0.91 0.97 0.91 3/77 1012
/proc/meminfo: memFree=1749952/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1780108 CPUtime=0.08
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 355552608 1822830592 3723 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 445027 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302679 s]
/proc/loadavg: 0.91 0.97 0.91 3/77 1012
/proc/meminfo: memFree=1749952/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1781992 CPUtime=0.34
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 7022 0 1 0 31 3 0 0 18 0 12 0 355552608 1824759808 6761 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 445498 6761 1286 9 0 443110 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781992

[startup+0.70272 s]
/proc/loadavg: 0.91 0.97 0.91 3/77 1012
/proc/meminfo: memFree=1749952/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1783224 CPUtime=0.83
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 10342 0 1 0 78 5 0 0 18 0 12 0 355552608 1826021376 9735 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 445806 9736 1304 9 0 443418 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1783224

[startup+1.50181 s]
/proc/loadavg: 0.91 0.97 0.91 2/89 1024
/proc/meminfo: memFree=1705632/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1783224 CPUtime=1.63
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 17284 0 1 0 154 9 0 0 18 0 12 0 355552608 1826021376 16676 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 445806 16677 1304 9 0 443418 0
[pid=1012/tid=1014] ppid=1010 vsize=1783224 CPUtime=1.38
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 15352 0 1 0 130 8 0 0 20 0 12 0 355552609 1826021376 16677 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109496781 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 355552611 1826021376 16677 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355552611 1826021376 16678 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355552613 1826021376 16678 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 355552613 1826021376 16678 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 355552613 1826021376 16679 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 355552617 1826021376 16679 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1783224 CPUtime=0.09
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 518 0 0 0 9 0 0 0 16 0 12 0 355552617 1826021376 16679 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1783224 CPUtime=0.14
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 695 0 0 0 14 0 0 0 16 0 12 0 355552617 1826021376 16680 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355552617 1826021376 16680 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1783224 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) R 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355552617 1826021376 16680 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 1783224

[startup+3.102 s]
/proc/loadavg: 0.91 0.97 0.91 2/89 1024
/proc/meminfo: memFree=1665376/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1786456 CPUtime=3.61
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 25624 0 1 0 346 15 0 0 18 0 13 0 355552608 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446614 23992 1317 9 0 444226 0
[pid=1012/tid=1014] ppid=1010 vsize=1786456 CPUtime=2.83
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 22074 0 1 0 270 13 0 0 17 0 13 0 355552609 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109672385 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1786456 CPUtime=0.38
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1605 0 0 0 37 1 0 0 16 0 13 0 355552617 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1786456 CPUtime=0.38
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1221 0 0 0 38 0 0 0 15 0 13 0 355552617 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1786456 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1829330944 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1786456

[startup+6.30237 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1658264/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1786264 CPUtime=6.85
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 25703 0 1 0 670 15 0 0 18 0 13 0 355552608 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446566 24013 1317 9 0 444178 0
[pid=1012/tid=1014] ppid=1010 vsize=1786264 CPUtime=6.02
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 22141 0 1 0 589 13 0 0 25 0 13 0 355552609 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109672385 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1786264 CPUtime=0.41
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1616 0 0 0 40 1 0 0 16 0 13 0 355552617 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1786264 CPUtime=0.4
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1222 0 0 0 40 0 0 0 16 0 13 0 355552617 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1829134336 24013 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1786264

[startup+12.7011 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1658080/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1786264 CPUtime=13.24
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 25755 0 1 0 1309 15 0 0 18 0 13 0 355552608 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446566 24065 1317 9 0 444178 0
[pid=1012/tid=1014] ppid=1010 vsize=1786264 CPUtime=12.42
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 22193 0 1 0 1229 13 0 0 25 0 13 0 355552609 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109640370 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1786264 CPUtime=0.41
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1616 0 0 0 40 1 0 0 16 0 13 0 355552617 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1786264 CPUtime=0.4
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1222 0 0 0 40 0 0 0 16 0 13 0 355552617 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1786264 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1829134336 24065 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 1786264

[startup+25.5026 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1658720/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1785156 CPUtime=26.08
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 25932 0 1 0 2592 16 0 0 18 0 13 0 355552608 1827999744 23933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446289 23933 1320 9 0 443901 0
[pid=1012/tid=1014] ppid=1010 vsize=1785156 CPUtime=25.2
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 22328 0 1 0 2506 14 0 0 25 0 13 0 355552609 1827999744 23933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109685157 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1827999744 23933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1827999744 23933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1827999744 23933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1827999744 23933 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1827999744 26521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1827999744 26521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1827999744 26521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.06
Current children cumulated vsize (KiB) 1785156

[startup+251.102 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1648160/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1785156 CPUtime=251.65
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 28534 0 1 0 25145 20 0 0 18 0 13 0 355552608 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446289 26534 1321 9 0 443901 0
[pid=1012/tid=1014] ppid=1010 vsize=1785156 CPUtime=250.72
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 24922 0 1 0 25054 18 0 0 25 0 13 0 355552609 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109579792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1785156 CPUtime=0.46
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1658 0 0 0 45 1 0 0 16 0 13 0 355552617 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1785156 CPUtime=0.45
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1230 0 0 0 45 0 0 0 16 0 13 0 355552617 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1827999744 26534 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 251.65
Current children cumulated vsize (KiB) 1785156

[startup+252.701 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1648160/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1785156 CPUtime=253.25
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 28543 0 1 0 25305 20 0 0 18 0 13 0 355552608 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446289 26543 1321 9 0 443901 0
[pid=1012/tid=1014] ppid=1010 vsize=1785156 CPUtime=252.31
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 24931 0 1 0 25213 18 0 0 25 0 13 0 355552609 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562574 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1785156 CPUtime=0.46
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1658 0 0 0 45 1 0 0 16 0 13 0 355552617 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1785156 CPUtime=0.45
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1230 0 0 0 45 0 0 0 16 0 13 0 355552617 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1827999744 26543 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1827999744 26544 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1827999744 26544 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 253.25
Current children cumulated vsize (KiB) 1785156

[startup+253.502 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1648096/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1785156 CPUtime=254.05
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 28547 0 1 0 25385 20 0 0 18 0 13 0 355552608 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446289 26547 1321 9 0 443901 0
[pid=1012/tid=1014] ppid=1010 vsize=1785156 CPUtime=253.11
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 24935 0 1 0 25293 18 0 0 25 0 13 0 355552609 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109672234 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1785156 CPUtime=0.46
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1658 0 0 0 45 1 0 0 16 0 13 0 355552617 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1785156 CPUtime=0.45
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1230 0 0 0 45 0 0 0 16 0 13 0 355552617 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1827999744 26547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.05
Current children cumulated vsize (KiB) 1785156

[startup+253.902 s]
/proc/loadavg: 1.00 0.98 0.92 2/90 1025
/proc/meminfo: memFree=1648096/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1785156 CPUtime=254.45
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 28548 0 1 0 25425 20 0 0 18 0 13 0 355552608 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446289 26548 1321 9 0 443901 0
[pid=1012/tid=1014] ppid=1010 vsize=1785156 CPUtime=253.51
/proc/1012/task/1014/stat : 1014 (java) R 1010 1012 32647 0 -1 64 24936 0 1 0 25333 18 0 0 25 0 13 0 355552609 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109672237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355552611 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355552611 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355552613 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355552613 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355552613 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355552617 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1785156 CPUtime=0.46
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1658 0 0 0 45 1 0 0 16 0 13 0 355552617 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1785156 CPUtime=0.45
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1230 0 0 0 45 0 0 0 16 0 13 0 355552617 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355552617 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) R 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355552617 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1025] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1025/stat : 1025 (java) S 1010 1012 32647 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355552826 1827999744 26548 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.45
Current children cumulated vsize (KiB) 1785156

[startup+254.002 s]
/proc/loadavg: 1.00 0.98 0.92 1/89 1026
/proc/meminfo: memFree=1648096/2055920 swapFree=4159120/4192956
[pid=1012] ppid=1010 vsize=1785156 CPUtime=254.52
/proc/1012/stat : 1012 (java) S 1010 1012 32647 0 -1 0 28557 0 1 0 25432 20 0 0 18 0 12 0 355552608 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1012/statm: 446289 26557 1322 9 0 443901 0
[pid=1012/tid=1014] ppid=1010 vsize=1785156 CPUtime=253.58
/proc/1012/task/1014/stat : 1014 (java) S 1010 1012 32647 0 -1 64 24941 0 1 0 25340 18 0 0 24 0 12 0 355552609 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1015] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1015/stat : 1015 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 355552611 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1016] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1016/stat : 1016 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355552611 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1012/tid=1017] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1017/stat : 1017 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355552613 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1018] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1018/stat : 1018 (java) S 1010 1012 32647 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 355552613 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1019] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1019/stat : 1019 (java) S 1010 1012 32647 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 355552613 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1020] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1020/stat : 1020 (java) S 1010 1012 32647 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 355552617 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1021] ppid=1010 vsize=1785156 CPUtime=0.46
/proc/1012/task/1021/stat : 1021 (java) S 1010 1012 32647 0 -1 64 1658 0 0 0 45 1 0 0 16 0 12 0 355552617 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1022] ppid=1010 vsize=1785156 CPUtime=0.45
/proc/1012/task/1022/stat : 1022 (java) S 1010 1012 32647 0 -1 64 1230 0 0 0 45 0 0 0 16 0 12 0 355552617 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1023] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1023/stat : 1023 (java) S 1010 1012 32647 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355552617 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1012/tid=1024] ppid=1010 vsize=1785156 CPUtime=0
/proc/1012/task/1024/stat : 1024 (java) S 1010 1012 32647 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355552617 1827999744 26557 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.52
Current children cumulated vsize (KiB) 1785156

Child status: 20
Real time (s): 254.026
CPU time (s): 254.551
CPU user time (s): 254.326
CPU system time (s): 0.224965
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 1786456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.326
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28562
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= 5538
involuntary context switches= 5625

runsolver used 0.236963 second user time and 0.702893 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Thu Mar  8 12:12:55 UTC 2007

IDJOB= 331765
IDBENCH= 20413
IDSOLVER= 141
FILE ID= node1/331765-1173355974

PBS_JOBID= 4045319

Free space on /tmp= 66388 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  7dae5d67d35e172b3e57f571e3b779c8

RANDOM SEED= 632248879

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1750360 kB
Buffers:         37116 kB
Cached:         194448 kB
SwapCached:      13644 kB
Active:         120008 kB
Inactive:       135044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750360 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:           13584 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:            36092 kB
Committed_AS:  1133972 kB
PageTables:       1744 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= 66388 MiB

End job on node1 on Thu Mar  8 12:17:10 UTC 2007