Trace number 1086464

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 366.05 377.649

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-3.xml
MD5SUM0a9f1ff1ab9407d2449a296e69817edc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.6123
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/picosat
0.03/0.04	c 0	BEGIN Sat Jul  5 08:30:17 2008
0.03/0.04	c 0	PID 28387
0.03/0.04	c 0	HOST node77.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1086464-1215239417.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086464-1215239417.xml' 'HOME/temp.csp'
0.03/0.84	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.97	c 1	Parsing HOME/temp.csp
1.21/1.34	c 1	parsed 9353 expressions
1.21/1.34	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.34	c 1	Converting to clausal form CSP
1.91/2.06	c 2	converted 936 (10%) expressions
3.40/3.52	c 3	converted 1871 (20%) expressions
4.71/4.83	c 5	converted 2806 (30%) expressions
5.80/5.91	c 6	converted 3742 (40%) expressions
7.10/7.26	c 7	converted 4677 (50%) expressions
8.20/8.30	c 8	converted 5612 (60%) expressions
9.30/9.41	c 9	converted 6548 (70%) expressions
10.60/10.71	c 11	converted 7483 (80%) expressions
11.50/11.69	c 12	converted 8418 (90%) expressions
12.50/12.69	c 13	converted 9353 (100%) expressions
12.50/12.69	c 13	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
12.50/12.69	c 13	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.50/12.69	c 13	Propagation in CSP
13.30/13.43	c 13	17684 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.30/13.43	c 13	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
13.30/13.43	c 13	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.30/13.45	c 13	Simplifing CSP by introducing new Boolean variables
13.40/13.56	c 13	CSP : 1292 integers, 42149 booleans, 69994 clauses, largest domain size 3209
13.40/13.56	c 13	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.90/14.02	c 14	Encoding CSP to SAT : HOME/temp.cnf
15.20/15.40	c 15	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
16.50/16.69	c 17	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
17.80/17.98	c 18	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
19.10/19.24	c 19	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
20.29/20.43	c 20	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
20.70/20.90	c 21	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
21.19/21.30	c 21	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
21.59/21.72	c 22	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
21.90/22.06	c 22	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
22.29/22.40	c 22	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
69.72/69.98	c 70	7000 (10%) CSP clauses are encoded (6992163 clauses, 149102489 bytes)
95.90/96.19	c 96	13999 (20%) CSP clauses are encoded (10875838 clauses, 243449119 bytes)
112.70/116.84	c 117	20999 (30%) CSP clauses are encoded (13922538 clauses, 319582483 bytes)
125.19/129.43	c 129	27998 (40%) CSP clauses are encoded (16559627 clauses, 387288370 bytes)
137.16/141.56	c 141	34997 (50%) CSP clauses are encoded (19408658 clauses, 461534223 bytes)
146.95/157.87	c 158	41997 (60%) CSP clauses are encoded (21724091 clauses, 521224908 bytes)
156.85/167.87	c 168	48996 (70%) CSP clauses are encoded (24032636 clauses, 581090478 bytes)
165.75/176.89	c 177	55996 (80%) CSP clauses are encoded (26302732 clauses, 640257119 bytes)
175.54/186.79	c 187	62995 (90%) CSP clauses are encoded (28828215 clauses, 706468604 bytes)
184.26/195.51	c 195	69994 (100%) CSP clauses are encoded (31121863 clauses, 766447552 bytes)
184.26/195.51	c 195	69994 CSP clauses encoded
184.26/195.51	c 195	Writing map file : HOME/temp.map
184.35/195.60	c 195	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
184.35/195.60	c 195	SAT : 1858887 SAT variables, 31121863 SAT clauses, 766447552 bytes
184.35/195.60	c 195	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
184.35/195.64	c 195	SOLVING HOME/temp.cnf
184.35/195.64	c 195	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
365.94/377.51	c ERROR INTERRUPTED
366.05/377.64	s UNKNOWN
366.05/377.64	c 377	CPU 179.38 (0.03 0.01 179.35 5.01)
366.05/377.64	c 377	END Sat Jul  5 08:36:34 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086464-1215239417/watcher-1086464-1215239417 -o /tmp/evaluation-result-1086464-1215239417/solver-1086464-1215239417 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086464-1215239417.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.04 2.01 4/73 28387
/proc/meminfo: memFree=1372648/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=12268 CPUtime=0
/proc/28387/stat : 28387 (sugar) R 28385 28387 27261 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 637159479 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 1 0 0
/proc/28387/statm: 3068 321 242 3 0 168 0

