Trace number 203318

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-CACHED 1.7 RC BF3? (TO) 1800.23 1797.01

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-45_ext.xml
MD5SUMdbd711457459488701c928355f301608
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3 CACHED
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.21	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/203318-1168159487/unknown.xml
0.25	c reading problem ... 
0.41	c reading problem named ?
0.41	c reading domains done.
0.41	c reading variables
c reading variables (28) done.
0.44	c reading relations
c reading relations (93) done.
3.97	c reading constraints
c reading constraints done.
5.79	c ... done. Wall clock time 5.537s.
5.79	c CPU time (experimental) 4.56s.
5.79	c #vars     784
5.79	c #constraints  1290245
1796.85	c starts		: 21
1796.85	c conflicts		: 745652
1796.85	c decisions		: 1447270
1796.85	c propagations		: 46102897
1796.85	c inspects		: 4211485096
1796.85	c learnt literals	: 0
1796.85	c learnt binary clauses	: 0
1796.85	c learnt ternary clauses	: 339
1796.85	c learnt clauses	: 745644
1796.85	c root simplifications	: 0
1796.85	c removed literals (reason simplification)	: 0
1796.85	c reason swapping (by a shorter reason)	: 0
1796.85	c Calls to reduceDB	: 0
1796.85	c speed (decisions/second)	: 808.0535683677292
1796.85	c non guided choices	222
1796.85	s UNKNOWN
1796.85	c Total wall clock time (in seconds) : 1796.597
1796.85	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/node75/watcher-203318-1168159487 -o ROOT/results/node75/solver-203318-1168159487 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/203318-1168159487/sat4jCSP-bf3-cached.jar /tmp/evaluation/203318-1168159487/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: 1.00 1.00 1.00 4/65 17691
/proc/meminfo: memFree=1864632/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=308 CPUtime=0
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 55 0 0 0 0 0 0 0 20 0 1 0 164348091 315392 39 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 6738951 0 0 4096 0 0 0 0 17 1 0 0
/proc/17690/statm: 77 40 31 14 0 5 0

[startup+0.102612 s]
/proc/loadavg: 1.00 1.00 1.00 4/65 17691
/proc/meminfo: memFree=1864632/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=895436 CPUtime=0.04
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 2669 0 69 0 3 1 0 0 18 0 3 0 164348091 916926464 2499 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152642389 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 223859 2499 1298 14 0 210879 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 895436

[startup+0.510658 s]
/proc/loadavg: 1.00 1.00 1.00 4/65 17691
/proc/meminfo: memFree=1864632/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=905772 CPUtime=0.66
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 6362 0 71 0 62 4 0 0 17 0 12 0 164348091 927510528 5993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053849122 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 226443 5993 2304 14 0 212880 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 905772

[startup+1.33875 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17702
/proc/meminfo: memFree=1795744/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=908624 CPUtime=1.83
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 22493 0 71 0 173 10 0 0 18 0 12 0 164348091 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054149306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17690/statm: 227156 21641 2330 14 0 213593 0
[pid=17690/tid=17692] ppid=17688 vsize=908624 CPUtime=0.01
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 408 0 0 0 1 0 0 0 16 0 12 0 164348098 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17693] ppid=17688 vsize=908624 CPUtime=0.01
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 367 0 0 0 1 0 0 0 16 0 12 0 164348098 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17694] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 164348101 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17695] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164348102 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164348102 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164348105 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164348105 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17699] ppid=17688 vsize=908624 CPUtime=0.32
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 584 0 0 0 32 0 0 0 15 0 12 0 164348105 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17700] ppid=17688 vsize=908624 CPUtime=0.43
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 1505 0 0 0 43 0 0 0 16 0 12 0 164348105 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 164348105 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164348105 930430976 21641 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 908624

[startup+2.98595 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17702
/proc/meminfo: memFree=1765600/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=908624 CPUtime=3.71
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 28647 0 71 0 357 14 0 0 18 0 12 0 164348091 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054204650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17690/statm: 227156 27247 2334 14 0 213593 0
[pid=17690/tid=17692] ppid=17688 vsize=908624 CPUtime=0.23
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 3597 0 0 0 22 1 0 0 16 0 12 0 164348098 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17693] ppid=17688 vsize=908624 CPUtime=0.23
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 3299 0 0 0 21 2 0 0 17 0 12 0 164348098 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17694] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 164348101 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164348102 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164348102 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164348105 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164348105 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17699] ppid=17688 vsize=908624 CPUtime=0.32
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 584 0 0 0 32 0 0 0 15 0 12 0 164348105 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17700] ppid=17688 vsize=908624 CPUtime=0.43
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 1509 0 0 0 43 0 0 0 16 0 12 0 164348105 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 164348105 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=908624 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164348105 930430976 27247 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 908624

