Trace number 1085688

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 241.225 245.658

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-0.xml
MD5SUM701805f3dd433f8e5a195a0325c2f865
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 benchmark25.1672
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:17:35 2008
0.00/0.04	c 0	PID 19044
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085688-1215235055.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-1085688-1215235055.xml' 'HOME/temp.csp'
0.97/1.01	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
0.97/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.04	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.99/1.12	c 1	Parsing HOME/temp.csp
0.99/1.55	c 1	parsed 9411 expressions
0.99/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.55	c 1	Converting to clausal form CSP
2.12/2.25	c 2	converted 942 (10%) expressions
4.40/4.52	c 4	converted 1883 (20%) expressions
6.37/6.57	c 6	converted 2824 (30%) expressions
8.05/8.28	c 8	converted 3765 (40%) expressions
9.83/10.06	c 10	converted 4706 (50%) expressions
11.41/11.60	c 11	converted 5647 (60%) expressions
12.79/13.06	c 13	converted 6588 (70%) expressions
14.58/14.85	c 15	converted 7529 (80%) expressions
16.06/16.36	c 16	converted 8470 (90%) expressions
17.44/17.76	c 17	converted 9411 (100%) expressions
17.44/17.76	c 17	CSP : 1491 integers, 24703 booleans, 52537 clauses, largest domain size 3353
17.44/17.76	c 17	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.44/17.76	c 17	Propagation in CSP
18.33/18.70	c 18	20844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.33/18.70	c 18	CSP : 1491 integers, 24703 booleans, 52537 clauses, largest domain size 3353
18.33/18.70	c 18	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.43/18.73	c 18	Simplifing CSP by introducing new Boolean variables
18.53/18.82	c 19	CSP : 1491 integers, 41623 booleans, 69457 clauses, largest domain size 3353
18.53/18.83	c 19	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.02/19.36	c 19	Encoding CSP to SAT : HOME/temp.cnf
21.69/22.02	c 22	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
24.46/24.87	c 25	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
27.53/27.94	c 28	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
30.30/30.73	c 30	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
32.97/33.47	c 33	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
33.37/33.88	c 34	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
33.86/34.30	c 34	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
34.16/34.70	c 34	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
34.64/35.11	c 35	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
35.04/35.53	c 35	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
82.21/83.22	c 83	6946 (10%) CSP clauses are encoded (6185357 clauses, 130113657 bytes)
117.12/118.54	c 118	13892 (20%) CSP clauses are encoded (9298035 clauses, 204228630 bytes)
143.38/145.17	c 145	20838 (30%) CSP clauses are encoded (12099141 clauses, 273127039 bytes)
162.42/164.42	c 164	27783 (40%) CSP clauses are encoded (14405674 clauses, 331074754 bytes)
173.14/175.33	c 175	34729 (50%) CSP clauses are encoded (16150306 clauses, 375637964 bytes)
185.54/187.93	c 188	41675 (60%) CSP clauses are encoded (18053810 clauses, 425211036 bytes)
198.63/201.24	c 201	48620 (70%) CSP clauses are encoded (20065631 clauses, 477928018 bytes)
209.76/212.56	c 212	55566 (80%) CSP clauses are encoded (22112496 clauses, 531214405 bytes)
220.96/223.93	c 224	62512 (90%) CSP clauses are encoded (23991727 clauses, 580369581 bytes)
229.73/232.90	c 233	69457 (100%) CSP clauses are encoded (25631850 clauses, 623319942 bytes)
229.82/232.90	c 233	69457 CSP clauses encoded
229.82/232.90	c 233	Writing map file : HOME/temp.map
229.92/233.01	c 233	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
229.92/233.01	c 233	SAT : 1983918 SAT variables, 25631850 SAT clauses, 623319942 bytes
229.92/233.01	c 233	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
229.92/233.07	c 233	SOLVING HOME/temp.cnf
229.92/233.07	c 233	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
229.92/233.07	c 233	This is MiniSat 2.0 beta
229.92/233.07	c 233	WARNING: for repeatability, setting FPU to use double precision
229.92/233.07	c 233	============================[ Problem Statistics ]=============================
229.92/233.07	c 233	|                                                                             |
229.92/233.07	c 233	|  Number of variables:  1983918                                              |
229.92/233.07	c 233	|  Number of clauses:    25631850                                             |
240.92/244.83	c ERROR INTERRUPTED
241.04/244.96	s UNKNOWN
241.04/244.96	c 245	CPU 225.78 (0.04 0.01 225.74 4.19)
241.04/244.96	c 245	END Sat Jul  5 07:21:40 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-1085688-1215235055/watcher-1085688-1215235055 -o /tmp/evaluation-result-1085688-1215235055/solver-1085688-1215235055 -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/minisat -tmp=HOME/temp HOME/instance-1085688-1215235055.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.05 2.05 2.01 4/82 19044
/proc/meminfo: memFree=1534144/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=12132 CPUtime=0
/proc/19044/stat : 19044 (sugar) R 19042 19044 18968 0 -1 4194304 225 0 0 0 0 0 0 0 20 0 1 0 2002479860 12423168 193 996147200 4194304 4206940 548682068608 18446744073709551615 227866642592 0 0 4224 0 0 0 0 17 1 0 0
/proc/19044/statm: 3033 193 143 3 0 133 0

