Trace number 1096708

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 614.04 617.676

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-71_ext.xml
MD5SUM3f8c719670016fa8cf06ded0586a474a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.32965
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.32	c version 9.9.9.token
0.29/0.32	c sun.arch.data.model	32
0.29/0.32	c java.version	1.6.0_06
0.29/0.32	c os.name	Linux
0.29/0.32	c os.version	2.6.9-22.EL.rootsmp
0.29/0.32	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1096708-1215281197.xml
0.29/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.62	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.66	c reading relations done.
1.69/1.70	c reading constraints
1.99/2.08	c done with constraints.
1.99/2.08	c ... done. Wall clock time 1.713s.
1.99/2.08	c #vars     440
1.99/2.08	c #constraints  10203
1.99/2.08	c constraints type 
1.99/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10163
1.99/2.08	c org.sat4j.minisat.constraints.card.AtLeast => 40
613.99/617.61	c starts		: 18
613.99/617.61	c conflicts		: 200917
613.99/617.61	c decisions		: 246894
613.99/617.61	c propagations		: 12398932
613.99/617.61	c inspects		: 1889445766
613.99/617.61	c learnt literals	: 4
613.99/617.61	c learnt binary clauses	: 48
613.99/617.61	c learnt ternary clauses	: 179
613.99/617.61	c learnt clauses	: 200913
613.99/617.61	c ignored clauses	: 0
613.99/617.61	c root simplifications	: 0
613.99/617.61	c removed literals (reason simplification)	: 5705981
613.99/617.61	c reason swapping (by a shorter reason)	: 0
613.99/617.61	c Calls to reduceDB	: 0
613.99/617.61	c speed (assignments/second)	: 20143.505596802755
613.99/617.61	c non guided choices	49
613.99/617.61	s SATISFIABLE
613.99/617.62	v 4 1 10 5 2 8 8 2 3 0 7 7 1 3 4 2 5 8 10 10 10 10 1 1 9 4 7 6 4 5 2 0 3 6 10 4 9 0 7 5 
613.99/617.62	c Total wall clock time (in seconds) : 617.244

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 4/73 8869
/proc/meminfo: memFree=1696712/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=152 CPUtime=0
/proc/8869/stat : 8869 (java) R 8867 8869 7458 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2007094568 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 8905003 0 0 4096 0 0 0 0 17 0 0 0
/proc/8869/statm: 38 26 19 9 0 4 0

[startup+0.0525089 s]
/proc/loadavg: 2.03 2.01 2.00 4/73 8869
/proc/meminfo: memFree=1696712/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=802236 CPUtime=0.04
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 2681 0 1 0 3 1 0 0 18 0 7 0 2007094568 821489664 2416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 200559 2416 999 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101514 s]
/proc/loadavg: 2.03 2.01 2.00 4/73 8869
/proc/meminfo: memFree=1696712/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=804756 CPUtime=0.09
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 3219 0 1 0 7 2 0 0 18 0 12 0 2007094568 824070144 2950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 201189 2953 1215 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301543 s]
/proc/loadavg: 2.03 2.01 2.00 4/73 8869
/proc/meminfo: memFree=1696712/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=808848 CPUtime=0.29
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 5001 0 1 0 27 2 0 0 18 0 12 0 2007094568 828260352 4333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202212 4333 1310 9 0 199581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808848

[startup+0.701596 s]
/proc/loadavg: 2.03 2.01 2.00 4/73 8869
/proc/meminfo: memFree=1696712/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=808876 CPUtime=0.69
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 6264 0 1 0 66 3 0 0 18 0 12 0 2007094568 828289024 5582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202219 5582 1335 9 0 199581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808876

[startup+1.5017 s]
/proc/loadavg: 2.03 2.01 2.00 4/85 8881
/proc/meminfo: memFree=1677096/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=808876 CPUtime=1.49
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 9158 0 1 0 144 5 0 0 18 0 12 0 2007094568 828289024 7733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202219 7734 1351 9 0 199581 0
[pid=8869/tid=8871] ppid=8867 vsize=808876 CPUtime=0.75
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 5964 0 1 0 72 3 0 0 25 0 12 0 2007094569 828289024 7734 996147200 134512640 134550740 4294956016 18446744073709551615 4109647423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2007094570 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2007094570 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2007094572 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2007094572 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2007094572 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2007094576 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=808876 CPUtime=0.33
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 1408 0 0 0 33 0 0 0 16 0 12 0 2007094576 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=808876 CPUtime=0.38
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1022 0 0 0 38 0 0 0 16 0 12 0 2007094576 828289024 7735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2007094576 828289024 7736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=808876 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2007094576 828289024 7736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808876

