Trace number 1113016

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 127.376 131.303

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-6.xml
MD5SUM84f9ffd3bc330531b9df688f127dfd93
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 17:35:07 2008
0.00/0.14	c 0	PID 23778
0.00/0.14	c 0	HOST node24.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1113016-1215876907.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113016-1215876907.xml' 'HOME/temp.csp'
0.03/0.76	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.86	c 1	Parsing HOME/temp.csp
0.95/1.12	c 1	parsed 5027 expressions
0.95/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.16	c 1	MAX CSP: 4665 constraints
0.95/1.16	c 1	Converting to clausal form CSP
1.55/1.77	c 2	converted 970 (10%) expressions
2.05/2.28	c 2	converted 1939 (20%) expressions
2.54/2.73	c 3	converted 2909 (30%) expressions
3.05/3.25	c 3	converted 3878 (40%) expressions
3.35/3.60	c 4	converted 4848 (50%) expressions
3.74/3.96	c 4	converted 5817 (60%) expressions
4.25/4.45	c 5	converted 6787 (70%) expressions
4.64/4.82	c 5	converted 7756 (80%) expressions
4.94/5.18	c 5	converted 8726 (90%) expressions
6.04/6.21	c 6	converted 9695 (100%) expressions
6.04/6.21	c 6	CSP : 10027 integers, 18158 booleans, 42539 clauses, largest domain size 6998
6.04/6.21	c 6	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.04/6.21	c 6	Propagation in CSP
6.54/6.75	c 7	4659 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.54/6.76	c 7	CSP : 10027 integers, 18158 booleans, 42539 clauses, largest domain size 4666
6.54/6.76	c 7	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.54/6.78	c 7	Simplifing CSP by introducing new Boolean variables
6.64/6.84	c 7	CSP : 10027 integers, 28020 booleans, 52401 clauses, largest domain size 4666
6.64/6.84	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.94/7.19	c 7	Encoding CSP to SAT : HOME/temp.cnf
8.93/9.19	c 9	1003 (10%) CSP integer variables are encoded (481342 clauses, 7961511 bytes)
9.33/9.51	c 10	2006 (20%) CSP integer variables are encoded (756591 clauses, 12640744 bytes)
9.33/9.58	c 10	3009 (30%) CSP integer variables are encoded (814080 clauses, 13618057 bytes)
9.33/9.58	c 10	4011 (40%) CSP integer variables are encoded (816826 clauses, 13664739 bytes)
9.33/9.59	c 10	5014 (50%) CSP integer variables are encoded (822256 clauses, 13757049 bytes)
9.43/9.60	c 10	6017 (60%) CSP integer variables are encoded (832049 clauses, 13923530 bytes)
9.43/9.61	c 10	7019 (70%) CSP integer variables are encoded (840959 clauses, 14075000 bytes)
9.43/9.63	c 10	8022 (80%) CSP integer variables are encoded (853097 clauses, 14281346 bytes)
9.43/9.70	c 10	9025 (90%) CSP integer variables are encoded (911566 clauses, 15275319 bytes)
9.53/9.71	c 10	10027 (100%) CSP integer variables are encoded (926031 clauses, 15521224 bytes)
25.60/25.89	c 26	5241 (10%) CSP clauses are encoded (3738379 clauses, 76803975 bytes)
35.09/35.65	c 36	10481 (20%) CSP clauses are encoded (5931331 clauses, 126902784 bytes)
40.79/42.30	c 42	15721 (30%) CSP clauses are encoded (7419014 clauses, 162602351 bytes)
45.53/47.16	c 47	20961 (40%) CSP clauses are encoded (8914833 clauses, 199321020 bytes)
49.76/51.40	c 52	26201 (50%) CSP clauses are encoded (10387883 clauses, 236020811 bytes)
53.65/55.41	c 56	31441 (60%) CSP clauses are encoded (11781562 clauses, 270922196 bytes)
57.75/59.63	c 60	36681 (70%) CSP clauses are encoded (13211566 clauses, 306500393 bytes)
61.41/63.34	c 64	41921 (80%) CSP clauses are encoded (14474897 clauses, 337952323 bytes)
65.79/67.81	c 68	47161 (90%) CSP clauses are encoded (16579073 clauses, 389383641 bytes)
114.18/117.59	c 118	52401 (100%) CSP clauses are encoded (42162511 clauses, 1014879254 bytes)
114.18/117.59	c 118	52401 CSP clauses encoded
114.18/117.59	c 118	Writing map file : HOME/temp.map
114.28/117.67	c 118	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
114.28/117.67	c 118	SAT : 964078 SAT variables, 42162511 SAT clauses, 1014879254 bytes
114.28/117.67	c 118	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
114.36/117.76	c 118	OBJECTIVE minimize _COST
114.36/117.77	c 118	OBJECTIVE BOUND: 0 <= _COST <= 
114.36/117.77	c 118	SEARCHING: _COST <= 2333
114.36/117.77	c 118	SOLVING HOME/temp.cnf
114.36/117.77	c 118	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
114.36/117.77	c 118	This is MiniSat 2.0 beta
114.36/117.77	c 118	WARNING: for repeatability, setting FPU to use double precision
114.36/117.77	c 118	============================[ Problem Statistics ]=============================
114.36/117.77	c 118	|                                                                             |
114.36/117.78	c 118	|  Number of variables:  964078                                               |
114.36/117.78	c 118	|  Number of clauses:    42162512                                             |
126.74/130.43	c ERROR INTERRUPTED
126.88/130.56	s UNKNOWN
126.88/130.56	c 131	CPU 107.87 (0.07 0 107.8 6.55)
126.88/130.56	c 131	END Sat Jul 12 17:37:18 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1113016-1215876907/watcher-1113016-1215876907 -o /tmp/evaluation-result-1113016-1215876907/solver-1113016-1215876907 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113016-1215876907.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.12 2.15 2.32 4/81 23778
/proc/meminfo: memFree=1859408/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=18572 CPUtime=0
/proc/23778/stat : 23778 (runsolver) R 23776 23778 23671 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44393611 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23778/statm: 4643 292 257 25 0 2626 0