[startup+0.0896499 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 19044
/proc/meminfo: memFree=1534144/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.04
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002479860 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101651 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 19044
/proc/meminfo: memFree=1534144/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.04
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002479860 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301683 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 19044
/proc/meminfo: memFree=1534144/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.04
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002479860 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701759 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 19044
/proc/meminfo: memFree=1534144/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.04
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002479860 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50991 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 19056
/proc/meminfo: memFree=1512232/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 973 8771 0 1 3 1 90 5 16 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10118 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 19066
/proc/meminfo: memFree=1514600/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 15 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868388 CPUtime=2.02
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 8411 0 1 0 197 5 0 0 18 0 9 0 2002479965 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19058/statm: 217097 7478 2540 9 0 211672 0
[pid=19058/tid=19059] ppid=19057 vsize=868388 CPUtime=1.54
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 2709 0 1 0 152 2 0 0 25 0 9 0 2002479966 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4126562728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868388 CPUtime=0.26
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 3549 0 0 0 25 1 0 0 16 0 9 0 2002479967 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868388 CPUtime=0.21
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1456 0 0 0 20 1 0 0 16 0 9 0 2002479969 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889229312 7478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889229312 7478 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) 887344

[startup+6.30275 s]
/proc/loadavg: 2.12 2.07 2.02 3/93 19066
/proc/meminfo: memFree=1489064/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 16 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868388 CPUtime=5.19
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 14046 0 1 0 508 11 0 0 18 0 9 0 2002479965 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19058/statm: 217097 10374 2540 9 0 211672 0
[pid=19058/tid=19059] ppid=19057 vsize=868388 CPUtime=4.18
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 3114 0 1 0 415 3 0 0 25 0 9 0 2002479966 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4126428732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868388 CPUtime=0.77
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 8774 0 0 0 71 6 0 0 16 0 9 0 2002479967 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868388 CPUtime=0.21
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1461 0 0 0 20 1 0 0 15 0 9 0 2002479969 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889229312 10374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887344

[startup+12.7019 s]
/proc/loadavg: 2.11 2.06 2.02 3/93 19066
/proc/meminfo: memFree=1448744/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 16 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868388 CPUtime=11.51
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 22362 0 1 0 1136 15 0 0 18 0 9 0 2002479965 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19058/statm: 217097 17519 2540 9 0 211672 0
[pid=19058/tid=19059] ppid=19057 vsize=868388 CPUtime=9.66
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 3547 0 1 0 962 4 0 0 25 0 9 0 2002479966 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4126597251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868388 CPUtime=1.62
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 16657 0 0 0 153 9 0 0 15 0 9 0 2002479967 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868388 CPUtime=0.21
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1461 0 0 0 20 1 0 0 15 0 9 0 2002479969 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868388 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889229312 17519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887344

[startup+25.5021 s]
/proc/loadavg: 2.08 2.06 2.02 3/93 19066
/proc/meminfo: memFree=1377384/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 16 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868500 CPUtime=24.16
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 33614 0 1 0 2392 24 0 0 18 0 9 0 2002479965 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19058/statm: 217125 25747 2566 9 0 211672 0
[pid=19058/tid=19059] ppid=19057 vsize=868500 CPUtime=20.75
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 4387 0 1 0 2069 6 0 0 25 0 9 0 2002479966 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4127013315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868500 CPUtime=3.11
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 27036 0 0 0 296 15 0 0 16 0 9 0 2002479967 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868500 CPUtime=0.27
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1494 0 0 0 26 1 0 0 15 0 9 0 2002479969 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889344000 25747 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887456

