Trace number 1041878

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 47.0578 46.6911

General information on the benchmark

Namecsp/cjss/
normalized-la04x3-570.xml
MD5SUM258e8f81311a1a5f6c31959db09ea953
Bench CategoryGLOBAL (global constraints)
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 variables151
Number of constraints155
Maximum constraint arity30
Maximum domain size571
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)cumulative(5)

Solver Data (download as text)

0.27/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.38	c See www.sat4j.org for details.
0.27/0.38	c That software uses the Rhino library from the Mozilla project.
0.36/0.41	c version 9.9.9.token
0.36/0.41	c sun.arch.data.model	32
0.36/0.41	c java.version	1.6.0_06
0.36/0.41	c os.name	Linux
0.36/0.41	c os.version	2.6.9-22.EL.rootsmp
0.36/0.41	c os.arch	i386
0.36/0.41	c Free memory 669864272
0.36/0.41	c Max memory 672137216
0.36/0.41	c Total memory 672137216
0.36/0.41	c Number of processors 2
0.36/0.44	c c --- Begin Solver configuration ---
0.36/0.44	c Stops conflict analysis at the first Unique Implication Point
0.36/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.44	c Learn all clauses as in MiniSAT
0.36/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.44	c Expensive reason simplification
0.36/0.44	c MiniSAT restarts strategy
0.36/0.44	c timeout=2147483s
0.36/0.44	c DB Simplification allowed=false
0.36/0.44	c --- End Solver configuration ---
0.36/0.44	c solving HOME/instance-1041878-1215001062.xml
0.36/0.44	c reading problem ... 
0.59/0.66	c reading problem named null
0.59/0.66	c reading domains done.
0.59/0.67	c reading variables done.
0.88/0.89	c reading predicates  done.
1.11/1.10	c reading constraints
46.99/46.61	error
46.99/46.61	cvc-datatype-valid.1.2.3: 'global:cumulative' is not a valid value of union type 'ReferenceType'.
46.99/46.61	org.xml.sax.SAXParseException: cvc-datatype-valid.1.2.3: 'global:cumulative' is not a valid value of union type 'ReferenceType'.
46.99/46.61	Colonne : 205 Ligne : 620
46.99/46.61	c starts		: 0
46.99/46.62	c conflicts		: 0
46.99/46.62	c decisions		: 0
46.99/46.62	c propagations		: 0
46.99/46.62	c inspects		: 0
46.99/46.62	c learnt literals	: 0
46.99/46.62	c learnt binary clauses	: 0
46.99/46.62	c learnt ternary clauses	: 0
46.99/46.62	c learnt clauses	: 0
46.99/46.62	c ignored clauses	: 0
46.99/46.62	c root simplifications	: 0
46.99/46.62	c removed literals (reason simplification)	: 0
46.99/46.62	c reason swapping (by a shorter reason)	: 0
46.99/46.62	c Calls to reduceDB	: 0
46.99/46.62	c speed (assignments/second)	: 0.0
46.99/46.62	c non guided choices	0
46.99/46.62	s UNKNOWN
46.99/46.62	c Total wall clock time (in seconds) : 46.173

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041878-1215001062/watcher-1041878-1215001062 -o /tmp/evaluation-result-1041878-1215001062/solver-1041878-1215001062 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041878-1215001062.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/71 10498
/proc/meminfo: memFree=1937384/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=152 CPUtime=0
/proc/10498/stat : 10498 (java6) R 10496 10498 10128 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1979057367 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 9757476 0 0 4096 0 0 0 0 17 1 0 0
/proc/10498/statm: 38 26 19 9 0 4 0

[startup+0.0861559 s]
/proc/loadavg: 2.00 2.00 2.00 3/71 10498
/proc/meminfo: memFree=1937384/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=797516 CPUtime=0.03
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 1416 0 29 0 0 3 0 0 18 0 2 0 1979057367 816656384 1186 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 199379 1199 397 9 0 197157 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 797516

[startup+0.102156 s]
/proc/loadavg: 2.00 2.00 2.00 3/71 10498
/proc/meminfo: memFree=1937384/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=800744 CPUtime=0.04
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 2331 0 29 0 1 3 0 0 18 0 4 0 1979057367 819961856 2097 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 200186 2097 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301198 s]
/proc/loadavg: 2.00 2.00 2.00 3/71 10498
/proc/meminfo: memFree=1937384/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=808948 CPUtime=0.27
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 4725 0 29 0 22 5 0 0 18 0 12 0 1979057367 828362752 4082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 202237 4082 1298 9 0 199606 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808948