[startup+6.19148 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 17702
/proc/meminfo: memFree=1691808/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=912440 CPUtime=7.98
/proc/17690/stat : 17690 (java) S 17688 17690 16442 0 -1 0 52658 0 71 0 772 26 0 0 22 0 13 0 164348091 934338560 48492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228110 48496 2353 14 0 214547 0
[pid=17690/tid=17692] ppid=17688 vsize=912440 CPUtime=0.92
/proc/17690/task/17692/stat : 17692 (java) R 17688 17690 16442 0 -1 64 11320 0 0 0 87 5 0 0 16 0 13 0 164348098 934338560 48498 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17693] ppid=17688 vsize=912440 CPUtime=0.91
/proc/17690/task/17693/stat : 17693 (java) R 17688 17690 16442 0 -1 64 18610 0 0 0 82 9 0 0 16 0 13 0 164348098 934338560 48500 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 164348101 934338560 48502 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 934338560 48503 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 934338560 48505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 934338560 48507 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164348105 934338560 48509 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=912440 CPUtime=0.58
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1478 0 0 0 58 0 0 0 16 0 13 0 164348105 934338560 48511 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17700] ppid=17688 vsize=912440 CPUtime=0.73
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 1562 0 0 0 73 0 0 0 16 0 13 0 164348105 934338560 48512 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17701] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 934338560 48514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=912440 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 934338560 48516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 912440

[startup+12.6772 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 17703
/proc/meminfo: memFree=1666520/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=912288 CPUtime=14.96
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 55336 0 71 0 1469 27 0 0 25 0 13 0 164348091 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377243 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228072 50048 2356 14 0 214509 0
[pid=17690/tid=17692] ppid=17688 vsize=912288 CPUtime=1.06
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 11369 0 0 0 101 5 0 0 16 0 13 0 164348098 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17693] ppid=17688 vsize=912288 CPUtime=1.05
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 20134 0 0 0 96 9 0 0 17 0 13 0 164348098 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 164348101 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=912288 CPUtime=0.66
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1537 0 0 0 66 0 0 0 16 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=912288 CPUtime=1.06
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 106 0 0 0 15 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17703] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 912288

[startup+25.5338 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 17703
/proc/meminfo: memFree=1666712/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=912288 CPUtime=27.81
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 55338 0 71 0 2753 28 0 0 25 0 13 0 164348091 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377326 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228072 50048 2356 14 0 214509 0
[pid=17690/tid=17692] ppid=17688 vsize=912288 CPUtime=1.06
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 11369 0 0 0 101 5 0 0 16 0 13 0 164348098 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17693] ppid=17688 vsize=912288 CPUtime=1.05
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 20134 0 0 0 96 9 0 0 17 0 13 0 164348098 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 164348101 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=912288 CPUtime=0.68
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1537 0 0 0 67 1 0 0 16 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=912288 CPUtime=1.06
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 106 0 0 0 17 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17703] ppid=17688 vsize=912288 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 934182912 50048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.81
Current children cumulated vsize (KiB) 912288

[startup+51.1638 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 17703
/proc/meminfo: memFree=1645656/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=913572 CPUtime=53.57
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 60980 0 71 0 5326 31 0 0 25 0 13 0 164348091 935497728 55379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377326 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228393 55379 2357 14 0 214830 0
[pid=17690/tid=17692] ppid=17688 vsize=913572 CPUtime=1.18

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

/proc/loadavg: 1.00 1.00 1.00 2/77 17901
/proc/meminfo: memFree=1188568/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=913572 CPUtime=1605.88
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 201989 0 71 0 160475 113 0 0 25 0 13 0 164348091 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377243 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228393 169259 2357 14 0 214830 0
[pid=17690/tid=17692] ppid=17688 vsize=913572 CPUtime=3.03
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 88147 0 0 0 262 41 0 0 16 0 13 0 164348098 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17693] ppid=17688 vsize=913572 CPUtime=3.03
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 89984 0 0 0 262 41 0 0 16 0 13 0 164348098 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 164348101 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=913572 CPUtime=0.7
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1539 0 0 0 69 1 0 0 16 0 13 0 164348105 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=913572 CPUtime=1.09
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 108 1 0 0 17 0 13 0 164348105 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17703] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 935497728 169259 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.88
Current children cumulated vsize (KiB) 913572

[startup+1662.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17901
/proc/meminfo: memFree=1159768/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=913572 CPUtime=1665.97
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 214076 0 71 0 166477 120 0 0 25 0 13 0 164348091 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054394606 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228393 176419 2358 14 0 214830 0
[pid=17690/tid=17692] ppid=17688 vsize=913572 CPUtime=3.16
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 92608 0 0 0 272 44 0 0 18 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17693] ppid=17688 vsize=913572 CPUtime=3.16
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 94594 0 0 0 272 44 0 0 17 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=913572 CPUtime=1.53
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 3049 0 0 0 152 1 0 0 16 0 13 0 164348101 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=913572 CPUtime=0.7
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1539 0 0 0 69 1 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=913572 CPUtime=1.09
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 108 1 0 0 17 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17703] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.97
Current children cumulated vsize (KiB) 913572

