Trace number 1085666

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) 456.4 461.654

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-9.xml
MD5SUMe29b6006bf1a29842bd8623c635cae42
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.2246
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:16:27 2008
0.00/0.05	c 0	PID 4516
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085666-1215234987.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085666-1215234987.xml' 'HOME/temp.csp'
0.97/1.09	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
0.97/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.10	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'
1.06/1.18	c 1	Parsing HOME/temp.csp
1.06/1.78	c 2	parsed 9411 expressions
1.06/1.78	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.78	c 2	Converting to clausal form CSP
2.43/2.56	c 3	converted 942 (10%) expressions
4.80/4.91	c 5	converted 1883 (20%) expressions
6.88/7.04	c 7	converted 2824 (30%) expressions
8.66/8.80	c 9	converted 3765 (40%) expressions
10.45/10.65	c 11	converted 4706 (50%) expressions
12.02/12.23	c 12	converted 5647 (60%) expressions
13.51/13.73	c 14	converted 6588 (70%) expressions
15.29/15.54	c 16	converted 7529 (80%) expressions
16.88/17.17	c 17	converted 8470 (90%) expressions
18.36/18.62	c 19	converted 9411 (100%) expressions
18.36/18.62	c 19	CSP : 1491 integers, 24703 booleans, 52123 clauses, largest domain size 3353
18.36/18.62	c 19	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.36/18.62	c 19	Propagation in CSP
19.35/19.61	c 20	20844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.35/19.61	c 20	CSP : 1491 integers, 24703 booleans, 52123 clauses, largest domain size 3353
19.35/19.61	c 20	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.35/19.64	c 20	Simplifing CSP by introducing new Boolean variables
19.45/19.78	c 20	CSP : 1491 integers, 41639 booleans, 69059 clauses, largest domain size 3353
19.45/19.78	c 20	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.04/20.39	c 20	Encoding CSP to SAT : HOME/temp.cnf
22.81/23.19	c 23	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
25.79/26.15	c 26	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
28.96/29.36	c 29	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
31.82/32.24	c 32	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
34.70/35.10	c 35	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
35.09/35.53	c 36	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
35.50/35.97	c 36	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
35.89/36.40	c 36	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
36.39/36.82	c 37	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
36.78/37.27	c 37	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
89.02/90.09	c 90	6906 (10%) CSP clauses are encoded (6187257 clauses, 130161059 bytes)
130.59/132.08	c 132	13812 (20%) CSP clauses are encoded (9313143 clauses, 204620119 bytes)
161.42/163.25	c 163	20718 (30%) CSP clauses are encoded (12119993 clauses, 273673855 bytes)
183.03/185.17	c 185	27624 (40%) CSP clauses are encoded (14434443 clauses, 331832559 bytes)
194.76/197.09	c 197	34530 (50%) CSP clauses are encoded (16186931 clauses, 376605194 bytes)
208.56/211.03	c 211	41436 (60%) CSP clauses are encoded (18109110 clauses, 426682303 bytes)
222.86/225.55	c 226	48342 (70%) CSP clauses are encoded (20125819 clauses, 479529325 bytes)
235.18/238.04	c 238	55248 (80%) CSP clauses are encoded (22188396 clauses, 533181879 bytes)
247.39/250.47	c 251	62154 (90%) CSP clauses are encoded (24063626 clauses, 582288565 bytes)
257.15/260.35	c 260	69059 (100%) CSP clauses are encoded (25711250 clauses, 625441116 bytes)
257.15/260.35	c 260	69059 CSP clauses encoded
257.15/260.35	c 260	Writing map file : HOME/temp.map
257.25/260.47	c 261	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
257.25/260.47	c 261	SAT : 1983934 SAT variables, 25711250 SAT clauses, 625441116 bytes
257.25/260.47	c 261	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
257.32/260.52	c 261	SOLVING HOME/temp.cnf
257.32/260.52	c 261	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
456.29/461.51	c ERROR INTERRUPTED
456.40/461.65	s UNKNOWN
456.40/461.65	c 462	CPU 252.96 (0.04 0.01 252.92 4.39)
456.40/461.65	c 462	END Sat Jul  5 07:24:09 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-1085666-1215234987/watcher-1085666-1215234987 -o /tmp/evaluation-result-1085666-1215234987/solver-1085666-1215234987 -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-1085666-1215234987.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: 2.17 2.12 2.13 4/73 4516
/proc/meminfo: memFree=1367880/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=12268 CPUtime=0
/proc/4516/stat : 4516 (sugar) R 4514 4516 4062 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002449837 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4516/statm: 3067 316 241 3 0 167 0

