Trace number 1065217

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? 312.093 313.203

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-l152lav.xml
MD5SUM9169d620fc88fcbfc7ec2d65a69dcbe5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables1989
Number of constraints193
Maximum constraint arity1989
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1065217-1215146091.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.69	c reading domains done.
0.58/0.69	c reading variables done.
1.27/1.33	c reading predicates  done.
2.47/2.54	c reading constraints
311.90/313.07	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
311.90/313.07		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:223)
311.90/313.07		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2268)
311.90/313.07		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
311.90/313.07		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
311.90/313.07		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
311.90/313.07		at org.mozilla.javascript.gen.c15._c0(rhino.log:1)
311.90/313.07		at org.mozilla.javascript.gen.c15.call(rhino.log)
311.90/313.07		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
311.90/313.07		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
311.90/313.07		at org.mozilla.javascript.gen.c15.call(rhino.log)
311.90/313.07		at org.mozilla.javascript.gen.c15.exec(rhino.log)
311.90/313.07		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:129)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07		at org.sat4j.csp.Predicate.find(Predicate.java:139)
311.90/313.07	c starts		: 0
311.90/313.07	c conflicts		: 0
311.90/313.07	c decisions		: 0
311.90/313.07	c propagations		: 0
311.90/313.07	c inspects		: 0
311.90/313.07	c learnt literals	: 0
311.90/313.07	c learnt binary clauses	: 0
311.90/313.07	c learnt ternary clauses	: 0
311.90/313.07	c learnt clauses	: 0
311.90/313.07	c ignored clauses	: 0
311.90/313.07	c root simplifications	: 0
311.90/313.07	c removed literals (reason simplification)	: 0
311.90/313.07	c reason swapping (by a shorter reason)	: 0
311.90/313.07	c Calls to reduceDB	: 0
311.90/313.07	c speed (assignments/second)	: 0.0
311.90/313.07	c non guided choices	0
311.90/313.07	s UNKNOWN
311.90/313.08	c Total wall clock time (in seconds) : 312.669

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-1065217-1215146091/watcher-1065217-1215146091 -o /tmp/evaluation-result-1065217-1215146091/solver-1065217-1215146091 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1065217-1215146091.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.10 2.04 4/72 11981
/proc/meminfo: memFree=1777432/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=18572 CPUtime=0
/proc/11981/stat : 11981 (runsolver) R 11979 11981 11604 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1544279530 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11981/statm: 4643 292 257 25 0 2626 0

[startup+0.072561 s]
/proc/loadavg: 2.01 2.10 2.04 4/72 11981
/proc/meminfo: memFree=1777432/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=802236 CPUtime=0.06
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 2760 0 1 0 4 2 0 0 18 0 7 0 1544279530 821489664 2495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 200559 2495 1004 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101566 s]
/proc/loadavg: 2.01 2.10 2.04 4/72 11981
/proc/meminfo: memFree=1777432/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=804612 CPUtime=0.09
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 2998 0 1 0 7 2 0 0 18 0 12 0 1544279530 823922688 2731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 201153 2731 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.30159 s]
/proc/loadavg: 2.01 2.10 2.04 4/72 11981
/proc/meminfo: memFree=1777432/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=807760 CPUtime=0.28
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 4835 0 1 0 25 3 0 0 18 0 12 0 1544279530 827146240 4164 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 201940 4164 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701629 s]
/proc/loadavg: 2.01 2.10 2.04 4/72 11981
/proc/meminfo: memFree=1777432/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=807788 CPUtime=0.68
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 6252 0 1 0 63 5 0 0 18 0 12 0 1544279530 827174912 5382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 201947 5382 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50272 s]
/proc/loadavg: 2.01 2.10 2.04 4/84 11993
/proc/meminfo: memFree=1760376/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=807788 CPUtime=1.47
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 7576 0 1 0 141 6 0 0 18 0 12 0 1544279530 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 201947 6622 1355 9 0 199309 0
[pid=11981/tid=11983] ppid=11979 vsize=807788 CPUtime=0.94
/proc/11981/task/11983/stat : 11983 (java) R 11979 11981 11604 0 -1 64 5025 0 1 0 89 5 0 0 18 0 12 0 1544279532 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4159710531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11984] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1544279533 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11985] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1544279533 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11986] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11986/stat : 11986 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1544279535 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11987] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1544279535 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11988] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1544279535 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=807788 CPUtime=0.19
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 430 0 0 0 19 0 0 0 16 0 12 0 1544279539 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=807788 CPUtime=0.32
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 1356 0 0 0 32 0 0 0 16 0 12 0 1544279540 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=807788 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 827174912 6622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807788