[startup+0.040178 s]
/proc/loadavg: 1.94 2.04 2.01 4/73 28387
/proc/meminfo: memFree=1372648/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.03
/proc/28387/stat : 28387 (sugar) R 28385 28387 27261 0 -1 4194304 781 0 0 0 3 0 0 0 18 0 1 0 637159479 13926400 749 996147200 4194304 4206940 548682068608 18446744073709551615 228057285216 0 0 4224 0 0 0 0 17 1 0 0
/proc/28387/statm: 3400 750 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101136 s]
/proc/loadavg: 1.94 2.04 2.01 4/73 28387
/proc/meminfo: memFree=1372648/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.03
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 637159479 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301176 s]
/proc/loadavg: 1.94 2.04 2.01 4/73 28387
/proc/meminfo: memFree=1372648/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.03
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 637159479 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701255 s]
/proc/loadavg: 1.94 2.04 2.01 4/73 28387
/proc/meminfo: memFree=1372648/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.03
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 637159479 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 1.94 2.04 2.01 3/84 28409
/proc/meminfo: memFree=1365256/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 15 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=864208 CPUtime=0.6
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 6025 0 1 0 56 4 0 0 18 0 9 0 637159568 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 216052 5248 2540 9 0 210627 0
[pid=28401/tid=28402] ppid=28400 vsize=864208 CPUtime=0.36
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 2687 0 1 0 35 1 0 0 18 0 9 0 637159569 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28403] ppid=28400 vsize=864208 CPUtime=0.11
/proc/28401/task/28403/stat : 28403 (java) R 28400 28387 27261 0 -1 64 2296 0 0 0 10 1 0 0 15 0 9 0 637159570 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 103737562 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28404] ppid=28400 vsize=864208 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=864208 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28406] ppid=28400 vsize=864208 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=864208 CPUtime=0.1
/proc/28401/task/28407/stat : 28407 (java) S 28400 28387 27261 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 637159572 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28408] ppid=28400 vsize=864208 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=864208 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 884948992 5248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883164

[startup+3.10274 s]
/proc/loadavg: 1.94 2.04 2.01 3/84 28409
/proc/meminfo: memFree=1353096/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 15 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=868376 CPUtime=2.2
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 8425 0 1 0 213 7 0 0 18 0 9 0 637159568 889217024 7443 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 217094 7444 2540 9 0 211669 0
[pid=28401/tid=28402] ppid=28400 vsize=868376 CPUtime=1.66
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 2852 0 1 0 164 2 0 0 25 0 9 0 637159569 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28403] ppid=28400 vsize=868376 CPUtime=0.29
/proc/28401/task/28403/stat : 28403 (java) S 28400 28387 27261 0 -1 64 3425 0 0 0 27 2 0 0 16 0 9 0 637159570 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28404] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28406] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=868376 CPUtime=0.22
/proc/28401/task/28407/stat : 28407 (java) S 28400 28387 27261 0 -1 64 1456 0 0 0 21 1 0 0 16 0 9 0 637159572 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28408] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 889217024 7444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887332