[startup+1722.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17901
/proc/meminfo: memFree=1159704/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=913572 CPUtime=1725.94
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 214076 0 71 0 172474 120 0 0 25 0 13 0 164348091 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054394321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228393 176419 2358 14 0 214830 0
[pid=17690/tid=17692] ppid=17688 vsize=913572 CPUtime=3.16
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 92608 0 0 0 272 44 0 0 18 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17693] ppid=17688 vsize=913572 CPUtime=3.16
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 94594 0 0 0 272 44 0 0 17 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=913572 CPUtime=1.53
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 3049 0 0 0 152 1 0 0 16 0 13 0 164348101 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=913572 CPUtime=0.7
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1539 0 0 0 69 1 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=913572 CPUtime=1.09
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 108 1 0 0 17 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17703] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.94
Current children cumulated vsize (KiB) 913572

[startup+1782.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17901
/proc/meminfo: memFree=1159704/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=913572 CPUtime=1785.91
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 214076 0 71 0 178471 120 0 0 25 0 13 0 164348091 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377243 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228393 176419 2358 14 0 214830 0
[pid=17690/tid=17692] ppid=17688 vsize=913572 CPUtime=3.16
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 92608 0 0 0 272 44 0 0 18 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17693] ppid=17688 vsize=913572 CPUtime=3.16
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 94594 0 0 0 272 44 0 0 17 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=913572 CPUtime=1.53
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 3049 0 0 0 152 1 0 0 16 0 13 0 164348101 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=913572 CPUtime=0.7
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1539 0 0 0 69 1 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=913572 CPUtime=1.09
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 108 1 0 0 17 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17703] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.91
Current children cumulated vsize (KiB) 913572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17901
/proc/meminfo: memFree=1159704/2055920 swapFree=4184496/4192956
[pid=17690] ppid=17688 vsize=913572 CPUtime=1800.06
/proc/17690/stat : 17690 (java) R 17688 17690 16442 0 -1 0 214077 0 71 0 179886 120 0 0 25 0 13 0 164348091 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054394748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17690/statm: 228393 176419 2358 14 0 214830 0
[pid=17690/tid=17692] ppid=17688 vsize=913572 CPUtime=3.23
/proc/17690/task/17692/stat : 17692 (java) S 17688 17690 16442 0 -1 64 92608 0 0 0 279 44 0 0 17 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17693] ppid=17688 vsize=913572 CPUtime=3.23
/proc/17690/task/17693/stat : 17693 (java) S 17688 17690 16442 0 -1 64 94594 0 0 0 279 44 0 0 16 0 13 0 164348098 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17694] ppid=17688 vsize=913572 CPUtime=1.53
/proc/17690/task/17694/stat : 17694 (java) S 17688 17690 16442 0 -1 64 3049 0 0 0 152 1 0 0 16 0 13 0 164348101 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17695] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17695/stat : 17695 (java) S 17688 17690 16442 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17696] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17696/stat : 17696 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164348102 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17697] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17697/stat : 17697 (java) S 17688 17690 16442 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17698] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17698/stat : 17698 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17699] ppid=17688 vsize=913572 CPUtime=0.7
/proc/17690/task/17699/stat : 17699 (java) S 17688 17690 16442 0 -1 64 1539 0 0 0 69 1 0 0 16 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17690/tid=17700] ppid=17688 vsize=913572 CPUtime=1.09
/proc/17690/task/17700/stat : 17700 (java) S 17688 17690 16442 0 -1 64 2593 0 0 0 108 1 0 0 17 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17701] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17701/stat : 17701 (java) S 17688 17690 16442 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17702] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17702/stat : 17702 (java) S 17688 17690 16442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164348105 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17690/tid=17703] ppid=17688 vsize=913572 CPUtime=0
/proc/17690/task/17703/stat : 17703 (java) S 17688 17690 16442 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 164348670 935497728 176419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 913572

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

Child status: 143
Real time (s): 1797.01
CPU time (s): 1800.23
CPU user time (s): 1798.92
CPU system time (s): 1.3118
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 921576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.3118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214096
page faults= 71
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37258
involuntary context switches= 22883

runsolver used 2.12768 s user time and 4.28835 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Jan  7 08:44:47 UTC 2007


IDJOB= 203318
IDBENCH= 3956
FILE ID= node75/203318-1168159487

PBS_JOBID= 3478511

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-45_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/203318-1168159487/sat4jCSP-bf3-cached.jar /tmp/evaluation/203318-1168159487/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-203318-1168159487 -o ROOT/results/node75/solver-203318-1168159487 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/203318-1168159487/sat4jCSP-bf3-cached.jar /tmp/evaluation/203318-1168159487/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  dbd711457459488701c928355f301608

RANDOM SEED= 797360867

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865112 kB
Buffers:         38284 kB
Cached:          87284 kB
SwapCached:       2680 kB
Active:          57524 kB
Inactive:        78240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865112 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            8216 kB
Writeback:           0 kB
Mapped:          16284 kB
Slab:            41008 kB
Committed_AS:  3417188 kB
PageTables:       1432 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= 66551 MiB



End job on node75 on Sun Jan  7 09:14:44 UTC 2007