Trace number 2068871

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 254.156 316.225

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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 23:43:51 2009
0.00/0.07	c 0	PID 17322
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2068871-1247348631.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068871-1247348631.xml' 'HOME/temp.csp'
1.35/1.41	c 1	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.35/1.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.44	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.38/1.52	c 1	Parsing HOME/temp.csp
1.38/1.80	c 2	parsed 10000 expressions
1.38/2.00	c 2	parsed 20000 expressions
1.38/2.00	c 2	parsed 20099 expressions
1.38/2.01	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.38/2.01	c 2	Converting to clausal form CSP
2.32/2.43	c 2	converted 2010 (10%) expressions
2.43/2.58	c 2	converted 4020 (20%) expressions
2.62/2.72	c 3	converted 6030 (30%) expressions
2.72/2.87	c 3	converted 8040 (40%) expressions
3.02/3.17	c 3	converted 10050 (50%) expressions
3.22/3.32	c 3	converted 12060 (60%) expressions
3.31/3.47	c 3	converted 14070 (70%) expressions
3.52/3.60	c 3	converted 16080 (80%) expressions
3.61/3.74	c 4	converted 18090 (90%) expressions
3.71/3.88	c 4	converted 20099 (100%) expressions
3.71/3.88	c 4	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 240
3.71/3.88	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.71/3.88	c 4	Propagation in CSP
3.81/3.93	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.81/3.93	c 4	CSP : 971 integers, 0 booleans, 20242 clauses, largest domain size 240
3.81/3.93	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.95	c 4	Simplifing CSP by introducing new Boolean variables
4.41/4.53	c 4	CSP : 971 integers, 76440 booleans, 96682 clauses, largest domain size 240
4.41/4.53	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.70/4.83	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.70/4.87	c 5	98 (10%) CSP integer variables are encoded (12124 clauses, 159886 bytes)
4.70/4.89	c 5	195 (20%) CSP integer variables are encoded (24481 clauses, 345241 bytes)
4.81/4.90	c 5	292 (30%) CSP integer variables are encoded (36929 clauses, 531961 bytes)
4.81/4.92	c 5	389 (40%) CSP integer variables are encoded (49133 clauses, 715021 bytes)
4.81/4.93	c 5	486 (50%) CSP integer variables are encoded (61572 clauses, 901606 bytes)
4.81/4.94	c 5	583 (60%) CSP integer variables are encoded (74040 clauses, 1088626 bytes)
4.81/4.95	c 5	680 (70%) CSP integer variables are encoded (75894 clauses, 1116436 bytes)
4.81/4.95	c 5	777 (80%) CSP integer variables are encoded (76715 clauses, 1128751 bytes)
4.81/4.95	c 5	874 (90%) CSP integer variables are encoded (77875 clauses, 1146151 bytes)
4.81/4.95	c 5	971 (100%) CSP integer variables are encoded (78688 clauses, 1158346 bytes)
30.51/31.33	c 31	9669 (10%) CSP clauses are encoded (12730548 clauses, 328484778 bytes)
72.18/73.86	c 74	19337 (20%) CSP clauses are encoded (33234167 clauses, 870531239 bytes)
107.95/110.82	c 111	29005 (30%) CSP clauses are encoded (50466052 clauses, 1335320811 bytes)
143.34/148.59	c 148	38673 (40%) CSP clauses are encoded (66813732 clauses, 1799523524 bytes)
179.71/186.59	c 186	48341 (50%) CSP clauses are encoded (83379337 clauses, 2270144567 bytes)
210.18/219.12	c 219	58010 (60%) CSP clauses are encoded (97352744 clauses, 2665741738 bytes)
250.58/262.44	c 262	67678 (70%) CSP clauses are encoded (115706054 clauses, 3187985860 bytes)
253.18/265.91	c 266	ERROR Exception Too large HOME/temp.cnf
253.18/265.91	c 266	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
253.18/265.91	c 266	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
253.18/265.91	c 266	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
253.18/265.91	s UNKNOWN
253.20/267.48	c 267	CPU 253.22 (0.05 0.02 232.81 20.34)
253.20/267.48	c 267	END Sat Jul 11 23:48:18 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-2068871-1247348631/watcher-2068871-1247348631 -o /tmp/evaluation-result-2068871-1247348631/solver-2068871-1247348631 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068871-1247348631.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.03 2.41 3.34 4/83 17322
/proc/meminfo: memFree=1405800/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=7504 CPUtime=0
/proc/17322/stat : 17322 (sugar) R 17320 17322 15312 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 21928360 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 240151229833 0 0 4096 0 0 0 0 17 1 0 0
/proc/17322/statm: 1876 51 38 3 0 55 0

