Trace number 1078557

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.18 1813.71

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-3_ext.xml
MD5SUM970b7357c069562f4b874b7dd274125f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32/0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.32/0.50	c This is free software under the dual EPL/GNU LGPL licenses.
0.32/0.50	c See www.sat4j.org for details.
0.32/0.50	c That software uses the Rhino library from the Mozilla project.
0.32/0.55	c version 9.9.9.token
0.32/0.55	c sun.arch.data.model	32
0.32/0.55	c java.version	1.6.0_06
0.32/0.55	c os.name	Linux
0.32/0.55	c os.version	2.6.9-22.EL.rootsmp
0.32/0.55	c os.arch	i386
0.32/0.55	c Free memory 669864272
0.32/0.55	c Max memory 672137216
0.32/0.55	c Total memory 672137216
0.32/0.55	c Number of processors 2
0.32/0.59	c c --- Begin Solver configuration ---
0.32/0.59	c Stops conflict analysis at the first Unique Implication Point
0.32/0.59	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.59	c Learn all clauses as in MiniSAT
0.32/0.59	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.59	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.59	c Expensive reason simplification
0.32/0.59	c MiniSAT restarts strategy
0.32/0.59	c timeout=2147483s
0.32/0.59	c DB Simplification allowed=false
0.32/0.59	c --- End Solver configuration ---
0.32/0.59	c solving HOME/instance-1078557-1215477139.xml
0.32/0.59	c reading problem ... 
0.64/1.01	c reading problem named null
0.64/1.01	c reading domains done.
0.64/1.02	c reading variables done.
0.64/1.04	c reading relations done.
5.39/5.73	c reading constraints
7.74/7.56	c done with constraints.
7.74/7.56	c ... done. Wall clock time 6.969s.
7.74/7.56	c #vars     784
7.74/7.56	c #constraints  1290245
7.74/7.56	c constraints type 
7.74/7.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
7.74/7.56	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.07/1813.61	c starts		: 21
1800.07/1813.61	c conflicts		: 923635
1800.07/1813.61	c decisions		: 1674848
1800.07/1813.61	c propagations		: 59457554
1800.07/1813.61	c inspects		: 5444387118
1800.07/1813.61	c learnt literals	: 0
1800.07/1813.61	c learnt binary clauses	: 0
1800.07/1813.61	c learnt ternary clauses	: 275
1800.07/1813.61	c learnt clauses	: 923635
1800.07/1813.61	c ignored clauses	: 0
1800.07/1813.61	c root simplifications	: 0
1800.07/1813.61	c removed literals (reason simplification)	: 35031866
1800.07/1813.61	c reason swapping (by a shorter reason)	: 0
1800.07/1813.61	c Calls to reduceDB	: 0
1800.07/1813.61	c speed (assignments/second)	: 32921.35867928206
1800.07/1813.61	c non guided choices	236
1800.07/1813.61	s UNKNOWN
1800.07/1813.61	c Total wall clock time (in seconds) : 1813.019

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078557-1215477139/watcher-1078557-1215477139 -o /tmp/evaluation-result-1078557-1215477139/solver-1078557-1215477139 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078557-1215477139.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: 0.92 0.98 0.99 3/73 2811
/proc/meminfo: memFree=1916328/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=272 CPUtime=0
/proc/2811/stat : 2811 (java6) D 2809 2811 2735 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 4411587 278528 37 996147200 134512640 134550740 4294956176 18446744073709551615 7709243 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2811/statm: 68 37 28 9 0 6 0