[startup+0.09484 s]
/proc/loadavg: 2.17 2.12 2.13 4/73 4516
/proc/meminfo: memFree=1367880/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=0.04
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002449837 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102212 s]
/proc/loadavg: 2.17 2.12 2.13 4/73 4516
/proc/meminfo: memFree=1367880/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=0.04
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002449837 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301245 s]
/proc/loadavg: 2.17 2.12 2.13 4/73 4516
/proc/meminfo: memFree=1367880/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=0.04
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002449837 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701328 s]
/proc/loadavg: 2.17 2.12 2.13 4/73 4516
/proc/meminfo: memFree=1367880/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=0.04
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002449837 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 2.17 2.12 2.13 3/84 4528
/proc/meminfo: memFree=1346352/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 973 8772 0 1 3 1 96 6 15 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13600

[startup+3.1028 s]
/proc/loadavg: 2.17 2.12 2.13 4/84 4538
/proc/meminfo: memFree=1353456/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 15 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868420 CPUtime=1.97
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 8113 0 1 0 190 7 0 0 18 0 9 0 2002449948 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4530/statm: 217105 7213 2540 9 0 211680 0
[pid=4530/tid=4531] ppid=4529 vsize=868420 CPUtime=1.48
/proc/4530/task/4531/stat : 4531 (java) R 4529 4516 4062 0 -1 64 2705 0 1 0 146 2 0 0 25 0 9 0 2002449949 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4126569787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4532] ppid=4529 vsize=868420 CPUtime=0.25
/proc/4530/task/4532/stat : 4532 (java) S 4529 4516 4062 0 -1 64 3246 0 0 0 23 2 0 0 16 0 9 0 2002449950 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4533] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4533/stat : 4533 (java) S 4529 4516 4062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002449950 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4534] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4534/stat : 4534 (java) S 4529 4516 4062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002449950 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4535] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868420 CPUtime=0.19
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1465 0 0 0 19 0 0 0 16 0 9 0 2002449952 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) S 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889262080 7213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887376

[startup+6.30242 s]
/proc/loadavg: 2.24 2.14 2.13 3/84 4538
/proc/meminfo: memFree=1338160/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 16 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868420 CPUtime=5.13
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 11197 0 1 0 503 10 0 0 18 0 9 0 2002449948 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4530/statm: 217105 10052 2540 9 0 211680 0
[pid=4530/tid=4531] ppid=4529 vsize=868420 CPUtime=4.27
/proc/4530/task/4531/stat : 4531 (java) R 4529 4516 4062 0 -1 64 3031 0 1 0 424 3 0 0 25 0 9 0 2002449949 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4126566168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4532] ppid=4529 vsize=868420 CPUtime=0.62
/proc/4530/task/4532/stat : 4532 (java) S 4529 4516 4062 0 -1 64 5997 0 0 0 57 5 0 0 16 0 9 0 2002449950 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4533] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4533/stat : 4533 (java) S 4529 4516 4062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002449950 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4534] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4534/stat : 4534 (java) S 4529 4516 4062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002449950 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4535] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868420 CPUtime=0.21
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1472 0 0 0 21 0 0 0 15 0 9 0 2002449952 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) S 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889262080 10052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887376