[startup+6.30236 s]
/proc/loadavg: 1.95 2.03 2.01 3/84 28409
/proc/meminfo: memFree=1341128/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 16 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=868376 CPUtime=5.39
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 11703 0 1 0 529 10 0 0 18 0 9 0 637159568 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 217094 10433 2540 9 0 211669 0
[pid=28401/tid=28402] ppid=28400 vsize=868376 CPUtime=4.47
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 3237 0 1 0 444 3 0 0 25 0 9 0 637159569 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4126568163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28403] ppid=28400 vsize=868376 CPUtime=0.68
/proc/28401/task/28403/stat : 28403 (java) S 28400 28387 27261 0 -1 64 6315 0 0 0 63 5 0 0 16 0 9 0 637159570 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28404] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28406] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=868376 CPUtime=0.22
/proc/28401/task/28407/stat : 28407 (java) S 28400 28387 27261 0 -1 64 1458 0 0 0 21 1 0 0 15 0 9 0 637159572 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28408] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 889217024 10433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887332

[startup+12.7026 s]
/proc/loadavg: 1.95 2.03 2.01 3/84 28409
/proc/meminfo: memFree=1313032/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 16 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=868376 CPUtime=11.79
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 21246 0 1 0 1160 19 0 0 18 0 9 0 637159568 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 217094 17495 2540 9 0 211669 0
[pid=28401/tid=28402] ppid=28400 vsize=868376 CPUtime=9.76
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 3826 0 1 0 972 4 0 0 25 0 9 0 637159569 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28403] ppid=28400 vsize=868376 CPUtime=1.79
/proc/28401/task/28403/stat : 28403 (java) S 28400 28387 27261 0 -1 64 15268 0 0 0 167 12 0 0 16 0 9 0 637159570 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28404] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28406] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=868376 CPUtime=0.22
/proc/28401/task/28407/stat : 28407 (java) R 28400 28387 27261 0 -1 64 1459 0 0 0 21 1 0 0 16 0 9 0 637159572 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28408] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=868376 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 889217024 17495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 887332

[startup+25.5012 s]
/proc/loadavg: 2.11 2.06 2.02 3/84 28409
/proc/meminfo: memFree=1261832/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 15 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=868488 CPUtime=24.57
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 25278 0 1 0 2408 49 0 0 18 0 9 0 637159568 889331712 19699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 217122 19699 2566 9 0 211669 0
[pid=28401/tid=28402] ppid=28400 vsize=868488 CPUtime=21.78
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 4290 0 1 0 2148 30 0 0 25 0 9 0 637159569 889331712 19699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28403] ppid=28400 vsize=868488 CPUtime=2.46
/proc/28401/task/28403/stat : 28403 (java) S 28400 28387 27261 0 -1 64 18793 0 0 0 230 16 0 0 16 0 9 0 637159570 889331712 19699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28404] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 889331712 19699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 889331712 19699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28401/tid=28406] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 889331712 19704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=868488 CPUtime=0.3
/proc/28401/task/28407/stat : 28407 (java) S 28400 28387 27261 0 -1 64 1507 0 0 0 29 1 0 0 16 0 9 0 637159572 889331712 19704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28408] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 889331712 19704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 889331712 19704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 887444

[startup+102.307 s]
/proc/loadavg: 3.24 2.42 2.14 3/84 28409
/proc/meminfo: memFree=1040392/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 16 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=868488 CPUtime=97.61
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 26314 0 1 0 9575 186 0 0 18 0 9 0 637159568 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 217122 19708 2566 9 0 211669 0
[pid=28401/tid=28402] ppid=28400 vsize=868488 CPUtime=94.23
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 5317 0 1 0 9262 161 0 0 25 0 9 0 637159569 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4126967068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28401/tid=28403] ppid=28400 vsize=868488 CPUtime=3.04
/proc/28401/task/28403/stat : 28403 (java) S 28400 28387 27261 0 -1 64 18793 0 0 0 281 23 0 0 16 0 9 0 637159570 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28401/tid=28404] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28406] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=868488 CPUtime=0.31
/proc/28401/task/28407/stat : 28407 (java) S 28400 28387 27261 0 -1 64 1511 0 0 0 30 1 0 0 16 0 9 0 637159572 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28401/tid=28408] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 889331712 19708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.42
Current children cumulated vsize (KiB) 887444

