Trace number 232022

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? (TO) 1800.16 1804.27

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-59021_ext.xml
MD5SUMcdd3c876f1ca310a3dbf83d43aee3f8e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark67.1258
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/232022-1168319399/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.54	c reading variables
c reading variables (25) done.
0.59	c reading relations
c reading relations (300) done.
1.75	c reading constraints
c reading constraints done.
2.24	c ... done. Wall clock time 1.976s.
2.24	c CPU time (experimental) 1.08s.
2.24	c #vars     625
2.24	c #constraints  50
1804.18	c starts		: 18
1804.18	c conflicts		: 219100
1804.18	c decisions		: 305119
1804.18	c propagations		: 9580464
1804.18	c inspects		: 3390789409
1804.18	c learnt literals	: 0
1804.18	c learnt binary clauses	: 0
1804.18	c learnt ternary clauses	: 0
1804.18	c learnt clauses	: 219100
1804.18	c root simplifications	: 0
1804.18	c removed literals (reason simplification)	: 0
1804.18	c reason swapping (by a shorter reason)	: 0
1804.18	c Calls to reduceDB	: 0
1804.18	c speed (decisions/second)	: 169.32843341827902
1804.18	c non guided choices	73
1804.18	s UNKNOWN
1804.18	c Total wall clock time (in seconds) : 1803.915
1804.18	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/node58/watcher-232022-1168319399 -o ROOT/results/node58/solver-232022-1168319399 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232022-1168319399/sat4jCSP-bf3.jar /tmp/evaluation/232022-1168319399/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.06 2.03 1.89 2/82 19651
/proc/meminfo: memFree=1386184/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=18540 CPUtime=0
/proc/19650/stat : 19650 (runsolver) R 19648 19650 17157 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 180337951 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19650/statm: 4635 279 244 17 0 2626 0

[startup+0.101991 s]
/proc/loadavg: 2.06 2.03 1.89 2/82 19651
/proc/meminfo: memFree=1386184/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=897120 CPUtime=0.07
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 3202 0 1 0 6 1 0 0 17 0 6 0 180337951 918650880 2962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152786542 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 224280 2962 1507 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.510028 s]
/proc/loadavg: 2.06 2.03 1.89 2/82 19651
/proc/meminfo: memFree=1386184/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=905236 CPUtime=0.48
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 5822 0 1 0 45 3 0 0 19 0 12 0 180337951 926961664 5417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 226309 5417 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.3321 s]
/proc/loadavg: 2.06 2.02 1.89 3/93 19662
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907052 CPUtime=1.29
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 8453 0 1 0 124 5 0 0 22 0 12 0 180337951 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 226763 7432 2327 14 0 213200 0
[pid=19650/tid=19652] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 180337954 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 180337954 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180337957 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 180337958 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180337958 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 180337962 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 180337962 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907052 CPUtime=0.29
/proc/19650/task/19659/stat : 19659 (java) R 19648 19650 17157 0 -1 64 418 0 0 0 29 0 0 0 16 0 12 0 180337962 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152643391 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907052 CPUtime=0.41
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1556 0 0 0 41 0 0 0 16 0 12 0 180337962 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 180337962 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907052 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 180337962 928821248 7432 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 907052

[startup+2.98524 s]
/proc/loadavg: 2.06 2.02 1.89 4/94 19663
/proc/meminfo: memFree=1328808/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907568 CPUtime=2.94
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 17968 0 1 0 284 10 0 0 25 0 13 0 180337951 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054407748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 226892 16945 2353 14 0 213329 0
[pid=19650/tid=19652] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 180337954 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 180337954 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 180337957 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 180337958 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 180337958 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907568 CPUtime=0.67
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 67 0 0 0 16 0 13 0 180337962 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907568 CPUtime=0.76
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1601 0 0 0 76 0 0 0 16 0 13 0 180337962 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 929349632 16945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 907568

[startup+6.19353 s]
/proc/loadavg: 2.06 2.02 1.89 3/94 19663
/proc/meminfo: memFree=1321512/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907568 CPUtime=6.13
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 19549 0 1 0 602 11 0 0 25 0 13 0 180337951 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054412092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 226892 18523 2353 14 0 213329 0
[pid=19650/tid=19652] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 180337954 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 180337954 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 180337957 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 180337958 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 180337958 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907568 CPUtime=0.68
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 68 0 0 0 16 0 13 0 180337962 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907568 CPUtime=0.8
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1604 0 0 0 80 0 0 0 16 0 13 0 180337962 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907568 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 929349632 18523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 907568

