Trace number 2077858

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
Sugar v1.14.6+minisat? 308.516 766.603

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-2-7.xml
MD5SUMdd73b653e941c848140715c0efeb13bc
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 benchmark62.8854
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:33:01 2009
0.00/0.08	c 0	PID 23022
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077858-1247365981.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077858-1247365981.xml' 'HOME/temp.csp'
0.06/0.33	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.06/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.43	c 0	Parsing HOME/temp.csp
0.30/0.48	c 0	parsed 181 expressions
0.30/0.48	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.48	c 0	Converting to clausal form CSP
0.30/0.51	c 0	converted 19 (10%) expressions
0.30/0.51	c 0	converted 37 (20%) expressions
0.30/0.51	c 0	converted 55 (30%) expressions
0.30/0.51	c 0	converted 73 (40%) expressions
0.30/0.51	c 0	converted 91 (50%) expressions
0.30/0.51	c 0	converted 109 (60%) expressions
0.30/0.51	c 0	converted 127 (70%) expressions
0.30/0.52	c 0	converted 145 (80%) expressions
0.30/0.58	c 0	converted 163 (90%) expressions
0.30/0.72	c 1	converted 181 (100%) expressions
0.30/0.72	c 1	CSP : 352 integers, 0 booleans, 584 clauses, largest domain size 4186
0.30/0.72	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.72	c 1	Propagation in CSP
0.30/0.75	c 1	56178 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.75	c 1	CSP : 352 integers, 0 booleans, 584 clauses, largest domain size 4186
0.30/0.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.75	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.75	c 1	CSP : 352 integers, 0 booleans, 584 clauses, largest domain size 4186
0.30/0.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.78	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.79	c 1	36 (10%) CSP integer variables are encoded (1452 clauses, 16779 bytes)
0.31/0.80	c 1	71 (20%) CSP integer variables are encoded (2687 clauses, 32834 bytes)
0.31/0.81	c 1	106 (30%) CSP integer variables are encoded (14533 clauses, 196095 bytes)
0.31/0.87	c 1	141 (40%) CSP integer variables are encoded (55868 clauses, 816120 bytes)
0.31/0.92	c 1	176 (50%) CSP integer variables are encoded (100987 clauses, 1495222 bytes)
0.93/1.02	c 1	212 (60%) CSP integer variables are encoded (162520 clauses, 2541283 bytes)
0.93/1.09	c 1	247 (70%) CSP integer variables are encoded (218394 clauses, 3491141 bytes)
1.03/1.14	c 1	282 (80%) CSP integer variables are encoded (256856 clauses, 4144995 bytes)
1.12/1.25	c 1	317 (90%) CSP integer variables are encoded (335845 clauses, 5487808 bytes)
1.22/1.34	c 1	352 (100%) CSP integer variables are encoded (400859 clauses, 6593046 bytes)
1.62/1.72	c 2	59 (10%) CSP clauses are encoded (612049 clauses, 10412626 bytes)
15.02/20.08	c 20	117 (20%) CSP clauses are encoded (7043595 clauses, 138804892 bytes)
36.89/79.27	c 79	176 (30%) CSP clauses are encoded (14699019 clauses, 291700787 bytes)
76.50/195.87	c 196	234 (40%) CSP clauses are encoded (33522933 clauses, 716235461 bytes)
93.52/221.75	c 222	292 (50%) CSP clauses are encoded (40699500 clauses, 880491632 bytes)
140.04/326.92	c 327	351 (60%) CSP clauses are encoded (56888725 clauses, 1251249387 bytes)
161.86/383.12	c 383	409 (70%) CSP clauses are encoded (65051923 clauses, 1438129843 bytes)
200.12/475.36	c 475	468 (80%) CSP clauses are encoded (79354859 clauses, 1764882251 bytes)
253.78/574.46	c 574	526 (90%) CSP clauses are encoded (101026358 clauses, 2260737769 bytes)
295.31/666.88	c 667	584 (100%) CSP clauses are encoded (116525776 clauses, 2616067311 bytes)
295.31/666.88	c 667	584 CSP clauses encoded
295.51/667.51	c 667	Writing map file : HOME/temp.map
296.88/676.76	c 677	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
296.94/676.96	c 677	SAT : 401206 SAT variables, 116525776 SAT clauses, 2616067311 bytes
297.00/677.12	c 677	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
297.79/681.46	c 681	SOLVING HOME/temp.cnf
297.79/681.46	c 681	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
298.98/709.61	c 709	This is MiniSat 2.0 beta
299.00/709.71	c 710	WARNING: for repeatability, setting FPU to use double precision
299.04/710.37	c 710	ERROR! Could not open file: HOME/temp.cnf
299.29/710.93	c 711	DECODING HOME/temp.out WITH HOME/temp.map
299.31/711.05	c ERROR no output file HOME/temp.out
299.34/711.18	s UNKNOWN
299.41/711.32	c 711	CPU 299.38 (0.29 0.15 247.41 51.53)
299.41/711.39	c 711	END Sun Jul 12 04:44:52 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077858-1247365981/watcher-2077858-1247365981 -o /tmp/evaluation-result-2077858-1247365981/solver-2077858-1247365981 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077858-1247365981.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): 2000 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