[startup+0.0588589 s]
/proc/loadavg: 2.12 2.15 2.32 4/81 23778
/proc/meminfo: memFree=1859408/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=12272 CPUtime=0
/proc/23778/stat : 23778 (sugar) D 23776 23778 23671 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44393611 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23778/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101863 s]
/proc/loadavg: 2.12 2.15 2.32 4/81 23778
/proc/meminfo: memFree=1859408/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=12412 CPUtime=0
/proc/23778/stat : 23778 (sugar) D 23776 23778 23671 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 44393611 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23778/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301889 s]
/proc/loadavg: 2.12 2.15 2.32 4/81 23778
/proc/meminfo: memFree=1859408/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.03
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44393611 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701931 s]
/proc/loadavg: 2.12 2.15 2.32 4/81 23778
/proc/meminfo: memFree=1859408/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.03
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44393611 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 2.12 2.15 2.32 3/92 23800
/proc/meminfo: memFree=1851064/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 15 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868388 CPUtime=0.7
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 6894 0 1 0 67 3 0 0 20 0 9 0 44393690 889229312 6210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217097 6215 2545 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868388 CPUtime=0.43
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 2677 0 1 0 42 1 0 0 25 0 9 0 44393691 889229312 6218 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868388 CPUtime=0.09
/proc/23792/task/23794/stat : 23794 (java) R 23791 23778 23671 0 -1 64 2097 0 0 0 8 1 0 0 16 0 9 0 44393692 889229312 6220 996147200 134512640 134550740 4294955936 18446744073709551615 103737197 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 44393692 889229312 6224 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 44393692 889229312 6227 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889229312 6230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868388 CPUtime=0.15
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1441 0 0 0 15 0 0 0 16 0 9 0 44393694 889229312 6232 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889229312 6236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889229312 6236 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 887344

