Trace number 2081624

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 2.1.1? 233.308 234.05

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-7.xml
MD5SUMe8be1cfa80b51f0715f732e132d17435
Bench Category2-ARY-INT (binary 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 variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1495
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.17/0.23	c c --- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.23	c Expensive reason simplification
0.17/0.23	c MiniSAT restarts strategy
0.17/0.23	c Memory based learned constraints deletion strategy
0.17/0.23	c timeout=2147483s
0.17/0.23	c DB Simplification allowed=false
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving HOME/instance-2081624-1247373378.xml
0.17/0.23	c reading problem ... 
0.40/0.47	c reading problem named null
0.40/0.47	c reading domains done.
0.49/0.50	c reading variables done.
2.67/2.50	c reading predicates  done.
2.87/2.72	c reading constraints
224.66/225.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
224.66/225.47		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
233.15/233.93	c starts		: 0
233.15/233.93	c conflicts		: 0
233.15/233.93	c decisions		: 0
233.15/233.93	c propagations		: 0
233.15/233.93	c inspects		: 0
233.15/233.93	c learnt literals	: 0
233.15/233.93	c learnt binary clauses	: 0
233.15/233.93	c learnt ternary clauses	: 0
233.15/233.93	c learnt clauses	: 0
233.15/233.93	c ignored clauses	: 0
233.15/233.93	c root simplifications	: 0
233.15/233.93	c removed literals (reason simplification)	: 0
233.15/233.93	c reason swapping (by a shorter reason)	: 0
233.15/233.93	c Calls to reduceDB	: 0
233.15/233.93	c speed (assignments/second)	: 0.0
233.15/233.93	c non guided choices	0
233.15/233.94	c learnt constraints type 
233.15/233.94	c constraints type 
233.15/233.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86413
233.15/233.94	c org.sat4j.minisat.constraints.card.AtLeast => 600
233.15/233.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
233.15/233.94	s UNKNOWN
233.15/233.94	c Total wall clock time (in seconds) : 229.433

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081624-1247373378/watcher-2081624-1247373378 -o /tmp/evaluation-result-2081624-1247373378/solver-2081624-1247373378 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081624-1247373378.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 25794
/proc/meminfo: memFree=1727952/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=1612 CPUtime=0
/proc/25794/stat : 25794 (java6) R 25792 25794 24630 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24403832 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/25794/statm: 403 150 114 9 0 45 0

[startup+0.081047 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 25794
/proc/meminfo: memFree=1727952/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=802164 CPUtime=0.07
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 2814 0 1 0 5 2 0 0 18 0 7 0 24403832 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 200541 2559 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102044 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 25794
/proc/meminfo: memFree=1727952/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=804560 CPUtime=0.08
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 24403832 823869440 2747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 201140 2747 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301073 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 25794
/proc/meminfo: memFree=1727952/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=806640 CPUtime=0.3
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 4355 0 1 0 27 3 0 0 18 0 12 0 24403832 825999360 4093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 201660 4093 1363 9 0 198987 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 806640

[startup+0.70112 s]
/proc/loadavg: 2.00 1.99 1.99 3/72 25794
/proc/meminfo: memFree=1727952/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=808072 CPUtime=0.69
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 10377 0 1 0 62 7 0 0 18 0 12 0 24403832 827465728 9876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 202018 9876 1386 9 0 199345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808072

[startup+1.50222 s]
/proc/loadavg: 2.00 1.99 1.99 5/84 25806
/proc/meminfo: memFree=1658096/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=809356 CPUtime=1.55
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 34516 0 1 0 135 20 0 0 18 0 12 0 24403832 828780544 33405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 202339 33406 1398 9 0 199666 0
[pid=25794/tid=25796] ppid=25792 vsize=809356 CPUtime=0.75
/proc/25794/task/25796/stat : 25796 (java) R 25792 25794 24630 0 -1 64 16919 0 1 0 64 11 0 0 19 0 12 0 24403833 828780544 33407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=809356 CPUtime=0.18
/proc/25794/task/25797/stat : 25797 (java) R 25792 25794 24630 0 -1 64 7534 0 0 0 15 3 0 0 16 0 12 0 24403834 828780544 33408 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=809356 CPUtime=0.23
/proc/25794/task/25798/stat : 25798 (java) R 25792 25794 24630 0 -1 64 8146 0 0 0 19 4 0 0 16 0 12 0 24403834 828780544 33410 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25799/stat : 25799 (java) S 25792 25794 24630 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24403836 828780544 33411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24403837 828780544 33412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24403837 828780544 33414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24403841 828780544 33415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 24403841 828780544 33416 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=809356 CPUtime=0.36
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 1159 0 0 0 36 0 0 0 16 0 12 0 24403841 828780544 33417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24403841 828780544 33418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=809356 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24403841 828780544 33420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 809356

[startup+3.10141 s]
/proc/loadavg: 2.00 1.99 1.99 4/84 25806
/proc/meminfo: memFree=1542896/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=814300 CPUtime=3.27
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 62239 0 1 0 293 34 0 0 18 0 12 0 24403832 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 203575 58905 1410 9 0 200902 0
[pid=25794/tid=25796] ppid=25792 vsize=814300 CPUtime=1.21
/proc/25794/task/25796/stat : 25796 (java) R 25792 25794 24630 0 -1 64 17446 0 1 0 109 12 0 0 18 0 12 0 24403833 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=814300 CPUtime=0.84
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 23991 0 0 0 74 10 0 0 20 0 12 0 24403834 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=814300 CPUtime=0.53
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 16840 0 0 0 45 8 0 0 16 0 12 0 24403834 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25799/stat : 25799 (java) S 25792 25794 24630 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24403836 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24403837 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24403837 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24403841 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 24403841 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=814300 CPUtime=0.64
/proc/25794/task/25804/stat : 25804 (java) R 25792 25794 24630 0 -1 64 3200 0 0 0 63 1 0 0 17 0 12 0 24403841 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 106121312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24403841 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=814300 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24403841 833843200 58905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 814300

[startup+6.30279 s]
/proc/loadavg: 2.08 2.00 2.00 5/84 25806
/proc/meminfo: memFree=1472176/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=813788 CPUtime=6.47
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 70404 0 1 0 609 38 0 0 18 0 12 0 24403832 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 203447 66946 1426 9 0 200774 0
[pid=25794/tid=25796] ppid=25792 vsize=813788 CPUtime=3.99
/proc/25794/task/25796/stat : 25796 (java) R 25792 25794 24630 0 -1 64 17463 0 1 0 387 12 0 0 25 0 12 0 24403833 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=813788 CPUtime=0.99
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 28806 0 0 0 86 13 0 0 16 0 12 0 24403834 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=813788 CPUtime=0.64
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 20134 0 0 0 54 10 0 0 16 0 12 0 24403834 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25799/stat : 25799 (java) S 25792 25794 24630 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24403836 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24403837 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24403837 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24403841 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 24403841 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=813788 CPUtime=0.81
/proc/25794/task/25804/stat : 25804 (java) R 25792 25794 24630 0 -1 64 3239 0 0 0 80 1 0 0 16 0 12 0 24403841 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 106114205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24403841 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=813788 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24403841 833318912 66946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 813788

[startup+12.7016 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 25806
/proc/meminfo: memFree=1413552/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=818216 CPUtime=12.87
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 87859 0 1 0 1240 47 0 0 18 0 12 0 24403832 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 204554 80893 1433 9 0 201881 0
[pid=25794/tid=25796] ppid=25792 vsize=818216 CPUtime=9.23
/proc/25794/task/25796/stat : 25796 (java) R 25792 25794 24630 0 -1 64 17487 0 1 0 911 12 0 0 25 0 12 0 24403833 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4109709590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25797] ppid=25792 vsize=818216 CPUtime=1.16
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 36043 0 0 0 100 16 0 0 16 0 12 0 24403834 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25798] ppid=25792 vsize=818216 CPUtime=0.88
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 25693 0 0 0 76 12 0 0 16 0 12 0 24403834 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25799] ppid=25792 vsize=818216 CPUtime=0.01
/proc/25794/task/25799/stat : 25799 (java) S 25792 25794 24630 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24403836 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25800] ppid=25792 vsize=818216 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24403837 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=818216 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24403837 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=818216 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24403841 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=818216 CPUtime=0.1
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 958 0 0 0 10 0 0 0 16 0 12 0 24403841 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=818216 CPUtime=1.43
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 6930 0 0 0 140 3 0 0 17 0 12 0 24403841 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=818216 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24403841 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=818216 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24403841 837853184 80893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 818216

