Trace number 199482

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, and are wall clock time (not CPU 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
SAT4JCSP-CACHED 1.7 RC BF3? (TO) 1800.21 1807.43

General information on the benchmark

NameallIntervalSeries/
series-25.xml
MD5SUM1eb0cd8148c3a51eaa068a454296b6fa
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/199482-1168134549/unknown.xml
0.27	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.55	c reading variables
c reading variables (49) done.
0.61	c reading predicates 
c reading relations (3) done.
0.84	c reading constraints
c reading constraints done.
4.95	c ... done. Wall clock time 4.684s.
4.95	c CPU time (experimental) 2.6s.
4.95	c #vars     1201
4.95	c #constraints  373946
1263.09	c cleaning 371719 clauses out of 743500 for limit 0.0015440363526095279
1807.28	c starts		: 21
1807.28	c conflicts		: 909856
1807.28	c decisions		: 1300308
1807.28	c propagations		: 36802754
1807.28	c inspects		: 4469549786
1807.28	c learnt literals	: 0
1807.28	c learnt binary clauses	: 0
1807.28	c learnt ternary clauses	: 1
1807.28	c learnt clauses	: 909855
1807.28	c root simplifications	: 0
1807.28	c removed literals (reason simplification)	: 0
1807.28	c reason swapping (by a shorter reason)	: 0
1807.28	c Calls to reduceDB	: 1
1807.28	c speed (decisions/second)	: 721.4614456327243
1807.28	c non guided choices	612
1807.28	s UNKNOWN
1807.28	c Total wall clock time (in seconds) : 1807.013
1807.28	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-199482-1168134549 -o ROOT/results/node2/solver-199482-1168134549 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199482-1168134549/sat4jCSP-bf3-cached.jar /tmp/evaluation/199482-1168134549/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.02 2.02 1.98 4/95 26329
/proc/meminfo: memFree=1200720/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=18540 CPUtime=0
/proc/26328/stat : 26328 (runsolver) D 26326 26328 25415 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 161850656 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 206381313319 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/26328/statm: 4635 279 244 17 0 2626 0

[startup+0.102762 s]
/proc/loadavg: 2.02 2.02 1.98 4/95 26329
/proc/meminfo: memFree=1200720/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=897120 CPUtime=0.07
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 3165 0 1 0 6 1 0 0 17 0 6 0 161850656 918650880 2925 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 224280 2925 1495 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.510839 s]
/proc/loadavg: 2.02 2.02 1.98 4/95 26329
/proc/meminfo: memFree=1200720/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=905236 CPUtime=0.47
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 5818 0 1 0 44 3 0 0 19 0 12 0 161850656 926961664 5413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 226309 5413 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.33399 s]
/proc/loadavg: 2.02 2.02 1.98 4/106 26340
/proc/meminfo: memFree=1183160/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=905236 CPUtime=1.29
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 8158 0 1 0 124 5 0 0 23 0 12 0 161850656 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053835959 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 226309 7491 2460 14 0 212746 0
[pid=26328/tid=26330] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161850660 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 161850660 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26332] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 161850663 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161850664 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26334] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161850664 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26335] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161850667 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 161850667 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26337] ppid=26326 vsize=905236 CPUtime=0.25
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 303 0 0 0 25 0 0 0 16 0 12 0 161850667 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26338] ppid=26326 vsize=905236 CPUtime=0.22
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 729 0 0 0 22 0 0 0 16 0 12 0 161850667 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26339] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161850667 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=905236 CPUtime=0
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161850667 926961664 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 905236

