Trace number 2068870

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+picosat? 281.271 293.899

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-241.xml
MD5SUMe33b3bc917a705688363a7a6c552a6f8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:43:49 2009
0.00/0.08	c 0	PID 16156
0.00/0.09	c 0	HOST node18.alineos.net
0.00/0.09	c 0	CONVERTING HOME/instance-2068870-1247348628.xml TO HOME/temp.csp
0.00/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068870-1247348628.xml' 'HOME/temp.csp'
1.55/1.68	c 1	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.63/1.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.63/1.72	c 1	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'
1.64/1.80	c 1	Parsing HOME/temp.csp
1.64/2.07	c 2	parsed 10000 expressions
2.10/2.30	c 2	parsed 20000 expressions
2.10/2.30	c 2	parsed 20099 expressions
2.19/2.31	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.31	c 2	Converting to clausal form CSP
2.59/2.76	c 2	converted 2010 (10%) expressions
2.79/2.93	c 2	converted 4020 (20%) expressions
2.89/3.09	c 3	converted 6030 (30%) expressions
3.09/3.25	c 3	converted 8040 (40%) expressions
3.37/3.58	c 3	converted 10050 (50%) expressions
3.58/3.75	c 3	converted 12060 (60%) expressions
3.77/3.91	c 3	converted 14070 (70%) expressions
3.88/4.07	c 4	converted 16080 (80%) expressions
4.07/4.22	c 4	converted 18090 (90%) expressions
4.18/4.38	c 4	converted 20099 (100%) expressions
4.18/4.38	c 4	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 240
4.18/4.38	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/4.38	c 4	Propagation in CSP
4.28/4.45	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.28/4.45	c 4	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 240
4.28/4.45	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.28/4.47	c 4	Simplifing CSP by introducing new Boolean variables
4.86/5.10	c 5	CSP : 971 integers, 76440 booleans, 96682 clauses, largest domain size 240
4.86/5.10	c 5	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.26/5.41	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.26/5.46	c 5	98 (10%) CSP integer variables are encoded (12124 clauses, 159886 bytes)
5.26/5.47	c 5	195 (20%) CSP integer variables are encoded (24481 clauses, 345241 bytes)
5.26/5.49	c 5	292 (30%) CSP integer variables are encoded (36929 clauses, 531961 bytes)
5.36/5.51	c 5	389 (40%) CSP integer variables are encoded (49133 clauses, 715021 bytes)
5.36/5.52	c 5	486 (50%) CSP integer variables are encoded (61572 clauses, 901606 bytes)
5.36/5.54	c 5	583 (60%) CSP integer variables are encoded (74040 clauses, 1088626 bytes)
5.36/5.55	c 5	680 (70%) CSP integer variables are encoded (75894 clauses, 1116436 bytes)
5.36/5.55	c 5	777 (80%) CSP integer variables are encoded (76715 clauses, 1128751 bytes)
5.36/5.55	c 5	874 (90%) CSP integer variables are encoded (77875 clauses, 1146151 bytes)
5.36/5.55	c 5	971 (100%) CSP integer variables are encoded (78688 clauses, 1158346 bytes)
34.23/35.04	c 35	9669 (10%) CSP clauses are encoded (12730548 clauses, 328484778 bytes)
80.75/83.03	c 83	19337 (20%) CSP clauses are encoded (33234167 clauses, 870531239 bytes)
120.28/123.91	c 123	29005 (30%) CSP clauses are encoded (50466052 clauses, 1335320811 bytes)
159.60/164.77	c 164	38673 (40%) CSP clauses are encoded (66813732 clauses, 1799523524 bytes)
199.71/206.15	c 206	48341 (50%) CSP clauses are encoded (83379337 clauses, 2270144567 bytes)
232.79/240.27	c 240	58010 (60%) CSP clauses are encoded (97352744 clauses, 2665741738 bytes)
277.47/286.33	c 286	67678 (70%) CSP clauses are encoded (115706054 clauses, 3187985860 bytes)
280.21/289.26	c 289	ERROR Exception Too large HOME/temp.cnf
280.21/289.26	c 289	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
280.21/289.26	c 289	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
280.21/289.26	c 289	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
280.21/289.26	s UNKNOWN
280.26/289.75	c 289	CPU 280.3 (0.05 0.02 258.62 21.61)
280.26/289.75	c 289	END Sat Jul 11 23:48:38 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-2068870-1247348628/watcher-2068870-1247348628 -o /tmp/evaluation-result-2068870-1247348628/solver-2068870-1247348628 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068870-1247348628.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.00 2.00 4/82 16156
/proc/meminfo: memFree=350544/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=12132 CPUtime=0
/proc/16156/stat : 16156 (sugar) R 16154 16156 13787 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 21929485 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 227848655585 0 0 4224 0 0 0 0 17 1 0 0
/proc/16156/statm: 3033 184 142 3 0 133 0