[startup+25.5021 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 25806
/proc/meminfo: memFree=1338928/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=817864 CPUtime=25.54
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 105581 0 1 0 2500 54 0 0 18 0 12 0 24403832 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 204466 98497 1433 9 0 201793 0
[pid=25794/tid=25796] ppid=25792 vsize=817864 CPUtime=20.95
/proc/25794/task/25796/stat : 25796 (java) R 25792 25794 24630 0 -1 64 17519 0 1 0 2083 12 0 0 25 0 12 0 24403833 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4109709457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25797] ppid=25792 vsize=817864 CPUtime=1.41
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 43690 0 0 0 121 20 0 0 16 0 12 0 24403834 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25798] ppid=25792 vsize=817864 CPUtime=1.22
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 35736 0 0 0 106 16 0 0 15 0 12 0 24403834 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25799] ppid=25792 vsize=817864 CPUtime=0.01
/proc/25794/task/25799/stat : 25799 (java) S 25792 25794 24630 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24403836 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25800] ppid=25792 vsize=817864 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24403837 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=817864 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24403837 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=817864 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24403841 837492736 98497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=817864 CPUtime=0.1

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

[pid=25794] ppid=25792 vsize=826192 CPUtime=229.56
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 376297 0 1 0 22765 191 0 0 18 0 13 0 24403832 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 206548 175862 1434 9 0 203875 0
[pid=25794/tid=25796] ppid=25792 vsize=826192 CPUtime=158.12
/proc/25794/task/25796/stat : 25796 (java) S 25792 25794 24630 0 -1 64 17883 0 1 0 15798 14 0 0 18 0 13 0 24403833 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=826192 CPUtime=4.68
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 82855 0 0 0 430 38 0 0 16 0 13 0 24403834 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=826192 CPUtime=4.19
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 72259 0 0 0 386 33 0 0 15 0 13 0 24403834 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=826192 CPUtime=60.58
/proc/25794/task/25799/stat : 25799 (java) R 25792 25794 24630 0 -1 64 194668 0 0 0 5959 99 0 0 25 0 13 0 24403836 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24403837 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24403837 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=826192 CPUtime=0.1
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 958 0 0 0 10 0 0 0 16 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=826192 CPUtime=1.82
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 6930 0 0 0 179 3 0 0 16 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25807] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25807/stat : 25807 (java) S 25792 25794 24630 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 24426798 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.56
Current children cumulated vsize (KiB) 826192