[startup+3.1029 s]
/proc/loadavg: 2.01 2.10 2.04 4/84 11993
/proc/meminfo: memFree=1752056/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=813840 CPUtime=3.06
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 13957 0 1 0 297 9 0 0 18 0 12 0 1544279530 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 203460 10448 1383 9 0 200822 0
[pid=11981/tid=11983] ppid=11979 vsize=813840 CPUtime=1.34
/proc/11981/task/11983/stat : 11983 (java) R 11979 11981 11604 0 -1 64 7292 0 1 0 128 6 0 0 21 0 12 0 1544279532 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11984] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1544279533 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11985] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1544279533 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11986] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11986/stat : 11986 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1544279535 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11987] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1544279535 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11988] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1544279535 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=813840 CPUtime=0.45
/proc/11981/task/11990/stat : 11990 (java) R 11979 11981 11604 0 -1 64 471 0 0 0 45 0 0 0 16 0 12 0 1544279539 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 103123383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=813840 CPUtime=1.24
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 5429 0 0 0 122 2 0 0 18 0 12 0 1544279540 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=813840 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 833372160 10448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813840

[startup+6.30225 s]
/proc/loadavg: 2.01 2.10 2.04 5/84 11993
/proc/meminfo: memFree=1703928/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=819308 CPUtime=6.22
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 30279 0 1 0 604 18 0 0 18 0 12 0 1544279530 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 204827 23460 1393 9 0 202189 0
[pid=11981/tid=11983] ppid=11979 vsize=819308 CPUtime=2.6
/proc/11981/task/11983/stat : 11983 (java) R 11979 11981 11604 0 -1 64 17287 0 1 0 248 12 0 0 25 0 12 0 1544279532 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4110109539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11984] ppid=11979 vsize=819308 CPUtime=0.01
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 497 0 0 0 1 0 0 0 17 0 12 0 1544279533 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11985] ppid=11979 vsize=819308 CPUtime=0.02
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 945 0 0 0 2 0 0 0 17 0 12 0 1544279533 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11986] ppid=11979 vsize=819308 CPUtime=0
/proc/11981/task/11986/stat : 11986 (java) S 11979 11981 11604 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544279535 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11987] ppid=11979 vsize=819308 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11988] ppid=11979 vsize=819308 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=819308 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=819308 CPUtime=1.09
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 1608 0 0 0 109 0 0 0 16 0 12 0 1544279539 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=819308 CPUtime=2.45
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 9149 0 0 0 241 4 0 0 16 0 12 0 1544279540 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=819308 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=819308 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 838971392 23460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 819308

