Trace number 1041108

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? 73.0449 70.0535

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-28-28.xml
MD5SUM22db92e42bf9ba55a567bdd77a5f9c8b
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 variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size88
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

Solver Data (download as text)

0.26/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.55	c See www.sat4j.org for details.
0.26/0.55	c That software uses the Rhino library from the Mozilla project.
0.26/0.59	c version 9.9.9.token
0.26/0.59	c sun.arch.data.model	32
0.26/0.59	c java.version	1.6.0_06
0.26/0.59	c os.name	Linux
0.26/0.59	c os.version	2.6.9-22.EL.rootsmp
0.26/0.59	c os.arch	i386
0.26/0.59	c Free memory 669864272
0.26/0.59	c Max memory 672137216
0.26/0.59	c Total memory 672137216
0.26/0.59	c Number of processors 2
0.34/0.64	c c --- Begin Solver configuration ---
0.34/0.64	c Stops conflict analysis at the first Unique Implication Point
0.34/0.64	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.64	c Learn all clauses as in MiniSAT
0.34/0.64	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.64	c Expensive reason simplification
0.34/0.64	c MiniSAT restarts strategy
0.34/0.64	c timeout=2147483s
0.34/0.64	c DB Simplification allowed=false
0.34/0.64	c --- End Solver configuration ---
0.34/0.64	c solving HOME/instance-1041108-1214999563.xml
0.34/0.64	c reading problem ... 
0.62/0.92	c reading problem named null
0.62/0.92	c reading domains done.
0.62/0.93	c reading variables done.
1.21/1.59	c reading predicates  done.
1.40/1.78	c reading constraints
72.90/69.93	c >>>> Reference not supported:  global:weightedsum <<<<
72.90/69.93	c starts		: 0
72.90/69.93	c conflicts		: 0
72.90/69.93	c decisions		: 0
72.90/69.93	c propagations		: 0
72.90/69.93	c inspects		: 0
72.90/69.93	c learnt literals	: 0
72.90/69.93	c learnt binary clauses	: 0
72.90/69.93	c learnt ternary clauses	: 0
72.90/69.93	c learnt clauses	: 0
72.90/69.93	c ignored clauses	: 0
72.90/69.93	c root simplifications	: 0
72.90/69.93	c removed literals (reason simplification)	: 0
72.90/69.93	c reason swapping (by a shorter reason)	: 0
72.90/69.93	c Calls to reduceDB	: 0
72.90/69.93	c speed (assignments/second)	: 0.0
72.90/69.93	c non guided choices	0
72.90/69.93	s UNKNOWN
72.90/69.93	c Total wall clock time (in seconds) : 69.298

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-1041108-1214999563/watcher-1041108-1214999563 -o /tmp/evaluation-result-1041108-1214999563/solver-1041108-1214999563 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041108-1214999563.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: 5.23 5.81 4.17 4/81 9409
/proc/meminfo: memFree=1867608/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=18572 CPUtime=0
/proc/9409/stat : 9409 (runsolver) R 9407 9409 8949 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 612212034 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9409/statm: 4643 292 257 25 0 2626 0

[startup+0.0814589 s]
/proc/loadavg: 5.23 5.81 4.17 4/81 9409
/proc/meminfo: memFree=1867608/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=12872 CPUtime=0
/proc/9409/stat : 9409 (java) D 9407 9409 8949 0 -1 0 370 0 1 0 0 0 0 0 18 0 1 0 612212034 13180928 173 996147200 134512640 134550740 4294956032 18446744073709551615 1606564 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/9409/statm: 3218 173 127 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12872

[startup+0.101576 s]
/proc/loadavg: 5.23 5.81 4.17 4/81 9409
/proc/meminfo: memFree=1867608/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=13012 CPUtime=0.01
/proc/9409/stat : 9409 (java) R 9407 9409 8949 0 -1 0 389 0 9 0 0 1 0 0 18 0 1 0 612212034 13324288 199 996147200 134512640 134550740 4294956032 18446744073709551615 1577770 0 0 4096 0 0 0 0 17 0 0 0
/proc/9409/statm: 3253 199 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.301485 s]
/proc/loadavg: 5.23 5.81 4.17 4/81 9409
/proc/meminfo: memFree=1867608/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=802236 CPUtime=0.07
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 2691 0 28 0 4 3 0 0 18 0 7 0 612212034 821489664 2453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 200559 2453 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.701529 s]
/proc/loadavg: 5.23 5.81 4.17 4/81 9409
/proc/meminfo: memFree=1867608/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=808336 CPUtime=0.43
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 5633 0 29 0 38 5 0 0 18 0 12 0 612212034 827736064 4988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 202084 4988 1319 9 0 199446 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 808336