[startup+0.102881 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16156
/proc/meminfo: memFree=350544/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=0.07
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201894 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16156
/proc/meminfo: memFree=350544/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=0.07
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301897 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16156
/proc/meminfo: memFree=350544/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=0.07
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701939 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16156
/proc/meminfo: memFree=350544/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=0.07
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 16168
/proc/meminfo: memFree=320312/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=0.07
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16159] ppid=16156 vsize=5356 CPUtime=0
/proc/16159/stat : 16159 (sh) S 16156 16156 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21929494 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16159/statm: 1339 233 193 169 0 50 0
[pid=16160] ppid=16159 vsize=864788 CPUtime=1.38
/proc/16160/stat : 16160 (java) S 16159 16156 13787 0 -1 0 12977 0 1 0 132 6 0 0 18 0 9 0 21929495 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16160/statm: 216197 11001 2557 9 0 210709 0
[pid=16160/tid=16161] ppid=16159 vsize=864788 CPUtime=0.79
/proc/16160/task/16161/stat : 16161 (java) R 16159 16156 13787 0 -1 64 3066 0 1 0 77 2 0 0 24 0 9 0 21929496 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16162] ppid=16159 vsize=864788 CPUtime=0.41
/proc/16160/task/16162/stat : 16162 (java) S 16159 16156 13787 0 -1 64 8679 0 0 0 39 2 0 0 16 0 9 0 21929497 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16163] ppid=16159 vsize=864788 CPUtime=0
/proc/16160/task/16163/stat : 16163 (java) S 16159 16156 13787 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21929497 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16164] ppid=16159 vsize=864788 CPUtime=0
/proc/16160/task/16164/stat : 16164 (java) S 16159 16156 13787 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21929497 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16165] ppid=16159 vsize=864788 CPUtime=0
/proc/16160/task/16165/stat : 16165 (java) S 16159 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21929500 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16166] ppid=16159 vsize=864788 CPUtime=0.14
/proc/16160/task/16166/stat : 16166 (java) R 16159 16156 13787 0 -1 64 526 0 0 0 14 0 0 0 16 0 9 0 21929500 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 102051206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16167] ppid=16159 vsize=864788 CPUtime=0
/proc/16160/task/16167/stat : 16167 (java) S 16159 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929500 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16160/tid=16168] ppid=16159 vsize=864788 CPUtime=0
/proc/16160/task/16168/stat : 16168 (java) S 16159 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929500 885542912 11001 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10217 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 16178
/proc/meminfo: memFree=331832/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1309 13665 0 1 5 2 150 7 15 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868620 CPUtime=1.35
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 11100 0 1 0 127 8 0 0 18 0 9 0 21929658 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217155 10209 2566 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868620 CPUtime=0.8
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 2709 0 1 0 78 2 0 0 21 0 9 0 21929659 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4126805295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868620 CPUtime=0.36
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 6211 0 0 0 33 3 0 0 16 0 9 0 21929660 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868620 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868620 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21929660 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868620 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868620 CPUtime=0.16
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1477 0 0 0 15 1 0 0 16 0 9 0 21929662 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868620 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868620 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889466880 10209 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890844

