Trace number 1096818

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 366.018 367.847

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-10_ext.xml
MD5SUMae56f402f5edeca9927c8f50a3c6b65b
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 benchmark1.3348
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.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1096818-1215281297.xml
0.28/0.39	c reading problem ... 
0.58/0.66	c reading problem named null
0.58/0.66	c reading domains done.
0.58/0.66	c reading variables done.
0.58/0.69	c reading relations done.
1.68/1.76	c reading constraints
2.07/2.11	c done with constraints.
2.07/2.11	c ... done. Wall clock time 1.716s.
2.07/2.11	c #vars     440
2.07/2.11	c #constraints  10032
2.07/2.11	c constraints type 
2.07/2.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9992
2.07/2.11	c org.sat4j.minisat.constraints.card.AtLeast => 40
365.97/367.82	c starts		: 17
365.97/367.82	c conflicts		: 157654
365.97/367.82	c decisions		: 198828
365.97/367.82	c propagations		: 9548544
365.97/367.82	c inspects		: 1165446030
365.97/367.82	c learnt literals	: 2
365.97/367.82	c learnt binary clauses	: 26
365.97/367.82	c learnt ternary clauses	: 109
365.97/367.82	c learnt clauses	: 157652
365.97/367.82	c ignored clauses	: 0
365.97/367.82	c root simplifications	: 0
365.97/367.82	c removed literals (reason simplification)	: 4398224
365.97/367.82	c reason swapping (by a shorter reason)	: 0
365.97/367.82	c Calls to reduceDB	: 0
365.97/367.82	c speed (assignments/second)	: 26109.962948277986
365.97/367.82	c non guided choices	69
365.97/367.82	s SATISFIABLE
365.97/367.82	v 2 7 6 8 5 8 8 7 5 5 1 1 9 1 2 1 10 10 3 10 1 5 2 9 0 7 4 4 9 0 2 2 2 2 0 10 10 5 9 2 
365.97/367.82	c Total wall clock time (in seconds) : 367.424

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-1096818-1215281297/watcher-1096818-1215281297 -o /tmp/evaluation-result-1096818-1215281297/solver-1096818-1215281297 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1096818-1215281297.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.00 2.00 2.00 3/82 16702
/proc/meminfo: memFree=1380776/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=18572 CPUtime=0
/proc/16702/stat : 16702 (runsolver) R 16700 16702 15071 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2007104778 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16702/statm: 4643 292 257 25 0 2626 0

