Trace number 1127188

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.13+minisat? 218.64 225.341

General information on the benchmark

Namemaxcsp/pedigree/
normalized-sheep4nr_ext.xml
MD5SUM93c5d394eb2c2860fd1ad7b3d6066719
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints41
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables8991
Number of constraints11213
Maximum constraint arity3
Maximum domain size10
Number of constraints which are defined in extension11213
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 08:03:41 2008
0.00/0.04	c 0	PID 1971
0.03/0.05	c 0	HOST node30.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127188-1216188221.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127188-1216188221.xml' 'HOME/temp.csp'
1.15/1.21	c 1	2 domains, 8991 variables, 0 predicates, 12 relations, 11213 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.18/1.33	c 2	Parsing HOME/temp.csp
1.18/1.76	c 2	parsed 10000 expressions
1.18/1.99	c 2	parsed 20000 expressions
1.18/2.00	c 2	parsed 20218 expressions
1.18/2.00	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.15	c 2	MAX CSP: 11213 constraints
2.00/2.15	c 2	Converting to clausal form CSP
2.11/2.20	c 2	converted 3144 (10%) expressions
2.11/2.21	c 2	converted 6287 (20%) expressions
2.11/2.27	c 2	converted 9431 (30%) expressions
2.49/2.63	c 3	converted 12574 (40%) expressions
2.49/2.67	c 3	converted 15717 (50%) expressions
4.08/4.28	c 5	converted 18861 (60%) expressions
5.75/5.99	c 6	converted 22004 (70%) expressions
8.04/8.24	c 8	converted 25148 (80%) expressions
9.24/9.47	c 10	converted 28291 (90%) expressions
13.22/13.43	c 14	converted 31434 (100%) expressions
13.22/13.44	c 14	CSP : 31417 integers, 0 booleans, 33638 clauses, largest domain size 16820
13.22/13.44	c 14	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.22/13.44	c 14	Propagation in CSP
13.62/13.89	c 14	11204 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.72/13.90	c 14	CSP : 31417 integers, 0 booleans, 33638 clauses, largest domain size 11214
13.72/13.90	c 14	Heap : 224 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.72/13.91	c 14	Simplifing CSP by introducing new Boolean variables
13.72/13.93	c 14	CSP : 31417 integers, 0 booleans, 33638 clauses, largest domain size 11214
13.72/13.93	c 14	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.91/15.19	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.01/15.26	c 15	3142 (10%) CSP integer variables are encoded (25136 clauses, 357360 bytes)
15.01/15.29	c 16	6284 (20%) CSP integer variables are encoded (50272 clauses, 734400 bytes)
15.11/15.32	c 16	9426 (30%) CSP integer variables are encoded (71920 clauses, 1059120 bytes)
15.11/15.33	c 16	12567 (40%) CSP integer variables are encoded (71920 clauses, 1059120 bytes)
15.11/15.33	c 16	15709 (50%) CSP integer variables are encoded (71920 clauses, 1059120 bytes)
15.11/15.33	c 16	18851 (60%) CSP integer variables are encoded (71920 clauses, 1059120 bytes)
15.11/15.37	c 16	21992 (70%) CSP integer variables are encoded (99274 clauses, 1508387 bytes)
15.22/15.42	c 16	25134 (80%) CSP integer variables are encoded (132132 clauses, 2066973 bytes)
15.31/15.59	c 16	28276 (90%) CSP integer variables are encoded (270091 clauses, 4412276 bytes)
15.41/15.69	c 16	31417 (100%) CSP integer variables are encoded (347084 clauses, 5721157 bytes)
15.70/16.00	c 16	3364 (10%) CSP clauses are encoded (372337 clauses, 6353062 bytes)
19.67/19.97	c 20	6728 (20%) CSP clauses are encoded (754225 clauses, 20875098 bytes)
23.64/24.00	c 24	10092 (30%) CSP clauses are encoded (1141085 clauses, 35986186 bytes)
26.23/26.53	c 27	13456 (40%) CSP clauses are encoded (1906043 clauses, 56448885 bytes)
39.56/40.10	c 40	16819 (50%) CSP clauses are encoded (9194324 clauses, 234669588 bytes)
43.38/43.92	c 44	20183 (60%) CSP clauses are encoded (11230636 clauses, 284300363 bytes)
82.99/84.46	c 85	23547 (70%) CSP clauses are encoded (33006306 clauses, 817411491 bytes)
87.29/88.86	c 89	26911 (80%) CSP clauses are encoded (35352674 clauses, 874622076 bytes)
217.85/223.44	c 224	ERROR Exception Too large HOME/temp.cnf
217.85/223.45	c 224	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
217.85/223.45	c 224	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
217.85/223.45	c 224	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
217.85/223.45	s UNKNOWN
217.90/223.56	c 224	CPU 203.16 (0.03 0.01 203.13 14.79)
217.90/223.56	c 224	END Wed Jul 16 08:07:25 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127188-1216188221/watcher-1127188-1216188221 -o /tmp/evaluation-result-1127188-1216188221/solver-1127188-1216188221 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127188-1216188221.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 1971
/proc/meminfo: memFree=1225352/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=12268 CPUtime=0
/proc/1971/stat : 1971 (sugar) R 1969 1971 1502 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 75523837 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1971/statm: 3067 316 241 3 0 167 0

