Trace number 1059318

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) 1126.64 1132.46

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-10-fair.xml
MD5SUM0279a7fde5121ec712efd314d7d88e3f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables29004
Number of constraints27477
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension27477
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Fri Jul  4 00:02:26 2008
0.01/0.12	c 0	PID 25825
0.01/0.12	c 0	HOST node78.alineos.net
0.01/0.12	c 0	CONVERTING HOME/instance-1059318-1215122545.xml TO HOME/temp.csp
0.01/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059318-1215122545.xml' 'HOME/temp.csp'
2.37/2.55	c 2	3 domains, 29004 variables, 9 predicates, 0 relations, 27477 constraints
2.37/2.59	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.37/2.59	c 2	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'
2.43/2.67	c 2	Parsing HOME/temp.csp
2.43/2.97	c 2	parsed 10000 expressions
2.43/3.17	c 3	parsed 20000 expressions
3.13/3.38	c 3	parsed 30000 expressions
3.32/3.58	c 3	parsed 40000 expressions
3.61/3.86	c 3	parsed 50000 expressions
3.72/3.99	c 3	parsed 56493 expressions
3.81/4.00	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.81/4.00	c 3	Converting to clausal form CSP
3.81/4.05	c 3	converted 5650 (10%) expressions
3.81/4.07	c 3	converted 11299 (20%) expressions
3.81/4.08	c 3	converted 16948 (30%) expressions
3.81/4.09	c 4	converted 22598 (40%) expressions
3.91/4.10	c 4	converted 28247 (50%) expressions
4.31/4.58	c 4	converted 33896 (60%) expressions
5.10/5.32	c 5	converted 39546 (70%) expressions
5.48/5.78	c 5	converted 45195 (80%) expressions
6.29/6.58	c 6	converted 50844 (90%) expressions
6.77/7.06	c 6	converted 56493 (100%) expressions
6.77/7.07	c 6	CSP : 50935 integers, 1690 booleans, 125224 clauses, largest domain size 20001
6.77/7.07	c 6	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.77/7.07	c 6	Propagation in CSP
1061.87/1066.46	c 1066	716708629 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1061.87/1066.47	c 1066	CSP : 50935 integers, 1690 booleans, 125224 clauses, largest domain size 20001
1061.87/1066.47	c 1066	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1061.97/1066.51	c 1066	Simplifing CSP by introducing new Boolean variables
1062.18/1066.76	c 1066	CSP : 50935 integers, 46056 booleans, 169590 clauses, largest domain size 20001
1062.18/1066.76	c 1066	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1062.77/1067.35	c 1067	Encoding CSP to SAT : HOME/temp.cnf
1063.26/1067.89	c 1067	5094 (10%) CSP integer variables are encoded (404514 clauses, 6660241 bytes)
1066.24/1070.88	c 1070	10187 (20%) CSP integer variables are encoded (2836194 clauses, 51678008 bytes)
1067.44/1072.02	c 1071	15281 (30%) CSP integer variables are encoded (3748074 clauses, 69003728 bytes)
1068.21/1072.89	c 1072	20374 (40%) CSP integer variables are encoded (4418000 clauses, 81732322 bytes)
1068.91/1073.58	c 1073	25468 (50%) CSP integer variables are encoded (4966709 clauses, 92157793 bytes)
1068.91/1073.59	c 1073	30561 (60%) CSP integer variables are encoded (4966709 clauses, 92157793 bytes)
1069.90/1074.59	c 1074	35655 (70%) CSP integer variables are encoded (5756551 clauses, 107164791 bytes)
1070.50/1075.12	c 1075	40748 (80%) CSP integer variables are encoded (6176467 clauses, 115143195 bytes)
1070.69/1075.36	c 1075	45842 (90%) CSP integer variables are encoded (6366439 clauses, 118752663 bytes)
1070.99/1075.68	c 1075	50935 (100%) CSP integer variables are encoded (6616401 clauses, 123501941 bytes)
1109.86/1115.36	c 1115	16959 (10%) CSP clauses are encoded (27850230 clauses, 580376605 bytes)
1110.65/1116.12	c 1116	33918 (20%) CSP clauses are encoded (28295970 clauses, 589364111 bytes)
1112.99/1118.54	c 1118	50877 (30%) CSP clauses are encoded (29782533 clauses, 620174770 bytes)
1115.74/1121.32	c 1121	67836 (40%) CSP clauses are encoded (31507287 clauses, 656814705 bytes)
1117.68/1123.33	c 1123	84795 (50%) CSP clauses are encoded (32713081 clauses, 682427851 bytes)
1117.78/1123.43	c 1123	101754 (60%) CSP clauses are encoded (32721101 clauses, 682590998 bytes)
1117.88/1123.53	c 1123	118713 (70%) CSP clauses are encoded (32729070 clauses, 682753099 bytes)
1119.65/1125.32	c 1125	135672 (80%) CSP clauses are encoded (33817312 clauses, 705871258 bytes)
1120.73/1126.47	c 1126	152631 (90%) CSP clauses are encoded (34504439 clauses, 720464350 bytes)
1120.92/1126.60	c 1126	169590 (100%) CSP clauses are encoded (34527524 clauses, 721063282 bytes)
1120.92/1126.60	c 1126	169590 CSP clauses encoded
1120.92/1126.60	c 1126	Writing map file : HOME/temp.map
1121.02/1126.72	c 1126	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1121.02/1126.72	c 1126	SAT : 6676607 SAT variables, 34527524 SAT clauses, 721063282 bytes
1121.02/1126.72	c 1126	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1121.02/1126.79	c 1126	SOLVING HOME/temp.cnf
1121.02/1126.79	c 1126	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1121.10/1126.80	c 1126	This is MiniSat 2.0 beta
1121.10/1126.80	c 1126	WARNING: for repeatability, setting FPU to use double precision
1121.10/1126.80	c 1126	============================[ Problem Statistics ]=============================
1121.10/1126.80	c 1126	|                                                                             |
1121.10/1126.80	c 1126	|  Number of variables:  6676607                                              |
1121.10/1126.80	c 1126	|  Number of clauses:    34527524                                             |
1126.53/1132.31	c ERROR INTERRUPTED
1126.64/1132.45	s UNKNOWN
1126.64/1132.45	c 1132	CPU 1114.2 (0.05 0.01 1114.15 6.89)
1126.64/1132.45	c 1132	END Fri Jul  4 00:21:18 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-1059318-1215122545/watcher-1059318-1215122545 -o /tmp/evaluation-result-1059318-1215122545/solver-1059318-1215122545 -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-1059318-1215122545.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.92 1.98 1.99 4/85 25825
/proc/meminfo: memFree=1796368/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=18572 CPUtime=0
/proc/25825/stat : 25825 (runsolver) D 25823 25825 24584 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 236349554 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25825/statm: 4643 292 257 25 0 2626 0

