Trace number 1056530

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? (exit code) 258.375 259.072

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-02-1097.xml
MD5SUMdb569eb1a10e368cbf1419b196a88571
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095984
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1098
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.36	c version 9.9.9.token
0.27/0.36	c sun.arch.data.model	32
0.27/0.36	c java.version	1.6.0_06
0.27/0.36	c os.name	Linux
0.27/0.36	c os.version	2.6.9-22.EL.rootsmp
0.27/0.36	c os.arch	i386
0.27/0.36	c Free memory 669864272
0.27/0.36	c Max memory 672137216
0.27/0.36	c Total memory 672137216
0.27/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1056530-1215063492.xml
0.38/0.41	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.57/0.68	c reading variables done.
0.87/0.98	c reading predicates  done.
1.07/1.17	c reading constraints
258.11/258.85	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
258.11/258.85		at java.util.Arrays.copyOfRange(Unknown Source)
258.11/258.85		at java.lang.String.(Unknown Source)
258.11/258.85		at java.lang.StringBuilder.toString(Unknown Source)
258.11/258.85		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
258.11/258.85		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
258.11/258.85		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
258.11/258.85		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

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

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-1056530-1215063492/watcher-1056530-1215063492 -o /tmp/evaluation-result-1056530-1215063492/solver-1056530-1215063492 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1056530-1215063492.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: 1.91 1.97 1.99 4/72 7383
/proc/meminfo: memFree=1517200/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=18572 CPUtime=0
/proc/7383/stat : 7383 (runsolver) R 7381 7383 6857 0 -1 4194368 16 0 0 0 0 0 0 0 23 0 1 0 1985323356 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7383/statm: 4643 292 257 25 0 2626 0