[startup+6.30148 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 16178
/proc/meminfo: memFree=272888/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 15 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=4.51
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 22192 0 1 0 430 21 0 0 18 0 9 0 21929658 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20583 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=2.66
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 3337 0 1 0 257 9 0 0 25 0 9 0 21929659 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4126789788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=1.59
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 150 9 0 0 16 0 9 0 21929660 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21929662 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20583 996147200 134512640 134550932 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) 890956

[startup+12.7021 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 16178
/proc/meminfo: memFree=196536/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 15 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=10.81
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 22613 0 1 0 1009 72 0 0 18 0 9 0 21929658 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20586 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=8.72
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 3755 0 1 0 815 57 0 0 25 0 9 0 21929659 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4126521456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=1.81
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 169 12 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1528 0 0 0 23 1 0 0 17 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890956

[startup+25.5023 s]
/proc/loadavg: 2.12 2.03 2.01 3/93 16178
/proc/meminfo: memFree=50616/2055920 swapFree=4192956/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 15 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=23.37
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 23412 0 1 0 2175 162 0 0 18 0 9 0 21929658 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20586 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=20.82
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 4554 0 1 0 1940 142 0 0 25 0 9 0 21929659 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4126521441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=2.28
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 211 17 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0

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

[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1528 0 0 0 23 1 0 0 17 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (KiB) 890956

[startup+162.302 s]
/proc/loadavg: 2.27 2.13 2.04 3/93 16178
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 16 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=155.63
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 31901 0 1 0 14374 1189 0 0 18 0 9 0 21929658 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20586 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=148.48
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 13043 0 1 0 13740 1108 0 0 25 0 9 0 21929659 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4126517712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=6.87
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 609 78 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1528 0 0 0 23 1 0 0 17 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.27
Current children cumulated vsize (KiB) 890956

[startup+222.307 s]
/proc/loadavg: 2.23 2.13 2.05 3/93 16178
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 16 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=213.76
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 35549 0 1 0 19725 1651 0 0 18 0 9 0 21929658 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20586 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=204.65
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 16691 0 1 0 18922 1543 0 0 25 0 9 0 21929659 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4126962039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=8.84
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 778 106 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1528 0 0 0 23 1 0 0 17 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.4
Current children cumulated vsize (KiB) 890956

[startup+282.303 s]
/proc/loadavg: 2.33 2.17 2.06 3/93 16178
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 16 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=271.95
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 39188 0 1 0 25095 2100 0 0 18 0 9 0 21929658 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20586 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=260.83
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 20330 0 1 0 24119 1964 0 0 25 0 9 0 21929659 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4126975524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=10.85
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 952 133 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1528 0 0 0 23 1 0 0 17 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.59
Current children cumulated vsize (KiB) 890956

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

[startup+288.001 s]
/proc/loadavg: 2.38 2.18 2.07 3/93 16178
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=1.64
/proc/16156/stat : 16156 (sugar) S 16154 16156 13787 0 -1 4194304 1310 13665 0 1 5 2 150 7 16 0 1 0 21929485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16156/statm: 4217 1111 409 3 0 796 0
[pid=16169] ppid=16156 vsize=5356 CPUtime=0
/proc/16169/stat : 16169 (sh) S 16156 16156 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21929658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16169/statm: 1339 233 193 169 0 50 0
[pid=16170] ppid=16169 vsize=868732 CPUtime=277.47
/proc/16170/stat : 16170 (java) S 16169 16156 13787 0 -1 0 39545 0 1 0 25606 2141 0 0 18 0 9 0 21929658 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16170/statm: 217183 20586 2590 9 0 211660 0
[pid=16170/tid=16171] ppid=16169 vsize=868732 CPUtime=266.17
/proc/16170/task/16171/stat : 16171 (java) R 16169 16156 13787 0 -1 64 20687 0 1 0 24614 2003 0 0 25 0 9 0 21929659 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 102093976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16172] ppid=16169 vsize=868732 CPUtime=11.02
/proc/16170/task/16172/stat : 16172 (java) S 16169 16156 13787 0 -1 64 16627 0 0 0 967 135 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16173] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16173/stat : 16173 (java) S 16169 16156 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16174] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16174/stat : 16174 (java) S 16169 16156 13787 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21929660 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16175] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16175/stat : 16175 (java) S 16169 16156 13787 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16176] ppid=16169 vsize=868732 CPUtime=0.24
/proc/16170/task/16176/stat : 16176 (java) S 16169 16156 13787 0 -1 64 1528 0 0 0 23 1 0 0 17 0 9 0 21929662 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16177] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16177/stat : 16177 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16170/tid=16178] ppid=16169 vsize=868732 CPUtime=0
/proc/16170/task/16178/stat : 16178 (java) S 16169 16156 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21929663 889581568 20586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.11
Current children cumulated vsize (KiB) 890956

