Trace number 1089529

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-13SAT 48.4516 50.5583

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-15.xml
MD5SUM35302e8d76135ec307bb87b29bd78b43
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.402938
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.90	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.90	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.90	c See www.sat4j.org for details.
0.27/0.90	c That software uses the Rhino library from the Mozilla project.
0.27/0.94	c version 9.9.9.token
0.27/0.94	c sun.arch.data.model	32
0.27/0.94	c java.version	1.6.0_06
0.27/0.94	c os.name	Linux
0.27/0.94	c os.version	2.6.9-22.EL.rootsmp
0.27/0.94	c os.arch	i386
0.27/0.94	c Free memory 669864272
0.27/0.94	c Max memory 672137216
0.27/0.94	c Total memory 672137216
0.27/0.94	c Number of processors 2
0.27/0.99	c c --- Begin Solver configuration ---
0.27/0.99	c Stops conflict analysis at the first Unique Implication Point
0.27/0.99	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.27/0.99	c Learn all clauses as in MiniSAT
0.27/0.99	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.99	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.27/0.99	c Expensive reason simplification
0.27/0.99	c MiniSAT restarts strategy
0.27/0.99	c timeout=2147483s
0.27/0.99	c DB Simplification allowed=false
0.27/0.99	c --- End Solver configuration ---
0.27/0.99	c solving HOME/instance-1089529-1215268725.xml
0.27/0.99	c reading problem ... 
0.57/1.35	c reading problem named null
0.57/1.35	c reading domains done.
0.62/1.45	c reading variables done.
0.77/1.78	c reading predicates  done.
0.97/2.75	c reading constraints
7.52/9.43	c done with constraints.
7.52/9.43	c ... done. Wall clock time 8.441s.
7.52/9.43	c #vars     6750
7.52/9.43	c #constraints  245970
7.52/9.43	c constraints type 
7.52/9.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 245520
7.52/9.43	c org.sat4j.minisat.constraints.card.AtLeast => 450
48.33/50.49	c starts		: 11
48.33/50.49	c conflicts		: 14323
48.33/50.49	c decisions		: 30650
48.33/50.49	c propagations		: 2186122
48.33/50.49	c inspects		: 117500099
48.33/50.49	c learnt literals	: 0
48.33/50.49	c learnt binary clauses	: 0
48.33/50.49	c learnt ternary clauses	: 0
48.33/50.49	c learnt clauses	: 14323
48.33/50.49	c ignored clauses	: 0
48.33/50.49	c root simplifications	: 0
48.33/50.49	c removed literals (reason simplification)	: 40312
48.33/50.49	c reason swapping (by a shorter reason)	: 0
48.33/50.49	c Calls to reduceDB	: 0
48.33/50.49	c speed (assignments/second)	: 53260.29332943527
48.33/50.49	c non guided choices	6398
48.33/50.49	s SATISFIABLE
48.33/50.49	v 13 5 7 2 14 4 1 11 8 14 3 14 9 1 9 4 3 11 3 10 3 10 10 4 13 14 5 3 8 7 9 3 7 12 1 10 4 13 8 2 11 1 8 6 8 9 10 5 3 6 13 8 7 14 9 5 6 3 5 3 5 14 10 2 4 0 6 9 4 1 5 7 9 14 1 7 0 11 9 0 2 5 2 12 10 12 1 2 13 7 3 3 5 1 9 12 7 6 8 2 3 7 8 12 6 4 13 8 2 6 11 6 11 1 5 12 0 6 13 7 6 0 1 9 8 12 4 6 12 3 2 11 9 4 3 11 7 14 3 13 5 9 13 1 13 8 6 3 12 4 8 7 12 0 13 14 13 1 1 13 1 11 13 0 1 13 12 4 3 12 6 11 6 0 14 2 0 9 8 2 0 12 11 13 11 2 12 11 11 13 0 2 3 13 14 3 6 14 5 2 5 9 4 14 13 2 5 6 1 7 13 6 4 9 9 5 3 4 6 10 2 14 9 6 12 4 6 10 4 14 8 2 7 1 5 14 1 9 0 2 6 12 14 10 3 7 4 11 9 14 2 7 3 1 0 6 9 7 8 10 4 9 5 7 8 5 12 2 9 7 8 8 0 0 14 8 4 5 5 5 3 10 4 0 10 13 0 5 2 12 12 5 4 1 0 12 7 9 11 13 7 9 9 14 1 10 13 13 1 13 1 1 6 2 7 5 5 2 3 10 14 2 4 10 10 10 11 11 4 8 8 0 0 11 8 13 13 0 8 10 8 3 11 14 6 13 5 7 9 0 4 6 14 12 9 11 14 3 1 12 13 4 1 12 12 4 9 2 12 6 9 5 2 0 4 12 4 3 3 8 11 4 12 6 10 6 0 10 0 1 4 7 2 3 14 5 6 13 8 8 1 0 0 0 8 6 0 2 10 4 10 9 2 11 2 10 1 5 4 11 3 8 4 3 14 5 6 13 12 6 10 1 2 4 7 8 0 10 14 7 13 2 9 4 11 5 12 0 14 7 
48.33/50.49	c Total wall clock time (in seconds) : 49.499