[startup+0.021398 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 7383
/proc/meminfo: memFree=1517200/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=13608 CPUtime=0
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 926 0 1 0 0 0 0 0 18 0 2 0 1985323356 13934592 672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 3402 672 325 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13608

[startup+0.100875 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 7383
/proc/meminfo: memFree=1517200/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=804612 CPUtime=0.07
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 2997 0 1 0 5 2 0 0 18 0 12 0 1985323356 823922688 2730 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.301904 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 7383
/proc/meminfo: memFree=1517200/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=808276 CPUtime=0.27
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 4927 0 1 0 24 3 0 0 18 0 12 0 1985323356 827674624 4254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 202069 4254 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808276

[startup+0.701964 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 7383
/proc/meminfo: memFree=1517200/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=808304 CPUtime=0.67
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 6354 0 1 0 63 4 0 0 18 0 12 0 1985323356 827703296 5482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 202076 5482 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50108 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 7395
/proc/meminfo: memFree=1477360/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=814804 CPUtime=1.46
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 15520 0 1 0 138 8 0 0 18 0 12 0 1985323356 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 203701 13431 1355 9 0 201063 0
[pid=7383/tid=7385] ppid=7381 vsize=814804 CPUtime=0.81
/proc/7383/task/7385/stat : 7385 (java) R 7381 7383 6857 0 -1 64 10310 0 1 0 75 6 0 0 19 0 12 0 1985323358 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1985323359 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1985323359 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7388/stat : 7388 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1985323361 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1985323361 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1985323361 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=814804 CPUtime=0.37
/proc/7383/task/7392/stat : 7392 (java) R 7381 7383 6857 0 -1 64 3257 0 0 0 37 0 0 0 17 0 12 0 1985323366 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 103336639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=814804 CPUtime=0.25
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 1186 0 0 0 25 0 0 0 16 0 12 0 1985323366 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985323366 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=814804 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 834359296 13431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 814804

[startup+3.10231 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 7395
/proc/meminfo: memFree=1457904/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=818460 CPUtime=3.05
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 30551 0 1 0 291 14 0 0 18 0 12 0 1985323356 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204615 26775 1384 9 0 201977 0
[pid=7383/tid=7385] ppid=7381 vsize=818460 CPUtime=1.38
/proc/7383/task/7385/stat : 7385 (java) R 7381 7383 6857 0 -1 64 17266 0 1 0 129 9 0 0 24 0 12 0 1985323358 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4109789811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=818460 CPUtime=0.09
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 3434 0 0 0 8 1 0 0 17 0 12 0 1985323359 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=818460 CPUtime=0.04
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 2044 0 0 0 4 0 0 0 17 0 12 0 1985323359 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=818460 CPUtime=0
/proc/7383/task/7388/stat : 7388 (java) S 7381 7383 6857 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985323361 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=818460 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985323361 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=818460 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985323361 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=818460 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=818460 CPUtime=0.79
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 78 1 0 0 16 0 12 0 1985323366 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=818460 CPUtime=0.69
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 69 0 0 0 16 0 12 0 1985323366 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=818460 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985323366 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=818460 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 838103040 26775 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 818460

[startup+6.30178 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 7395
/proc/meminfo: memFree=1397232/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=817884 CPUtime=6.23
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 37383 0 1 0 606 17 0 0 18 0 12 0 1985323356 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204471 33140 1384 9 0 201833 0
[pid=7383/tid=7385] ppid=7381 vsize=817884 CPUtime=4.32
/proc/7383/task/7385/stat : 7385 (java) R 7381 7383 6857 0 -1 64 17271 0 1 0 423 9 0 0 25 0 12 0 1985323358 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4109773833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=817884 CPUtime=0.2
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 7998 0 0 0 18 2 0 0 16 0 12 0 1985323359 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=817884 CPUtime=0.15
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 4307 0 0 0 14 1 0 0 16 0 12 0 1985323359 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7388/stat : 7388 (java) S 7381 7383 6857 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=817884 CPUtime=0.79
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 78 1 0 0 16 0 12 0 1985323366 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=817884 CPUtime=0.69
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 69 0 0 0 16 0 12 0 1985323366 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985323366 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 837513216 33140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 817884

[startup+12.7027 s]
/proc/loadavg: 1.93 1.97 1.99 3/84 7395
/proc/meminfo: memFree=1335792/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=817884 CPUtime=12.57
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 52596 0 1 0 1234 23 0 0 18 0 12 0 1985323356 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204471 48333 1384 9 0 201833 0
[pid=7383/tid=7385] ppid=7381 vsize=817884 CPUtime=10.37
/proc/7383/task/7385/stat : 7385 (java) R 7381 7383 6857 0 -1 64 17292 0 1 0 1028 9 0 0 25 0 12 0 1985323358 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4109747812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=817884 CPUtime=0.34
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 15163 0 0 0 29 5 0 0 16 0 12 0 1985323359 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=817884 CPUtime=0.29
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 12334 0 0 0 25 4 0 0 16 0 12 0 1985323359 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7388/stat : 7388 (java) S 7381 7383 6857 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=817884 CPUtime=0.79
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 78 1 0 0 16 0 12 0 1985323366 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=817884 CPUtime=0.7
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 70 0 0 0 17 0 12 0 1985323366 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985323366 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 837513216 48333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 817884

[startup+25.5016 s]
/proc/loadavg: 1.94 1.97 1.99 3/84 7395
/proc/meminfo: memFree=1245424/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=817884 CPUtime=25.25
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 74205 0 1 0 2495 30 0 0 18 0 12 0 1985323356 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204471 69916 1384 9 0 201833 0
[pid=7383/tid=7385] ppid=7381 vsize=817884 CPUtime=22.69
/proc/7383/task/7385/stat : 7385 (java) R 7381 7383 6857 0 -1 64 17318 0 1 0 2260 9 0 0 25 0 12 0 1985323358 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4109773833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=817884 CPUtime=0.49
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 26599 0 0 0 40 9 0 0 16 0 12 0 1985323359 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=817884 CPUtime=0.46
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 22481 0 0 0 39 7 0 0 16 0 12 0 1985323359 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=817884 CPUtime=0.01
/proc/7383/task/7388/stat : 7388 (java) S 7381 7383 6857 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1985323361 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 837513216 69916 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=7383/tid=7395] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 248.82
Current children cumulated vsize (KiB) 817884

[startup+255.901 s]
/proc/loadavg: 2.39 2.07 2.02 4/84 7395
/proc/meminfo: memFree=824752/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=817884 CPUtime=255.22
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 179300 0 1 0 25448 74 0 0 18 0 12 0 1985323356 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204471 174039 1388 9 0 201833 0
[pid=7383/tid=7385] ppid=7381 vsize=817884 CPUtime=223.27
/proc/7383/task/7385/stat : 7385 (java) R 7381 7383 6857 0 -1 64 17762 0 1 0 22316 11 0 0 24 0 12 0 1985323358 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=817884 CPUtime=3.96
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 84151 0 0 0 365 31 0 0 15 0 12 0 1985323359 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=817884 CPUtime=3.72
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 69385 0 0 0 348 24 0 0 16 0 12 0 1985323359 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=817884 CPUtime=22.66
/proc/7383/task/7388/stat : 7388 (java) R 7381 7383 6857 0 -1 64 225 0 0 0 2263 3 0 0 18 0 12 0 1985323361 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 105677742 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1985323361 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=817884 CPUtime=0.82
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 81 1 0 0 16 0 12 0 1985323366 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=817884 CPUtime=0.73
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 73 0 0 0 17 0 12 0 1985323366 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985323366 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=817884 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 837513216 174039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.22
Current children cumulated vsize (KiB) 817884

[startup+257.503 s]
/proc/loadavg: 2.39 2.07 2.02 3/84 7395
/proc/meminfo: memFree=824752/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=818208 CPUtime=256.82
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 179309 0 1 0 25608 74 0 0 18 0 13 0 1985323356 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204552 174045 1388 9 0 201914 0
[pid=7383/tid=7385] ppid=7381 vsize=818208 CPUtime=223.27
/proc/7383/task/7385/stat : 7385 (java) S 7381 7383 6857 0 -1 64 17766 0 1 0 22316 11 0 0 21 0 13 0 1985323358 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=818208 CPUtime=3.96
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 84151 0 0 0 365 31 0 0 15 0 13 0 1985323359 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=818208 CPUtime=3.72
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 69385 0 0 0 348 24 0 0 16 0 13 0 1985323359 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=818208 CPUtime=24.26
/proc/7383/task/7388/stat : 7388 (java) R 7381 7383 6857 0 -1 64 225 0 0 0 2423 3 0 0 21 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 106122401 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=818208 CPUtime=0.82
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 81 1 0 0 16 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=818208 CPUtime=0.73
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 73 0 0 0 17 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.82
Current children cumulated vsize (KiB) 818208

[startup+258.303 s]
/proc/loadavg: 2.39 2.07 2.02 3/84 7395
/proc/meminfo: memFree=824752/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=818208 CPUtime=257.61
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 179312 0 1 0 25687 74 0 0 18 0 13 0 1985323356 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204552 174045 1388 9 0 201914 0
[pid=7383/tid=7385] ppid=7381 vsize=818208 CPUtime=223.27
/proc/7383/task/7385/stat : 7385 (java) S 7381 7383 6857 0 -1 64 17766 0 1 0 22316 11 0 0 21 0 13 0 1985323358 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=818208 CPUtime=3.96
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 84151 0 0 0 365 31 0 0 15 0 13 0 1985323359 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=818208 CPUtime=3.72
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 69385 0 0 0 348 24 0 0 16 0 13 0 1985323359 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=818208 CPUtime=25.06
/proc/7383/task/7388/stat : 7388 (java) R 7381 7383 6857 0 -1 64 225 0 0 0 2503 3 0 0 24 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=818208 CPUtime=0.82
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 81 1 0 0 16 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=818208 CPUtime=0.73
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 73 0 0 0 17 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.61
Current children cumulated vsize (KiB) 818208

[startup+258.703 s]
/proc/loadavg: 2.36 2.07 2.02 3/85 7396
/proc/meminfo: memFree=824680/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=818208 CPUtime=258.01
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 179312 0 1 0 25727 74 0 0 18 0 13 0 1985323356 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204552 174045 1388 9 0 201914 0
[pid=7383/tid=7385] ppid=7381 vsize=818208 CPUtime=223.27
/proc/7383/task/7385/stat : 7385 (java) S 7381 7383 6857 0 -1 64 17766 0 1 0 22316 11 0 0 21 0 13 0 1985323358 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=818208 CPUtime=3.96
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 84151 0 0 0 365 31 0 0 15 0 13 0 1985323359 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=818208 CPUtime=3.72
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 69385 0 0 0 348 24 0 0 16 0 13 0 1985323359 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=818208 CPUtime=25.46
/proc/7383/task/7388/stat : 7388 (java) R 7381 7383 6857 0 -1 64 225 0 0 0 2543 3 0 0 25 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985323361 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=818208 CPUtime=0.82
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 81 1 0 0 16 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=818208 CPUtime=0.73
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 73 0 0 0 17 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) R 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985323366 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7383/tid=7396] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7396/stat : 7396 (java) S 7381 7383 6857 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1985349091 837844992 174045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 258.01
Current children cumulated vsize (KiB) 818208

[startup+258.903 s]
/proc/loadavg: 2.36 2.07 2.02 3/85 7396
/proc/meminfo: memFree=824680/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=818208 CPUtime=258.21
/proc/7383/stat : 7383 (java) S 7381 7383 6857 0 -1 0 179315 0 1 0 25747 74 0 0 18 0 12 0 1985323356 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 204552 174047 1389 9 0 201914 0
[pid=7383/tid=7385] ppid=7381 vsize=818208 CPUtime=223.27
/proc/7383/task/7385/stat : 7385 (java) S 7381 7383 6857 0 -1 64 17767 0 1 0 22316 11 0 0 16 0 12 0 1985323358 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7386] ppid=7381 vsize=818208 CPUtime=3.96
/proc/7383/task/7386/stat : 7386 (java) S 7381 7383 6857 0 -1 64 84151 0 0 0 365 31 0 0 15 0 12 0 1985323359 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7387] ppid=7381 vsize=818208 CPUtime=3.72
/proc/7383/task/7387/stat : 7387 (java) S 7381 7383 6857 0 -1 64 69385 0 0 0 348 24 0 0 16 0 12 0 1985323359 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7388] ppid=7381 vsize=818208 CPUtime=25.65
/proc/7383/task/7388/stat : 7388 (java) R 7381 7383 6857 0 -1 64 225 0 0 0 2562 3 0 0 25 0 12 0 1985323361 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 106122633 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7389] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7389/stat : 7389 (java) S 7381 7383 6857 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 1985323361 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7390] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7390/stat : 7390 (java) S 7381 7383 6857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985323361 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7391] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7391/stat : 7391 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1985323366 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7392] ppid=7381 vsize=818208 CPUtime=0.82
/proc/7383/task/7392/stat : 7392 (java) S 7381 7383 6857 0 -1 64 4659 0 0 0 81 1 0 0 16 0 12 0 1985323366 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7393] ppid=7381 vsize=818208 CPUtime=0.73
/proc/7383/task/7393/stat : 7393 (java) S 7381 7383 6857 0 -1 64 2354 0 0 0 73 0 0 0 17 0 12 0 1985323366 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7394] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7394/stat : 7394 (java) S 7381 7383 6857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985323366 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7383/tid=7395] ppid=7381 vsize=818208 CPUtime=0
/proc/7383/task/7395/stat : 7395 (java) S 7381 7383 6857 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985323366 837844992 174047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 258.21
Current children cumulated vsize (KiB) 818208

