Trace number 211478

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? 1074.27 1079.02

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-rout.xml
MD5SUM3bcd4fdf6cf228e8ae536ebf6cd14fe7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.804876
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables7561
Number of constraints337
Maximum constraint arity917
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension337
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.24	c Number of processors 2
0.29	c --- Begin Solver configuration ---
0.29	c Stops conflict analysis at the first Unique Implication Point
0.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.29	c Learn all clauses as in MiniSAT
0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving /tmp/evaluation/211478-1168209247/unknown.xml
0.29	c reading problem ... 
0.47	c reading problem named ?
0.47	c reading domains done.
0.48	c reading variables
c reading variables (7561) done.
2.75	c reading predicates 
c reading relations (21) done.
3.61	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1078.49	c starts		: 0
1078.49	c conflicts		: 0
1078.49	c decisions		: 0
1078.49	c propagations		: 0
1078.49	c inspects		: 0
1078.49	c learnt literals	: 0
1078.49	c learnt binary clauses	: 0
1078.49	c learnt ternary clauses	: 0
1078.49	c learnt clauses	: 0
1078.49	c root simplifications	: 0
1078.49	c removed literals (reason simplification)	: 0
1078.49	c reason swapping (by a shorter reason)	: 0
1078.49	c Calls to reduceDB	: 0
1078.49	c speed (decisions/second)	: 0.0
1078.49	c non guided choices	0
1078.49	s UNKNOWN
1078.49	c Total wall clock time (in seconds) : 1076.124
1078.49	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/node1/watcher-211478-1168209247 -o ROOT/results/node1/solver-211478-1168209247 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211478-1168209247/sat4jCSP-bf3.jar /tmp/evaluation/211478-1168209247/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.84 1.97 1.82 3/81 31449
/proc/meminfo: memFree=1626952/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=172 CPUtime=0
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 169320544 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31448/statm: 43 24 18 14 0 3 0

[startup+0.104214 s]
/proc/loadavg: 1.84 1.97 1.82 3/81 31449
/proc/meminfo: memFree=1626952/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=50144 CPUtime=0
/proc/31448/stat : 31448 (java) D 31446 31448 31226 0 -1 0 1380 0 1 0 0 0 0 0 18 0 1 0 169320544 51347456 1145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/31448/statm: 12536 1145 875 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 50144

[startup+0.515265 s]
/proc/loadavg: 1.84 1.97 1.82 3/81 31449
/proc/meminfo: memFree=1626952/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=905876 CPUtime=0.53
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 6031 0 1 0 50 3 0 0 25 0 12 0 169320544 927617024 5627 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869765 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 226469 5627 2296 14 0 212906 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 905876

[startup+1.33636 s]
/proc/loadavg: 1.84 1.97 1.82 4/92 31670
/proc/meminfo: memFree=1607536/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=906788 CPUtime=1.66
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 7398 0 1 0 161 5 0 0 17 0 12 0 169320544 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053868051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 226697 6195 2315 14 0 213134 0
[pid=31448/tid=31450] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 169320555 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31451] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 169320555 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31452/stat : 31452 (java) S 31446 31448 31226 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 169320558 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31453] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 169320558 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 169320558 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 169320562 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=906788 CPUtime=0.36
/proc/31448/task/31457/stat : 31457 (java) R 31446 31448 31226 0 -1 64 485 0 0 0 36 0 0 0 17 0 12 0 169320562 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215235 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=906788 CPUtime=0.46
/proc/31448/task/31458/stat : 31458 (java) R 31446 31448 31226 0 -1 64 1470 0 0 0 46 0 0 0 16 0 12 0 169320562 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152650226 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=906788 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 928550912 6195 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 906788

[startup+2.97355 s]
/proc/loadavg: 1.84 1.97 1.82 4/97 31675
/proc/meminfo: memFree=1591368/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=914104 CPUtime=3.48
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 14566 0 1 0 340 8 0 0 23 0 12 0 169320544 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155127592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31448/statm: 228526 10574 2464 14 0 214963 0
[pid=31448/tid=31450] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 169320555 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31451] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 169320555 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31452/stat : 31452 (java) S 31446 31448 31226 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 169320558 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31453] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 169320558 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 169320558 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 169320562 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914104 CPUtime=0.88
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2699 0 0 0 87 1 0 0 16 0 12 0 169320562 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914104 CPUtime=1.08
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3731 0 0 0 107 1 0 0 16 0 12 0 169320562 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936042496 10574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 914104