[startup+0.702275 s]
/proc/loadavg: 2.00 2.00 2.00 3/71 10498
/proc/meminfo: memFree=1937384/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=808976 CPUtime=0.71
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 6186 0 30 0 64 7 0 0 18 0 12 0 1979057367 828391424 5542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 202244 5542 1335 9 0 199606 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 808976

[startup+1.50144 s]
/proc/loadavg: 2.00 2.00 2.00 1/83 10510
/proc/meminfo: memFree=1891080/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=818720 CPUtime=1.9
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 15557 0 30 0 179 11 0 0 18 0 12 0 1979057367 838369280 13433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 204680 13433 1358 9 0 202042 0
[pid=10498/tid=10500] ppid=10496 vsize=818720 CPUtime=0.91
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 9589 0 2 0 85 6 0 0 20 0 12 0 1979057375 838369280 13433 996147200 134512640 134550740 4294956032 18446744073709551615 103579043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10498/tid=10501] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1979057376 838369280 13433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10498/tid=10502] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1979057376 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10498/tid=10503] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1979057378 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 1979057379 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 1979057379 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=818720 CPUtime=0.41
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1327 0 0 0 41 0 0 0 16 0 12 0 1979057386 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10498/tid=10508] ppid=10496 vsize=818720 CPUtime=0.53
/proc/10498/task/10508/stat : 10508 (java) R 10496 10498 10128 0 -1 64 3906 0 0 0 52 1 0 0 18 0 12 0 1979057386 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 104112568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 838369280 13434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=818720 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 838369280 13435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 818720