[startup+12.7027 s]
/proc/loadavg: 2.22 2.13 2.13 3/84 4538
/proc/meminfo: memFree=1310576/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 16 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868420 CPUtime=11.46
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 20118 0 1 0 1128 18 0 0 18 0 9 0 2002449948 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4530/statm: 217105 16839 2540 9 0 211680 0
[pid=4530/tid=4531] ppid=4529 vsize=868420 CPUtime=9.5
/proc/4530/task/4531/stat : 4531 (java) R 4529 4516 4062 0 -1 64 3609 0 1 0 946 4 0 0 25 0 9 0 2002449949 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4126567933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4532] ppid=4529 vsize=868420 CPUtime=1.72
/proc/4530/task/4532/stat : 4532 (java) S 4529 4516 4062 0 -1 64 14340 0 0 0 160 12 0 0 16 0 9 0 2002449950 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4533] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4533/stat : 4533 (java) S 4529 4516 4062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002449950 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4534] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4534/stat : 4534 (java) S 4529 4516 4062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002449950 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4535] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868420 CPUtime=0.21
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1472 0 0 0 21 0 0 0 15 0 9 0 2002449952 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868420 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) S 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889262080 16839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887376

[startup+25.5012 s]
/proc/loadavg: 2.17 2.13 2.13 3/84 4538
/proc/meminfo: memFree=1269616/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 16 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868532 CPUtime=24.13
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 30611 0 1 0 2385 28 0 0 18 0 9 0 2002449948 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4530/statm: 217133 25893 2566 9 0 211680 0
[pid=4530/tid=4531] ppid=4529 vsize=868532 CPUtime=20.36
/proc/4530/task/4531/stat : 4531 (java) R 4529 4516 4062 0 -1 64 4387 0 1 0 2030 6 0 0 25 0 9 0 2002449949 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4126602358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4532] ppid=4529 vsize=868532 CPUtime=3.45
/proc/4530/task/4532/stat : 4532 (java) S 4529 4516 4062 0 -1 64 24024 0 0 0 327 18 0 0 16 0 9 0 2002449950 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4533] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4533/stat : 4533 (java) S 4529 4516 4062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002449950 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4534] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4534/stat : 4534 (java) S 4529 4516 4062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002449950 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4535] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868532 CPUtime=0.28
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1503 0 0 0 27 1 0 0 15 0 9 0 2002449952 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) S 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889376768 25893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887488

[startup+51.1012 s]
/proc/loadavg: 2.33 2.16 2.14 3/84 4538
/proc/meminfo: memFree=1216688/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 16 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868532 CPUtime=49.46
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 30796 0 1 0 4886 60 0 0 18 0 9 0 2002449948 889376768 25909 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=4530/tid=4535] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868532 CPUtime=0.31
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1519 0 0 0 30 1 0 0 15 0 9 0 2002449952 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) S 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 887488

[startup+162.302 s]
/proc/loadavg: 2.89 2.42 2.23 3/84 4538
/proc/meminfo: memFree=1003248/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 16 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868532 CPUtime=159.46
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 31468 0 1 0 15745 201 0 0 18 0 9 0 2002449948 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4530/statm: 217133 25913 2566 9 0 211680 0
[pid=4530/tid=4531] ppid=4529 vsize=868532 CPUtime=155.12
/proc/4530/task/4531/stat : 4531 (java) R 4529 4516 4062 0 -1 64 5228 0 1 0 15338 174 0 0 25 0 9 0 2002449949 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4127024133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4532] ppid=4529 vsize=868532 CPUtime=4
/proc/4530/task/4532/stat : 4532 (java) S 4529 4516 4062 0 -1 64 24024 0 0 0 376 24 0 0 16 0 9 0 2002449950 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4533] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4533/stat : 4533 (java) S 4529 4516 4062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002449950 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4534] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4534/stat : 4534 (java) S 4529 4516 4062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002449950 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4535] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868532 CPUtime=0.31
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 2002449952 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) R 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889376768 25913 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.52
Current children cumulated vsize (KiB) 887488

