Trace number 204368

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
sat4jCSP 1.7 RC BF3? 1119.24 1126.88

General information on the benchmark

Namefapp/fapp16-20/fapp20/
fapp20-0420-1.xml
MD5SUM8fc86fe2cdce76846140e9595a47fd42
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.91771
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/204368-1168165656/unknown.xml
0.27	c reading problem ... 
0.52	c reading problem named ?
0.53	c reading domains done.
0.85	c reading variables
c reading variables (420) done.
1.29	c reading predicates 
c reading relations (7) done.
1.49	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1126.05	c starts		: 0
1126.05	c conflicts		: 0
1126.05	c decisions		: 0
1126.05	c propagations		: 0
1126.05	c inspects		: 0
1126.05	c learnt literals	: 0
1126.05	c learnt binary clauses	: 0
1126.05	c learnt ternary clauses	: 0
1126.05	c learnt clauses	: 0
1126.05	c root simplifications	: 0
1126.05	c removed literals (reason simplification)	: 0
1126.05	c reason swapping (by a shorter reason)	: 0
1126.05	c Calls to reduceDB	: 0
1126.05	c speed (decisions/second)	: 0.0
1126.05	c non guided choices	0
1126.05	s UNKNOWN
1126.05	c Total wall clock time (in seconds) : 1123.671
1126.05	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-204368-1168165656 -o ROOT/results/node11/solver-204368-1168165656 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204368-1168165656/sat4jCSP-bf3.jar /tmp/evaluation/204368-1168165656/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.14 2.19 2.09 3/98 30689
/proc/meminfo: memFree=1471160/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=18540 CPUtime=0
/proc/30688/stat : 30688 (runsolver) R 30686 30688 29994 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 164960932 18984960 280 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30688/statm: 4635 280 244 17 0 2626 0

[startup+0.107111 s]
/proc/loadavg: 2.14 2.19 2.09 3/98 30689
/proc/meminfo: memFree=1471160/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=897120 CPUtime=0.06
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 3127 0 1 0 5 1 0 0 25 0 6 0 164960932 918650880 2887 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845623 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 224280 2887 1478 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.515194 s]
/proc/loadavg: 2.14 2.19 2.09 3/98 30689
/proc/meminfo: memFree=1471160/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=905236 CPUtime=0.47
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 5842 0 1 0 44 3 0 0 25 0 12 0 164960932 926961664 5436 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153236949 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 226309 5436 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.33736 s]
/proc/loadavg: 2.14 2.19 2.09 3/109 30700
/proc/meminfo: memFree=1451616/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=906592 CPUtime=1.28
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 12293 0 1 0 122 6 0 0 25 0 12 0 164960932 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153241045 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 226648 11390 2388 14 0 213085 0
[pid=30688/tid=30690] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 164960938 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164960938 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30692/stat : 30692 (java) S 30686 30688 29994 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 164960940 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 164960941 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 164960941 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30697] ppid=30686 vsize=906592 CPUtime=0.35
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 1073 0 0 0 35 0 0 0 16 0 12 0 164960945 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=906592 CPUtime=0.27
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 678 0 0 0 27 0 0 0 16 0 12 0 164960945 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=906592 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 928350208 11390 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 906592

[startup+2.99068 s]
/proc/loadavg: 2.14 2.19 2.09 3/109 30700
/proc/meminfo: memFree=1417120/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918428 CPUtime=2.92
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 22911 0 1 0 281 11 0 0 25 0 12 0 164960932 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053866075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229607 18833 2477 14 0 216044 0
[pid=30688/tid=30690] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 164960938 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164960938 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30692/stat : 30692 (java) S 30686 30688 29994 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 164960940 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 164960941 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 164960941 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918428 CPUtime=0.84
/proc/30688/task/30697/stat : 30697 (java) R 30686 30688 29994 0 -1 64 3850 0 0 0 82 2 0 0 17 0 12 0 164960945 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152647041 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918428 CPUtime=0.9
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3759 0 0 0 88 2 0 0 18 0 12 0 164960945 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918428 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940470272 18833 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 918428

[startup+6.28733 s]
/proc/loadavg: 2.29 2.22 2.10 3/109 30700
/proc/meminfo: memFree=1353824/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=6.21
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 37015 0 2 0 602 19 0 0 25 0 12 0 164960932 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054645581 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 32010 2481 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=0.13
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 2918 0 0 0 12 1 0 0 16 0 12 0 164960938 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=0.23
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 5885 0 0 0 20 3 0 0 16 0 12 0 164960938 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30692/stat : 30692 (java) S 30686 30688 29994 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 164960940 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 164960941 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.08
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4356 0 0 0 106 2 0 0 16 0 12 0 164960945 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=0.96
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3760 0 1 0 94 2 0 0 17 0 12 0 164960945 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 32010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 918940