[startup+3.10274 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 10548
/proc/meminfo: memFree=1821472/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=817936 CPUtime=3.6
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 31099 0 30 0 342 18 0 0 18 0 12 0 1979057367 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 204484 28302 1375 9 0 201846 0
[pid=10498/tid=10500] ppid=10496 vsize=817936 CPUtime=2.27
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17488 0 2 0 217 10 0 0 25 0 12 0 1979057375 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4109745200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=817936 CPUtime=0.1
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 3835 0 0 0 9 1 0 0 16 0 12 0 1979057376 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=817936 CPUtime=0.06
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 3329 0 0 0 6 0 0 0 16 0 12 0 1979057376 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=817936 CPUtime=0
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979057378 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=817936 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=817936 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=817936 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=817936 CPUtime=0.45
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1414 0 0 0 45 0 0 0 17 0 12 0 1979057386 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=817936 CPUtime=0.64
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4268 0 0 0 63 1 0 0 17 0 12 0 1979057386 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=817936 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=817936 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 837566464 28302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 817936

[startup+6.30137 s]
/proc/loadavg: 2.32 2.07 2.02 3/95 10558
/proc/meminfo: memFree=1751904/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=815884 CPUtime=6.77
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 34188 0 30 0 658 19 0 0 18 0 12 0 1979057367 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203971 30814 1375 9 0 201333 0
[pid=10498/tid=10500] ppid=10496 vsize=815884 CPUtime=5.13
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17495 0 2 0 503 10 0 0 25 0 12 0 1979057375 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4109555507 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=815884 CPUtime=0.24
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 5583 0 0 0 22 2 0 0 16 0 12 0 1979057376 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=815884 CPUtime=0.2
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 4661 0 0 0 19 1 0 0 16 0 12 0 1979057376 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=815884 CPUtime=0
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979057378 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=815884 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=815884 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=815884 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=815884 CPUtime=0.47
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1416 0 0 0 47 0 0 0 17 0 12 0 1979057386 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=815884 CPUtime=0.65
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4268 0 0 0 64 1 0 0 16 0 12 0 1979057386 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=815884 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=815884 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 835465216 30814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 815884

[startup+12.7016 s]
/proc/loadavg: 2.61 2.13 2.04 4/95 10558
/proc/meminfo: memFree=1618976/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=815756 CPUtime=13.15
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 39503 0 30 0 1293 22 0 0 18 0 12 0 1979057367 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203939 36080 1375 9 0 201301 0
[pid=10498/tid=10500] ppid=10496 vsize=815756 CPUtime=11.33
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17511 0 2 0 1123 10 0 0 25 0 12 0 1979057375 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4109691863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=815756 CPUtime=0.31
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 8269 0 0 0 28 3 0 0 16 0 12 0 1979057376 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=815756 CPUtime=0.27
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 7273 0 0 0 25 2 0 0 16 0 12 0 1979057376 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=815756 CPUtime=0
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979057378 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=815756 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=815756 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=815756 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=815756 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 16 0 12 0 1979057386 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=815756 CPUtime=0.66
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4268 0 0 0 65 1 0 0 16 0 12 0 1979057386 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=815756 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=815756 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 835334144 36080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 815756

[startup+25.5023 s]
/proc/loadavg: 2.55 2.14 2.05 3/95 10558
/proc/meminfo: memFree=1391008/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=813340 CPUtime=25.92
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 47674 0 30 0 2566 26 0 0 18 0 12 0 1979057367 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203335 43636 1375 9 0 200697 0
[pid=10498/tid=10500] ppid=10496 vsize=813340 CPUtime=23.85
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17533 0 2 0 2374 11 0 0 25 0 12 0 1979057375 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4109744137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=813340 CPUtime=0.44
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 13983 0 0 0 39 5 0 0 16 0 12 0 1979057376 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=813340 CPUtime=0.36
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 9707 0 0 0 33 3 0 0 16 0 12 0 1979057376 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=813340 CPUtime=0.01
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1979057378 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 43636 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=813340 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 16 0 12 0 1979057386 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=813340 CPUtime=0.68
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4270 0 0 0 67 1 0 0 17 0 12 0 1979057386 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 832860160 53699 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.89
Current children cumulated vsize (KiB) 813340

[startup+44.7021 s]
/proc/loadavg: 2.58 2.17 2.06 3/87 10560
/proc/meminfo: memFree=1615072/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=813340 CPUtime=45.09
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 59306 0 30 0 4477 32 0 0 18 0 12 0 1979057367 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203335 55239 1375 9 0 200697 0
[pid=10498/tid=10500] ppid=10496 vsize=813340 CPUtime=42.66
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17562 0 2 0 4254 12 0 0 25 0 12 0 1979057375 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4109636489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=813340 CPUtime=0.62
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 20066 0 0 0 54 8 0 0 16 0 12 0 1979057376 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=813340 CPUtime=0.54
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 15226 0 0 0 48 6 0 0 16 0 12 0 1979057376 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=813340 CPUtime=0.02
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 2 0 0 0 15 0 12 0 1979057378 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=813340 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 16 0 12 0 1979057386 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=813340 CPUtime=0.68
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4270 0 0 0 67 1 0 0 17 0 12 0 1979057386 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 832860160 55239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.09
Current children cumulated vsize (KiB) 813340

[startup+45.5022 s]
/proc/loadavg: 2.54 2.16 2.06 3/87 10560
/proc/meminfo: memFree=1614240/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=813340 CPUtime=45.9
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 60111 0 30 0 4557 33 0 0 18 0 12 0 1979057367 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203335 56043 1375 9 0 200697 0
[pid=10498/tid=10500] ppid=10496 vsize=813340 CPUtime=43.45
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17563 0 2 0 4333 12 0 0 25 0 12 0 1979057375 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4109744645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=813340 CPUtime=0.64
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 20532 0 0 0 55 9 0 0 16 0 12 0 1979057376 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=813340 CPUtime=0.54
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 15564 0 0 0 48 6 0 0 16 0 12 0 1979057376 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=813340 CPUtime=0.02
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 2 0 0 0 15 0 12 0 1979057378 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=813340 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 16 0 12 0 1979057386 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=813340 CPUtime=0.68
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4270 0 0 0 67 1 0 0 17 0 12 0 1979057386 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 832860160 56043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.9
Current children cumulated vsize (KiB) 813340

[startup+46.3014 s]
/proc/loadavg: 2.54 2.16 2.06 3/87 10560
/proc/meminfo: memFree=1609696/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=813340 CPUtime=46.7
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 60452 0 30 0 4637 33 0 0 18 0 12 0 1979057367 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203335 56383 1375 9 0 200697 0
[pid=10498/tid=10500] ppid=10496 vsize=813340 CPUtime=44.23
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17564 0 2 0 4411 12 0 0 25 0 12 0 1979057375 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4109691351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=813340 CPUtime=0.65
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 20870 0 0 0 56 9 0 0 16 0 12 0 1979057376 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=813340 CPUtime=0.55
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 15566 0 0 0 49 6 0 0 16 0 12 0 1979057376 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=813340 CPUtime=0.02
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 2 0 0 0 15 0 12 0 1979057378 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=813340 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 16 0 12 0 1979057386 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=813340 CPUtime=0.68
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4270 0 0 0 67 1 0 0 17 0 12 0 1979057386 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 832860160 56383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.7
Current children cumulated vsize (KiB) 813340

[startup+46.5014 s]
/proc/loadavg: 2.54 2.16 2.06 3/87 10560
/proc/meminfo: memFree=1609696/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=813340 CPUtime=46.9
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 60774 0 30 0 4657 33 0 0 18 0 12 0 1979057367 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203335 56704 1375 9 0 200697 0
[pid=10498/tid=10500] ppid=10496 vsize=813340 CPUtime=44.42
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17565 0 2 0 4430 12 0 0 25 0 12 0 1979057375 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4109746193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=813340 CPUtime=0.65
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 20872 0 0 0 56 9 0 0 16 0 12 0 1979057376 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=813340 CPUtime=0.56
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 15885 0 0 0 50 6 0 0 16 0 12 0 1979057376 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=813340 CPUtime=0.02
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 2 0 0 0 15 0 12 0 1979057378 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=813340 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) S 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 16 0 12 0 1979057386 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=813340 CPUtime=0.68
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4270 0 0 0 67 1 0 0 17 0 12 0 1979057386 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 832860160 56704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.9
Current children cumulated vsize (KiB) 813340