[startup+0.0163341 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 25825
/proc/meminfo: memFree=1796368/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=124 CPUtime=0
/proc/25825/stat : 25825 (sugar) D 25823 25825 24584 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 236349554 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255370261993 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25825/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102349 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 25825
/proc/meminfo: memFree=1796368/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=12808 CPUtime=0.01
/proc/25825/stat : 25825 (sugar) R 25823 25825 24584 0 -1 4194304 562 0 0 0 1 0 0 0 18 0 1 0 236349554 13115392 530 996147200 4194304 4206940 548682068608 18446744073709551615 255390432130 0 0 4224 0 0 0 0 17 1 0 0
/proc/25825/statm: 3202 530 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.302368 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 25825
/proc/meminfo: memFree=1796368/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=0.04
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 236349554 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702411 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 25825
/proc/meminfo: memFree=1796368/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=0.04
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 236349554 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 1.92 1.98 1.99 4/96 25837
/proc/meminfo: memFree=1772216/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=0.04
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 236349554 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 796 370 3 0 500 0
[pid=25828] ppid=25825 vsize=5356 CPUtime=0
/proc/25828/stat : 25828 (sh) S 25825 25825 24584 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 236349567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25828/statm: 1339 233 193 169 0 50 0
[pid=25829] ppid=25828 vsize=864672 CPUtime=1.34
/proc/25829/stat : 25829 (java) S 25828 25825 24584 0 -1 0 14832 0 1 0 126 8 0 0 18 0 9 0 236349567 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25829/statm: 216168 12377 2529 9 0 210750 0
[pid=25829/tid=25830] ppid=25828 vsize=864672 CPUtime=0.77
/proc/25829/task/25830/stat : 25830 (java) R 25828 25825 24584 0 -1 64 3053 0 1 0 74 3 0 0 24 0 9 0 236349569 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25831] ppid=25828 vsize=864672 CPUtime=0.43
/proc/25829/task/25831/stat : 25831 (java) R 25828 25825 24584 0 -1 64 10575 0 0 0 39 4 0 0 16 0 9 0 236349570 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 102605753 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25832] ppid=25828 vsize=864672 CPUtime=0
/proc/25829/task/25832/stat : 25832 (java) S 25828 25825 24584 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 236349570 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25833] ppid=25828 vsize=864672 CPUtime=0
/proc/25829/task/25833/stat : 25833 (java) S 25828 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 236349570 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25834] ppid=25828 vsize=864672 CPUtime=0
/proc/25829/task/25834/stat : 25834 (java) S 25828 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349572 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25835] ppid=25828 vsize=864672 CPUtime=0.11
/proc/25829/task/25835/stat : 25835 (java) S 25828 25825 24584 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 236349572 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25836] ppid=25828 vsize=864672 CPUtime=0
/proc/25829/task/25836/stat : 25836 (java) S 25828 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349572 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25829/tid=25837] ppid=25828 vsize=864672 CPUtime=0
/proc/25829/task/25837/stat : 25837 (java) S 25828 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 236349572 885424128 12377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883628