[startup+51.1026 s]
/proc/loadavg: 2.05 2.05 2.01 3/93 19066
/proc/meminfo: memFree=1271336/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 15 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868500 CPUtime=49.47
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 33811 0 1 0 4885 62 0 0 18 0 9 0 2002479965 889344000 25766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=19058/tid=19059] ppid=19057 vsize=868500 CPUtime=96.36
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 4902 0 1 0 9531 105 0 0 25 0 9 0 2002479966 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4127019053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868500 CPUtime=3.42
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 27039 0 0 0 323 19 0 0 16 0 9 0 2002479967 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868500 CPUtime=0.3
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1511 0 0 0 29 1 0 0 15 0 9 0 2002479969 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889344000 25769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 887456

[startup+162.302 s]
/proc/loadavg: 2.21 2.08 2.02 3/93 19066
/proc/meminfo: memFree=586024/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 16 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868500 CPUtime=159.36
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 34614 0 1 0 15714 222 0 0 18 0 9 0 2002479965 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19058/statm: 217125 25770 2566 9 0 211672 0
[pid=19058/tid=19059] ppid=19057 vsize=868500 CPUtime=155.33
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 5366 0 1 0 15336 197 0 0 25 0 9 0 2002479966 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4126597238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868500 CPUtime=3.71
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 27039 0 0 0 348 23 0 0 16 0 9 0 2002479967 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868500 CPUtime=0.3
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1512 0 0 0 29 1 0 0 15 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.35
Current children cumulated vsize (KiB) 887456

[startup+222.302 s]
/proc/loadavg: 2.27 2.12 2.03 3/92 19067
/proc/meminfo: memFree=334624/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=0.99
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 974 8771 0 1 3 1 90 5 16 0 1 0 2002479860 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 797 370 3 0 500 0
[pid=19057] ppid=19044 vsize=5356 CPUtime=0
/proc/19057/stat : 19057 (sh) S 19044 19044 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002479965 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19057/statm: 1339 233 193 169 0 50 0
[pid=19058] ppid=19057 vsize=868500 CPUtime=218.41
/proc/19058/stat : 19058 (java) S 19057 19044 18968 0 -1 0 35308 0 1 0 21461 380 0 0 18 0 9 0 2002479965 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19058/statm: 217125 25770 2566 9 0 211672 0
[pid=19058/tid=19059] ppid=19057 vsize=868500 CPUtime=213.96
/proc/19058/task/19059/stat : 19059 (java) R 19057 19044 18968 0 -1 64 6060 0 1 0 21046 350 0 0 25 0 9 0 2002479966 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4127020376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19060] ppid=19057 vsize=868500 CPUtime=4.12
/proc/19058/task/19060/stat : 19060 (java) S 19057 19044 18968 0 -1 64 27039 0 0 0 385 27 0 0 16 0 9 0 2002479967 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19061] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19057 19044 18968 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002479967 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19062] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19057 19044 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002479967 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19063] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19057 19044 18968 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19064] ppid=19057 vsize=868500 CPUtime=0.3
/proc/19058/task/19064/stat : 19064 (java) S 19057 19044 18968 0 -1 64 1512 0 0 0 29 1 0 0 15 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19065] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19057 19044 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19058/tid=19066] ppid=19057 vsize=868500 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19057 19044 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002479969 889344000 25770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.4
Current children cumulated vsize (KiB) 887456



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+244.803 s]
/proc/loadavg: 2.42 2.16 2.05 4/84 19069
/proc/meminfo: memFree=16160/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=229.97
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 1034 44526 0 2 4 1 22574 418 16 0 1 0 2002479860 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 800 370 3 0 500 0
[pid=19068] ppid=19044 vsize=5356 CPUtime=0
/proc/19068/stat : 19068 (sh) S 19044 19044 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002503167 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19068/statm: 1339 232 193 169 0 50 0
[pid=19069] ppid=19068 vsize=903044 CPUtime=10.95
/proc/19069/stat : 19069 (minisat) R 19068 19044 18968 0 -1 4194304 210709 0 0 0 949 146 0 0 25 0 1 0 2002503168 924717056 210695 996147200 134512640 135127466 4294956256 18446744073709551615 134526063 0 0 4096 3 0 0 0 17 1 0 0
/proc/19069/statm: 225761 210695 62 150 0 225608 0
Current children cumulated CPU time (s) 240.92
Current children cumulated vsize (KiB) 922000

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