[startup+0 s]
/proc/loadavg: 2.00 2.61 2.48 4/82 23022
/proc/meminfo: memFree=1794432/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=12268 CPUtime=0
/proc/23022/stat : 23022 (sugar) R 23020 23022 22985 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23664708 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23022/statm: 3067 316 241 3 0 167 0

[startup+0.096147 s]
/proc/loadavg: 2.00 2.61 2.48 4/82 23022
/proc/meminfo: memFree=1794432/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.06
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101152 s]
/proc/loadavg: 2.00 2.61 2.48 4/82 23022
/proc/meminfo: memFree=1794432/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.06
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301168 s]
/proc/loadavg: 2.00 2.61 2.48 4/82 23022
/proc/meminfo: memFree=1794432/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.06
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701219 s]
/proc/loadavg: 2.00 2.61 2.48 4/82 23022
/proc/meminfo: memFree=1794432/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.3
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1309 4255 0 1 5 1 21 3 15 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 2.00 2.61 2.48 3/93 23044
/proc/meminfo: memFree=1777000/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 15 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=1.12
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 6454 0 1 0 103 9 0 0 19 0 9 0 23664744 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5491 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=0.84
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 2916 0 1 0 78 6 0 0 25 0 9 0 23664745 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4126814649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=0.08
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1361 0 0 0 7 1 0 0 16 0 9 0 23664746 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1479 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23044/stat : 23044 (java) R 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23664748 889434112 5491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890812