[startup+3.10167 s]
/proc/loadavg: 1.92 1.98 1.99 4/96 25837
/proc/meminfo: memFree=1733304/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 973 21775 0 1 3 1 226 13 15 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 13600

[startup+6.303 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 25847
/proc/meminfo: memFree=1741112/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 15 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868916 CPUtime=3.65
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 21876 0 1 0 353 12 0 0 18 0 9 0 236349814 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217229 20049 2540 9 0 211804 0
[pid=25839/tid=25840] ppid=25838 vsize=868916 CPUtime=1.97
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 3273 0 1 0 195 2 0 0 25 0 9 0 236349815 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868916 CPUtime=1.44
/proc/25839/task/25841/stat : 25841 (java) R 25838 25825 24584 0 -1 64 16421 0 0 0 136 8 0 0 16 0 9 0 236349816 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 102731819 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868916 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868916 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868916 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868916 CPUtime=0.21
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1486 0 0 0 21 0 0 0 16 0 9 0 236349818 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868916 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868916 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889769984 20049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887872

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 25847
/proc/meminfo: memFree=1696888/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 16 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868412 CPUtime=10.04
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 28409 0 1 0 988 16 0 0 18 0 9 0 236349814 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217103 26315 2540 9 0 211678 0
[pid=25839/tid=25840] ppid=25838 vsize=868412 CPUtime=7.78
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 3830 0 1 0 775 3 0 0 25 0 9 0 236349815 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4126632491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868412 CPUtime=2
/proc/25839/task/25841/stat : 25841 (java) S 25838 25825 24584 0 -1 64 22389 0 0 0 189 11 0 0 16 0 9 0 236349816 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868412 CPUtime=0.23
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 236349818 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889253888 26315 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887368

[startup+25.503 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 25847
/proc/meminfo: memFree=1696888/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 16 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868412 CPUtime=22.83
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 28705 0 1 0 2265 18 0 0 18 0 9 0 236349814 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217103 26320 2540 9 0 211678 0
[pid=25839/tid=25840] ppid=25838 vsize=868412 CPUtime=20.42
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 4121 0 1 0 2038 4 0 0 25 0 9 0 236349815 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4126978211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868412 CPUtime=2.15
/proc/25839/task/25841/stat : 25841 (java) S 25838 25825 24584 0 -1 64 22394 0 0 0 203 12 0 0 16 0 9 0 236349816 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868412 CPUtime=0.23
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 236349818 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889253888 26320 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 887368

[startup+51.1027 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 25847
/proc/meminfo: memFree=1696824/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 16 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868412 CPUtime=48.42
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 29295 0 1 0 4818 24 0 0 18 0 9 0 236349814 889253888 26328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868412 CPUtime=935.94
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 48414 0 1 0 93386 208 0 0 18 0 9 0 236349814 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217103 26555 2540 9 0 211678 0
[pid=25839/tid=25840] ppid=25838 vsize=868412 CPUtime=922.56
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 23595 0 1 0 92187 69 0 0 25 0 9 0 236349815 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4126632622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868412 CPUtime=13.13
/proc/25839/task/25841/stat : 25841 (java) S 25838 25825 24584 0 -1 64 22629 0 0 0 1175 138 0 0 16 0 9 0 236349816 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868412 CPUtime=0.23
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 236349818 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889253888 26555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.37
Current children cumulated vsize (KiB) 887368

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25876
/proc/meminfo: memFree=1750240/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 16 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868412 CPUtime=995.65
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 49685 0 1 0 99343 222 0 0 18 0 9 0 236349814 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217103 26567 2540 9 0 211678 0
[pid=25839/tid=25840] ppid=25838 vsize=868412 CPUtime=981.55
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 24854 0 1 0 98082 73 0 0 25 0 9 0 236349815 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4126632461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868412 CPUtime=13.84
/proc/25839/task/25841/stat : 25841 (java) S 25838 25825 24584 0 -1 64 22641 0 0 0 1237 147 0 0 16 0 9 0 236349816 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868412 CPUtime=0.23
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 236349818 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889253888 26567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.08
Current children cumulated vsize (KiB) 887368

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25876
/proc/meminfo: memFree=1750176/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 16 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868412 CPUtime=1055.36
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 50956 0 1 0 105303 233 0 0 18 0 9 0 236349814 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217103 26579 2540 9 0 211678 0
[pid=25839/tid=25840] ppid=25838 vsize=868412 CPUtime=1040.55
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 26113 0 1 0 103978 77 0 0 25 0 9 0 236349815 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4126623635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868412 CPUtime=14.55
/proc/25839/task/25841/stat : 25841 (java) S 25838 25825 24584 0 -1 64 22653 0 0 0 1301 154 0 0 16 0 9 0 236349816 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868412 CPUtime=0.23
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 236349818 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868412 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889253888 26579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1057.79
Current children cumulated vsize (KiB) 887368

[startup+1122.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 25876
/proc/meminfo: memFree=1070624/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=2.43
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 974 21775 0 1 3 1 226 13 16 0 1 0 236349554 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 797 370 3 0 500 0
[pid=25838] ppid=25825 vsize=5356 CPUtime=0
/proc/25838/stat : 25838 (sh) S 25825 25825 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236349814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25838/statm: 1339 233 193 169 0 50 0
[pid=25839] ppid=25838 vsize=868524 CPUtime=1114.3
/proc/25839/stat : 25839 (java) S 25838 25825 24584 0 -1 0 60338 0 1 0 110786 644 0 0 18 0 9 0 236349814 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25839/statm: 217131 29772 2565 9 0 211678 0
[pid=25839/tid=25840] ppid=25838 vsize=868524 CPUtime=1097.55
/proc/25839/task/25840/stat : 25840 (java) R 25838 25825 24584 0 -1 64 28261 0 1 0 109284 471 0 0 25 0 9 0 236349815 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4127114532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25841] ppid=25838 vsize=868524 CPUtime=16.41
/proc/25839/task/25841/stat : 25841 (java) S 25838 25825 24584 0 -1 64 29851 0 0 0 1471 170 0 0 16 0 9 0 236349816 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25842] ppid=25838 vsize=868524 CPUtime=0
/proc/25839/task/25842/stat : 25842 (java) S 25838 25825 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 236349816 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25843] ppid=25838 vsize=868524 CPUtime=0
/proc/25839/task/25843/stat : 25843 (java) S 25838 25825 24584 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 236349816 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25844] ppid=25838 vsize=868524 CPUtime=0
/proc/25839/task/25844/stat : 25844 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 236349818 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25845] ppid=25838 vsize=868524 CPUtime=0.29
/proc/25839/task/25845/stat : 25845 (java) S 25838 25825 24584 0 -1 64 1530 0 0 0 29 0 0 0 16 0 9 0 236349818 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25846] ppid=25838 vsize=868524 CPUtime=0
/proc/25839/task/25846/stat : 25846 (java) S 25838 25825 24584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 236349818 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25839/tid=25847] ppid=25838 vsize=868524 CPUtime=0
/proc/25839/task/25847/stat : 25847 (java) S 25838 25825 24584 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 236349818 889368576 29772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1116.73
Current children cumulated vsize (KiB) 887480



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1132.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/76 25878
/proc/meminfo: memFree=324448/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=1121.1
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 1033 82583 0 2 5 1 111415 689 16 0 1 0 236349554 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 799 370 3 0 500 0
[pid=25877] ppid=25825 vsize=5356 CPUtime=0
/proc/25877/stat : 25877 (sh) S 25825 25825 24584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 236462234 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25877/statm: 1339 232 193 169 0 50 0
[pid=25878] ppid=25877 vsize=902868 CPUtime=5.43
/proc/25878/stat : 25878 (minisat) R 25877 25825 24584 0 -1 4194304 199560 0 0 0 440 103 0 0 25 0 1 0 236462235 924536832 199546 996147200 134512640 135127466 4294956272 18446744073709551615 134710622 0 0 4096 3 0 0 0 17 1 0 0
/proc/25878/statm: 225717 199546 62 150 0 225564 0
Current children cumulated CPU time (s) 1126.53
Current children cumulated vsize (KiB) 921824

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

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