[startup+12.6896 s]
/proc/loadavg: 2.24 2.21 2.10 3/109 30700
/proc/meminfo: memFree=1334560/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=12.56
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 42182 0 2 0 1233 23 0 0 25 0 12 0 164960932 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054327000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 36633 2481 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=0.22
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 5373 0 0 0 19 3 0 0 16 0 12 0 164960938 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=0.31
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 8575 0 0 0 27 4 0 0 16 0 12 0 164960938 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=0.01
/proc/30688/task/30692/stat : 30692 (java) S 30686 30688 29994 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 164960940 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 164960941 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.14
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4356 0 0 0 112 2 0 0 17 0 12 0 164960945 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.08
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3764 0 1 0 106 2 0 0 16 0 12 0 164960945 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 36633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 918940

[startup+25.5782 s]
/proc/loadavg: 2.21 2.21 2.10 3/109 30700
/proc/meminfo: memFree=1284704/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=25.28
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 48747 0 2 0 2502 26 0 0 25 0 12 0 164960932 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 43062 2481 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=0.31
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 8917 0 0 0 27 4 0 0 16 0 12 0 164960938 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=0.39
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 11566 0 0 0 33 6 0 0 15 0 12 0 164960938 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=0.01
/proc/30688/task/30692/stat : 30692 (java) S 30686 30688 29994 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 164960940 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 164960941 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.15
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4356 0 0 0 113 2 0 0 16 0 12 0 164960945 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.13
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3767 0 1 0 111 2 0 0 17 0 12 0 164960945 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 43062 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 918940

[startup+51.2773 s]
/proc/loadavg: 2.13 2.19 2.09 3/109 30700
/proc/meminfo: memFree=1202528/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=50.7
/proc/30688/stat : 30688 (java) R 30686 30688 29994 0 -1 0 62319 0 2 0 5038 32 0 0 25 0 12 0 164960932 940994560 56597 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054258124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 56597 2481 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=0.46
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 15410 0 0 0 40 6 0 0 16 0 12 0 164960938 940994560 56597 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=0.57
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 18606 0 0 0 49 8 0 0 15 0 12 0 164960938 940994560 56597 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=0.03

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

/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.72
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4388 0 0 0 170 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.59
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3787 0 1 0 157 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 817.36
Current children cumulated vsize (KiB) 918940

[startup+883.359 s]
/proc/loadavg: 2.03 2.13 2.13 3/109 30700
/proc/meminfo: memFree=386464/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=877.12
/proc/30688/stat : 30688 (java) S 30686 30688 29994 0 -1 0 195790 0 3 0 87608 104 0 0 15 0 12 0 164960932 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30688/statm: 229735 187513 2482 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=4.78
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 84533 0 0 0 443 35 0 0 15 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=4.76
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 81462 0 0 0 441 35 0 0 16 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=503.75
/proc/30688/task/30692/stat : 30692 (java) R 30686 30688 29994 0 -1 64 383 0 1 0 50363 12 0 0 25 0 12 0 164960940 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.72
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4388 0 0 0 170 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.59
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3787 0 1 0 157 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 877.12
Current children cumulated vsize (KiB) 918940

[startup+943.404 s]
/proc/loadavg: 2.01 2.10 2.12 3/109 30700
/proc/meminfo: memFree=386336/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=936.82
/proc/30688/stat : 30688 (java) S 30686 30688 29994 0 -1 0 195872 0 3 0 93576 106 0 0 15 0 12 0 164960932 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30688/statm: 229735 187513 2482 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=4.78
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 84533 0 0 0 443 35 0 0 15 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=4.76
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 81462 0 0 0 441 35 0 0 16 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=563.42
/proc/30688/task/30692/stat : 30692 (java) R 30686 30688 29994 0 -1 64 383 0 1 0 56329 13 0 0 25 0 12 0 164960940 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.72
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4388 0 0 0 170 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.59
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3787 0 1 0 157 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.82
Current children cumulated vsize (KiB) 918940

[startup+1003.45 s]
/proc/loadavg: 2.05 2.10 2.11 3/109 30700
/proc/meminfo: memFree=381472/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=996.51
/proc/30688/stat : 30688 (java) S 30686 30688 29994 0 -1 0 195955 0 3 0 99544 107 0 0 15 0 12 0 164960932 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 187513 2482 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=4.78
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 84533 0 0 0 443 35 0 0 15 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=4.76
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 81462 0 0 0 441 35 0 0 16 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=623.1
/proc/30688/task/30692/stat : 30692 (java) R 30686 30688 29994 0 -1 64 383 0 1 0 62296 14 0 0 25 0 12 0 164960940 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.72
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4388 0 0 0 170 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.59
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3787 0 1 0 157 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 996.51
Current children cumulated vsize (KiB) 918940