[startup+6.17693 s]
/proc/loadavg: 1.85 1.97 1.82 3/97 31675
/proc/meminfo: memFree=1511624/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=914104 CPUtime=6.68
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 28932 0 1 0 653 15 0 0 25 0 12 0 169320544 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053849467 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31448/statm: 228526 24643 2482 14 0 214963 0
[pid=31448/tid=31450] ppid=31446 vsize=914104 CPUtime=0.03
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 978 0 0 0 3 0 0 0 17 0 12 0 169320555 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31451] ppid=31446 vsize=914104 CPUtime=0.02
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 689 0 0 0 2 0 0 0 17 0 12 0 169320555 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31452] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31452/stat : 31452 (java) S 31446 31448 31226 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 169320558 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31453] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914104 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914104 CPUtime=1.45
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2901 0 0 0 144 1 0 0 16 0 12 0 169320562 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914104 CPUtime=1.4
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3755 0 0 0 139 1 0 0 15 0 12 0 169320562 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914104 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936042496 24643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 914104

[startup+12.6627 s]
/proc/loadavg: 1.86 1.97 1.82 3/97 31675
/proc/meminfo: memFree=1490128/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=912792 CPUtime=13.15
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 33662 0 1 0 1298 17 0 0 25 0 12 0 169320544 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054717699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31448/statm: 228198 28912 2483 14 0 214635 0
[pid=31448/tid=31450] ppid=31446 vsize=912792 CPUtime=0.13
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 3955 0 0 0 12 1 0 0 17 0 12 0 169320555 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31451] ppid=31446 vsize=912792 CPUtime=0.1
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 2417 0 0 0 9 1 0 0 17 0 12 0 169320555 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31452] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31452/stat : 31452 (java) S 31446 31448 31226 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31453] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=912792 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=912792 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=912792 CPUtime=1.42
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3758 0 0 0 141 1 0 0 16 0 12 0 169320562 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 934699008 28912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 912792

[startup+25.5582 s]
/proc/loadavg: 2.03 2.00 1.84 3/97 31675
/proc/meminfo: memFree=1461968/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=912792 CPUtime=25.95
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 40967 0 1 0 2575 20 0 0 25 0 12 0 169320544 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054778761 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31448/statm: 228198 36112 2483 14 0 214635 0
[pid=31448/tid=31450] ppid=31446 vsize=912792 CPUtime=0.23
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 7743 0 0 0 20 3 0 0 16 0 12 0 169320555 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31451] ppid=31446 vsize=912792 CPUtime=0.18
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 5924 0 0 0 16 2 0 0 17 0 12 0 169320555 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31452] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31452/stat : 31452 (java) S 31446 31448 31226 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31453] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=912792 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=912792 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=912792 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 934699008 36112 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.95
Current children cumulated vsize (KiB) 912792

[startup+51.2222 s]
/proc/loadavg: 2.02 2.00 1.84 3/97 31675
/proc/meminfo: memFree=1443216/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=912792 CPUtime=51.5
/proc/31448/stat : 31448 (java) R 31446 31448 31226 0 -1 0 50727 0 1 0 5125 25 0 0 25 0 12 0 169320544 934699008 40338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869784 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31448/statm: 228198 40338 2483 14 0 214635 0
[pid=31448/tid=31450] ppid=31446 vsize=912792 CPUtime=0.36
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 13600 0 0 0 30 6 0 0 16 0 12 0 169320555 934699008 40338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31451] ppid=31446 vsize=912792 CPUtime=0.28
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 9807 0 0 0 24 4 0 0 17 0 12 0 169320555 934699008 40338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31452] ppid=31446 vsize=912792 CPUtime=0.01

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

/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914796 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914796 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914796 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936751104 187422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.66
Current children cumulated vsize (KiB) 914796