[startup+0.050289 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 1971
/proc/meminfo: memFree=1225352/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=0.03
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 75523837 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101947 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 1971
/proc/meminfo: memFree=1225352/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=0.03
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75523837 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30295 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 1971
/proc/meminfo: memFree=1225352/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=0.03
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75523837 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702999 s]
/proc/loadavg: 2.07 2.03 2.00 4/81 1971
/proc/meminfo: memFree=1225352/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=0.03
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75523837 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.07 2.03 2.00 4/92 1985
/proc/meminfo: memFree=1201008/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13600

[startup+3.11014 s]
/proc/loadavg: 2.07 2.03 2.00 4/92 1996
/proc/meminfo: memFree=1208048/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 15 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868444 CPUtime=1.82
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 13017 0 1 0 174 8 0 0 18 0 9 0 75523962 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217111 11666 2540 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868444 CPUtime=0.92
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 2961 0 1 0 91 1 0 0 20 0 9 0 75523963 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868444 CPUtime=0.66
/proc/1987/task/1989/stat : 1989 (java) R 1986 1971 1502 0 -1 64 7896 0 0 0 62 4 0 0 16 0 9 0 75523964 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 102722963 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868444 CPUtime=0.21
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1463 0 0 0 20 1 0 0 16 0 9 0 75523967 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889286656 11666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887400