[startup+0.0925189 s]
/proc/loadavg: 2.03 2.41 3.34 4/83 17322
/proc/meminfo: memFree=1405800/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=0.06
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101559 s]
/proc/loadavg: 2.03 2.41 3.34 4/83 17322
/proc/meminfo: memFree=1405800/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=0.06
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301557 s]
/proc/loadavg: 2.03 2.41 3.34 4/83 17322
/proc/meminfo: memFree=1405800/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=0.06
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701634 s]
/proc/loadavg: 2.03 2.41 3.34 4/83 17322
/proc/meminfo: memFree=1405800/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=0.06
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 2.03 2.41 3.34 4/94 17334
/proc/meminfo: memFree=1369936/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.38
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1292 13653 0 1 4 2 125 7 16 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 16868

[startup+3.10211 s]
/proc/loadavg: 2.03 2.41 3.34 3/94 17344
/proc/meminfo: memFree=1382480/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1309 13653 0 1 5 2 125 7 16 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868896 CPUtime=1.63
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 12176 0 1 0 155 8 0 0 20 0 9 0 21928505 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217224 11275 2566 9 0 211729 0
[pid=17336/tid=17337] ppid=17335 vsize=868896 CPUtime=0.93
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 2729 0 1 0 91 2 0 0 25 0 9 0 21928506 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868896 CPUtime=0.53
/proc/17336/task/17338/stat : 17338 (java) R 17335 17322 15312 0 -1 64 7277 0 0 0 49 4 0 0 17 0 9 0 21928507 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 104191147 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868896 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868896 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21928507 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868896 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868896 CPUtime=0.14
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1466 0 0 0 14 0 0 0 16 0 9 0 21928509 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868896 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868896 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889749504 11275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891120

[startup+6.30272 s]
/proc/loadavg: 2.02 2.40 3.34 3/94 17344
/proc/meminfo: memFree=1312912/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1310 13653 0 1 5 2 125 7 15 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=4.8
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 22226 0 1 0 457 23 0 0 20 0 9 0 21928505 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20591 2590 9 0 211666 0
[pid=17336/tid=17337] ppid=17335 vsize=868756 CPUtime=3.05
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 3388 0 1 0 291 14 0 0 25 0 9 0 21928506 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4126962551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868756 CPUtime=1.52
/proc/17336/task/17338/stat : 17338 (java) S 17335 17322 15312 0 -1 64 16617 0 0 0 144 8 0 0 15 0 9 0 21928507 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868756 CPUtime=0.21
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1517 0 0 0 21 0 0 0 15 0 9 0 21928509 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889606144 20591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890980

[startup+12.7029 s]
/proc/loadavg: 2.10 2.41 3.34 3/94 17344
/proc/meminfo: memFree=1228176/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1310 13653 0 1 5 2 125 7 15 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=11.15
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 22691 0 1 0 1042 73 0 0 20 0 9 0 21928505 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20593 2590 9 0 211666 0
[pid=17336/tid=17337] ppid=17335 vsize=868756 CPUtime=9.17
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 3852 0 1 0 857 60 0 0 25 0 9 0 21928506 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4126431285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868756 CPUtime=1.74
/proc/17336/task/17338/stat : 17338 (java) S 17335 17322 15312 0 -1 64 16617 0 0 0 163 11 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868756 CPUtime=0.22
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1518 0 0 0 22 0 0 0 17 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890980