[startup+1.50262 s]
/proc/loadavg: 5.23 5.81 4.17 3/93 9421
/proc/meminfo: memFree=1843128/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=808336 CPUtime=1.21
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 7436 0 29 0 115 6 0 0 18 0 12 0 612212034 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 202084 5941 1342 9 0 199446 0
[pid=9409/tid=9411] ppid=9407 vsize=808336 CPUtime=0.64
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 4217 0 2 0 61 3 0 0 25 0 12 0 612212047 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9412] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 612212059 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9413] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 612212059 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 612212061 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 612212061 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9416] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 612212061 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9417] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=808336 CPUtime=0.19
/proc/9409/task/9418/stat : 9418 (java) R 9407 9409 8949 0 -1 64 416 0 0 0 19 0 0 0 16 0 12 0 612212068 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 104089682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9419] ppid=9407 vsize=808336 CPUtime=0.34
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2068 0 0 0 34 0 0 0 16 0 12 0 612212068 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9420] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=808336 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 827736064 5941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 808336

[startup+3.1028 s]
/proc/loadavg: 5.23 5.81 4.17 4/93 9421
/proc/meminfo: memFree=1829944/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=816252 CPUtime=2.97
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 20135 0 29 0 284 13 0 0 18 0 12 0 612212034 835842048 16434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 204063 16435 1375 9 0 201425 0
[pid=9409/tid=9411] ppid=9407 vsize=816252 CPUtime=1.67
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 12772 0 2 0 159 8 0 0 24 0 12 0 612212047 835842048 16435 996147200 134512640 134550740 4294956032 18446744073709551615 4109734350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 612212059 835842048 16436 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9413] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 612212059 835842048 16436 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 612212061 835842048 16437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 612212061 835842048 16437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9416] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 612212061 835842048 16438 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9417] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 835842048 16438 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=816252 CPUtime=0.68
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4244 0 0 0 67 1 0 0 16 0 12 0 612212068 835842048 16439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9419] ppid=9407 vsize=816252 CPUtime=0.57
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2385 0 0 0 57 0 0 0 16 0 12 0 612212068 835842048 16439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9420] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 835842048 16440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=816252 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 835842048 16440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 816252

[startup+6.30116 s]
/proc/loadavg: 4.97 5.75 4.16 3/93 9421
/proc/meminfo: memFree=1748280/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=819896 CPUtime=6.19
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 37566 0 29 0 599 20 0 0 18 0 12 0 612212034 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 204974 33171 1380 9 0 202336 0
[pid=9409/tid=9411] ppid=9407 vsize=819896 CPUtime=4.16
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 17275 0 2 0 405 11 0 0 25 0 12 0 612212047 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4109659814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=819896 CPUtime=0.33
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 5577 0 0 0 31 2 0 0 18 0 12 0 612212059 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9413] ppid=9407 vsize=819896 CPUtime=0.36
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 7320 0 0 0 34 2 0 0 18 0 12 0 612212059 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9414] ppid=9407 vsize=819896 CPUtime=0
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 612212061 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9415] ppid=9407 vsize=819896 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=819896 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=819896 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=819896 CPUtime=0.69
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4244 0 0 0 68 1 0 0 16 0 12 0 612212068 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9419] ppid=9407 vsize=819896 CPUtime=0.58
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2385 0 0 0 58 0 0 0 16 0 12 0 612212068 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9420] ppid=9407 vsize=819896 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=819896 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 839573504 33171 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 819896

[startup+12.7029 s]
/proc/loadavg: 4.89 5.72 4.16 5/93 9421
/proc/meminfo: memFree=1675064/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=13.27
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 57800 0 29 0 1299 28 0 0 18 0 12 0 612212034 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 51120 1380 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=8.34
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 17284 0 2 0 823 11 0 0 25 0 12 0 612212047 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4109602801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=1.75
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 15899 0 0 0 169 6 0 0 16 0 12 0 612212059 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=1.82
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 17222 0 0 0 177 5 0 0 16 0 12 0 612212059 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=826296 CPUtime=0.7
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4245 0 0 0 69 1 0 0 17 0 12 0 612212068 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9419] ppid=9407 vsize=826296 CPUtime=0.58
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2385 0 0 0 58 0 0 0 16 0 12 0 612212068 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 51120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 826296