[startup+259.003 s]
/proc/loadavg: 2.36 2.07 2.02 3/85 7396
/proc/meminfo: memFree=824680/2055920 swapFree=4164432/4192956
[pid=7383] ppid=7381 vsize=0 CPUtime=258.3
/proc/7383/stat : 7383 (java) Z 7381 7383 6857 0 -1 12 179319 0 1 0 25752 78 0 0 16 0 2 0 1985323356 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.3
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 259.072
CPU time (s): 258.375
CPU user time (s): 257.521
CPU system time (s): 0.85387
CPU usage (%): 99.7308
Max. virtual memory (cumulated for all children) (KiB): 818520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.521
system time used= 0.85387
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12045
involuntary context switches= 8559

runsolver used 0.335948 second user time and 0.873867 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-03 07:38:12
IDJOB=1056530
IDBENCH=57654
IDSOLVER=344
FILE ID=node22/1056530-1215063492
PBS_JOBID= 7875211
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db569eb1a10e368cbf1419b196a88571
RANDOM SEED=2015094430

node22.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.267
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.267
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:       1517616 kB
Buffers:         79776 kB
Cached:         351648 kB
SwapCached:      22816 kB
Active:         184960 kB
Inactive:       276576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517616 kB
SwapTotal:     4192956 kB
SwapFree:      4164432 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          21668 kB
Slab:            62124 kB
Committed_AS:  3335452 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node22 at 2008-07-03 07:42:31