[startup+162.302 s]
/proc/loadavg: 6.32 3.34 2.47 3/90 28415
/proc/meminfo: memFree=744536/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=0.81
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 974 8758 0 1 3 0 72 6 16 0 1 0 637159479 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28387/statm: 3400 797 370 3 0 500 0
[pid=28400] ppid=28387 vsize=5356 CPUtime=0
/proc/28400/stat : 28400 (sh) S 28387 28387 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637159568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28400/statm: 1339 233 193 169 0 50 0
[pid=28401] ppid=28400 vsize=868488 CPUtime=150.6
/proc/28401/stat : 28401 (java) S 28400 28387 27261 0 -1 0 27579 0 1 0 14698 362 0 0 18 0 9 0 637159568 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28401/statm: 217122 19709 2566 9 0 211669 0
[pid=28401/tid=28402] ppid=28400 vsize=868488 CPUtime=146.47
/proc/28401/task/28402/stat : 28402 (java) R 28400 28387 27261 0 -1 64 6581 0 1 0 14319 328 0 0 25 0 9 0 637159569 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4126856235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28401/tid=28403] ppid=28400 vsize=868488 CPUtime=3.78
/proc/28401/task/28403/stat : 28403 (java) S 28400 28387 27261 0 -1 64 18793 0 0 0 347 31 0 0 16 0 9 0 637159570 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28401/tid=28404] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28404/stat : 28404 (java) S 28400 28387 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 637159570 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28405] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28405/stat : 28405 (java) S 28400 28387 27261 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637159570 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28406] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28406/stat : 28406 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637159572 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28407] ppid=28400 vsize=868488 CPUtime=0.32
/proc/28401/task/28407/stat : 28407 (java) S 28400 28387 27261 0 -1 64 1512 0 0 0 31 1 0 0 15 0 9 0 637159572 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28401/tid=28408] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28408/stat : 28408 (java) S 28400 28387 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637159572 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28401/tid=28409] ppid=28400 vsize=868488 CPUtime=0
/proc/28401/task/28409/stat : 28409 (java) S 28400 28387 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637159572 889331712 19709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.41
Current children cumulated vsize (KiB) 887444

[startup+222.301 s]
/proc/loadavg: 7.50 4.34 2.87 3/80 28417
/proc/meminfo: memFree=360488/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=184.4
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 1022 37579 0 2 3 1 17935 501 16 0 1 0 637159479 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28387/statm: 3400 799 370 3 0 500 0
[pid=28416] ppid=28387 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28387 28387 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637179043 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 232 193 169 0 50 0
[pid=28417] ppid=28416 vsize=243464 CPUtime=26.61
/proc/28417/stat : 28417 (picosat) R 28416 28387 27261 0 -1 4194304 55907 0 0 0 1195 1466 0 0 25 0 1 0 637179044 249307136 55893 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28417/statm: 60866 55893 40 102 0 60761 0
Current children cumulated CPU time (s) 211.01
Current children cumulated vsize (KiB) 262420

[startup+282.303 s]
/proc/loadavg: 6.05 4.50 3.02 3/77 28419
/proc/meminfo: memFree=134024/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=184.4
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 1022 37579 0 2 3 1 17935 501 16 0 1 0 637159479 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28387/statm: 3400 799 370 3 0 500 0
[pid=28416] ppid=28387 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28387 28387 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637179043 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 232 193 169 0 50 0
[pid=28417] ppid=28416 vsize=476188 CPUtime=86.57
/proc/28417/stat : 28417 (picosat) R 28416 28387 27261 0 -1 4194304 112966 0 0 0 3926 4731 0 0 25 0 1 0 637179044 487616512 112952 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28417/statm: 119047 112952 40 102 0 118942 0
Current children cumulated CPU time (s) 270.97
Current children cumulated vsize (KiB) 495144