[startup+2.98729 s]
/proc/loadavg: 2.10 2.04 1.99 3/106 26340
/proc/meminfo: memFree=1162104/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=907468 CPUtime=2.93
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 16145 0 1 0 285 8 0 0 25 0 12 0 161850656 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 226867 14339 2465 14 0 213304 0
[pid=26328/tid=26330] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161850660 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 161850660 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26332] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 161850663 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161850664 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26334] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161850664 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26335] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 161850667 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 161850667 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26337] ppid=26326 vsize=907468 CPUtime=0.73
/proc/26328/task/26337/stat : 26337 (java) R 26326 26328 25415 0 -1 64 1015 0 0 0 73 0 0 0 16 0 12 0 161850667 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152461545 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26338] ppid=26326 vsize=907468 CPUtime=0.65
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1746 0 0 0 65 0 0 0 16 0 12 0 161850667 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26339] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161850667 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=907468 CPUtime=0
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161850667 929247232 14339 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 907468

[startup+6.28691 s]
/proc/loadavg: 2.10 2.04 1.99 3/107 26341
/proc/meminfo: memFree=1075064/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=911876 CPUtime=6.19
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 36387 0 1 0 602 17 0 0 25 0 13 0 161850656 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054636457 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 227969 33719 2485 14 0 214406 0
[pid=26328/tid=26330] ppid=26326 vsize=911876 CPUtime=0.18
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 7238 0 0 0 16 2 0 0 17 0 13 0 161850660 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=911876 CPUtime=0.14
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 4684 0 0 0 12 2 0 0 16 0 13 0 161850660 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26332] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 161850663 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 161850664 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26334] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26335] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=911876 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 161850667 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26337] ppid=26326 vsize=911876 CPUtime=1.31
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2458 0 0 0 131 0 0 0 16 0 13 0 161850667 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26338] ppid=26326 vsize=911876 CPUtime=1.16
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1783 0 0 0 115 1 0 0 15 0 13 0 161850667 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26339] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161850667 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26341] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 933761024 33719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 911876

[startup+12.6901 s]
/proc/loadavg: 2.15 2.06 2.00 3/107 26341
/proc/meminfo: memFree=1075064/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=911876 CPUtime=12.54
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 36394 0 1 0 1237 17 0 0 25 0 13 0 161850656 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054582179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 227969 33722 2485 14 0 214406 0
[pid=26328/tid=26330] ppid=26326 vsize=911876 CPUtime=0.18
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 7238 0 0 0 16 2 0 0 17 0 13 0 161850660 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=911876 CPUtime=0.14
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 4684 0 0 0 12 2 0 0 16 0 13 0 161850660 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26332] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 161850663 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 161850664 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26334] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26335] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=911876 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26337] ppid=26326 vsize=911876 CPUtime=1.33
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2459 0 0 0 133 0 0 0 15 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26338] ppid=26326 vsize=911876 CPUtime=1.19
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1785 0 0 0 118 1 0 0 15 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26339] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26341] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 911876

[startup+25.5885 s]
/proc/loadavg: 2.13 2.05 2.00 3/107 26341
/proc/meminfo: memFree=1075128/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=911876 CPUtime=25.31
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 36395 0 1 0 2514 17 0 0 25 0 13 0 161850656 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054591554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 227969 33722 2485 14 0 214406 0
[pid=26328/tid=26330] ppid=26326 vsize=911876 CPUtime=0.18
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 7238 0 0 0 16 2 0 0 17 0 13 0 161850660 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=911876 CPUtime=0.14
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 4684 0 0 0 12 2 0 0 16 0 13 0 161850660 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26332] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 161850663 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 161850664 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26334] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26335] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=911876 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26337] ppid=26326 vsize=911876 CPUtime=1.33
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2459 0 0 0 133 0 0 0 15 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26338] ppid=26326 vsize=911876 CPUtime=1.19
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1785 0 0 0 118 1 0 0 16 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26339] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161850667 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26341] ppid=26326 vsize=911876 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 933761024 33722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 911876