[startup+222.302 s]
/proc/loadavg: 2.80 2.49 2.27 3/84 4538
/proc/meminfo: memFree=803952/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=1.06
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 974 8772 0 1 3 1 96 6 16 0 1 0 2002449837 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 797 370 3 0 500 0
[pid=4529] ppid=4516 vsize=5356 CPUtime=0
/proc/4529/stat : 4529 (sh) S 4516 4516 4062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002449948 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4529/statm: 1339 233 193 169 0 50 0
[pid=4530] ppid=4529 vsize=868532 CPUtime=218.65
/proc/4530/stat : 4530 (java) S 4529 4516 4062 0 -1 0 32033 0 1 0 21538 327 0 0 18 0 9 0 2002449948 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4530/statm: 217133 25914 2566 9 0 211680 0
[pid=4530/tid=4531] ppid=4529 vsize=868532 CPUtime=213.89
/proc/4530/task/4531/stat : 4531 (java) R 4529 4516 4062 0 -1 64 5792 0 1 0 21093 296 0 0 25 0 9 0 2002449949 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4126602312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4532] ppid=4529 vsize=868532 CPUtime=4.4
/proc/4530/task/4532/stat : 4532 (java) S 4529 4516 4062 0 -1 64 24024 0 0 0 412 28 0 0 16 0 9 0 2002449950 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4533] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4533/stat : 4533 (java) S 4529 4516 4062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002449950 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4534] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4534/stat : 4534 (java) S 4529 4516 4062 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002449950 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4535] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4535/stat : 4535 (java) S 4529 4516 4062 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002449952 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4536] ppid=4529 vsize=868532 CPUtime=0.31
/proc/4530/task/4536/stat : 4536 (java) S 4529 4516 4062 0 -1 64 1520 0 0 0 30 1 0 0 16 0 9 0 2002449952 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4537] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4537/stat : 4537 (java) S 4529 4516 4062 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002449953 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4530/tid=4538] ppid=4529 vsize=868532 CPUtime=0
/proc/4530/task/4538/stat : 4538 (java) S 4529 4516 4062 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002449953 889376768 25914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.71
Current children cumulated vsize (KiB) 887488

[startup+282.302 s]
/proc/loadavg: 2.29 2.40 2.25 3/76 4540
/proc/meminfo: memFree=533744/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=257.36
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 1023 41563 0 2 4 1 25292 439 16 0 1 0 2002449837 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 800 370 3 0 500 0
[pid=4539] ppid=4516 vsize=5356 CPUtime=0
/proc/4539/stat : 4539 (sh) S 4516 4516 4062 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002475889 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4539/statm: 1339 232 193 169 0 50 0
[pid=4540] ppid=4539 vsize=217392 CPUtime=21.55
/proc/4540/stat : 4540 (picosat) R 4539 4516 4062 0 -1 4194304 51800 0 0 0 995 1160 0 0 25 0 1 0 2002475890 222609408 51786 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4540/statm: 54348 51786 40 102 0 54243 0
Current children cumulated CPU time (s) 278.91
Current children cumulated vsize (KiB) 236348

[startup+342.301 s]
/proc/loadavg: 2.11 2.32 2.23 3/76 4540
/proc/meminfo: memFree=324400/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=257.36
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 1023 41563 0 2 4 1 25292 439 16 0 1 0 2002449837 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 800 370 3 0 500 0
[pid=4539] ppid=4516 vsize=5356 CPUtime=0
/proc/4539/stat : 4539 (sh) S 4516 4516 4062 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002475889 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4539/statm: 1339 232 193 169 0 50 0
[pid=4540] ppid=4539 vsize=435756 CPUtime=80.95
/proc/4540/stat : 4540 (picosat) R 4539 4516 4062 0 -1 4194304 103661 0 0 0 3708 4387 0 0 25 0 1 0 2002475890 446214144 103647 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4540/statm: 108939 103647 40 102 0 108834 0
Current children cumulated CPU time (s) 338.31
Current children cumulated vsize (KiB) 454712