[startup+3.10218 s]
/proc/loadavg: 2.12 2.15 2.32 3/92 23800
/proc/meminfo: memFree=1838328/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 15 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868388 CPUtime=2.31
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 9757 0 1 0 225 6 0 0 20 0 9 0 44393690 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217097 8798 2540 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868388 CPUtime=1.68
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 2927 0 1 0 167 1 0 0 25 0 9 0 44393691 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4126588386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868388 CPUtime=0.39
/proc/23792/task/23794/stat : 23794 (java) S 23791 23778 23671 0 -1 64 4671 0 0 0 37 2 0 0 16 0 9 0 44393692 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44393692 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44393692 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868388 CPUtime=0.19
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1465 0 0 0 19 0 0 0 15 0 9 0 44393694 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889229312 8798 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 887344

[startup+6.30252 s]
/proc/loadavg: 2.11 2.15 2.32 4/92 23800
/proc/meminfo: memFree=1815352/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 16 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868388 CPUtime=5.5
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 21147 0 1 0 536 14 0 0 20 0 9 0 44393690 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217097 14937 2540 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868388 CPUtime=4.05
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 3455 0 1 0 402 3 0 0 25 0 9 0 44393691 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4126588120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868388 CPUtime=1.21
/proc/23792/task/23794/stat : 23794 (java) S 23791 23778 23671 0 -1 64 15515 0 0 0 112 9 0 0 16 0 9 0 44393692 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44393692 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44393692 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868388 CPUtime=0.21
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1483 0 0 0 21 0 0 0 15 0 9 0 44393694 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868388 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889229312 14937 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887344

[startup+12.7022 s]
/proc/loadavg: 2.10 2.14 2.32 3/92 23800
/proc/meminfo: memFree=1777976/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 15 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868500 CPUtime=11.89
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 26831 0 1 0 1159 30 0 0 20 0 9 0 44393690 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217125 15938 2566 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868500 CPUtime=9.91
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 3702 0 1 0 975 16 0 0 25 0 9 0 44393691 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4127077088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868500 CPUtime=1.68
/proc/23792/task/23794/stat : 23794 (java) S 23791 23778 23671 0 -1 64 20916 0 0 0 156 12 0 0 16 0 9 0 44393692 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44393692 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44393692 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868500 CPUtime=0.27
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1519 0 0 0 27 0 0 0 17 0 9 0 44393694 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889344000 15938 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887456

[startup+25.5015 s]
/proc/loadavg: 2.08 2.14 2.31 3/92 23800
/proc/meminfo: memFree=1727800/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 15 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868500 CPUtime=24.67
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 27149 0 1 0 2406 61 0 0 20 0 9 0 44393690 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217125 15941 2566 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868500 CPUtime=22.53
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 4017 0 1 0 2209 44 0 0 25 0 9 0 44393691 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4127076266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868500 CPUtime=1.82
/proc/23792/task/23794/stat : 23794 (java) S 23791 23778 23671 0 -1 64 20916 0 0 0 168 14 0 0 16 0 9 0 44393692 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44393692 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44393692 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868500 CPUtime=0.28
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1522 0 0 0 28 0 0 0 15 0 9 0 44393694 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889344000 15941 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887456