[startup+12.702 s]
/proc/loadavg: 2.01 2.10 2.04 3/84 11993
/proc/meminfo: memFree=1668600/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=822576 CPUtime=12.59
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 38744 0 1 0 1237 22 0 0 18 0 12 0 1544279530 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 205644 28915 1393 9 0 203006 0
[pid=11981/tid=11983] ppid=11979 vsize=822576 CPUtime=7.83
/proc/11981/task/11983/stat : 11983 (java) R 11979 11981 11604 0 -1 64 17553 0 1 0 771 12 0 0 25 0 12 0 1544279532 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4109605272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11984] ppid=11979 vsize=822576 CPUtime=0.14
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 2703 0 0 0 13 1 0 0 16 0 12 0 1544279533 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11985] ppid=11979 vsize=822576 CPUtime=0.14
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 3104 0 0 0 14 0 0 0 16 0 12 0 1544279533 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11986] ppid=11979 vsize=822576 CPUtime=0.01
/proc/11981/task/11986/stat : 11986 (java) S 11979 11981 11604 0 -1 64 87 0 0 0 1 0 0 0 17 0 12 0 1544279535 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11987] ppid=11979 vsize=822576 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11988] ppid=11979 vsize=822576 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=822576 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=822576 CPUtime=1.11
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 1622 0 0 0 111 0 0 0 15 0 12 0 1544279539 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=822576 CPUtime=3.31
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 12912 0 0 0 325 6 0 0 23 0 12 0 1544279540 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=822576 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=822576 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 842317824 28915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 822576

[startup+25.5024 s]
/proc/loadavg: 2.09 2.11 2.04 3/84 11993
/proc/meminfo: memFree=1593592/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=821716 CPUtime=25.27
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 57405 0 1 0 2497 30 0 0 18 0 12 0 1544279530 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 205429 47070 1393 9 0 202791 0
[pid=11981/tid=11983] ppid=11979 vsize=821716 CPUtime=18.91
/proc/11981/task/11983/stat : 11983 (java) R 11979 11981 11604 0 -1 64 17571 0 1 0 1879 12 0 0 25 0 12 0 1544279532 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4109823817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11984] ppid=11979 vsize=821716 CPUtime=0.65
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 12524 0 0 0 60 5 0 0 16 0 12 0 1544279533 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11985] ppid=11979 vsize=821716 CPUtime=0.66
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 11780 0 0 0 62 4 0 0 16 0 12 0 1544279533 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11986] ppid=11979 vsize=821716 CPUtime=0.01
/proc/11981/task/11986/stat : 11986 (java) S 11979 11981 11604 0 -1 64 87 0 0 0 1 0 0 0 15 0 12 0 1544279535 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11987] ppid=11979 vsize=821716 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11988] ppid=11979 vsize=821716 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=821716 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 841437184 47070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=831720 CPUtime=299.72
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 277648 0 1 0 29831 141 0 0 18 0 12 0 1544279530 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 207930 177873 1396 9 0 205292 0
[pid=11981/tid=11983] ppid=11979 vsize=831720 CPUtime=167.32
/proc/11981/task/11983/stat : 11983 (java) S 11979 11981 11604 0 -1 64 17806 0 1 0 16718 14 0 0 17 0 12 0 1544279532 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11984] ppid=11979 vsize=831720 CPUtime=8.52
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 69290 0 0 0 822 30 0 0 15 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11985] ppid=11979 vsize=831720 CPUtime=9.26
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 84650 0 0 0 887 39 0 0 16 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11986] ppid=11979 vsize=831720 CPUtime=107.16
/proc/11981/task/11986/stat : 11986 (java) R 11979 11981 11604 0 -1 64 83317 0 0 0 10671 45 0 0 25 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11987] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11988] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=831720 CPUtime=4.04
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 8910 0 0 0 401 3 0 0 16 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=831720 CPUtime=3.33
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 12912 0 0 0 327 6 0 0 16 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 299.72
Current children cumulated vsize (KiB) 831720