[startup+822.973 s]
/proc/loadavg: 2.30 2.22 2.00 3/97 31675
/proc/meminfo: memFree=853712/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=914796 CPUtime=819.41
/proc/31448/stat : 31448 (java) S 31446 31448 31226 0 -1 0 557060 0 1 0 81677 264 0 0 15 0 12 0 169320544 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 228699 187423 2484 14 0 215136 0
[pid=31448/tid=31450] ppid=31446 vsize=914796 CPUtime=3.33
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 85307 0 0 0 299 34 0 0 17 0 12 0 169320555 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31451] ppid=31446 vsize=914796 CPUtime=3.39
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 85421 0 0 0 304 35 0 0 15 0 12 0 169320555 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=914796 CPUtime=155.37
/proc/31448/task/31452/stat : 31452 (java) R 31446 31448 31226 0 -1 64 352947 0 0 0 15366 171 0 0 25 0 12 0 169320558 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31453] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914796 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914796 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914796 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.41
Current children cumulated vsize (KiB) 914796

[startup+882.999 s]
/proc/loadavg: 2.11 2.17 2.00 3/97 31675
/proc/meminfo: memFree=853840/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=914796 CPUtime=879.15
/proc/31448/stat : 31448 (java) S 31446 31448 31226 0 -1 0 694528 0 1 0 87584 331 0 0 15 0 12 0 169320544 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 228699 187406 2484 14 0 215136 0
[pid=31448/tid=31450] ppid=31446 vsize=914796 CPUtime=3.33
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 85307 0 0 0 299 34 0 0 17 0 12 0 169320555 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31451] ppid=31446 vsize=914796 CPUtime=3.39
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 85421 0 0 0 304 35 0 0 15 0 12 0 169320555 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=914796 CPUtime=214.81
/proc/31448/task/31452/stat : 31452 (java) R 31446 31448 31226 0 -1 64 490271 0 0 0 21243 238 0 0 25 0 12 0 169320558 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31453] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914796 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914796 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914796 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936751104 187406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.15
Current children cumulated vsize (KiB) 914796

[startup+943.026 s]
/proc/loadavg: 2.04 2.14 2.00 3/97 31675
/proc/meminfo: memFree=854928/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=914796 CPUtime=938.9
/proc/31448/stat : 31448 (java) S 31446 31448 31226 0 -1 0 831870 0 1 0 93494 396 0 0 15 0 12 0 169320544 936751104 187198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 228699 187198 2484 14 0 215136 0
[pid=31448/tid=31450] ppid=31446 vsize=914796 CPUtime=3.33
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 85307 0 0 0 299 34 0 0 17 0 12 0 169320555 936751104 187199 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31451] ppid=31446 vsize=914796 CPUtime=3.39
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 85421 0 0 0 304 35 0 0 15 0 12 0 169320555 936751104 187199 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=914796 CPUtime=274.47
/proc/31448/task/31452/stat : 31452 (java) R 31446 31448 31226 0 -1 64 627467 0 0 0 27144 303 0 0 25 0 12 0 169320558 936751104 187199 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31453] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187199 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187199 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936751104 187200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914796 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 936751104 187200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914796 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 936751104 187200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914796 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 936751104 187200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936751104 187200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936751104 187200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.9
Current children cumulated vsize (KiB) 914796

[startup+1003.05 s]
/proc/loadavg: 2.08 2.13 2.00 3/97 31675
/proc/meminfo: memFree=853776/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=912792 CPUtime=998.64
/proc/31448/stat : 31448 (java) S 31446 31448 31226 0 -1 0 968765 0 1 0 99400 464 0 0 15 0 12 0 169320544 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 228198 186941 2484 14 0 214635 0
[pid=31448/tid=31450] ppid=31446 vsize=912792 CPUtime=3.33
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 85307 0 0 0 299 34 0 0 17 0 12 0 169320555 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31451] ppid=31446 vsize=912792 CPUtime=3.39
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 85421 0 0 0 304 35 0 0 15 0 12 0 169320555 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=912792 CPUtime=334.17
/proc/31448/task/31452/stat : 31452 (java) R 31446 31448 31226 0 -1 64 764214 0 0 0 33046 371 0 0 25 0 12 0 169320558 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152510384 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31453] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=912792 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=912792 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=912792 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=912792 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 934699008 186941 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.64
Current children cumulated vsize (KiB) 912792