[startup+25.5014 s]
/proc/loadavg: 2.38 2.46 3.33 3/94 17344
/proc/meminfo: memFree=1063376/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1310 13653 0 1 5 2 125 7 15 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=23.44
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 23575 0 1 0 2174 170 0 0 20 0 9 0 21928505 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20593 2590 9 0 211666 0
[pid=17336/tid=17337] ppid=17335 vsize=868756 CPUtime=21.02
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 4736 0 1 0 1952 150 0 0 25 0 9 0 21928506 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4126790231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868756 CPUtime=2.17
/proc/17336/task/17338/stat : 17338 (java) S 17335 17322 15312 0 -1 64 16617 0 0 0 199 18 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868756 CPUtime=0.22
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1518 0 0 0 22 0 0 0 17 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 890980

[startup+51.1013 s]
/proc/loadavg: 2.80 2.55 3.34 4/94 17349
/proc/meminfo: memFree=729744/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1310 13653 0 1 5 2 125 7 16 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=48.62
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 25406 0 1 0 4499 363 0 0 20 0 9 0 21928505 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20593 2590 9 0 211666 0

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

/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=98.52
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 29014 0 1 0 9090 762 0 0 20 0 9 0 21928505 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20593 2590 9 0 211666 0
[pid=17336/tid=17337] ppid=17335 vsize=868756 CPUtime=93.46
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 10175 0 1 0 8639 707 0 0 25 0 9 0 21928506 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868756 CPUtime=4.81
/proc/17336/task/17338/stat : 17338 (java) S 17335 17322 15312 0 -1 64 16617 0 0 0 428 53 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868756 CPUtime=0.22
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1518 0 0 0 22 0 0 0 17 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 890980

[startup+162.302 s]
/proc/loadavg: 4.12 3.08 3.44 3/94 17361
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1310 13653 0 1 5 2 125 7 16 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=155.33
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 32962 0 1 0 14311 1222 0 0 20 0 9 0 21928505 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20593 2590 9 0 211666 0
[pid=17336/tid=17337] ppid=17335 vsize=868756 CPUtime=148.33
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 14123 0 1 0 13692 1141 0 0 25 0 9 0 21928506 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4126827935 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868756 CPUtime=6.74
/proc/17336/task/17338/stat : 17338 (java) S 17335 17322 15312 0 -1 64 16617 0 0 0 595 79 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868756 CPUtime=0.22
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1518 0 0 0 22 0 0 0 17 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.72
Current children cumulated vsize (KiB) 890980

[startup+222.302 s]
/proc/loadavg: 4.58 3.40 3.53 3/94 17363
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=1.39
/proc/17322/stat : 17322 (sugar) S 17320 17322 15312 0 -1 4194304 1310 13653 0 1 5 2 125 7 16 0 1 0 21928360 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17322/statm: 4217 1111 409 3 0 796 0
[pid=17335] ppid=17322 vsize=5356 CPUtime=0
/proc/17335/stat : 17335 (sh) S 17322 17322 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21928505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17335/statm: 1339 233 193 169 0 50 0
[pid=17336] ppid=17335 vsize=868756 CPUtime=211.21
/proc/17336/stat : 17336 (java) S 17335 17322 15312 0 -1 0 36812 0 1 0 19439 1682 0 0 20 0 9 0 21928505 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17336/statm: 217189 20593 2590 9 0 211666 0
[pid=17336/tid=17337] ppid=17335 vsize=868756 CPUtime=202.32
/proc/17336/task/17337/stat : 17337 (java) R 17335 17322 15312 0 -1 64 17973 0 1 0 18659 1573 0 0 25 0 9 0 21928506 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17336/tid=17338] ppid=17335 vsize=868756 CPUtime=8.64
/proc/17336/task/17338/stat : 17338 (java) S 17335 17322 15312 0 -1 64 16617 0 0 0 757 107 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17336/tid=17339] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17339/stat : 17339 (java) S 17335 17322 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17340] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17340/stat : 17340 (java) S 17335 17322 15312 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21928507 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17341] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17341/stat : 17341 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17342] ppid=17335 vsize=868756 CPUtime=0.22
/proc/17336/task/17342/stat : 17342 (java) S 17335 17322 15312 0 -1 64 1518 0 0 0 22 0 0 0 17 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17343] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17343/stat : 17343 (java) S 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17336/tid=17344] ppid=17335 vsize=868756 CPUtime=0
/proc/17336/task/17344/stat : 17344 (java) R 17335 17322 15312 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21928509 889606144 20593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.6
Current children cumulated vsize (KiB) 890980