[startup+342.302 s]
/proc/loadavg: 5.62 4.65 3.16 3/76 28421
/proc/meminfo: memFree=16016/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=184.4
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 1022 37579 0 2 3 1 17935 501 16 0 1 0 637159479 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28387/statm: 3400 799 370 3 0 500 0
[pid=28416] ppid=28387 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28387 28387 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637179043 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 232 193 169 0 50 0
[pid=28417] ppid=28416 vsize=716820 CPUtime=146.43
/proc/28417/stat : 28417 (picosat) R 28416 28387 27261 0 -1 4194304 171022 0 0 0 6689 7954 0 0 25 0 1 0 637179044 734023680 171008 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28417/statm: 179205 171008 40 102 0 179100 0
Current children cumulated CPU time (s) 330.83
Current children cumulated vsize (KiB) 735776



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+377.502 s]
/proc/loadavg: 5.42 4.70 3.23 3/77 28423
/proc/meminfo: memFree=15560/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=184.4
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 1022 37579 0 2 3 1 17935 501 16 0 1 0 637159479 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28387/statm: 3400 799 370 3 0 500 0
[pid=28416] ppid=28387 vsize=5356 CPUtime=0
/proc/28416/stat : 28416 (sh) S 28387 28387 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637179043 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28416/statm: 1339 232 193 169 0 50 0
[pid=28417] ppid=28416 vsize=902876 CPUtime=181.54
/proc/28417/stat : 28417 (picosat) R 28416 28387 27261 0 -1 4194304 204871 0 0 0 8321 9833 0 0 25 0 1 0 637179044 924545024 204857 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28417/statm: 225719 204857 40 102 0 225614 0
Current children cumulated CPU time (s) 365.94
Current children cumulated vsize (KiB) 921832

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

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

[startup+377.619 s]
/proc/loadavg: 5.42 4.70 3.23 3/77 28423
/proc/meminfo: memFree=15560/2055920 swapFree=4166000/4192956
[pid=28387] ppid=28385 vsize=13600 CPUtime=184.4
/proc/28387/stat : 28387 (sugar) S 28385 28387 27261 0 -1 4194304 1041 37579 0 2 3 1 17935 501 16 0 1 0 637159479 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28387/statm: 3400 799 370 3 0 500 0
[pid=28416] ppid=28387 vsize=0 CPUtime=0
/proc/28416/stat : 28416 (sh) Z 28387 28387 27261 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 637179043 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/28416/statm: 0 0 0 0 0 0 0
[pid=28417] ppid=1 vsize=0 CPUtime=181.65
/proc/28417/stat : 28417 (picosat) R 1 28387 27261 0 -1 4195332 204872 0 0 0 8321 9844 0 0 25 0 1 0 637179044 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28417/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 366.05
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28387 and gives
#  childrusage.ru_utime.tv_sec=179
#  childrusage.ru_utime.tv_usec=396727
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=27235
# CPU time returned by wait4() is 184.424
# while last known CPU time is 366.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 377.649
CPU time (s): 366.05
CPU user time (s): 262.59
CPU system time (s): 103.46
CPU usage (%): 96.9287
Max. virtual memory (cumulated for all children) (KiB): 921832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.397
system time used= 5.02724
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38956
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35165
involuntary context switches= 37257

runsolver used 0.45593 second user time and 1.19982 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 08:30:17
IDJOB=1086464
IDBENCH=57823
IDSOLVER=345
FILE ID=node77/1086464-1215239417
PBS_JOBID= 7881874
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086464-1215239417/watcher-1086464-1215239417 -o /tmp/evaluation-result-1086464-1215239417/solver-1086464-1215239417 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086464-1215239417.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a9f1ff1ab9407d2449a296e69817edc
RANDOM SEED=143225463

node77.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.274
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.274
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:       1373128 kB
Buffers:         76344 kB
Cached:         235704 kB
SwapCached:      20880 kB
Active:         507588 kB
Inactive:       108512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373128 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:         311880 kB
Slab:            51508 kB
Committed_AS:  1533236 kB
PageTables:       2400 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= 65800 MiB
End job on node77 at 2008-07-05 08:36:36