[startup+51.1012 s]
/proc/loadavg: 2.05 2.12 2.30 3/92 23800
/proc/meminfo: memFree=1571320/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 16 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868500 CPUtime=48.82
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 28092 0 1 0 4725 157 0 0 20 0 9 0 44393690 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217125 15944 2566 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868500 CPUtime=46.24
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 4957 0 1 0 4488 136 0 0 25 0 9 0 44393691 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4127077121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868500 CPUtime=2.27
/proc/23792/task/23794/stat : 23794 (java) S 23791 23778 23671 0 -1 64 20916 0 0 0 208 19 0 0 16 0 9 0 44393692 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44393692 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44393692 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868500 CPUtime=0.29
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1525 0 0 0 29 0 0 0 16 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.02 2.10 2.28 3/92 23800
/proc/meminfo: memFree=989368/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=13600 CPUtime=0.64
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 974 7240 0 1 3 0 56 5 16 0 1 0 44393611 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23778/statm: 3400 797 370 3 0 500 0
[pid=23791] ppid=23778 vsize=5356 CPUtime=0
/proc/23791/stat : 23791 (sh) S 23778 23778 23671 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44393689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23791/statm: 1339 233 193 169 0 50 0
[pid=23792] ppid=23791 vsize=868500 CPUtime=98.66
/proc/23792/stat : 23792 (java) S 23791 23778 23671 0 -1 0 31313 0 1 0 9346 520 0 0 20 0 9 0 44393690 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23792/statm: 217125 15944 2566 9 0 211672 0
[pid=23792/tid=23793] ppid=23791 vsize=868500 CPUtime=94.54
/proc/23792/task/23793/stat : 23793 (java) R 23791 23778 23671 0 -1 64 8178 0 1 0 8977 477 0 0 25 0 9 0 44393691 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23794] ppid=23791 vsize=868500 CPUtime=3.8
/proc/23792/task/23794/stat : 23794 (java) S 23791 23778 23671 0 -1 64 20916 0 0 0 339 41 0 0 16 0 9 0 44393692 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23795] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23795/stat : 23795 (java) S 23791 23778 23671 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44393692 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23796] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23796/stat : 23796 (java) S 23791 23778 23671 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44393692 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23797] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23797/stat : 23797 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23798] ppid=23791 vsize=868500 CPUtime=0.29
/proc/23792/task/23798/stat : 23798 (java) S 23791 23778 23671 0 -1 64 1525 0 0 0 29 0 0 0 16 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23792/tid=23799] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23799/stat : 23799 (java) S 23791 23778 23671 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23792/tid=23800] ppid=23791 vsize=868500 CPUtime=0
/proc/23792/task/23800/stat : 23800 (java) S 23791 23778 23671 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44393694 889344000 15944 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (KiB) 887456



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+130.401 s]
/proc/loadavg: 2.07 2.11 2.28 3/84 23802
/proc/meminfo: memFree=14904/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=14260 CPUtime=114.41
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 1200 40003 1 2 7 0 10780 654 16 0 1 0 44393611 14602240 949 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23778/statm: 3565 949 374 3 0 665 0
[pid=23801] ppid=23778 vsize=5356 CPUtime=0
/proc/23801/stat : 23801 (sh) S 23778 23778 23671 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44405389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23801/statm: 1339 232 193 169 0 50 0
[pid=23802] ppid=23801 vsize=907088 CPUtime=12.33
/proc/23802/stat : 23802 (minisat) R 23801 23778 23671 0 -1 4194304 219440 0 0 0 1061 172 0 0 25 0 1 0 44405389 928858112 219426 996147200 134512640 135127466 4294956256 18446744073709551615 134513782 0 0 4096 3 0 0 0 17 1 0 0
/proc/23802/statm: 226772 219426 62 150 0 226619 0
Current children cumulated CPU time (s) 126.74
Current children cumulated vsize (KiB) 926704

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