[startup+307.102 s]
/proc/loadavg: 2.15 2.16 2.07 3/84 11993
/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=831720 CPUtime=306.05
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 281652 0 1 0 30463 142 0 0 18 0 12 0 1544279530 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 207930 177873 1396 9 0 205292 0
[pid=11981/tid=11983] ppid=11979 vsize=831720 CPUtime=167.4
/proc/11981/task/11983/stat : 11983 (java) S 11979 11981 11604 0 -1 64 17808 0 1 0 16726 14 0 0 17 0 12 0 1544279532 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11984] ppid=11979 vsize=831720 CPUtime=8.52
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 69290 0 0 0 822 30 0 0 15 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11985] ppid=11979 vsize=831720 CPUtime=9.26
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 84650 0 0 0 887 39 0 0 16 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11986] ppid=11979 vsize=831720 CPUtime=113.42
/proc/11981/task/11986/stat : 11986 (java) R 11979 11981 11604 0 -1 64 87319 0 0 0 11295 47 0 0 25 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11987] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11988] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=831720 CPUtime=4.04
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 8910 0 0 0 401 3 0 0 16 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=831720 CPUtime=3.33
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 12912 0 0 0 327 6 0 0 16 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.05
Current children cumulated vsize (KiB) 831720

[startup+310.302 s]
/proc/loadavg: 2.14 2.15 2.07 3/84 11993
/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=823716 CPUtime=309.22
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 283656 0 1 0 30779 143 0 0 18 0 12 0 1544279530 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 205929 175872 1396 9 0 203291 0
[pid=11981/tid=11983] ppid=11979 vsize=823716 CPUtime=167.51
/proc/11981/task/11983/stat : 11983 (java) S 11979 11981 11604 0 -1 64 17811 0 1 0 16737 14 0 0 17 0 12 0 1544279532 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11984] ppid=11979 vsize=823716 CPUtime=8.52
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 69290 0 0 0 822 30 0 0 15 0 12 0 1544279533 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11985] ppid=11979 vsize=823716 CPUtime=9.26
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 84650 0 0 0 887 39 0 0 16 0 12 0 1544279533 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11986] ppid=11979 vsize=823716 CPUtime=116.49
/proc/11981/task/11986/stat : 11986 (java) R 11979 11981 11604 0 -1 64 89320 0 0 0 11601 48 0 0 25 0 12 0 1544279535 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 105677423 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11987] ppid=11979 vsize=823716 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11988] ppid=11979 vsize=823716 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=823716 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=823716 CPUtime=4.04
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 8910 0 0 0 401 3 0 0 16 0 12 0 1544279539 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=823716 CPUtime=3.33
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 12912 0 0 0 327 6 0 0 16 0 12 0 1544279540 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=823716 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=823716 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 843485184 175872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.22
Current children cumulated vsize (KiB) 823716

[startup+311.902 s]
/proc/loadavg: 2.14 2.15 2.07 3/84 11993
/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=831720 CPUtime=310.8
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 285657 0 1 0 30936 144 0 0 18 0 12 0 1544279530 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 207930 177873 1396 9 0 205292 0
[pid=11981/tid=11983] ppid=11979 vsize=831720 CPUtime=167.51
/proc/11981/task/11983/stat : 11983 (java) S 11979 11981 11604 0 -1 64 17811 0 1 0 16737 14 0 0 17 0 12 0 1544279532 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11984] ppid=11979 vsize=831720 CPUtime=8.52
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 69290 0 0 0 822 30 0 0 15 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11985] ppid=11979 vsize=831720 CPUtime=9.26
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 84650 0 0 0 887 39 0 0 16 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11986] ppid=11979 vsize=831720 CPUtime=118.07
/proc/11981/task/11986/stat : 11986 (java) R 11979 11981 11604 0 -1 64 91321 0 0 0 11758 49 0 0 25 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11987] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11988] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=831720 CPUtime=4.04
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 8910 0 0 0 401 3 0 0 16 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=831720 CPUtime=3.33
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 12912 0 0 0 327 6 0 0 16 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 310.8
Current children cumulated vsize (KiB) 831720