[startup+12.6921 s]
/proc/loadavg: 2.05 2.02 1.89 3/94 19663
/proc/meminfo: memFree=1315440/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907184 CPUtime=12.6
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 21062 0 1 0 1247 13 0 0 25 0 13 0 180337951 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054379523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 226796 19963 2353 14 0 213233 0
[pid=19650/tid=19652] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 180337954 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 180337954 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 180337957 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 180337958 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 180337958 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907184 CPUtime=0.69
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 69 0 0 0 15 0 13 0 180337962 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907184 CPUtime=0.81
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1605 0 0 0 81 0 0 0 16 0 13 0 180337962 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928956416 19963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 907184

[startup+25.5902 s]
/proc/loadavg: 2.04 2.02 1.89 3/94 19663
/proc/meminfo: memFree=1295344/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907184 CPUtime=25.45
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 26064 0 1 0 2529 16 0 0 25 0 13 0 180337951 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19650/statm: 226796 24964 2355 14 0 213233 0
[pid=19650/tid=19652] ppid=19648 vsize=907184 CPUtime=0.03
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 2034 0 0 0 3 0 0 0 17 0 13 0 180337954 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907184 CPUtime=0.02
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 2286 0 0 0 1 1 0 0 17 0 13 0 180337954 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 180337957 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 180337958 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 180337958 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907184 CPUtime=0.69
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 69 0 0 0 15 0 13 0 180337962 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907184 CPUtime=0.81
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1605 0 0 0 81 0 0 0 16 0 13 0 180337962 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907184 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928956416 24964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 907184

[startup+51.1905 s]
/proc/loadavg: 2.02 2.02 1.89 3/94 19663
/proc/meminfo: memFree=1295408/2055920 swapFree=4192812/4192956

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

/proc/loadavg: 1.00 1.10 1.43 2/77 19793
/proc/meminfo: memFree=1306376/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907152 CPUtime=1599.58
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 61266 0 1 0 159921 37 0 0 25 0 13 0 180337951 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054359002 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19650/statm: 226788 57918 2355 14 0 213225 0
[pid=19650/tid=19652] ppid=19648 vsize=907152 CPUtime=0.32
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 18765 0 0 0 23 9 0 0 16 0 13 0 180337954 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907152 CPUtime=0.27
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 20751 0 0 0 19 8 0 0 16 0 13 0 180337954 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 180337957 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907152 CPUtime=0.7
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 70 0 0 0 16 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907152 CPUtime=0.82
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1606 0 0 0 82 0 0 0 17 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.58
Current children cumulated vsize (KiB) 907152

[startup+1663.9 s]
/proc/loadavg: 1.00 1.08 1.40 2/77 19793
/proc/meminfo: memFree=1306312/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907152 CPUtime=1659.61
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 61266 0 1 0 165924 37 0 0 25 0 13 0 180337951 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19650/statm: 226788 57918 2355 14 0 213225 0
[pid=19650/tid=19652] ppid=19648 vsize=907152 CPUtime=0.32
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 18765 0 0 0 23 9 0 0 16 0 13 0 180337954 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907152 CPUtime=0.27
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 20751 0 0 0 19 8 0 0 16 0 13 0 180337954 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 180337957 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907152 CPUtime=0.7
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 70 0 0 0 16 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907152 CPUtime=0.82
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1606 0 0 0 82 0 0 0 17 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) R 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928923648 57918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.61
Current children cumulated vsize (KiB) 907152

[startup+1723.94 s]
/proc/loadavg: 1.00 1.06 1.37 2/77 19793
/proc/meminfo: memFree=1244744/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907152 CPUtime=1719.84
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 83162 0 1 0 171937 47 0 0 25 0 13 0 180337951 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054412092 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19650/statm: 226788 73332 2355 14 0 213225 0
[pid=19650/tid=19652] ppid=19648 vsize=907152 CPUtime=0.51
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 29699 0 0 0 37 14 0 0 16 0 13 0 180337954 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907152 CPUtime=0.48
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 31712 0 0 0 35 13 0 0 18 0 13 0 180337954 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 180337957 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907152 CPUtime=0.7
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 70 0 0 0 16 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907152 CPUtime=0.82
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1606 0 0 0 82 0 0 0 17 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.84
Current children cumulated vsize (KiB) 907152