[startup+130.538 s]
/proc/loadavg: 2.07 2.11 2.28 3/84 23802
/proc/meminfo: memFree=14904/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=14260 CPUtime=114.41
/proc/23778/stat : 23778 (sugar) S 23776 23778 23671 0 -1 4194304 1212 40003 1 2 7 0 10780 654 16 0 1 0 44393611 14602240 949 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23778/statm: 3565 949 374 3 0 665 0
[pid=23801] ppid=23778 vsize=0 CPUtime=0
/proc/23801/stat : 23801 (sh) Z 23778 23778 23671 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44405389 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23801/statm: 0 0 0 0 0 0 0
[pid=23802] ppid=1 vsize=0 CPUtime=12.47
/proc/23802/stat : 23802 (minisat) R 1 23778 23671 0 -1 4195332 219710 0 0 0 1063 184 0 0 25 0 1 0 44405389 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23802/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.88
Current children cumulated vsize (KiB) 14260

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

[startup+130.601 s]
/proc/loadavg: 2.07 2.11 2.28 3/84 23802
/proc/meminfo: memFree=14904/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=14260 CPUtime=114.46
/proc/23778/stat : 23778 (sugar) R 23776 23778 23671 0 -1 4194304 1239 40280 1 2 8 3 10780 655 16 0 1 0 44393611 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23778/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 114.46
Current children cumulated vsize (KiB) 14260

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

[startup+131.001 s]
/proc/loadavg: 2.07 2.11 2.28 3/83 23803
/proc/meminfo: memFree=1388416/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=14260 CPUtime=114.85
/proc/23778/stat : 23778 (sugar) R 23776 23778 23671 0 -1 4194304 1239 40280 1 2 8 42 10780 655 16 0 1 0 44393611 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23778/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 114.85
Current children cumulated vsize (KiB) 14260

[startup+131.201 s]
/proc/loadavg: 2.07 2.11 2.28 3/83 23803
/proc/meminfo: memFree=1388416/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=14260 CPUtime=114.94
/proc/23778/stat : 23778 (sugar) D 23776 23778 23671 0 -1 4194304 1239 40280 1 2 8 51 10780 655 15 0 1 0 44393611 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23778/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 114.94
Current children cumulated vsize (KiB) 14260

[startup+131.301 s]
/proc/loadavg: 2.07 2.11 2.28 3/83 23803
/proc/meminfo: memFree=1388416/2055920 swapFree=4181008/4192956
[pid=23778] ppid=23776 vsize=14260 CPUtime=114.94
/proc/23778/stat : 23778 (sugar) D 23776 23778 23671 0 -1 4194304 1239 40280 1 2 8 51 10780 655 15 0 1 0 44393611 14602240 950 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23778/statm: 3565 950 375 3 0 665 0
Current children cumulated CPU time (s) 114.94
Current children cumulated vsize (KiB) 14260

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): 12.42
#  lost CPU user time (s): 10.62
#  lost CPU system time (s): 1.8

Real time (s): 131.303
CPU time (s): 127.376
CPU user time (s): 118.51
CPU system time (s): 8.86592
CPU usage (%): 97.0088
Max. virtual memory (cumulated for all children) (KiB): 926704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.89
system time used= 7.06593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41549
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47662
involuntary context switches= 49649

runsolver used 0.167974 second user time and 0.468928 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-12 17:35:07
IDJOB=1113016
IDBENCH=61512
IDSOLVER=368
FILE ID=node24/1113016-1215876907
PBS_JOBID= 7903616
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-6.xml
COMMAND LINE= DIR/sugar -max -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-1113016-1215876907/watcher-1113016-1215876907 -o /tmp/evaluation-result-1113016-1215876907/solver-1113016-1215876907 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113016-1215876907.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 84f9ffd3bc330531b9df688f127dfd93
RANDOM SEED=50544422

node24.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.220
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.220
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:       1859888 kB
Buffers:          4048 kB
Cached:          47948 kB
SwapCached:       5532 kB
Active:         136496 kB
Inactive:         8304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859888 kB
SwapTotal:     4192956 kB
SwapFree:      4181008 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:         109196 kB
Slab:            36152 kB
Committed_AS:   390116 kB
PageTables:       2060 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= 66452 MiB
End job on node24 at 2008-07-12 17:37:20