[startup+3.10292 s]
/proc/loadavg: 2.03 2.01 2.00 5/86 8882
/proc/meminfo: memFree=1667680/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809200 CPUtime=3.09
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 11429 0 1 0 303 6 0 0 18 0 13 0 2007094568 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202300 8924 1374 9 0 199662 0
[pid=8869/tid=8871] ppid=8867 vsize=809200 CPUtime=1.56
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 6999 0 1 0 152 4 0 0 25 0 13 0 2007094569 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4109814210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 2007094570 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2007094570 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2007094572 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 2007094572 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2007094572 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809200 CPUtime=0.83
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 2611 0 0 0 82 1 0 0 16 0 13 0 2007094576 828620800 8924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809200 CPUtime=0.68
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1050 0 0 0 68 0 0 0 15 0 13 0 2007094576 828620800 8925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 828620800 8925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 828620800 8925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809200 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 828620800 8925 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 809200

[startup+6.30235 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 8882
/proc/meminfo: memFree=1663200/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809040 CPUtime=6.29
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 12764 0 1 0 622 7 0 0 18 0 13 0 2007094568 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202260 9801 1378 9 0 199622 0
[pid=8869/tid=8871] ppid=8867 vsize=809040 CPUtime=4.57
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 7877 0 1 0 453 4 0 0 25 0 13 0 2007094569 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4109813588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 2007094570 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2007094570 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2007094572 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 2007094572 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2007094572 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809040 CPUtime=0.93
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3058 0 0 0 92 1 0 0 16 0 13 0 2007094576 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809040 CPUtime=0.77
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1060 0 0 0 77 0 0 0 15 0 13 0 2007094576 828456960 9801 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 828456960 9802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 828456960 9802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 828456960 9802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 809040

[startup+12.7022 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 8882
/proc/meminfo: memFree=1659168/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809040 CPUtime=12.69
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 13656 0 1 0 1261 8 0 0 18 0 13 0 2007094568 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202260 10691 1378 9 0 199622 0
[pid=8869/tid=8871] ppid=8867 vsize=809040 CPUtime=10.95
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 8768 0 1 0 1090 5 0 0 25 0 13 0 2007094569 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4109782787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 2007094570 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2007094570 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2007094572 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 2007094572 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2007094572 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809040 CPUtime=0.93
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3058 0 0 0 92 1 0 0 16 0 13 0 2007094576 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809040 CPUtime=0.78
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1061 0 0 0 78 0 0 0 16 0 13 0 2007094576 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 828456960 10691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 809040

[startup+25.5019 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 8882
/proc/meminfo: memFree=1654432/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809040 CPUtime=25.48
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 14739 0 1 0 2539 9 0 0 18 0 13 0 2007094568 828456960 11774 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202260 11774 1378 9 0 199622 0
[pid=8869/tid=8871] ppid=8867 vsize=809040 CPUtime=23.75
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 9851 0 1 0 2368 7 0 0 25 0 13 0 2007094569 828456960 11774 996147200 134512640 134550740 4294956016 18446744073709551615 4109782783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 2007094570 828456960 11774 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2007094570 828456960 11774 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809040 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2007094572 828456960 11774 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 610.72
Current children cumulated vsize (KiB) 809684

[startup+615.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 8882
/proc/meminfo: memFree=1589728/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809684 CPUtime=612.31
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 30726 0 1 0 61209 22 0 0 18 0 13 0 2007094568 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202421 27757 1383 9 0 199783 0
[pid=8869/tid=8871] ppid=8867 vsize=809684 CPUtime=610.38
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 17009 0 1 0 61022 16 0 0 25 0 13 0 2007094569 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4109782783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809684 CPUtime=0.09
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 4750 0 0 0 7 2 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809684 CPUtime=0.06
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 4051 0 0 0 5 1 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809684 CPUtime=0.94
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3059 0 0 0 93 1 0 0 17 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809684 CPUtime=0.79
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1061 0 0 0 79 0 0 0 16 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 612.31
Current children cumulated vsize (KiB) 809684

[startup+616.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 8882
/proc/meminfo: memFree=1589728/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809684 CPUtime=613.1
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 30726 0 1 0 61288 22 0 0 18 0 13 0 2007094568 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202421 27757 1383 9 0 199783 0
[pid=8869/tid=8871] ppid=8867 vsize=809684 CPUtime=611.18
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 17009 0 1 0 61102 16 0 0 25 0 13 0 2007094569 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4109782783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809684 CPUtime=0.09
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 4750 0 0 0 7 2 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809684 CPUtime=0.06
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 4051 0 0 0 5 1 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809684 CPUtime=0.94
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3059 0 0 0 93 1 0 0 17 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809684 CPUtime=0.79
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1061 0 0 0 79 0 0 0 16 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 613.1
Current children cumulated vsize (KiB) 809684

[startup+617.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 8882
/proc/meminfo: memFree=1589728/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809684 CPUtime=613.5
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 30726 0 1 0 61328 22 0 0 18 0 13 0 2007094568 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202421 27757 1383 9 0 199783 0
[pid=8869/tid=8871] ppid=8867 vsize=809684 CPUtime=611.57
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 17009 0 1 0 61141 16 0 0 25 0 13 0 2007094569 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4109813721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809684 CPUtime=0.09
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 4750 0 0 0 7 2 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809684 CPUtime=0.06
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 4051 0 0 0 5 1 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809684 CPUtime=0.94
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3059 0 0 0 93 1 0 0 17 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809684 CPUtime=0.79
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1061 0 0 0 79 0 0 0 16 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 613.5
Current children cumulated vsize (KiB) 809684

[startup+617.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 8882
/proc/meminfo: memFree=1589728/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809684 CPUtime=613.89
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 30726 0 1 0 61367 22 0 0 18 0 13 0 2007094568 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202421 27757 1383 9 0 199783 0
[pid=8869/tid=8871] ppid=8867 vsize=809684 CPUtime=611.97
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 17009 0 1 0 61181 16 0 0 25 0 13 0 2007094569 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4109782783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809684 CPUtime=0.09
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 4750 0 0 0 7 2 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809684 CPUtime=0.06
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 4051 0 0 0 5 1 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809684 CPUtime=0.94
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3059 0 0 0 93 1 0 0 17 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809684 CPUtime=0.79
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1061 0 0 0 79 0 0 0 16 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 613.89
Current children cumulated vsize (KiB) 809684

[startup+617.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 8882
/proc/meminfo: memFree=1589728/2055920 swapFree=4179464/4192956
[pid=8869] ppid=8867 vsize=809684 CPUtime=613.99
/proc/8869/stat : 8869 (java) S 8867 8869 7458 0 -1 0 30726 0 1 0 61377 22 0 0 18 0 13 0 2007094568 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8869/statm: 202421 27757 1383 9 0 199783 0
[pid=8869/tid=8871] ppid=8867 vsize=809684 CPUtime=612.07
/proc/8869/task/8871/stat : 8871 (java) R 8867 8869 7458 0 -1 64 17009 0 1 0 61191 16 0 0 25 0 13 0 2007094569 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4109814043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8872] ppid=8867 vsize=809684 CPUtime=0.09
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7458 0 -1 64 4750 0 0 0 7 2 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8873] ppid=8867 vsize=809684 CPUtime=0.06
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7458 0 -1 64 4051 0 0 0 5 1 0 0 17 0 13 0 2007094570 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7458 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8875] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7458 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8876] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7458 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2007094572 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8869/tid=8877] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=809684 CPUtime=0.94
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7458 0 -1 64 3059 0 0 0 93 1 0 0 17 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=809684 CPUtime=0.79
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7458 0 -1 64 1061 0 0 0 79 0 0 0 16 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007094576 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=809684 CPUtime=0
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7458 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 2007094777 829116416 27757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 613.99
Current children cumulated vsize (KiB) 809684

Child status: 0
Real time (s): 617.676
CPU time (s): 614.04
CPU user time (s): 613.798
CPU system time (s): 0.241963
CPU usage (%): 99.4112
Max. virtual memory (cumulated for all children) (KiB): 809684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 613.798
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30732
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= 13203
involuntary context switches= 15123

runsolver used 0.91486 second user time and 1.91771 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 20:06:37
IDJOB=1096708
IDBENCH=59218
IDSOLVER=344
FILE ID=node10/1096708-1215281197
PBS_JOBID= 7882256
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-71_ext.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-1096708-1215281197/watcher-1096708-1215281197 -o /tmp/evaluation-result-1096708-1215281197/solver-1096708-1215281197 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1096708-1215281197.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f8c719670016fa8cf06ded0586a474a
RANDOM SEED=1882279785

node10.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:       1697192 kB
Buffers:         46916 kB
Cached:         211248 kB
SwapCached:       7784 kB
Active:         223136 kB
Inactive:        81392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697192 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:          54220 kB
Slab:            39200 kB
Committed_AS:  3493148 kB
PageTables:       2048 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 node10 at 2008-07-05 20:16:55