Verifier Data (download as text)

OK

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-1089529-1215268725/watcher-1089529-1215268725 -o /tmp/evaluation-result-1089529-1215268725/solver-1089529-1215268725 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1089529-1215268725.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: 3.00 3.00 3.00 5/89 2773
/proc/meminfo: memFree=1712888/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=797516 CPUtime=0.01
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 1636 0 1 0 0 1 0 0 19 0 2 0 649798345 816656384 1377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 199379 1380 400 9 0 197157 0
[pid=2773/tid=2774] ppid=2771 vsize=797644 CPUtime=0
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 911 0 1 0 0 0 0 0 20 0 2 0 649798348 816787456 1396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0

[startup+0.105698 s]
/proc/loadavg: 3.00 3.00 3.00 5/89 2773
/proc/meminfo: memFree=1712888/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=800744 CPUtime=0.01
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 2338 0 1 0 0 1 0 0 19 0 4 0 649798345 819961856 2076 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 200186 2076 912 9 0 197569 0
[pid=2773/tid=2774] ppid=2771 vsize=800744 CPUtime=0
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 1590 0 1 0 0 0 0 0 22 0 4 0 649798348 819961856 2076 996147200 134512640 134550740 4294956016 18446744073709551615 103565975 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800744

[startup+0.202713 s]
/proc/loadavg: 3.00 3.00 3.00 5/89 2773
/proc/meminfo: memFree=1712888/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=802080 CPUtime=0.03
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 2533 0 1 0 1 2 0 0 19 0 7 0 649798345 821329920 2270 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 200520 2270 962 9 0 197903 0
[pid=2773/tid=2774] ppid=2771 vsize=802080 CPUtime=0.02
/proc/2773/task/2774/stat : 2774 (java) S 2771 2773 520 0 -1 64 1775 0 1 0 1 1 0 0 24 0 7 0 649798348 821329920 2270 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.302724 s]
/proc/loadavg: 3.00 3.00 3.00 5/89 2773
/proc/meminfo: memFree=1712888/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=803076 CPUtime=0.06
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 2905 0 1 0 4 2 0 0 19 0 9 0 649798345 822349824 2638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 200769 2638 1025 9 0 198152 0
[pid=2773/tid=2774] ppid=2771 vsize=803076 CPUtime=0.05
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 2129 0 1 0 4 1 0 0 18 0 9 0 649798348 822349824 2638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 803076

[startup+0.702775 s]
/proc/loadavg: 3.00 3.00 3.00 5/89 2773
/proc/meminfo: memFree=1712888/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=807760 CPUtime=0.17
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 4384 0 1 0 14 3 0 0 19 0 12 0 649798345 827146240 3713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 201940 3713 1293 9 0 199309 0
[pid=2773/tid=2774] ppid=2771 vsize=807760 CPUtime=0.07
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 2245 0 1 0 6 1 0 0 21 0 12 0 649798348 827146240 3713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 807760