[startup+0.0764871 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 2811
/proc/meminfo: memFree=1916328/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=13376 CPUtime=0.02
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 780 0 31 0 0 2 0 0 18 0 2 0 4411587 13697024 586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 3344 586 254 9 0 1244 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13376

[startup+0.102518 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 2811
/proc/meminfo: memFree=1916328/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=13576 CPUtime=0.03
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 857 0 35 0 0 3 0 0 18 0 2 0 4411587 13901824 640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 3394 640 300 9 0 1246 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13576

[startup+0.302552 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 2811
/proc/meminfo: memFree=1916328/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=808932 CPUtime=0.17
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 4167 0 43 0 11 6 0 0 18 0 12 0 4411587 828346368 3669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 202233 3669 1278 9 0 199602 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 808932

[startup+0.702596 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 2811
/proc/meminfo: memFree=1916328/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=809360 CPUtime=0.47
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 5710 0 44 0 39 8 0 0 18 0 12 0 4411587 828784640 5078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 202340 5078 1319 9 0 199702 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 809360

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.99 3/85 2823
/proc/meminfo: memFree=1834184/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=814120 CPUtime=1.22
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 9276 0 44 0 113 9 0 0 18 0 12 0 4411587 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 203530 7377 1347 9 0 200892 0
[pid=2811/tid=2813] ppid=2809 vsize=814120 CPUtime=0.56
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 4655 0 13 0 50 6 0 0 17 0 12 0 4411594 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4109556352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 4411599 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 4411600 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2816] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 4411603 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2817] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 4411604 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2818] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 4411604 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2819] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 4411610 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=814120 CPUtime=0.32
/proc/2811/task/2820/stat : 2820 (java) R 2809 2811 2735 0 -1 64 2470 0 0 0 32 0 0 0 17 0 12 0 4411610 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 104112656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2821] ppid=2809 vsize=814120 CPUtime=0.29
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1420 0 0 0 29 0 0 0 16 0 12 0 4411610 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2822] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 4411610 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=814120 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 4411610 833658880 7377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 814120

[startup+3.12084 s]
/proc/loadavg: 0.92 0.98 0.99 3/85 2823
/proc/meminfo: memFree=1808136/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=813660 CPUtime=2.82
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 24759 0 44 0 267 15 0 0 18 0 12 0 4411587 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 203415 22764 1357 9 0 200777 0
[pid=2811/tid=2813] ppid=2809 vsize=813660 CPUtime=1.67
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17039 0 13 0 157 10 0 0 22 0 12 0 4411594 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=813660 CPUtime=0.05
/proc/2811/task/2814/stat : 2814 (java) R 2809 2811 2735 0 -1 64 1527 0 0 0 5 0 0 0 16 0 12 0 4411599 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2815] ppid=2809 vsize=813660 CPUtime=0.06
/proc/2811/task/2815/stat : 2815 (java) R 2809 2811 2735 0 -1 64 1265 0 0 0 6 0 0 0 15 0 12 0 4411600 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2816] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2816/stat : 2816 (java) R 2809 2811 2735 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 4411603 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 4411604 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4411604 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 4411610 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=813660 CPUtime=0.5
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2615 0 0 0 50 0 0 0 16 0 12 0 4411610 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2821] ppid=2809 vsize=813660 CPUtime=0.47
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1499 0 0 0 47 0 0 0 16 0 12 0 4411610 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2822] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 4411610 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 4411610 833187840 22764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 813660

[startup+6.3022 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 2840
/proc/meminfo: memFree=1805808/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=813660 CPUtime=6.26
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 31661 0 44 0 605 21 0 0 18 0 12 0 4411587 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 203415 29655 1361 9 0 200777 0
[pid=2811/tid=2813] ppid=2809 vsize=813660 CPUtime=4.31
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17054 0 13 0 419 12 0 0 21 0 12 0 4411594 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4109802849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=813660 CPUtime=0.28
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 4206 0 0 0 27 1 0 0 16 0 12 0 4411599 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2815] ppid=2809 vsize=813660 CPUtime=0.29
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 5381 0 0 0 28 1 0 0 16 0 12 0 4411600 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2816] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 4411603 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 4411604 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4411604 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 4411610 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=813660 CPUtime=0.69
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2643 0 0 0 68 1 0 0 16 0 12 0 4411610 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=813660 CPUtime=0.59
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1509 0 0 0 59 0 0 0 16 0 12 0 4411610 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2822] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 4411610 833187840 29655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=813660 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 4411610 833187840 29655 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) 813660