[startup+231.903 s]
/proc/loadavg: 2.30 2.11 2.03 3/85 25807
/proc/meminfo: memFree=1027432/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=826192 CPUtime=231.16
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 382303 0 1 0 22922 194 0 0 18 0 13 0 24403832 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 206548 175862 1434 9 0 203875 0
[pid=25794/tid=25796] ppid=25792 vsize=826192 CPUtime=158.12
/proc/25794/task/25796/stat : 25796 (java) S 25792 25794 24630 0 -1 64 17883 0 1 0 15798 14 0 0 18 0 13 0 24403833 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=826192 CPUtime=4.68
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 82855 0 0 0 430 38 0 0 16 0 13 0 24403834 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=826192 CPUtime=4.19
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 72259 0 0 0 386 33 0 0 15 0 13 0 24403834 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=826192 CPUtime=62.18
/proc/25794/task/25799/stat : 25799 (java) R 25792 25794 24630 0 -1 64 200672 0 0 0 6116 102 0 0 25 0 13 0 24403836 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 106157701 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24403837 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24403837 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=826192 CPUtime=0.1
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 958 0 0 0 10 0 0 0 16 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=826192 CPUtime=1.82
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 6930 0 0 0 179 3 0 0 16 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24403841 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25807] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25807/stat : 25807 (java) S 25792 25794 24630 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24426798 846020608 175862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.16
Current children cumulated vsize (KiB) 826192

[startup+232.702 s]
/proc/loadavg: 2.30 2.11 2.03 3/85 25807
/proc/meminfo: memFree=1027432/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=826192 CPUtime=231.96
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 385307 0 1 0 23001 195 0 0 18 0 13 0 24403832 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 206548 175863 1434 9 0 203875 0
[pid=25794/tid=25796] ppid=25792 vsize=826192 CPUtime=158.12
/proc/25794/task/25796/stat : 25796 (java) S 25792 25794 24630 0 -1 64 17883 0 1 0 15798 14 0 0 18 0 13 0 24403833 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=826192 CPUtime=4.68
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 82855 0 0 0 430 38 0 0 16 0 13 0 24403834 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=826192 CPUtime=4.19
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 72259 0 0 0 386 33 0 0 15 0 13 0 24403834 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=826192 CPUtime=62.98
/proc/25794/task/25799/stat : 25799 (java) R 25792 25794 24630 0 -1 64 203674 0 0 0 6195 103 0 0 25 0 13 0 24403836 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 105696672 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24403837 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24403837 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=826192 CPUtime=0.1
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 958 0 0 0 10 0 0 0 16 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=826192 CPUtime=1.82
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 6930 0 0 0 179 3 0 0 16 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25807] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25807/stat : 25807 (java) S 25792 25794 24630 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24426798 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.96
Current children cumulated vsize (KiB) 826192