[startup+1063.08 s]
/proc/loadavg: 2.08 2.12 2.00 3/97 31675
/proc/meminfo: memFree=853712/2055920 swapFree=4165612/4192956
[pid=31448] ppid=31446 vsize=914796 CPUtime=1058.39
/proc/31448/stat : 31448 (java) S 31446 31448 31226 0 -1 0 1106369 0 1 0 105307 532 0 0 15 0 12 0 169320544 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31448/statm: 228699 187423 2484 14 0 215136 0
[pid=31448/tid=31450] ppid=31446 vsize=914796 CPUtime=3.33
/proc/31448/task/31450/stat : 31450 (java) S 31446 31448 31226 0 -1 64 85307 0 0 0 299 34 0 0 17 0 12 0 169320555 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31451] ppid=31446 vsize=914796 CPUtime=3.39
/proc/31448/task/31451/stat : 31451 (java) S 31446 31448 31226 0 -1 64 85421 0 0 0 304 35 0 0 15 0 12 0 169320555 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31452] ppid=31446 vsize=914796 CPUtime=393.9
/proc/31448/task/31452/stat : 31452 (java) R 31446 31448 31226 0 -1 64 901672 0 0 0 38952 438 0 0 25 0 12 0 169320558 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31448/tid=31453] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31453/stat : 31453 (java) S 31446 31448 31226 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31454] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31454/stat : 31454 (java) S 31446 31448 31226 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169320558 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31455] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31455/stat : 31455 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31456] ppid=31446 vsize=914796 CPUtime=0.01
/proc/31448/task/31456/stat : 31456 (java) S 31446 31448 31226 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31457] ppid=31446 vsize=914796 CPUtime=1.46
/proc/31448/task/31457/stat : 31457 (java) S 31446 31448 31226 0 -1 64 2902 0 0 0 145 1 0 0 16 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31458] ppid=31446 vsize=914796 CPUtime=1.43
/proc/31448/task/31458/stat : 31458 (java) S 31446 31448 31226 0 -1 64 3759 0 0 0 142 1 0 0 16 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31459] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31459/stat : 31459 (java) S 31446 31448 31226 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31448/tid=31460] ppid=31446 vsize=914796 CPUtime=0
/proc/31448/task/31460/stat : 31460 (java) S 31446 31448 31226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 169320562 936751104 187423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.39
Current children cumulated vsize (KiB) 914796

Child status: 1
Real time (s): 1079.02
CPU time (s): 1074.27
CPU user time (s): 1068.67
CPU system time (s): 5.60615
CPU usage (%): 99.5599
Max. virtual memory (cumulated for all children) (KiB): 915800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1068.67
system time used= 5.60615
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1140557
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= 29502
involuntary context switches= 43245

runsolver used 1.2888 s user time and 3.48647 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 22:34:08 UTC 2007


IDJOB= 211478
IDBENCH= 4697
FILE ID= node1/211478-1168209247

PBS_JOBID= 3480576

Free space on /tmp= 66308 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-rout.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211478-1168209247/sat4jCSP-bf3.jar /tmp/evaluation/211478-1168209247/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-211478-1168209247 -o ROOT/results/node1/solver-211478-1168209247 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211478-1168209247/sat4jCSP-bf3.jar /tmp/evaluation/211478-1168209247/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  3bcd4fdf6cf228e8ae536ebf6cd14fe7

RANDOM SEED= 58909487

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1627432 kB
Buffers:         42768 kB
Cached:         289804 kB
SwapCached:       3620 kB
Active:         175220 kB
Inactive:       197176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627432 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            3364 kB
Writeback:           0 kB
Mapped:          49804 kB
Slab:            41132 kB
Committed_AS:  4851372 kB
PageTables:       2172 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= 66304 MiB



End job on node1 on Sun Jan  7 22:52:07 UTC 2007