[startup+6.30215 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 1996
/proc/meminfo: memFree=1138096/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868444 CPUtime=4.97
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 32010 0 1 0 481 16 0 0 18 0 9 0 75523962 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217111 30247 2540 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868444 CPUtime=2.26
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 3747 0 1 0 223 3 0 0 25 0 9 0 75523963 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4126647134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868444 CPUtime=2.48
/proc/1987/task/1989/stat : 1989 (java) S 1986 1971 1502 0 -1 64 26103 0 0 0 237 11 0 0 16 0 9 0 75523964 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868444 CPUtime=0.21
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1463 0 0 0 20 1 0 0 16 0 9 0 75523967 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889286656 30247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887400

[startup+12.7016 s]
/proc/loadavg: 2.14 2.04 2.01 4/92 1996
/proc/meminfo: memFree=989936/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868444 CPUtime=11.34
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 78011 0 1 0 1097 37 0 0 18 0 9 0 75523962 889286656 58296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217111 58297 2540 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868444 CPUtime=4.35
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 5991 0 1 0 431 4 0 0 25 0 9 0 75523963 889286656 58298 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868444 CPUtime=6.73
/proc/1987/task/1989/stat : 1989 (java) R 1986 1971 1502 0 -1 64 69847 0 0 0 642 31 0 0 16 0 9 0 75523964 889286656 58299 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889286656 58299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889286656 58300 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889286656 58301 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868444 CPUtime=0.23
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1479 0 0 0 22 1 0 0 16 0 9 0 75523967 889286656 58302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889286656 58302 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868444 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889286656 58303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887400

[startup+25.5024 s]
/proc/loadavg: 2.11 2.04 2.01 3/92 1996
/proc/meminfo: memFree=939312/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868556 CPUtime=24.06
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 91943 0 1 0 2331 75 0 0 18 0 9 0 75523962 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217139 63131 2567 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868556 CPUtime=15.33
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 6170 0 1 0 1500 33 0 0 25 0 9 0 75523963 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868556 CPUtime=8.37
/proc/1987/task/1989/stat : 1989 (java) S 1986 1971 1502 0 -1 64 83537 0 0 0 798 39 0 0 16 0 9 0 75523964 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868556 CPUtime=0.33
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 75523967 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889401344 63131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 887512

[startup+51.1021 s]
/proc/loadavg: 2.07 2.04 2.00 3/92 1996
/proc/meminfo: memFree=608304/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868556 CPUtime=49.25
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 92281 0 1 0 4648 277 0 0 18 0 9 0 75523962 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217139 63138 2567 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868556 CPUtime=40.17
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 6501 0 1 0 3784 233 0 0 25 0 9 0 75523963 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868556 CPUtime=8.71
/proc/1987/task/1989/stat : 1989 (java) S 1986 1971 1502 0 -1 64 83542 0 0 0 830 41 0 0 16 0 9 0 75523964 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868556 CPUtime=0.33
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1541 0 0 0 32 1 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 887512

[startup+102.306 s]
/proc/loadavg: 2.22 2.09 2.02 3/92 1996
/proc/meminfo: memFree=103472/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868556 CPUtime=99.55
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 92831 0 1 0 9384 571 0 0 18 0 9 0 75523962 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217139 63138 2567 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868556 CPUtime=89.9
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 7051 0 1 0 8467 523 0 0 25 0 9 0 75523963 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4127157819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868556 CPUtime=9.28
/proc/1987/task/1989/stat : 1989 (java) S 1986 1971 1502 0 -1 64 83542 0 0 0 883 45 0 0 16 0 9 0 75523964 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868556 CPUtime=0.33
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1541 0 0 0 32 1 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 887512

[startup+162.302 s]
/proc/loadavg: 2.40 2.16 2.05 3/92 1996
/proc/meminfo: memFree=15416/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868556 CPUtime=157.74
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 93544 0 1 0 14777 997 0 0 18 0 9 0 75523962 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217139 63138 2567 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868556 CPUtime=147.35
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 7764 0 1 0 13791 944 0 0 25 0 9 0 75523963 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4127084568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868556 CPUtime=10.02
/proc/1987/task/1989/stat : 1989 (java) S 1986 1971 1502 0 -1 64 83542 0 0 0 952 50 0 0 16 0 9 0 75523964 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868556 CPUtime=0.33
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1541 0 0 0 32 1 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.92
Current children cumulated vsize (KiB) 887512

[startup+222.302 s]
/proc/loadavg: 2.39 2.20 2.07 3/92 1996
/proc/meminfo: memFree=14904/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=1.18
/proc/1971/stat : 1971 (sugar) S 1969 1971 1502 0 -1 4194304 974 9686 0 1 3 1 109 5 16 0 1 0 75523837 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1971/statm: 3400 797 370 3 0 500 0
[pid=1986] ppid=1971 vsize=5356 CPUtime=0
/proc/1986/stat : 1986 (sh) S 1971 1971 1502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75523962 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1986/statm: 1339 233 193 169 0 50 0
[pid=1987] ppid=1986 vsize=868556 CPUtime=215.6
/proc/1987/stat : 1987 (java) S 1986 1971 1502 0 -1 0 94309 0 1 0 20100 1460 0 0 18 0 9 0 75523962 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1987/statm: 217139 63138 2567 9 0 211686 0
[pid=1987/tid=1988] ppid=1986 vsize=868556 CPUtime=204.43
/proc/1987/task/1988/stat : 1988 (java) R 1986 1971 1502 0 -1 64 8529 0 1 0 19040 1403 0 0 25 0 9 0 75523963 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4127083340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1989] ppid=1986 vsize=868556 CPUtime=10.82
/proc/1987/task/1989/stat : 1989 (java) S 1986 1971 1502 0 -1 64 83542 0 0 0 1027 55 0 0 16 0 9 0 75523964 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1990] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1990/stat : 1990 (java) S 1986 1971 1502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1991] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1991/stat : 1991 (java) S 1986 1971 1502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75523965 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1993] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1993/stat : 1993 (java) S 1986 1971 1502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1994] ppid=1986 vsize=868556 CPUtime=0.33
/proc/1987/task/1994/stat : 1994 (java) S 1986 1971 1502 0 -1 64 1541 0 0 0 32 1 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1995] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1995/stat : 1995 (java) S 1986 1971 1502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1987/tid=1996] ppid=1986 vsize=868556 CPUtime=0
/proc/1987/task/1996/stat : 1996 (java) S 1986 1971 1502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75523967 889401344 63138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.78
Current children cumulated vsize (KiB) 887512

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