[startup+291.202 s]
/proc/loadavg: 2.35 2.18 2.07 3/83 16178
/proc/meminfo: memFree=1412744/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=281.16
/proc/16156/stat : 16156 (sugar) D 16154 16156 13787 0 -1 4194304 1335 53579 0 4 5 88 25862 2161 15 0 1 0 21929485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16156/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 16868

[startup+292.802 s]
/proc/loadavg: 2.35 2.18 2.07 2/83 16178
/proc/meminfo: memFree=1658440/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=281.22
/proc/16156/stat : 16156 (sugar) D 16154 16156 13787 0 -1 4194304 1335 53579 0 4 5 94 25862 2161 15 0 1 0 21929485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16156/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.22
Current children cumulated vsize (KiB) 16868

[startup+293.601 s]
/proc/loadavg: 2.35 2.18 2.07 2/83 16178
/proc/meminfo: memFree=1658440/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=281.24
/proc/16156/stat : 16156 (sugar) D 16154 16156 13787 0 -1 4194304 1335 53579 0 4 5 96 25862 2161 15 0 1 0 21929485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16156/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.24
Current children cumulated vsize (KiB) 16868

[startup+293.806 s]
/proc/loadavg: 2.35 2.18 2.07 2/83 16178
/proc/meminfo: memFree=1657864/2055920 swapFree=4192812/4192956
[pid=16156] ppid=16154 vsize=16868 CPUtime=281.25
/proc/16156/stat : 16156 (sugar) D 16154 16156 13787 0 -1 4194304 1335 53579 0 4 5 97 25862 2161 15 0 1 0 21929485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16156/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 281.25
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 293.899
CPU time (s): 281.271
CPU user time (s): 258.678
CPU system time (s): 22.5936
CPU usage (%): 95.7032
Max. virtual memory (cumulated for all children) (KiB): 891848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.678
system time used= 22.5936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54975
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165918
involuntary context switches= 175130

runsolver used 0.431934 second user time and 1.22481 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-11 23:43:48
IDJOB=2068870
IDBENCH=54946
IDSOLVER=738
FILE ID=node18/2068870-1247348628
PBS_JOBID= 9506752
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-241.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068870-1247348628/watcher-2068870-1247348628 -o /tmp/evaluation-result-2068870-1247348628/solver-2068870-1247348628 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068870-1247348628.xml

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

MD5SUM BENCH= e33b3bc917a705688363a7a6c552a6f8
RANDOM SEED=1970925888

node18.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.243
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.243
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:        351024 kB
Buffers:         83144 kB
Cached:        1225312 kB
SwapCached:          0 kB
Active:         877548 kB
Inactive:       746348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        351024 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11356 kB
Writeback:           0 kB
Mapped:         336772 kB
Slab:            65428 kB
Committed_AS:   513972 kB
PageTables:       2524 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= 66224 MiB
End job on node18 at 2009-07-11 23:48:42