[startup+1783.98 s]
/proc/loadavg: 1.00 1.05 1.34 2/77 19793
/proc/meminfo: memFree=1244744/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907152 CPUtime=1779.86
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 83162 0 1 0 177939 47 0 0 25 0 13 0 180337951 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054379647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19650/statm: 226788 73332 2355 14 0 213225 0
[pid=19650/tid=19652] ppid=19648 vsize=907152 CPUtime=0.51
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 29699 0 0 0 37 14 0 0 16 0 13 0 180337954 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907152 CPUtime=0.48
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 31712 0 0 0 35 13 0 0 18 0 13 0 180337954 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 180337957 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907152 CPUtime=0.7
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 70 0 0 0 16 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907152 CPUtime=0.82
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1606 0 0 0 82 0 0 0 17 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.86
Current children cumulated vsize (KiB) 907152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.17 s]
/proc/loadavg: 1.00 1.04 1.34 2/77 19793
/proc/meminfo: memFree=1244744/2055920 swapFree=4192812/4192956
[pid=19650] ppid=19648 vsize=907152 CPUtime=1800.05
/proc/19650/stat : 19650 (java) R 19648 19650 17157 0 -1 0 83162 0 1 0 179958 47 0 0 25 0 13 0 180337951 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19650/statm: 226788 73332 2355 14 0 213225 0
[pid=19650/tid=19652] ppid=19648 vsize=907152 CPUtime=0.51
/proc/19650/task/19652/stat : 19652 (java) S 19648 19650 17157 0 -1 64 29699 0 0 0 37 14 0 0 16 0 13 0 180337954 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19650/tid=19653] ppid=19648 vsize=907152 CPUtime=0.48
/proc/19650/task/19653/stat : 19653 (java) S 19648 19650 17157 0 -1 64 31712 0 0 0 35 13 0 0 18 0 13 0 180337954 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19654] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19654/stat : 19654 (java) S 19648 19650 17157 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 180337957 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19655] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19655/stat : 19655 (java) S 19648 19650 17157 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19656] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19656/stat : 19656 (java) S 19648 19650 17157 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 180337958 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19657] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19657/stat : 19657 (java) S 19648 19650 17157 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19658] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19658/stat : 19658 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19659] ppid=19648 vsize=907152 CPUtime=0.7
/proc/19650/task/19659/stat : 19659 (java) S 19648 19650 17157 0 -1 64 466 0 0 0 70 0 0 0 16 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19660] ppid=19648 vsize=907152 CPUtime=0.82
/proc/19650/task/19660/stat : 19660 (java) S 19648 19650 17157 0 -1 64 1606 0 0 0 82 0 0 0 17 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19661] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19661/stat : 19661 (java) S 19648 19650 17157 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19662] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19662/stat : 19662 (java) S 19648 19650 17157 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 180337962 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19650/tid=19663] ppid=19648 vsize=907152 CPUtime=0
/proc/19650/task/19663/stat : 19663 (java) S 19648 19650 17157 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 180338176 928923648 73332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 907152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1804.27
CPU time (s): 1800.16
CPU user time (s): 1799.63
CPU system time (s): 0.52292
CPU usage (%): 99.7722
Max. virtual memory (cumulated for all children) (KiB): 907568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83182
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= 37158
involuntary context switches= 18687

runsolver used 2.23266 s user time and 4.95825 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Jan  9 05:10:00 UTC 2007


IDJOB= 232022
IDBENCH= 6496
FILE ID= node58/232022-1168319399

PBS_JOBID= 3502807

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-59021_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232022-1168319399/sat4jCSP-bf3.jar /tmp/evaluation/232022-1168319399/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-232022-1168319399 -o ROOT/results/node58/solver-232022-1168319399 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/232022-1168319399/sat4jCSP-bf3.jar /tmp/evaluation/232022-1168319399/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  cdd3c876f1ca310a3dbf83d43aee3f8e

RANDOM SEED= 98883050

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.223
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.223
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:       1386600 kB
Buffers:         75136 kB
Cached:         377064 kB
SwapCached:          0 kB
Active:         330500 kB
Inactive:       276088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:         173476 kB
Slab:            47712 kB
Committed_AS:  4019348 kB
PageTables:       2076 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= 66555 MiB



End job on node58 on Tue Jan  9 05:40:05 UTC 2007