[startup+51.2872 s]
/proc/loadavg: 2.08 2.05 2.00 3/107 26341
/proc/meminfo: memFree=1031032/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=910532 CPUtime=50.89
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 49228 0 1 0 5065 24 0 0 25 0 13 0 161850656 932384768 44800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054578272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.00 2.01 2.00 3/99 26614
/proc/meminfo: memFree=706936/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=910532 CPUtime=1597.96
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 199653 0 1 0 159674 122 0 0 25 0 13 0 161850656 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054591377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 227633 175588 2490 14 0 214070 0
[pid=26328/tid=26330] ppid=26326 vsize=910532 CPUtime=2.47
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 91010 0 0 0 209 38 0 0 17 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=910532 CPUtime=2.4
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 84139 0 0 0 200 40 0 0 16 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26332] ppid=26326 vsize=910532 CPUtime=0.95
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 13 0 0 0 95 0 0 0 16 0 13 0 161850663 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26334] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26335] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26337] ppid=26326 vsize=910532 CPUtime=1.43
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2462 0 0 0 143 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26338] ppid=26326 vsize=910532 CPUtime=1.28
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1786 0 0 0 127 1 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26339] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26341] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.96
Current children cumulated vsize (KiB) 910532

[startup+1664.33 s]
/proc/loadavg: 2.00 2.01 2.00 4/99 26614
/proc/meminfo: memFree=706872/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=910532 CPUtime=1657.75
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 199653 0 1 0 165652 123 0 0 25 0 13 0 161850656 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054582179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26328/statm: 227633 175588 2490 14 0 214070 0
[pid=26328/tid=26330] ppid=26326 vsize=910532 CPUtime=2.47
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 91010 0 0 0 209 38 0 0 17 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=910532 CPUtime=2.4
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 84139 0 0 0 200 40 0 0 16 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26332] ppid=26326 vsize=910532 CPUtime=0.95
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 13 0 0 0 95 0 0 0 16 0 13 0 161850663 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26333] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26334] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26335] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26337] ppid=26326 vsize=910532 CPUtime=1.43
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2462 0 0 0 143 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26338] ppid=26326 vsize=910532 CPUtime=1.28
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1786 0 0 0 127 1 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26339] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26341] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.75
Current children cumulated vsize (KiB) 910532

[startup+1724.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 26614
/proc/meminfo: memFree=706616/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=910532 CPUtime=1717.54
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 199654 0 1 0 171631 123 0 0 25 0 13 0 161850656 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054591747 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26328/statm: 227633 175588 2490 14 0 214070 0
[pid=26328/tid=26330] ppid=26326 vsize=910532 CPUtime=2.56
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 91010 0 0 0 218 38 0 0 16 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=910532 CPUtime=2.47
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 84139 0 0 0 207 40 0 0 17 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26332] ppid=26326 vsize=910532 CPUtime=0.95
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 13 0 0 0 95 0 0 0 16 0 13 0 161850663 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26333] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26334] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26335] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26337] ppid=26326 vsize=910532 CPUtime=1.43
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2462 0 0 0 143 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26338] ppid=26326 vsize=910532 CPUtime=1.28
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1786 0 0 0 127 1 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26339] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26341] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.54
Current children cumulated vsize (KiB) 910532