[startup+0.092796 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16702
/proc/meminfo: memFree=1380776/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=804612 CPUtime=0.07
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 2982 0 1 0 6 1 0 0 19 0 12 0 2007104778 823922688 2715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 201153 2716 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.101795 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16702
/proc/meminfo: memFree=1380776/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=804612 CPUtime=0.08
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 3009 0 1 0 7 1 0 0 19 0 12 0 2007104778 823922688 2742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301817 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16702
/proc/meminfo: memFree=1380776/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808360 CPUtime=0.28
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 5002 0 1 0 25 3 0 0 19 0 12 0 2007104778 827760640 4330 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202090 4330 1298 9 0 199459 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808360

[startup+0.701865 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16702
/proc/meminfo: memFree=1380776/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808388 CPUtime=0.68
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 6370 0 1 0 64 4 0 0 19 0 12 0 2007104778 827789312 5551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202097 5552 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808388

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 16714
/proc/meminfo: memFree=1361224/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808388 CPUtime=1.48
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 8866 0 1 0 142 6 0 0 19 0 12 0 2007104778 827789312 7367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202097 7368 1351 9 0 199459 0
[pid=16702/tid=16704] ppid=16700 vsize=808388 CPUtime=0.73
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 5616 0 1 0 69 4 0 0 25 0 12 0 2007104780 827789312 7368 996147200 134512640 134550740 4294956016 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 2007104781 827789312 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2007104781 827789312 7370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2007104782 827789312 7370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 2007104783 827789312 7370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2007104783 827789312 7370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2007104787 827789312 7370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=808388 CPUtime=0.39
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 1110 0 0 0 39 0 0 0 16 0 12 0 2007104787 827789312 7370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=808388 CPUtime=0.33
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 1375 0 0 0 33 0 0 0 16 0 12 0 2007104787 827789312 7371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2007104787 827789312 7371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=808388 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2007104787 827789312 7371 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808388

[startup+3.11009 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 16714
/proc/meminfo: memFree=1351880/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808712 CPUtime=3.08
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 11593 0 1 0 301 7 0 0 19 0 13 0 2007104778 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202178 8809 1374 9 0 199540 0
[pid=16702/tid=16704] ppid=16700 vsize=808712 CPUtime=1.52
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 6952 0 1 0 147 5 0 0 25 0 13 0 2007104780 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4109817445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 2007104781 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2007104781 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2007104782 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 2007104783 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2007104783 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=808712 CPUtime=0.73
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2196 0 0 0 73 0 0 0 15 0 13 0 2007104787 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=808712 CPUtime=0.79
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 1675 0 0 0 79 0 0 0 16 0 13 0 2007104787 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=808712 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828121088 8809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 808712

[startup+6.30139 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 16715
/proc/meminfo: memFree=1347584/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808616 CPUtime=6.26
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 12895 0 1 0 618 8 0 0 19 0 13 0 2007104778 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202154 9673 1378 9 0 199516 0
[pid=16702/tid=16704] ppid=16700 vsize=808616 CPUtime=4.52
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 7826 0 1 0 447 5 0 0 25 0 13 0 2007104780 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4109787852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 2007104781 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2007104781 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2007104782 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 2007104783 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2007104783 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=808616 CPUtime=0.8
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2228 0 0 0 80 0 0 0 15 0 13 0 2007104787 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=808616 CPUtime=0.9
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2071 0 0 0 89 1 0 0 15 0 13 0 2007104787 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=808616 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828022784 9673 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 808616

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 16715
/proc/meminfo: memFree=1343616/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808552 CPUtime=12.63
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 13748 0 1 0 1254 9 0 0 19 0 13 0 2007104778 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202138 10508 1378 9 0 199500 0
[pid=16702/tid=16704] ppid=16700 vsize=808552 CPUtime=10.87
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 8677 0 1 0 1081 6 0 0 25 0 13 0 2007104780 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4109787852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 2007104781 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2007104781 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2007104782 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 2007104783 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2007104783 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=808552 CPUtime=0.82
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2230 0 0 0 82 0 0 0 16 0 13 0 2007104787 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=808552 CPUtime=0.9
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2071 0 0 0 89 1 0 0 15 0 13 0 2007104787 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 827957248 10508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 808552

[startup+25.5022 s]
/proc/loadavg: 2.06 2.01 2.00 3/95 16715
/proc/meminfo: memFree=1339328/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=808552 CPUtime=25.36
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 14760 0 1 0 2526 10 0 0 19 0 13 0 2007104778 827957248 11520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202138 11520 1378 9 0 199500 0
[pid=16702/tid=16704] ppid=16700 vsize=808552 CPUtime=23.6
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 9689 0 1 0 2353 7 0 0 25 0 13 0 2007104780 827957248 11520 996147200 134512640 134550740 4294956016 18446744073709551615 4109786692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 2007104781 827957248 11520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2007104781 827957248 11520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2007104782 827957248 11520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=808552 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 2007104783 827957248 11520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 362.88
Current children cumulated vsize (KiB) 809196

[startup+366.307 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 16715
/proc/meminfo: memFree=1273600/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=809196 CPUtime=364.48
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 31026 0 1 0 36424 24 0 0 19 0 13 0 2007104778 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202299 27785 1383 9 0 199661 0
[pid=16702/tid=16704] ppid=16700 vsize=809196 CPUtime=362.52
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 17011 0 1 0 36234 18 0 0 25 0 13 0 2007104780 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4109787787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=809196 CPUtime=0.09
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 4829 0 0 0 8 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=809196 CPUtime=0.07
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 4087 0 0 0 6 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2007104782 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=809196 CPUtime=0.83
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2230 0 0 0 83 0 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=809196 CPUtime=0.92
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2072 0 0 0 91 1 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 364.48
Current children cumulated vsize (KiB) 809196

[startup+367.102 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 16715
/proc/meminfo: memFree=1273600/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=809196 CPUtime=365.27
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 31026 0 1 0 36503 24 0 0 19 0 13 0 2007104778 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202299 27785 1383 9 0 199661 0
[pid=16702/tid=16704] ppid=16700 vsize=809196 CPUtime=363.31
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 17011 0 1 0 36313 18 0 0 25 0 13 0 2007104780 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4109786598 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=809196 CPUtime=0.09
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 4829 0 0 0 8 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=809196 CPUtime=0.07
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 4087 0 0 0 6 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2007104782 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=809196 CPUtime=0.83
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2230 0 0 0 83 0 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=809196 CPUtime=0.92
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2072 0 0 0 91 1 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.27
Current children cumulated vsize (KiB) 809196

[startup+367.503 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 16715
/proc/meminfo: memFree=1273600/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=809196 CPUtime=365.67
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 31026 0 1 0 36543 24 0 0 19 0 13 0 2007104778 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202299 27785 1383 9 0 199661 0
[pid=16702/tid=16704] ppid=16700 vsize=809196 CPUtime=363.71
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 17011 0 1 0 36353 18 0 0 25 0 13 0 2007104780 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4109786598 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=809196 CPUtime=0.09
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 4829 0 0 0 8 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=809196 CPUtime=0.07
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 4087 0 0 0 6 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2007104782 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=809196 CPUtime=0.83
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2230 0 0 0 83 0 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=809196 CPUtime=0.92
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2072 0 0 0 91 1 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.67
Current children cumulated vsize (KiB) 809196

[startup+367.703 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 16715
/proc/meminfo: memFree=1273600/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=809196 CPUtime=365.87
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 31026 0 1 0 36563 24 0 0 19 0 13 0 2007104778 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202299 27785 1383 9 0 199661 0
[pid=16702/tid=16704] ppid=16700 vsize=809196 CPUtime=363.91
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 17011 0 1 0 36373 18 0 0 25 0 13 0 2007104780 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4109786843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=809196 CPUtime=0.09
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 4829 0 0 0 8 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=809196 CPUtime=0.07
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 4087 0 0 0 6 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2007104782 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=809196 CPUtime=0.83
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2230 0 0 0 83 0 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=809196 CPUtime=0.92
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2072 0 0 0 91 1 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.87
Current children cumulated vsize (KiB) 809196

[startup+367.803 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 16715
/proc/meminfo: memFree=1273600/2055920 swapFree=4179560/4192956
[pid=16702] ppid=16700 vsize=809196 CPUtime=365.97
/proc/16702/stat : 16702 (java) S 16700 16702 15071 0 -1 0 31026 0 1 0 36573 24 0 0 19 0 13 0 2007104778 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16702/statm: 202299 27785 1383 9 0 199661 0
[pid=16702/tid=16704] ppid=16700 vsize=809196 CPUtime=364.01
/proc/16702/task/16704/stat : 16704 (java) R 16700 16702 15071 0 -1 64 17011 0 1 0 36383 18 0 0 25 0 13 0 2007104780 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4109763775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16705] ppid=16700 vsize=809196 CPUtime=0.09
/proc/16702/task/16705/stat : 16705 (java) S 16700 16702 15071 0 -1 64 4829 0 0 0 8 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16706] ppid=16700 vsize=809196 CPUtime=0.07
/proc/16702/task/16706/stat : 16706 (java) S 16700 16702 15071 0 -1 64 4087 0 0 0 6 1 0 0 17 0 13 0 2007104781 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16707] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16707/stat : 16707 (java) S 16700 16702 15071 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2007104782 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16708] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16708/stat : 16708 (java) S 16700 16702 15071 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16709] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16709/stat : 16709 (java) S 16700 16702 15071 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2007104783 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16710] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16710/stat : 16710 (java) S 16700 16702 15071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16711] ppid=16700 vsize=809196 CPUtime=0.83
/proc/16702/task/16711/stat : 16711 (java) S 16700 16702 15071 0 -1 64 2230 0 0 0 83 0 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16712] ppid=16700 vsize=809196 CPUtime=0.92
/proc/16702/task/16712/stat : 16712 (java) S 16700 16702 15071 0 -1 64 2072 0 0 0 91 1 0 0 16 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16713] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16713/stat : 16713 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16714] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16714/stat : 16714 (java) S 16700 16702 15071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2007104787 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16702/tid=16715] ppid=16700 vsize=809196 CPUtime=0
/proc/16702/task/16715/stat : 16715 (java) S 16700 16702 15071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 2007104990 828616704 27785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.97
Current children cumulated vsize (KiB) 809196

Child status: 0
Real time (s): 367.847
CPU time (s): 366.018
CPU user time (s): 365.754
CPU system time (s): 0.263959
CPU usage (%): 99.5028
Max. virtual memory (cumulated for all children) (KiB): 809208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.754
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31033
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= 8121
involuntary context switches= 20152

runsolver used 0.443932 second user time and 1.24981 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 20:08:17
IDJOB=1096818
IDBENCH=59249
IDSOLVER=344
FILE ID=node8/1096818-1215281297
PBS_JOBID= 7882182
Free space on /tmp= 66336 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae56f402f5edeca9927c8f50a3c6b65b
RANDOM SEED=1430656989

node8.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.222
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.222
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:       1381192 kB
Buffers:         92512 kB
Cached:         483960 kB
SwapCached:       6900 kB
Active:         239200 kB
Inactive:       371304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381192 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:          49972 kB
Slab:            49224 kB
Committed_AS:  3456416 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node8 at 2008-07-05 20:14:25