[startup+1.50288 s]
/proc/loadavg: 3.00 3.00 3.00 4/101 2785
/proc/meminfo: memFree=1698776/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=807788 CPUtime=0.67
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 6270 0 1 0 62 5 0 0 19 0 12 0 649798345 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 201947 5400 1336 9 0 199309 0
[pid=2773/tid=2774] ppid=2771 vsize=807788 CPUtime=0.4
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 3802 0 1 0 37 3 0 0 23 0 12 0 649798348 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 649798349 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 649798349 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 649798360 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 649798361 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 649798361 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 649798375 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=807788 CPUtime=0.09
/proc/2773/task/2782/stat : 2782 (java) R 2771 2773 520 0 -1 64 413 0 0 0 9 0 0 0 16 0 12 0 649798375 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 105784545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=807788 CPUtime=0.15
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1290 0 0 0 15 0 0 0 16 0 12 0 649798385 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 649798395 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=807788 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 649798395 827174912 5400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+3.10107 s]
/proc/loadavg: 3.00 3.00 3.00 4/101 2785
/proc/meminfo: memFree=1692632/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=811348 CPUtime=1.26
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 8866 0 1 0 120 6 0 0 19 0 12 0 649798345 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 202837 7445 1352 9 0 200199 0
[pid=2773/tid=2774] ppid=2771 vsize=811348 CPUtime=0.74
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 5092 0 1 0 70 4 0 0 25 0 12 0 649798348 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 649798349 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 649798349 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 649798360 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 649798361 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 649798361 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 649798375 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=811348 CPUtime=0.29
/proc/2773/task/2782/stat : 2782 (java) R 2771 2773 520 0 -1 64 1712 0 0 0 29 0 0 0 17 0 12 0 649798375 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 104089914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=811348 CPUtime=0.19
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1297 0 0 0 19 0 0 0 16 0 12 0 649798385 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 649798395 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=811348 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 649798395 830820352 7445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 811348

[startup+6.30247 s]
/proc/loadavg: 3.00 3.00 3.00 4/101 2785
/proc/meminfo: memFree=1642520/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=811276 CPUtime=4.44
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 24562 0 1 0 429 15 0 0 19 0 12 0 649798345 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 202819 22009 1380 9 0 200181 0
[pid=2773/tid=2774] ppid=2771 vsize=811276 CPUtime=2.36
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17287 0 1 0 224 12 0 0 25 0 12 0 649798348 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=811276 CPUtime=0.04
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 1859 0 0 0 4 0 0 0 17 0 12 0 649798349 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 240 0 0 0 0 0 0 0 17 0 12 0 649798349 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 649798360 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 649798361 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 649798361 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 649798375 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=811276 CPUtime=1.27
/proc/2773/task/2782/stat : 2782 (java) R 2771 2773 520 0 -1 64 3027 0 0 0 126 1 0 0 16 0 12 0 649798375 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 103407897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=811276 CPUtime=0.73
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1355 0 0 0 73 0 0 0 16 0 12 0 649798385 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 649798395 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=811276 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 649798395 830746624 22009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 811276