[startup+1784.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 26616
/proc/meminfo: memFree=706232/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=910532 CPUtime=1777.32
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 199654 0 1 0 177608 124 0 0 25 0 13 0 161850656 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054591377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26328/statm: 227633 175588 2490 14 0 214070 0
[pid=26328/tid=26330] ppid=26326 vsize=910532 CPUtime=2.56
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 91010 0 0 0 218 38 0 0 16 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=910532 CPUtime=2.47
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 84139 0 0 0 207 40 0 0 17 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26332] ppid=26326 vsize=910532 CPUtime=0.95
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 13 0 0 0 95 0 0 0 16 0 13 0 161850663 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26333] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26334] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26335] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26337] ppid=26326 vsize=910532 CPUtime=1.43
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2462 0 0 0 143 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26338] ppid=26326 vsize=910532 CPUtime=1.28
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1786 0 0 0 127 1 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26339] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26341] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.32
Current children cumulated vsize (KiB) 910532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 26616
/proc/meminfo: memFree=706232/2055920 swapFree=4191880/4192956
[pid=26328] ppid=26326 vsize=910532 CPUtime=1800.05
/proc/26328/stat : 26328 (java) R 26326 26328 25415 0 -1 0 199654 0 1 0 179881 124 0 0 25 0 13 0 161850656 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054591377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26328/statm: 227633 175588 2490 14 0 214070 0
[pid=26328/tid=26330] ppid=26326 vsize=910532 CPUtime=2.56
/proc/26328/task/26330/stat : 26330 (java) S 26326 26328 25415 0 -1 64 91010 0 0 0 218 38 0 0 16 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26331] ppid=26326 vsize=910532 CPUtime=2.47
/proc/26328/task/26331/stat : 26331 (java) S 26326 26328 25415 0 -1 64 84139 0 0 0 207 40 0 0 17 0 13 0 161850660 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26332] ppid=26326 vsize=910532 CPUtime=0.95
/proc/26328/task/26332/stat : 26332 (java) S 26326 26328 25415 0 -1 64 13 0 0 0 95 0 0 0 16 0 13 0 161850663 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26333] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26333/stat : 26333 (java) S 26326 26328 25415 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26334] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26334/stat : 26334 (java) S 26326 26328 25415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161850664 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26335] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26335/stat : 26335 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26336] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26336/stat : 26336 (java) S 26326 26328 25415 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26337] ppid=26326 vsize=910532 CPUtime=1.43
/proc/26328/task/26337/stat : 26337 (java) S 26326 26328 25415 0 -1 64 2462 0 0 0 143 0 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26338] ppid=26326 vsize=910532 CPUtime=1.28
/proc/26328/task/26338/stat : 26338 (java) S 26326 26328 25415 0 -1 64 1786 0 0 0 127 1 0 0 16 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26339] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26339/stat : 26339 (java) S 26326 26328 25415 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26328/tid=26340] ppid=26326 vsize=910532 CPUtime=0.01
/proc/26328/task/26340/stat : 26340 (java) S 26326 26328 25415 0 -1 64 0 0 0 0 1 0 0 0 15 0 13 0 161850667 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26328/tid=26341] ppid=26326 vsize=910532 CPUtime=0
/proc/26328/task/26341/stat : 26341 (java) S 26326 26328 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 161851152 932384768 175588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 910532

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

Child status: 143
Real time (s): 1807.43
CPU time (s): 1800.21
CPU user time (s): 1798.86
CPU system time (s): 1.34879
CPU usage (%): 99.6003
Max. virtual memory (cumulated for all children) (KiB): 912356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.34879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199674
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= 37652
involuntary context switches= 64902

runsolver used 2.16767 s user time and 5.9461 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 01:49:10 UTC 2007


IDJOB= 199482
IDBENCH= 3620
FILE ID= node2/199482-1168134549

PBS_JOBID= 3477768

Free space on /tmp= 66321 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-25.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199482-1168134549/sat4jCSP-bf3-cached.jar /tmp/evaluation/199482-1168134549/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-199482-1168134549 -o ROOT/results/node2/solver-199482-1168134549 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199482-1168134549/sat4jCSP-bf3-cached.jar /tmp/evaluation/199482-1168134549/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1eb0cd8148c3a51eaa068a454296b6fa

RANDOM SEED= 734562413

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.259
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	: 5931.00
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.259
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:       1201200 kB
Buffers:         59356 kB
Cached:         421976 kB
SwapCached:        448 kB
Active:         538060 kB
Inactive:       258388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201200 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:         342236 kB
Slab:            42308 kB
Committed_AS:  4548132 kB
PageTables:       2988 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= 66321 MiB



End job on node2 on Sun Jan  7 02:19:18 UTC 2007