[startup+46.6014 s]
/proc/loadavg: 2.54 2.16 2.06 3/87 10560
/proc/meminfo: memFree=1609696/2055920 swapFree=4179604/4192956
[pid=10498] ppid=10496 vsize=813340 CPUtime=46.99
/proc/10498/stat : 10498 (java) S 10496 10498 10128 0 -1 0 60780 0 30 0 4666 33 0 0 18 0 12 0 1979057367 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10498/statm: 203335 56710 1379 9 0 200697 0
[pid=10498/tid=10500] ppid=10496 vsize=813340 CPUtime=44.51
/proc/10498/task/10500/stat : 10500 (java) R 10496 10498 10128 0 -1 64 17571 0 2 0 4439 12 0 0 25 0 12 0 1979057375 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10501] ppid=10496 vsize=813340 CPUtime=0.65
/proc/10498/task/10501/stat : 10501 (java) S 10496 10498 10128 0 -1 64 20872 0 0 0 56 9 0 0 16 0 12 0 1979057376 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10502] ppid=10496 vsize=813340 CPUtime=0.56
/proc/10498/task/10502/stat : 10502 (java) S 10496 10498 10128 0 -1 64 15885 0 0 0 50 6 0 0 16 0 12 0 1979057376 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10503] ppid=10496 vsize=813340 CPUtime=0.02
/proc/10498/task/10503/stat : 10503 (java) S 10496 10498 10128 0 -1 64 30 0 0 0 2 0 0 0 15 0 12 0 1979057378 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10504] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10504/stat : 10504 (java) S 10496 10498 10128 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10505] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10505/stat : 10505 (java) S 10496 10498 10128 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1979057379 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10506] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10506/stat : 10506 (java) S 10496 10498 10128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1979057386 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10507] ppid=10496 vsize=813340 CPUtime=0.5
/proc/10498/task/10507/stat : 10507 (java) R 10496 10498 10128 0 -1 64 1417 0 0 0 50 0 0 0 17 0 12 0 1979057386 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 105582255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10508] ppid=10496 vsize=813340 CPUtime=0.68
/proc/10498/task/10508/stat : 10508 (java) S 10496 10498 10128 0 -1 64 4270 0 0 0 67 1 0 0 17 0 12 0 1979057386 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10509] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10509/stat : 10509 (java) S 10496 10498 10128 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1979057386 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10498/tid=10510] ppid=10496 vsize=813340 CPUtime=0
/proc/10498/task/10510/stat : 10510 (java) S 10496 10498 10128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979057386 832860160 56710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.99
Current children cumulated vsize (KiB) 813340

Child status: 1
Real time (s): 46.6911
CPU time (s): 47.0578
CPU user time (s): 46.6859
CPU system time (s): 0.371943
CPU usage (%): 100.785
Max. virtual memory (cumulated for all children) (KiB): 818720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.6859
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60801
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3262
involuntary context switches= 2612

runsolver used 0.054991 second user time and 0.172973 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 14:17:42
IDJOB=1041878
IDBENCH=53850
IDSOLVER=344
FILE ID=node74/1041878-1215001062
PBS_JOBID= 7870777
Free space on /tmp= 103212 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/cjss/normalized-la04x3-570.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041878-1215001062/watcher-1041878-1215001062 -o /tmp/evaluation-result-1041878-1215001062/solver-1041878-1215001062 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041878-1215001062.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 258e8f81311a1a5f6c31959db09ea953
RANDOM SEED=1662487071

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.259
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.259
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:       1937800 kB
Buffers:          6932 kB
Cached:          42104 kB
SwapCached:       6520 kB
Active:          42592 kB
Inactive:        17112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937800 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            43652 kB
Committed_AS:  3861568 kB
PageTables:       1764 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103188 MiB
End job on node74 at 2008-07-02 14:18:29