[startup+25.5024 s]
/proc/loadavg: 4.25 5.54 4.12 3/93 9421
/proc/meminfo: memFree=1530296/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=26.22
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 90972 0 29 0 2580 42 0 0 18 0 12 0 612212034 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 83850 1380 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=17.59
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 17309 0 2 0 1748 11 0 0 25 0 12 0 612212047 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4109318634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=3.48
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 29701 0 0 0 337 11 0 0 17 0 12 0 612212059 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=3.55
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 36514 0 0 0 341 14 0 0 17 0 12 0 612212059 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 612212061 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 83850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 169758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 169758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.12
Current children cumulated vsize (KiB) 826296

[startup+63.9017 s]
/proc/loadavg: 3.60 5.25 4.08 4/93 9421
/proc/meminfo: memFree=1186232/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=66.73
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 178626 0 29 0 6594 79 0 0 18 0 12 0 612212034 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 169798 1399 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=43.17
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 35785 0 2 0 4297 20 0 0 25 0 12 0 612212047 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4109807650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=9.16
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 56327 0 0 0 896 20 0 0 16 0 12 0 612212059 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=9.15
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 78987 0 0 0 883 32 0 0 16 0 12 0 612212059 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=3.02
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 34 0 0 0 302 0 0 0 15 0 12 0 612212061 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=826296 CPUtime=1.26
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4351 0 0 0 125 1 0 0 17 0 12 0 612212068 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9419] ppid=9407 vsize=826296 CPUtime=0.88
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2407 0 0 0 88 0 0 0 16 0 12 0 612212068 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 169798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 826296

[startup+67.1061 s]
/proc/loadavg: 3.47 5.19 4.07 3/93 9421
/proc/meminfo: memFree=1186232/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=70.11
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 178631 0 29 0 6932 79 0 0 18 0 12 0 612212034 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 169800 1399 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=45.1
/proc/9409/task/9411/stat : 9411 (java) S 9407 9409 8949 0 -1 64 35790 0 2 0 4490 20 0 0 25 0 12 0 612212047 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=9.59
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 56327 0 0 0 939 20 0 0 16 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=9.58
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 78987 0 0 0 926 32 0 0 15 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=3.6
/proc/9409/task/9414/stat : 9414 (java) R 9407 9409 8949 0 -1 64 34 0 0 0 360 0 0 0 16 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=826296 CPUtime=1.27
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4351 0 0 0 126 1 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9419] ppid=9407 vsize=826296 CPUtime=0.88
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2407 0 0 0 88 0 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.11
Current children cumulated vsize (KiB) 826296

[startup+68.7023 s]
/proc/loadavg: 3.47 5.19 4.07 3/93 9421
/proc/meminfo: memFree=1186232/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=71.71
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 178631 0 29 0 7092 79 0 0 18 0 12 0 612212034 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 169800 1399 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=45.1
/proc/9409/task/9411/stat : 9411 (java) S 9407 9409 8949 0 -1 64 35790 0 2 0 4490 20 0 0 25 0 12 0 612212047 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=9.59
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 56327 0 0 0 939 20 0 0 16 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=9.58
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 78987 0 0 0 926 32 0 0 15 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=5.19
/proc/9409/task/9414/stat : 9414 (java) R 9407 9409 8949 0 -1 64 34 0 0 0 519 0 0 0 18 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=826296 CPUtime=1.27
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4351 0 0 0 126 1 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9419] ppid=9407 vsize=826296 CPUtime=0.88
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2407 0 0 0 88 0 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.71
Current children cumulated vsize (KiB) 826296

[startup+69.5024 s]
/proc/loadavg: 3.47 5.19 4.07 3/93 9421
/proc/meminfo: memFree=1186232/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=72.5
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 178631 0 29 0 7171 79 0 0 18 0 12 0 612212034 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 169800 1399 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=45.1
/proc/9409/task/9411/stat : 9411 (java) S 9407 9409 8949 0 -1 64 35790 0 2 0 4490 20 0 0 25 0 12 0 612212047 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=9.59
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 56327 0 0 0 939 20 0 0 16 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=9.58
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 78987 0 0 0 926 32 0 0 15 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=5.99
/proc/9409/task/9414/stat : 9414 (java) R 9407 9409 8949 0 -1 64 34 0 0 0 599 0 0 0 19 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=826296 CPUtime=1.27
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4351 0 0 0 126 1 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9419] ppid=9407 vsize=826296 CPUtime=0.88
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2407 0 0 0 88 0 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.5
Current children cumulated vsize (KiB) 826296