[startup+223.901 s]
/proc/loadavg: 2.39 2.20 2.07 3/92 1996
/proc/meminfo: memFree=15736/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=218.26
/proc/1971/stat : 1971 (sugar) R 1969 1971 1502 0 -1 4194304 998 104304 0 3 3 31 20313 1479 16 0 1 0 75523837 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1971/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.26
Current children cumulated vsize (KiB) 13600

[startup+224.701 s]
/proc/loadavg: 2.39 2.20 2.07 2/82 1996
/proc/meminfo: memFree=1279688/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=218.57
/proc/1971/stat : 1971 (sugar) D 1969 1971 1502 0 -1 4194304 998 104304 0 3 3 62 20313 1479 15 0 1 0 75523837 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1971/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.57
Current children cumulated vsize (KiB) 13600

[startup+225.102 s]
/proc/loadavg: 2.39 2.20 2.07 2/82 1996
/proc/meminfo: memFree=1279688/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=218.6
/proc/1971/stat : 1971 (sugar) D 1969 1971 1502 0 -1 4194304 998 104304 0 3 3 65 20313 1479 15 0 1 0 75523837 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1971/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.6
Current children cumulated vsize (KiB) 13600

[startup+225.302 s]
/proc/loadavg: 2.39 2.20 2.07 2/82 1996
/proc/meminfo: memFree=1279688/2055920 swapFree=4180348/4192956
[pid=1971] ppid=1969 vsize=13600 CPUtime=218.62
/proc/1971/stat : 1971 (sugar) D 1969 1971 1502 0 -1 4194304 998 104304 0 3 3 67 20313 1479 15 0 1 0 75523837 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1971/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 218.62
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 225.341
CPU time (s): 218.64
CPU user time (s): 203.169
CPU system time (s): 15.4706
CPU usage (%): 97.0261
Max. virtual memory (cumulated for all children) (KiB): 907888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.169
system time used= 15.4706
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105332
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24874
involuntary context switches= 31875

runsolver used 0.272958 second user time and 0.806877 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-16 08:03:41
IDJOB=1127188
IDBENCH=66138
IDSOLVER=368
FILE ID=node30/1127188-1216188221
PBS_JOBID= 7905934
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/pedigree/normalized-sheep4nr_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127188-1216188221/watcher-1127188-1216188221 -o /tmp/evaluation-result-1127188-1216188221/solver-1127188-1216188221 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127188-1216188221.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 93c5d394eb2c2860fd1ad7b3d6066719
RANDOM SEED=72846242

node30.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.234
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.234
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:       1225768 kB
Buffers:         11676 kB
Cached:          54952 kB
SwapCached:       6404 kB
Active:         739884 kB
Inactive:        25824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1225768 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:         715188 kB
Slab:            48368 kB
Committed_AS:  1178368 kB
PageTables:       3108 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= 66556 MiB
End job on node30 at 2008-07-16 08:07:27