[startup+4.24068 s]
/proc/loadavg: 2.00 2.61 2.48 3/93 23044
/proc/meminfo: memFree=1764648/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 15 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=2.66
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 6892 0 1 0 234 32 0 0 19 0 9 0 23664744 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5493 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=2.14
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 3352 0 1 0 196 18 0 0 25 0 9 0 23664745 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4126808108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=0.18
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1361 0 0 0 15 3 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=0.13
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 4 9 0 0 15 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+6.30168 s]
/proc/loadavg: 2.00 2.60 2.48 3/93 23044
/proc/meminfo: memFree=1755176/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 15 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=3.23
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 6893 0 1 0 274 49 0 0 19 0 9 0 23664744 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5493 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=2.53
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 3353 0 1 0 229 24 0 0 25 0 9 0 23664745 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4126806748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=0.24
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1361 0 0 0 19 5 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=0.26
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 8 18 0 0 15 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+12.7024 s]
/proc/loadavg: 2.16 2.62 2.49 3/93 23044
/proc/meminfo: memFree=1730408/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 15 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=7.45
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 7819 0 1 0 650 95 0 0 19 0 9 0 23664744 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5493 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=6.35
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 4279 0 1 0 574 61 0 0 25 0 9 0 23664745 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4126806670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=0.65
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1361 0 0 0 51 14 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=0.26
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 8 18 0 0 15 0 9 0 23664748 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+25.5019 s]
/proc/loadavg: 2.59 2.69 2.51 4/93 23044
/proc/meminfo: memFree=1618344/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 16 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=16.53
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 10720 0 1 0 1468 185 0 0 19 0 9 0 23664744 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5493 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=14.59
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 7180 0 1 0 1333 126 0 0 24 0 9 0 23664745 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=1.42
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1361 0 0 0 108 34 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 380 805 0 0 15 0 9 0 23664748 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.17
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+522.311 s]
/proc/loadavg: 4.75 4.51 3.49 3/93 23050
/proc/meminfo: memFree=16616/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 16 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=222.77
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 57454 0 1 0 18547 3730 0 0 19 0 9 0 23664744 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5496 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=187.53
/proc/23036/task/23037/stat : 23037 (java) D 23035 23022 22985 0 -1 64 53911 0 1 0 16626 2127 0 0 25 0 9 0 23664745 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=20.3
/proc/23036/task/23038/stat : 23038 (java) D 23035 23022 22985 0 -1 64 1364 0 0 0 1427 603 0 0 15 0 9 0 23664746 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=14.72
/proc/23036/task/23044/stat : 23044 (java) R 23035 23022 22985 0 -1 64 0 0 0 0 475 997 0 0 15 0 9 0 23664748 889434112 5496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.08
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+582.308 s]
/proc/loadavg: 5.75 4.84 3.66 3/93 23052
/proc/meminfo: memFree=15528/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 16 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=255.77
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 66322 0 1 0 21338 4239 0 0 19 0 9 0 23664744 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5497 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=216
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 62778 0 1 0 19148 2452 0 0 25 0 9 0 23664745 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=23.44
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1365 0 0 0 1653 691 0 0 15 0 9 0 23664746 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=16.13
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 519 1094 0 0 15 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.08
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+642.302 s]
/proc/loadavg: 6.49 5.29 3.89 4/93 23057
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=0.31
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1310 4255 0 1 6 1 21 3 16 0 1 0 23664708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23022/statm: 4217 1111 409 3 0 796 0
[pid=23035] ppid=23022 vsize=5356 CPUtime=0
/proc/23035/stat : 23035 (sh) S 23022 23022 22985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23035/statm: 1339 233 193 169 0 50 0
[pid=23036] ppid=23035 vsize=868588 CPUtime=281.07
/proc/23036/stat : 23036 (java) S 23035 23022 22985 0 -1 0 70845 0 1 0 23400 4707 0 0 19 0 9 0 23664744 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23036/statm: 217147 5497 2589 9 0 211624 0
[pid=23036/tid=23037] ppid=23035 vsize=868588 CPUtime=236.41
/proc/23036/task/23037/stat : 23037 (java) R 23035 23022 22985 0 -1 64 67301 0 1 0 20945 2696 0 0 25 0 9 0 23664745 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23036/tid=23038] ppid=23035 vsize=868588 CPUtime=26.26
/proc/23036/task/23038/stat : 23038 (java) S 23035 23022 22985 0 -1 64 1365 0 0 0 1851 775 0 0 15 0 9 0 23664746 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23036/tid=23039] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23039/stat : 23039 (java) S 23035 23022 22985 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23664746 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23040] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23040/stat : 23040 (java) S 23035 23022 22985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23664746 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23041] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23041/stat : 23041 (java) S 23035 23022 22985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23042] ppid=23035 vsize=868588 CPUtime=0.16
/proc/23036/task/23042/stat : 23042 (java) S 23035 23022 22985 0 -1 64 1481 0 0 0 16 0 0 0 16 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23043] ppid=23035 vsize=868588 CPUtime=0
/proc/23036/task/23043/stat : 23043 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23036/tid=23044] ppid=23035 vsize=868588 CPUtime=18.19
/proc/23036/task/23044/stat : 23044 (java) S 23035 23022 22985 0 -1 64 0 0 0 0 586 1233 0 0 15 0 9 0 23664748 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.38
Current children cumulated vsize (KiB) 890812
heavy processes:

[startup+702.302 s]
/proc/loadavg: 6.12 5.42 4.03 2/84 23062
/proc/meminfo: memFree=30064/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=297.82
/proc/23022/stat : 23022 (sugar) S 23020 23022 22985 0 -1 4194304 1365 79641 0 2 16 5 24734 5027 16 0 1 0 23664708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23022/statm: 4217 1113 409 3 0 796 0
[pid=23062] ppid=23022 vsize=5356 CPUtime=0.86
/proc/23062/stat : 23062 (sh) D 23022 23022 22985 0 -1 4194304 165 0 4 0 1 85 0 0 18 0 1 0 23732855 5484544 145 996147200 4194304 4889804 548682068848 18446744073709551615 217871777874 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23062/statm: 1339 145 118 169 0 50 0
Current children cumulated CPU time (s) 298.68
Current children cumulated vsize (KiB) 22224
heavy processes:

[startup+762.302 s]
/proc/loadavg: 5.09 5.24 4.05 4/83 23063
/proc/meminfo: memFree=1915128/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=307.29
/proc/23022/stat : 23022 (sugar) R 23020 23022 22985 0 -1 4194304 1418 79996 0 12 33 802 24741 5153 17 0 1 0 23664708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 307.29
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+764.103 s]
/proc/loadavg: 4.93 5.20 4.04 3/83 23063
/proc/meminfo: memFree=1918904/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=308.01
/proc/23022/stat : 23022 (sugar) R 23020 23022 22985 0 -1 4194304 1418 79996 0 12 33 874 24741 5153 19 0 1 0 23664708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 308.01
Current children cumulated vsize (KiB) 16868

[startup+765.701 s]
/proc/loadavg: 4.93 5.20 4.04 3/83 23063
/proc/meminfo: memFree=1921336/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=308.46
/proc/23022/stat : 23022 (sugar) D 23020 23022 22985 0 -1 4194304 1418 79996 0 12 33 919 24741 5153 15 0 1 0 23664708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 308.46
Current children cumulated vsize (KiB) 16868

[startup+766.101 s]
/proc/loadavg: 4.93 5.20 4.04 2/83 23063
/proc/meminfo: memFree=1929208/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=308.48
/proc/23022/stat : 23022 (sugar) D 23020 23022 22985 0 -1 4194304 1418 79996 0 12 33 921 24741 5153 15 0 1 0 23664708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 308.48
Current children cumulated vsize (KiB) 16868

[startup+766.501 s]
/proc/loadavg: 4.93 5.20 4.04 2/83 23063
/proc/meminfo: memFree=1929208/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=308.49
/proc/23022/stat : 23022 (sugar) D 23020 23022 22985 0 -1 4194304 1418 79996 0 12 33 922 24741 5153 15 0 1 0 23664708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 308.49
Current children cumulated vsize (KiB) 16868

[startup+766.601 s]
/proc/loadavg: 4.93 5.20 4.04 2/83 23063
/proc/meminfo: memFree=1929208/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=16868 CPUtime=308.49
/proc/23022/stat : 23022 (sugar) R 23020 23022 22985 0 -1 4194304 1418 79996 0 12 33 922 24741 5153 15 0 1 0 23664708 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 308.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 766.603
CPU time (s): 308.516
CPU user time (s): 247.749
CPU system time (s): 60.7668
CPU usage (%): 40.2446
Max. virtual memory (cumulated for all children) (KiB): 890812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.749
system time used= 60.7668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81474
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 632874
involuntary context switches= 634594

runsolver used 5.16122 second user time and 11.4343 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 04:33:01
IDJOB=2077858
IDBENCH=56680
IDSOLVER=739
FILE ID=node28/2077858-1247365981
PBS_JOBID= 9507115
Free space on /tmp= 66116 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-40-2-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077858-1247365981/watcher-2077858-1247365981 -o /tmp/evaluation-result-2077858-1247365981/solver-2077858-1247365981 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077858-1247365981.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= dd73b653e941c848140715c0efeb13bc
RANDOM SEED=525993519

node28.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.230
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.230
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:       1794912 kB
Buffers:         16272 kB
Cached:         155564 kB
SwapCached:          0 kB
Active:         150008 kB
Inactive:        54488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          50868 kB
Slab:            41612 kB
Committed_AS:   200724 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node28 at 2009-07-12 04:45:48