[startup+282.302 s]
/proc/loadavg: 5.01 3.75 3.64 2/84 17364
/proc/meminfo: memFree=1144552/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=253.72
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 52 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.72
Current children cumulated vsize (KiB) 16868

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

[startup+294.501 s]
/proc/loadavg: 5.01 3.79 3.65 2/85 17365
/proc/meminfo: memFree=1276704/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=253.79
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 59 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.79
Current children cumulated vsize (KiB) 16868

[startup+307.302 s]
/proc/loadavg: 4.87 3.81 3.66 2/84 17365
/proc/meminfo: memFree=1416872/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=253.87
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 67 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.87
Current children cumulated vsize (KiB) 16868

[startup+310.501 s]
/proc/loadavg: 4.72 3.80 3.66 2/84 17365
/proc/meminfo: memFree=1452328/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=253.89
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 69 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.89
Current children cumulated vsize (KiB) 16868

[startup+313.707 s]
/proc/loadavg: 4.72 3.80 3.66 2/84 17365
/proc/meminfo: memFree=1487720/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=253.93
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 73 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.93
Current children cumulated vsize (KiB) 16868

[startup+315.301 s]
/proc/loadavg: 4.72 3.80 3.66 2/84 17365
/proc/meminfo: memFree=1495144/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=254.07
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 87 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 254.07
Current children cumulated vsize (KiB) 16868

[startup+315.701 s]
/proc/loadavg: 4.72 3.80 3.66 2/84 17365
/proc/meminfo: memFree=1495144/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=254.1
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 90 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 254.1
Current children cumulated vsize (KiB) 16868

[startup+316.101 s]
/proc/loadavg: 4.50 3.77 3.65 2/84 17365
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=254.13
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 93 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 254.13
Current children cumulated vsize (KiB) 16868

[startup+316.201 s]
/proc/loadavg: 4.50 3.77 3.65 2/84 17365
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=17322] ppid=17320 vsize=16868 CPUtime=254.14
/proc/17322/stat : 17322 (sugar) D 17320 17322 15312 0 -1 4194304 1335 53551 0 4 5 94 23281 2034 15 0 1 0 21928360 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17322/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 254.14
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 316.225
CPU time (s): 254.156
CPU user time (s): 232.864
CPU system time (s): 21.2928
CPU usage (%): 80.3719
Max. virtual memory (cumulated for all children) (KiB): 891872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.864
system time used= 21.2928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54947
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= 165955
involuntary context switches= 172021

runsolver used 0.405938 second user time and 1.04884 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-11 23:43:51
IDJOB=2068871
IDBENCH=54946
IDSOLVER=739
FILE ID=node86/2068871-1247348631
PBS_JOBID= 9506794
Free space on /tmp= 66216 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068871-1247348631/watcher-2068871-1247348631 -o /tmp/evaluation-result-2068871-1247348631/solver-2068871-1247348631 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068871-1247348631.xml

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

MD5SUM BENCH= e33b3bc917a705688363a7a6c552a6f8
RANDOM SEED=1602290707

node86.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1406280 kB
Buffers:         22680 kB
Cached:         138004 kB
SwapCached:          0 kB
Active:         566372 kB
Inactive:        32344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4604 kB
Writeback:           0 kB
Mapped:         457752 kB
Slab:            35052 kB
Committed_AS:   624868 kB
PageTables:       2896 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= 66192 MiB
End job on node86 at 2009-07-11 23:49:07