[startup+244.937 s]
/proc/loadavg: 2.42 2.16 2.05 4/84 19069
/proc/meminfo: memFree=16160/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=229.97
/proc/19044/stat : 19044 (sugar) S 19042 19044 18968 0 -1 4194304 1045 44526 0 2 4 1 22574 418 16 0 1 0 2002479860 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19044/statm: 3400 800 370 3 0 500 0
[pid=19068] ppid=19044 vsize=0 CPUtime=0
/proc/19068/stat : 19068 (sh) Z 19044 19044 18968 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002503167 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19068/statm: 0 0 0 0 0 0 0
[pid=19069] ppid=1 vsize=0 CPUtime=11.07
/proc/19069/stat : 19069 (minisat) R 1 19044 18968 0 -1 4195332 210950 0 0 0 950 157 0 0 25 0 1 0 2002503168 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19069/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 241.04
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (230.01 s) is less than in the last sample (241.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.03 s) to the 'lost time'.

[startup+245.002 s]
/proc/loadavg: 2.42 2.16 2.05 4/84 19069
/proc/meminfo: memFree=16160/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=230.01
/proc/19044/stat : 19044 (sugar) R 19042 19044 18968 0 -1 4194304 1070 44803 0 2 4 4 22574 419 16 0 1 0 2002479860 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19044/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 230.01
Current children cumulated vsize (KiB) 13600

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

[startup+245.103 s]
/proc/loadavg: 2.42 2.16 2.05 4/84 19069
/proc/meminfo: memFree=16160/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=230.11
/proc/19044/stat : 19044 (sugar) R 19042 19044 18968 0 -1 4194304 1070 44803 0 2 4 14 22574 419 16 0 1 0 2002479860 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19044/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 230.11
Current children cumulated vsize (KiB) 13600

[startup+245.502 s]
/proc/loadavg: 2.39 2.16 2.05 2/83 19070
/proc/meminfo: memFree=1218536/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=230.18
/proc/19044/stat : 19044 (sugar) D 19042 19044 18968 0 -1 4194304 1070 44803 0 2 4 21 22574 419 15 0 1 0 2002479860 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19044/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 230.18
Current children cumulated vsize (KiB) 13600

[startup+245.602 s]
/proc/loadavg: 2.39 2.16 2.05 2/83 19070
/proc/meminfo: memFree=1218536/2055920 swapFree=4180540/4192956
[pid=19044] ppid=19042 vsize=13600 CPUtime=230.18
/proc/19044/stat : 19044 (sugar) D 19042 19044 18968 0 -1 4194304 1070 44803 0 2 4 21 22574 419 15 0 1 0 2002479860 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19044/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 230.18
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.03
#  lost CPU user time (s): 9.5
#  lost CPU system time (s): 1.53

Real time (s): 245.658
CPU time (s): 241.225
CPU user time (s): 235.286
CPU system time (s): 5.93933
CPU usage (%): 98.1956
Max. virtual memory (cumulated for all children) (KiB): 922000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.786
system time used= 4.40933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45904
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= 24237
involuntary context switches= 28882

runsolver used 0.301954 second user time and 0.876866 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 07:17:35
IDJOB=1085688
IDBENCH=57688
IDSOLVER=346
FILE ID=node18/1085688-1215235055
PBS_JOBID= 7881962
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-0.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085688-1215235055/watcher-1085688-1215235055 -o /tmp/evaluation-result-1085688-1215235055/solver-1085688-1215235055 -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/minisat" -tmp="HOME/temp" HOME/instance-1085688-1215235055.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 701805f3dd433f8e5a195a0325c2f865
RANDOM SEED=1909070096

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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	: 5931.00
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.268
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:       1534624 kB
Buffers:         58724 kB
Cached:         187600 kB
SwapCached:       6568 kB
Active:         372948 kB
Inactive:        86520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534624 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:         229032 kB
Slab:            46812 kB
Committed_AS:  3851728 kB
PageTables:       2204 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= 66552 MiB
End job on node18 at 2008-07-05 07:21:42