[startup+1063.5 s]
/proc/loadavg: 2.09 2.09 2.10 3/109 30700
/proc/meminfo: memFree=381408/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=1056.21
/proc/30688/stat : 30688 (java) S 30686 30688 29994 0 -1 0 196033 0 3 0 105513 108 0 0 15 0 12 0 164960932 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 187513 2482 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=4.78
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 84533 0 0 0 443 35 0 0 15 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=4.76
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 81462 0 0 0 441 35 0 0 16 0 12 0 164960938 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=682.79
/proc/30688/task/30692/stat : 30692 (java) R 30686 30688 29994 0 -1 64 383 0 1 0 68264 15 0 0 25 0 12 0 164960940 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.72
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4388 0 0 0 170 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.59
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3787 0 1 0 157 2 0 0 17 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 187513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1056.21
Current children cumulated vsize (KiB) 918940

[startup+1123.55 s]
/proc/loadavg: 2.03 2.07 2.09 3/109 30700
/proc/meminfo: memFree=381344/2055920 swapFree=4192812/4192956
[pid=30688] ppid=30686 vsize=918940 CPUtime=1115.92
/proc/30688/stat : 30688 (java) S 30686 30688 29994 0 -1 0 196118 0 3 0 111483 109 0 0 15 0 12 0 164960932 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30688/statm: 229735 187515 2483 14 0 216172 0
[pid=30688/tid=30690] ppid=30686 vsize=918940 CPUtime=4.78
/proc/30688/task/30690/stat : 30690 (java) S 30686 30688 29994 0 -1 64 84533 0 0 0 443 35 0 0 15 0 12 0 164960938 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30691] ppid=30686 vsize=918940 CPUtime=4.76
/proc/30688/task/30691/stat : 30691 (java) S 30686 30688 29994 0 -1 64 81462 0 0 0 441 35 0 0 16 0 12 0 164960938 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30692] ppid=30686 vsize=918940 CPUtime=742.5
/proc/30688/task/30692/stat : 30692 (java) R 30686 30688 29994 0 -1 64 384 0 1 0 74234 16 0 0 25 0 12 0 164960940 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922886 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30693] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30693/stat : 30693 (java) S 30686 30688 29994 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 164960941 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30694] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30694/stat : 30694 (java) S 30686 30688 29994 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164960941 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30695] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30695/stat : 30695 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960944 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30696] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30696/stat : 30696 (java) S 30686 30688 29994 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164960944 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30688/tid=30697] ppid=30686 vsize=918940 CPUtime=1.72
/proc/30688/task/30697/stat : 30697 (java) S 30686 30688 29994 0 -1 64 4388 0 0 0 170 2 0 0 17 0 12 0 164960945 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30698] ppid=30686 vsize=918940 CPUtime=1.59
/proc/30688/task/30698/stat : 30698 (java) S 30686 30688 29994 0 -1 64 3787 0 1 0 157 2 0 0 17 0 12 0 164960945 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30699] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30699/stat : 30699 (java) S 30686 30688 29994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164960945 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30688/tid=30700] ppid=30686 vsize=918940 CPUtime=0
/proc/30688/task/30700/stat : 30700 (java) S 30686 30688 29994 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164960945 940994560 187515 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1115.92
Current children cumulated vsize (KiB) 918940

Child status: 1
Real time (s): 1126.88
CPU time (s): 1119.24
CPU user time (s): 1118.04
CPU system time (s): 1.20582
CPU usage (%): 99.3218
Max. virtual memory (cumulated for all children) (KiB): 919456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1118.04
system time used= 1.20582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196132
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32067
involuntary context switches= 51215

runsolver used 1.36479 s user time and 3.77743 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 10:27:37 UTC 2007


IDJOB= 204368
IDBENCH= 4017
FILE ID= node11/204368-1168165656

PBS_JOBID= 3478321

Free space on /tmp= 66338 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp20/fapp20-0420-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204368-1168165656/sat4jCSP-bf3.jar /tmp/evaluation/204368-1168165656/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-204368-1168165656 -o ROOT/results/node11/solver-204368-1168165656 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204368-1168165656/sat4jCSP-bf3.jar /tmp/evaluation/204368-1168165656/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  8fc86fe2cdce76846140e9595a47fd42

RANDOM SEED= 743896687

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1472024 kB
Buffers:         19440 kB
Cached:          79704 kB
SwapCached:          0 kB
Active:         470388 kB
Inactive:        55548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:         456296 kB
Slab:            41952 kB
Committed_AS:  5539616 kB
PageTables:       3140 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= 66338 MiB



End job on node11 on Sun Jan  7 10:46:26 UTC 2007