[startup+233.501 s]
/proc/loadavg: 2.28 2.11 2.03 3/85 25807
/proc/meminfo: memFree=1027432/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=826192 CPUtime=232.75
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 385307 0 1 0 23080 195 0 0 18 0 13 0 24403832 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 206548 175863 1434 9 0 203875 0
[pid=25794/tid=25796] ppid=25792 vsize=826192 CPUtime=158.12
/proc/25794/task/25796/stat : 25796 (java) S 25792 25794 24630 0 -1 64 17883 0 1 0 15798 14 0 0 18 0 13 0 24403833 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=826192 CPUtime=4.68
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 82855 0 0 0 430 38 0 0 16 0 13 0 24403834 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=826192 CPUtime=4.19
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 72259 0 0 0 386 33 0 0 15 0 13 0 24403834 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=826192 CPUtime=63.78
/proc/25794/task/25799/stat : 25799 (java) R 25792 25794 24630 0 -1 64 203674 0 0 0 6275 103 0 0 25 0 13 0 24403836 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24403837 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24403837 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=826192 CPUtime=0.1
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 958 0 0 0 10 0 0 0 16 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=826192 CPUtime=1.82
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 6930 0 0 0 179 3 0 0 16 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25807] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25807/stat : 25807 (java) S 25792 25794 24630 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24426798 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.75
Current children cumulated vsize (KiB) 826192

[startup+233.901 s]
/proc/loadavg: 2.28 2.11 2.03 3/85 25807
/proc/meminfo: memFree=1027432/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=826192 CPUtime=233.15
/proc/25794/stat : 25794 (java) S 25792 25794 24630 0 -1 0 385307 0 1 0 23120 195 0 0 18 0 13 0 24403832 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 206548 175863 1434 9 0 203875 0
[pid=25794/tid=25796] ppid=25792 vsize=826192 CPUtime=158.12
/proc/25794/task/25796/stat : 25796 (java) S 25792 25794 24630 0 -1 64 17883 0 1 0 15798 14 0 0 18 0 13 0 24403833 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25797] ppid=25792 vsize=826192 CPUtime=4.68
/proc/25794/task/25797/stat : 25797 (java) S 25792 25794 24630 0 -1 64 82855 0 0 0 430 38 0 0 16 0 13 0 24403834 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25798] ppid=25792 vsize=826192 CPUtime=4.19
/proc/25794/task/25798/stat : 25798 (java) S 25792 25794 24630 0 -1 64 72259 0 0 0 386 33 0 0 15 0 13 0 24403834 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25799] ppid=25792 vsize=826192 CPUtime=64.18
/proc/25794/task/25799/stat : 25799 (java) R 25792 25794 24630 0 -1 64 203674 0 0 0 6315 103 0 0 25 0 13 0 24403836 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 105697740 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25800] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25800/stat : 25800 (java) S 25792 25794 24630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24403837 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25801] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25792 25794 24630 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24403837 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25802] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25803] ppid=25792 vsize=826192 CPUtime=0.1
/proc/25794/task/25803/stat : 25803 (java) S 25792 25794 24630 0 -1 64 958 0 0 0 10 0 0 0 16 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25804] ppid=25792 vsize=826192 CPUtime=1.82
/proc/25794/task/25804/stat : 25804 (java) S 25792 25794 24630 0 -1 64 6930 0 0 0 179 3 0 0 16 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25805] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25805/stat : 25805 (java) S 25792 25794 24630 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25806] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25806/stat : 25806 (java) S 25792 25794 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24403841 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25794/tid=25807] ppid=25792 vsize=826192 CPUtime=0
/proc/25794/task/25807/stat : 25807 (java) S 25792 25794 24630 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24426798 846020608 175863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 233.15
Current children cumulated vsize (KiB) 826192

[startup+234.001 s]
/proc/loadavg: 2.28 2.11 2.03 3/85 25807
/proc/meminfo: memFree=1027432/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=0 CPUtime=233.24
/proc/25794/stat : 25794 (java) Z 25792 25794 24630 0 -1 12 385316 0 1 0 23124 200 0 0 16 0 2 0 24403832 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25794/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 233.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 234.05
CPU time (s): 233.308
CPU user time (s): 231.25
CPU system time (s): 2.05769
CPU usage (%): 99.6829
Max. virtual memory (cumulated for all children) (KiB): 836116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 231.25
system time used= 2.05769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385316
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= 11912
involuntary context switches= 11602

runsolver used 0.295955 second user time and 0.822874 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 06:36:18
IDJOB=2081624
IDBENCH=57450
IDSOLVER=731
FILE ID=node33/2081624-1247373378
PBS_JOBID= 9507111
Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081624-1247373378/watcher-2081624-1247373378 -o /tmp/evaluation-result-2081624-1247373378/solver-2081624-1247373378 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081624-1247373378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e8be1cfa80b51f0715f732e132d17435
RANDOM SEED=718939471

node33.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.229
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.229
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:       1728432 kB
Buffers:         40888 kB
Cached:         173108 kB
SwapCached:          0 kB
Active:         181416 kB
Inactive:        88108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          67096 kB
Slab:            43436 kB
Committed_AS:   216060 kB
PageTables:       1800 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= 66448 MiB
End job on node33 at 2009-07-12 06:40:12