[startup+12.7023 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1594128/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=813972 CPUtime=10.81
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 34283 0 1 0 1060 21 0 0 19 0 13 0 649798345 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203493 30806 1397 9 0 200855 0
[pid=2773/tid=2774] ppid=2771 vsize=813972 CPUtime=6.91
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17311 0 1 0 679 12 0 0 25 0 13 0 649798348 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4110410702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=813972 CPUtime=0.21
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 6409 0 0 0 19 2 0 0 16 0 13 0 649798349 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=813972 CPUtime=0.17
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 4074 0 0 0 16 1 0 0 16 0 13 0 649798349 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 649798360 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 649798375 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=813972 CPUtime=2.1
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 520 0 -1 64 3745 0 0 0 208 2 0 0 15 0 13 0 649798375 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=813972 CPUtime=1.35
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1918 0 0 0 135 0 0 0 15 0 13 0 649798385 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 649798395 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 649798395 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 520 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 649799290 833507328 30806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 813972

[startup+25.5029 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1594064/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=813972 CPUtime=23.55
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 34290 0 1 0 2334 21 0 0 19 0 13 0 649798345 833507328 30811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203493 30811 1399 9 0 200855 0
[pid=2773/tid=2774] ppid=2771 vsize=813972 CPUtime=19.6
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17313 0 1 0 1948 12 0 0 25 0 13 0 649798348 833507328 30811 996147200 134512640 134550740 4294956016 18446744073709551615 4110320643 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1920 0 0 0 138 1 0 0 16 0 13 0 649798385 833507328 30815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 649798395 833507328 30815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 649798395 833507328 30815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 520 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 649799290 833507328 30815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.74
Current children cumulated vsize (KiB) 813972

[startup+48.0027 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1593936/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=813972 CPUtime=45.93
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 34297 0 1 0 4572 21 0 0 19 0 13 0 649798345 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203493 30817 1399 9 0 200855 0
[pid=2773/tid=2774] ppid=2771 vsize=813972 CPUtime=41.93
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17314 0 1 0 4180 13 0 0 25 0 13 0 649798348 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4110319590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=813972 CPUtime=0.21
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 6409 0 0 0 19 2 0 0 16 0 13 0 649798349 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=813972 CPUtime=0.17
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 4074 0 0 0 16 1 0 0 16 0 13 0 649798349 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 649798360 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 649798375 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=813972 CPUtime=2.18
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 520 0 -1 64 3753 0 0 0 216 2 0 0 16 0 13 0 649798375 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=813972 CPUtime=1.39
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1921 0 0 0 138 1 0 0 16 0 13 0 649798385 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 649798395 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 649798395 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 520 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 649799290 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.93
Current children cumulated vsize (KiB) 813972

[startup+49.6079 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1593936/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=813972 CPUtime=47.53
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 34297 0 1 0 4732 21 0 0 19 0 13 0 649798345 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203493 30817 1399 9 0 200855 0
[pid=2773/tid=2774] ppid=2771 vsize=813972 CPUtime=43.53
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17314 0 1 0 4340 13 0 0 25 0 13 0 649798348 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4110411752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=813972 CPUtime=0.21
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 6409 0 0 0 19 2 0 0 16 0 13 0 649798349 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=813972 CPUtime=0.17
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 4074 0 0 0 16 1 0 0 16 0 13 0 649798349 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 649798360 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 649798375 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=813972 CPUtime=2.18
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 520 0 -1 64 3753 0 0 0 216 2 0 0 16 0 13 0 649798375 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=813972 CPUtime=1.39
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1921 0 0 0 138 1 0 0 16 0 13 0 649798385 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 649798395 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 649798395 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 520 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 649799290 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 813972

[startup+50.003 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1593936/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=813972 CPUtime=47.92
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 34297 0 1 0 4771 21 0 0 19 0 13 0 649798345 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203493 30817 1399 9 0 200855 0
[pid=2773/tid=2774] ppid=2771 vsize=813972 CPUtime=43.92
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17314 0 1 0 4379 13 0 0 25 0 13 0 649798348 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4110319602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=813972 CPUtime=0.21
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 6409 0 0 0 19 2 0 0 16 0 13 0 649798349 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=813972 CPUtime=0.17
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 4074 0 0 0 16 1 0 0 16 0 13 0 649798349 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 58 0 0 0 0 0 0 0 16 0 13 0 649798360 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 649798361 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 649798375 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=813972 CPUtime=2.18
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 520 0 -1 64 3753 0 0 0 216 2 0 0 16 0 13 0 649798375 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=813972 CPUtime=1.39
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1921 0 0 0 138 1 0 0 16 0 13 0 649798385 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 649798395 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 649798395 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=813972 CPUtime=0
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 520 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 649799290 833507328 30817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.92
Current children cumulated vsize (KiB) 813972

[startup+50.403 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1593936/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=814612 CPUtime=48.33
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 36968 0 1 0 4810 23 0 0 19 0 12 0 649798345 834162688 33325 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203653 33334 1400 9 0 201015 0
[pid=2773/tid=2774] ppid=2771 vsize=814612 CPUtime=44.2
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 520 0 -1 64 17316 0 1 0 4407 13 0 0 25 0 12 0 649798348 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=814612 CPUtime=0.26
/proc/2773/task/2776/stat : 2776 (java) R 2771 2773 520 0 -1 64 7592 0 0 0 24 2 0 0 17 0 12 0 649798349 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=814612 CPUtime=0.24
/proc/2773/task/2777/stat : 2777 (java) R 2771 2773 520 0 -1 64 5569 0 0 0 22 2 0 0 17 0 12 0 649798349 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 649798360 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 649798361 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 649798361 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 649798375 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=814612 CPUtime=2.18
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 520 0 -1 64 3753 0 0 0 216 2 0 0 16 0 12 0 649798375 834162688 33336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=814612 CPUtime=1.4
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1922 0 0 0 139 1 0 0 16 0 12 0 649798385 834162688 33337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 649798395 834162688 33337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 649798395 834162688 33340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.33
Current children cumulated vsize (KiB) 814612

[startup+50.502 s]
/proc/loadavg: 3.00 3.00 3.00 4/102 2786
/proc/meminfo: memFree=1593936/2055920 swapFree=3921008/4192956
[pid=2773] ppid=2771 vsize=814612 CPUtime=48.41
/proc/2773/stat : 2773 (java) S 2771 2773 520 0 -1 0 44017 0 1 0 4815 26 0 0 19 0 12 0 649798345 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2773/statm: 203653 40374 1400 9 0 201015 0
[pid=2773/tid=2774] ppid=2771 vsize=814612 CPUtime=44.2
/proc/2773/task/2774/stat : 2774 (java) S 2771 2773 520 0 -1 64 17319 0 1 0 4407 13 0 0 25 0 12 0 649798348 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=814612 CPUtime=0.3
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 520 0 -1 64 10244 0 0 0 26 4 0 0 17 0 12 0 649798349 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=814612 CPUtime=0.28
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 520 0 -1 64 9952 0 0 0 24 4 0 0 18 0 12 0 649798349 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 520 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 649798360 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 520 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 649798361 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 649798361 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 649798375 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=814612 CPUtime=2.18
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 520 0 -1 64 3753 0 0 0 216 2 0 0 15 0 12 0 649798375 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=814612 CPUtime=1.4
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 520 0 -1 64 1922 0 0 0 139 1 0 0 16 0 12 0 649798385 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 649798395 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=814612 CPUtime=0
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 520 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 649798395 834162688 40374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.41
Current children cumulated vsize (KiB) 814612

Child status: 0
Real time (s): 50.5583
CPU time (s): 48.4516
CPU user time (s): 48.1587
CPU system time (s): 0.292955
CPU usage (%): 95.8332
Max. virtual memory (cumulated for all children) (KiB): 814612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.1587
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44020
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= 2314
involuntary context switches= 2909

runsolver used 0.050992 second user time and 0.19497 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-05 16:38:45
IDJOB=1089529
IDBENCH=58288
IDSOLVER=344
FILE ID=node92/1089529-1215268725
PBS_JOBID= 7882010
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35302e8d76135ec307bb87b29bd78b43
RANDOM SEED=1422647743

node92.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1713304 kB
Buffers:         26068 kB
Cached:         123052 kB
SwapCached:       7076 kB
Active:         209544 kB
Inactive:        76100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713304 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         153044 kB
Slab:            40676 kB
Committed_AS:  2332428 kB
PageTables:       3140 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= 66476 MiB
End job on node92 at 2008-07-05 16:39:36