[startup+1132.42 s]
/proc/loadavg: 2.09 2.03 2.01 3/76 25878
/proc/meminfo: memFree=324448/2055912 swapFree=4178528/4192956
[pid=25825] ppid=25823 vsize=13600 CPUtime=1121.1
/proc/25825/stat : 25825 (sugar) S 25823 25825 24584 0 -1 4194304 1044 82583 0 2 5 1 111415 689 16 0 1 0 236349554 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25825/statm: 3400 799 370 3 0 500 0
[pid=25877] ppid=25825 vsize=0 CPUtime=0
/proc/25877/stat : 25877 (sh) Z 25825 25825 24584 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 236462234 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25877/statm: 0 0 0 0 0 0 0
[pid=25878] ppid=1 vsize=0 CPUtime=5.54
/proc/25878/stat : 25878 (minisat) R 1 25825 24584 0 -1 4195332 199560 0 0 0 440 114 0 0 25 0 1 0 236462235 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25878/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1126.64
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25825 and gives
#  childrusage.ru_utime.tv_sec=1114
#  childrusage.ru_utime.tv_usec=214613
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=915948
# CPU time returned by wait4() is 1121.13
# while last known CPU time is 1126.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1132.46
CPU time (s): 1126.64
CPU user time (s): 1118.6
CPU system time (s): 8.04
CPU usage (%): 99.4865
Max. virtual memory (cumulated for all children) (KiB): 921824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1114.21
system time used= 6.91595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83960
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= 197609
involuntary context switches= 209143

runsolver used 1.3418 second user time and 3.88641 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 00:02:25
IDJOB=1059318
IDBENCH=54236
IDSOLVER=346
FILE ID=node78/1059318-1215122545
PBS_JOBID= 7877051
Free space on /tmp= 126824 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-10-fair.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-1059318-1215122545/watcher-1059318-1215122545 -o /tmp/evaluation-result-1059318-1215122545/solver-1059318-1215122545 -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-1059318-1215122545.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0279a7fde5121ec712efd314d7d88e3f
RANDOM SEED=2113388497

node78.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.247
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.247
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:      2055912 kB
MemFree:       1796848 kB
Buffers:         14536 kB
Cached:         139300 kB
SwapCached:       7188 kB
Active:         173096 kB
Inactive:        34952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1796848 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            6408 kB
Writeback:           0 kB
Mapped:          72496 kB
Slab:            36056 kB
Committed_AS:   615568 kB
PageTables:       1788 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= 126852 MiB
End job on node78 at 2008-07-04 00:21:20