[startup+69.9024 s]
/proc/loadavg: 3.47 5.19 4.07 3/93 9421
/proc/meminfo: memFree=1186232/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=826296 CPUtime=72.9
/proc/9409/stat : 9409 (java) S 9407 9409 8949 0 -1 0 178631 0 29 0 7211 79 0 0 18 0 12 0 612212034 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 206574 169800 1399 9 0 203936 0
[pid=9409/tid=9411] ppid=9407 vsize=826296 CPUtime=45.48
/proc/9409/task/9411/stat : 9411 (java) R 9407 9409 8949 0 -1 64 35790 0 2 0 4528 20 0 0 20 0 12 0 612212047 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4109659800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9412] ppid=9407 vsize=826296 CPUtime=9.59
/proc/9409/task/9412/stat : 9412 (java) S 9407 9409 8949 0 -1 64 56327 0 0 0 939 20 0 0 16 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9413] ppid=9407 vsize=826296 CPUtime=9.58
/proc/9409/task/9413/stat : 9413 (java) S 9407 9409 8949 0 -1 64 78987 0 0 0 926 32 0 0 15 0 12 0 612212059 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9414] ppid=9407 vsize=826296 CPUtime=6
/proc/9409/task/9414/stat : 9414 (java) S 9407 9409 8949 0 -1 64 34 0 0 0 600 0 0 0 19 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9415] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9415/stat : 9415 (java) S 9407 9409 8949 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9416] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9416/stat : 9416 (java) S 9407 9409 8949 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 612212061 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9409/tid=9417] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9417/stat : 9417 (java) S 9407 9409 8949 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9418] ppid=9407 vsize=826296 CPUtime=1.27
/proc/9409/task/9418/stat : 9418 (java) S 9407 9409 8949 0 -1 64 4351 0 0 0 126 1 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9419] ppid=9407 vsize=826296 CPUtime=0.88
/proc/9409/task/9419/stat : 9419 (java) S 9407 9409 8949 0 -1 64 2407 0 0 0 88 0 0 0 16 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9420] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9420/stat : 9420 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9409/tid=9421] ppid=9407 vsize=826296 CPUtime=0
/proc/9409/task/9421/stat : 9421 (java) S 9407 9409 8949 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 612212068 846127104 169800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.9
Current children cumulated vsize (KiB) 826296

[startup+70.0024 s]
/proc/loadavg: 3.47 5.19 4.07 3/93 9421
/proc/meminfo: memFree=1186232/2055920 swapFree=4179360/4192956
[pid=9409] ppid=9407 vsize=0 CPUtime=72.99
/proc/9409/stat : 9409 (java) Z 9407 9409 8949 0 -1 12 178646 0 29 0 7215 84 0 0 16 0 2 0 612212034 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9409/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 70.0535
CPU time (s): 73.0449
CPU user time (s): 72.153
CPU system time (s): 0.891864
CPU usage (%): 104.27
Max. virtual memory (cumulated for all children) (KiB): 826296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.153
system time used= 0.891864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178646
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3176
involuntary context switches= 4691

runsolver used 0.101984 second user time and 0.226965 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-02 13:52:43
IDJOB=1041108
IDBENCH=53773
IDSOLVER=344
FILE ID=node87/1041108-1214999563
PBS_JOBID= 7870750
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-28-28.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-1041108-1214999563/watcher-1041108-1214999563 -o /tmp/evaluation-result-1041108-1214999563/solver-1041108-1214999563 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041108-1214999563.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22db92e42bf9ba55a567bdd77a5f9c8b
RANDOM SEED=303318809

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1868152 kB
Buffers:          2712 kB
Cached:          36416 kB
SwapCached:       7452 kB
Active:         115276 kB
Inactive:         3352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868152 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          92980 kB
Slab:            54100 kB
Committed_AS:  2239936 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node87 at 2008-07-02 13:53:54