[startup+402.302 s]
/proc/loadavg: 2.04 2.26 2.21 3/76 4540
/proc/meminfo: memFree=117488/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=257.36
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 1023 41563 0 2 4 1 25292 439 16 0 1 0 2002449837 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 800 370 3 0 500 0
[pid=4539] ppid=4516 vsize=5356 CPUtime=0
/proc/4539/stat : 4539 (sh) S 4516 4516 4062 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002475889 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4539/statm: 1339 232 193 169 0 50 0
[pid=4540] ppid=4539 vsize=655836 CPUtime=140.38
/proc/4540/stat : 4540 (picosat) R 4539 4516 4062 0 -1 4194304 155806 0 0 0 6444 7594 0 0 25 0 1 0 2002475890 671576064 155792 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4540/statm: 163959 155792 40 102 0 163854 0
Current children cumulated CPU time (s) 397.74
Current children cumulated vsize (KiB) 674792



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+461.501 s]
/proc/loadavg: 2.01 2.21 2.19 3/76 4540
/proc/meminfo: memFree=16048/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=257.36
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 1023 41563 0 2 4 1 25292 439 16 0 1 0 2002449837 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 800 370 3 0 500 0
[pid=4539] ppid=4516 vsize=5356 CPUtime=0
/proc/4539/stat : 4539 (sh) S 4516 4516 4062 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002475889 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4539/statm: 1339 232 193 169 0 50 0
[pid=4540] ppid=4539 vsize=905788 CPUtime=198.93
/proc/4540/stat : 4540 (picosat) R 4539 4516 4062 0 -1 4194304 207699 0 0 0 9152 10741 0 0 25 0 1 0 2002475890 927526912 207685 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4540/statm: 226447 207685 40 102 0 226342 0
Current children cumulated CPU time (s) 456.29
Current children cumulated vsize (KiB) 924744

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

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

[startup+461.62 s]
/proc/loadavg: 2.01 2.21 2.19 3/76 4540
/proc/meminfo: memFree=16048/2055920 swapFree=4179604/4192956
[pid=4516] ppid=4514 vsize=13600 CPUtime=257.36
/proc/4516/stat : 4516 (sugar) S 4514 4516 4062 0 -1 4194304 1042 41563 0 2 4 1 25292 439 16 0 1 0 2002449837 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/4516/statm: 3400 800 370 3 0 500 0
[pid=4539] ppid=4516 vsize=0 CPUtime=0
/proc/4539/stat : 4539 (sh) Z 4516 4516 4062 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002475889 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/4539/statm: 0 0 0 0 0 0 0
[pid=4540] ppid=1 vsize=0 CPUtime=199.04
/proc/4540/stat : 4540 (picosat) R 1 4516 4062 0 -1 4195332 207699 0 0 0 9152 10752 0 0 25 0 1 0 2002475890 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/4540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 456.4
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4516 and gives
#  childrusage.ru_utime.tv_sec=252
#  childrusage.ru_utime.tv_usec=972542
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=418328
# CPU time returned by wait4() is 257.391
# while last known CPU time is 456.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 461.654
CPU time (s): 456.4
CPU user time (s): 344.48
CPU system time (s): 111.92
CPU usage (%): 98.8618
Max. virtual memory (cumulated for all children) (KiB): 924744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.973
system time used= 4.41833
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42941
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= 24725
involuntary context switches= 30005

runsolver used 0.629904 second user time and 1.51677 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 07:16:27
IDJOB=1085666
IDBENCH=57684
IDSOLVER=345
FILE ID=node74/1085666-1215234987
PBS_JOBID= 7881944
Free space on /tmp= 103228 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-9.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-1085666-1215234987/watcher-1085666-1215234987 -o /tmp/evaluation-result-1085666-1215234987/solver-1085666-1215234987 -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-1085666-1215234987.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e29b6006bf1a29842bd8623c635cae42
RANDOM SEED=262782464

node74.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1368360 kB
Buffers:         70824 kB
Cached:         213236 kB
SwapCached:       6708 kB
Active:         527084 kB
Inactive:       100204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1368360 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         351128 kB
Slab:            44868 kB
Committed_AS:  4438248 kB
PageTables:       2544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103228 MiB
End job on node74 at 2008-07-05 07:24:11