[startup+12.7019 s]
/proc/loadavg: 1.09 1.02 1.01 3/88 2874
/proc/meminfo: memFree=1688936/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=821672 CPUtime=12.9
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 52704 0 44 0 1259 31 0 0 18 0 13 0 4411587 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 48766 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=9.28
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17075 0 13 0 915 13 0 0 25 0 13 0 4411594 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4109830171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=0.79
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 15059 0 0 0 73 6 0 0 18 0 13 0 4411599 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=0.74
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 15475 0 0 0 68 6 0 0 18 0 13 0 4411600 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 4411603 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 4411610 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=821672 CPUtime=1.02
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2670 0 0 0 101 1 0 0 16 0 13 0 4411610 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=821672 CPUtime=0.98
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1552 0 0 0 98 0 0 0 16 0 13 0 4411610 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2822] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 4411610 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4411610 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2872] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2872/stat : 2872 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 4412344 841392128 48766 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 821672

[startup+25.5024 s]
/proc/loadavg: 1.29 1.06 1.02 3/83 2905
/proc/meminfo: memFree=1611480/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=821672 CPUtime=25.72
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 57093 0 44 0 2538 34 0 0 18 0 13 0 4411587 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 53062 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=21.77
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17077 0 13 0 2164 13 0 0 25 0 13 0 4411594 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4109830034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=0.92
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 16959 0 0 0 85 7 0 0 16 0 13 0 4411599 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=0.88
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 17958 0 0 0 80 8 0 0 16 0 13 0 4411600 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 0 0 0 0 16 0 13 0 4411603 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 53062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2811] ppid=2809 vsize=821672 CPUtime=1590.81
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 118612 0 44 0 159005 76 0 0 18 0 13 0 4411587 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 109611 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=1582.81
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17087 0 13 0 158257 24 0 0 25 0 13 0 4411594 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4109830171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=2.97
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 49924 0 0 0 274 23 0 0 16 0 13 0 4411599 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=2.84
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 46501 0 0 0 262 22 0 0 18 0 13 0 4411600 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0.01
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 4411603 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=821672 CPUtime=1.07
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2673 0 0 0 106 1 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=821672 CPUtime=1.02
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1554 0 0 0 102 0 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2822] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2872] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2872/stat : 2872 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 4412344 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.81
Current children cumulated vsize (KiB) 821672

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/94 2958
/proc/meminfo: memFree=1344320/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=821672 CPUtime=1650.23
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 118612 0 44 0 164947 76 0 0 18 0 13 0 4411587 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 109611 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=1642.24
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17087 0 13 0 164199 25 0 0 25 0 13 0 4411594 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4109830171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=2.97
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 49924 0 0 0 274 23 0 0 16 0 13 0 4411599 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=2.84
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 46501 0 0 0 262 22 0 0 18 0 13 0 4411600 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0.01
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 4411603 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=821672 CPUtime=1.07
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2673 0 0 0 106 1 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=821672 CPUtime=1.02
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1554 0 0 0 102 0 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2822] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2872] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2872/stat : 2872 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 4412344 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.23
Current children cumulated vsize (KiB) 821672

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/94 2964
/proc/meminfo: memFree=1343912/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=821672 CPUtime=1709.64
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 118612 0 44 0 170888 76 0 0 18 0 13 0 4411587 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 109611 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=1701.66
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17087 0 13 0 170141 25 0 0 25 0 13 0 4411594 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4109826712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=2.97
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 49924 0 0 0 274 23 0 0 16 0 13 0 4411599 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=2.84
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 46501 0 0 0 262 22 0 0 18 0 13 0 4411600 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0.01
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 4411603 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=821672 CPUtime=1.07
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2673 0 0 0 106 1 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=821672 CPUtime=1.02
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1554 0 0 0 102 0 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2822] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2872] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2872/stat : 2872 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 4412344 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.64
Current children cumulated vsize (KiB) 821672

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/94 2964
/proc/meminfo: memFree=1343928/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=821672 CPUtime=1769.06
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 118612 0 44 0 176830 76 0 0 18 0 13 0 4411587 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 109611 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=1761.08
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17087 0 13 0 176083 25 0 0 25 0 13 0 4411594 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4109826655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=2.97
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 49924 0 0 0 274 23 0 0 16 0 13 0 4411599 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=2.84
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 46501 0 0 0 262 22 0 0 18 0 13 0 4411600 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0.01
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 4411603 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=821672 CPUtime=1.07
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2673 0 0 0 106 1 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=821672 CPUtime=1.02
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1554 0 0 0 102 0 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2822] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2872] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2872/stat : 2872 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 4412344 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.06
Current children cumulated vsize (KiB) 821672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 2.00 1.99 1.82 3/94 2964
/proc/meminfo: memFree=1343928/2055920 swapFree=4192956/4192956
[pid=2811] ppid=2809 vsize=821672 CPUtime=1800.07
/proc/2811/stat : 2811 (java) S 2809 2811 2735 0 -1 0 118612 0 44 0 179931 76 0 0 18 0 13 0 4411587 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2811/statm: 205418 109611 1384 9 0 202780 0
[pid=2811/tid=2813] ppid=2809 vsize=821672 CPUtime=1792.08
/proc/2811/task/2813/stat : 2813 (java) R 2809 2811 2735 0 -1 64 17087 0 13 0 179183 25 0 0 25 0 13 0 4411594 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4109830091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2814] ppid=2809 vsize=821672 CPUtime=2.97
/proc/2811/task/2814/stat : 2814 (java) S 2809 2811 2735 0 -1 64 49924 0 0 0 274 23 0 0 16 0 13 0 4411599 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2815] ppid=2809 vsize=821672 CPUtime=2.84
/proc/2811/task/2815/stat : 2815 (java) S 2809 2811 2735 0 -1 64 46501 0 0 0 262 22 0 0 18 0 13 0 4411600 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2816] ppid=2809 vsize=821672 CPUtime=0.01
/proc/2811/task/2816/stat : 2816 (java) S 2809 2811 2735 0 -1 64 138 0 0 0 1 0 0 0 16 0 13 0 4411603 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2817] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2817/stat : 2817 (java) S 2809 2811 2735 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2818] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2818/stat : 2818 (java) S 2809 2811 2735 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 4411604 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2811/tid=2819] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2819/stat : 2819 (java) S 2809 2811 2735 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2820] ppid=2809 vsize=821672 CPUtime=1.07
/proc/2811/task/2820/stat : 2820 (java) S 2809 2811 2735 0 -1 64 2673 0 0 0 106 1 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2821] ppid=2809 vsize=821672 CPUtime=1.02
/proc/2811/task/2821/stat : 2821 (java) S 2809 2811 2735 0 -1 64 1554 0 0 0 102 0 0 0 17 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2822] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2822/stat : 2822 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2823] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2823/stat : 2823 (java) S 2809 2811 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 4411610 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2811/tid=2872] ppid=2809 vsize=821672 CPUtime=0
/proc/2811/task/2872/stat : 2872 (java) S 2809 2811 2735 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 4412344 841392128 109611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 821672

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1813.71
CPU time (s): 1800.18
CPU user time (s): 1799.35
CPU system time (s): 0.831873
CPU usage (%): 99.2539
Max. virtual memory (cumulated for all children) (KiB): 821672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.831873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118630
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38719
involuntary context switches= 41646

runsolver used 2.44363 second user time and 6.11807 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-08 02:32:20
IDJOB=1078557
IDBENCH=56804
IDSOLVER=344
FILE ID=node73/1078557-1215477139
PBS_JOBID= 7888665
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-3_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-1078557-1215477139/watcher-1078557-1215477139 -o /tmp/evaluation-result-1078557-1215477139/solver-1078557-1215477139 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078557-1215477139.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 970b7357c069562f4b874b7dd274125f
RANDOM SEED=999402255

node73.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.239
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.239
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:       1917776 kB
Buffers:         19872 kB
Cached:          64312 kB
SwapCached:          0 kB
Active:          66320 kB
Inactive:        42044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9860 kB
Writeback:           0 kB
Mapped:          36228 kB
Slab:            15288 kB
Committed_AS:   171980 kB
PageTables:       1752 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= 66540 MiB
End job on node73 at 2008-07-08 03:02:36