[startup+312.702 s]
/proc/loadavg: 2.14 2.15 2.07 3/84 11993
/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=831720 CPUtime=311.6
/proc/11981/stat : 11981 (java) S 11979 11981 11604 0 -1 0 285657 0 1 0 31016 144 0 0 18 0 12 0 1544279530 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11981/statm: 207930 177873 1396 9 0 205292 0
[pid=11981/tid=11983] ppid=11979 vsize=831720 CPUtime=167.51
/proc/11981/task/11983/stat : 11983 (java) S 11979 11981 11604 0 -1 64 17811 0 1 0 16737 14 0 0 17 0 12 0 1544279532 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11984] ppid=11979 vsize=831720 CPUtime=8.52
/proc/11981/task/11984/stat : 11984 (java) S 11979 11981 11604 0 -1 64 69290 0 0 0 822 30 0 0 15 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11985] ppid=11979 vsize=831720 CPUtime=9.26
/proc/11981/task/11985/stat : 11985 (java) S 11979 11981 11604 0 -1 64 84650 0 0 0 887 39 0 0 16 0 12 0 1544279533 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11986] ppid=11979 vsize=831720 CPUtime=118.86
/proc/11981/task/11986/stat : 11986 (java) R 11979 11981 11604 0 -1 64 91321 0 0 0 11837 49 0 0 25 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11987] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11987/stat : 11987 (java) S 11979 11981 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11981/tid=11988] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11988/stat : 11988 (java) S 11979 11981 11604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544279535 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11989] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11989/stat : 11989 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11990] ppid=11979 vsize=831720 CPUtime=4.04
/proc/11981/task/11990/stat : 11990 (java) S 11979 11981 11604 0 -1 64 8910 0 0 0 401 3 0 0 16 0 12 0 1544279539 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11991] ppid=11979 vsize=831720 CPUtime=3.33
/proc/11981/task/11991/stat : 11991 (java) S 11979 11981 11604 0 -1 64 12912 0 0 0 327 6 0 0 16 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11992] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11992/stat : 11992 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11981/tid=11993] ppid=11979 vsize=831720 CPUtime=0
/proc/11981/task/11993/stat : 11993 (java) S 11979 11981 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544279540 851681280 177873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.6
Current children cumulated vsize (KiB) 831720

[startup+313.103 s]
/proc/loadavg: 2.14 2.15 2.07 3/84 11993
/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=0 CPUtime=311.98
/proc/11981/stat : 11981 (java) Z 11979 11981 11604 0 -1 12 285670 0 1 0 31053 145 0 0 16 0 2 0 1544279530 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 311.98
Current children cumulated vsize (KiB) 0

[startup+313.203 s]
/proc/loadavg: 2.14 2.15 2.07 3/84 11993
/proc/meminfo: memFree=1069048/2055920 swapFree=4112284/4192956
[pid=11981] ppid=11979 vsize=0 CPUtime=312.08
/proc/11981/stat : 11981 (java) Z 11979 11981 11604 0 -1 12 285670 0 1 0 31053 155 0 0 16 0 2 0 1544279530 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 312.08
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 313.203
CPU time (s): 312.093
CPU user time (s): 310.535
CPU system time (s): 1.55776
CPU usage (%): 99.6455
Max. virtual memory (cumulated for all children) (KiB): 831720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.535
system time used= 1.55776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285670
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= 9916
involuntary context switches= 12180

runsolver used 0.413937 second user time and 1.02684 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 06:34:51
IDJOB=1065217
IDBENCH=55048
IDSOLVER=344
FILE ID=node38/1065217-1215146091
PBS_JOBID= 7877404
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9169d620fc88fcbfc7ec2d65a69dcbe5
RANDOM SEED=481042599

node38.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.223
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.223
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:       1777912 kB
Buffers:         16120 kB
Cached:          80148 kB
SwapCached:      74888 kB
Active:         183580 kB
Inactive:        39740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777912 kB
SwapTotal:     4192956 kB
SwapFree:      4112284 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         134624 kB
Slab:            39496 kB
Committed_AS:  2937612 kB
PageTables:       2328 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 node38 at 2008-07-04 06:40:05