Trace number 1112541

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-inc? (MO) 113.873 490.326

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-22.xml
MD5SUMb143b6832d0d7021c7c579e11837017e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints51
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.52	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.53	c 0	BEGIN Thu Aug  7 20:23:31 2008
0.05/0.53	c 0	PID 18133
0.05/0.56	c 0	HOST node89.alineos.net
0.05/0.56	c 0	CONVERTING HOME/instance-1112541-1218133410.xml TO HOME/temp.csp
0.05/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112541-1218133410.xml' 'HOME/temp.csp'
0.73/1.30	c 1	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.73/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.73/1.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.74/1.40	c 1	Parsing HOME/temp.csp
0.74/1.60	c 1	parsed 6119 expressions
0.74/1.61	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.74/1.65	c 1	MAX CSP: 5580 constraints
0.74/1.65	c 1	Converting to clausal form CSP
0.74/1.74	c 1	converted 1171 (10%) expressions
0.74/1.85	c 1	converted 2341 (20%) expressions
0.74/1.88	c 1	converted 3511 (30%) expressions
0.74/1.91	c 1	converted 4681 (40%) expressions
0.74/1.93	c 1	converted 5851 (50%) expressions
0.74/1.96	c 1	converted 7022 (60%) expressions
0.74/1.98	c 1	converted 8192 (70%) expressions
0.74/2.06	c 1	converted 9362 (80%) expressions
0.74/2.08	c 1	converted 10532 (90%) expressions
2.07/2.57	c 2	converted 11702 (100%) expressions
2.07/2.57	c 2	CSP : 11610 integers, 0 booleans, 16739 clauses, largest domain size 8371
2.07/2.57	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.57	c 2	Propagation in CSP
2.30/2.78	c 2	5573 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.78	c 2	CSP : 11610 integers, 0 booleans, 16739 clauses, largest domain size 5581
2.30/2.78	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.79	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.84	c 2	CSP : 11610 integers, 9900 booleans, 26639 clauses, largest domain size 5581
2.41/2.84	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.57	c 3	1161 (10%) CSP integer variables are encoded (516838 clauses, 8564295 bytes)
3.12/3.57	c 3	2322 (20%) CSP integer variables are encoded (516838 clauses, 8564295 bytes)
3.12/3.57	c 3	3483 (30%) CSP integer variables are encoded (516838 clauses, 8564295 bytes)
3.12/3.58	c 3	4644 (40%) CSP integer variables are encoded (516838 clauses, 8564295 bytes)
3.12/3.58	c 3	5805 (50%) CSP integer variables are encoded (516838 clauses, 8564295 bytes)
3.12/3.60	c 3	6966 (60%) CSP integer variables are encoded (529799 clauses, 8784632 bytes)
3.24/3.68	c 3	8127 (70%) CSP integer variables are encoded (600275 clauses, 9982724 bytes)
3.34/3.70	c 3	9288 (80%) CSP integer variables are encoded (616417 clauses, 10257138 bytes)
3.34/3.72	c 3	10449 (90%) CSP integer variables are encoded (627876 clauses, 10451941 bytes)
3.34/3.73	c 3	11610 (100%) CSP integer variables are encoded (642574 clauses, 10701807 bytes)
6.73/7.16	c 7	2664 (10%) CSP clauses are encoded (2615056 clauses, 57164710 bytes)
10.16/11.78	c 11	5328 (20%) CSP clauses are encoded (4589263 clauses, 104339206 bytes)
13.66/15.28	c 15	7992 (30%) CSP clauses are encoded (6579624 clauses, 154023920 bytes)
17.22/18.81	c 18	10656 (40%) CSP clauses are encoded (8561920 clauses, 203553386 bytes)
20.70/24.25	c 24	13320 (50%) CSP clauses are encoded (10572633 clauses, 253793137 bytes)
23.78/27.31	c 27	15984 (60%) CSP clauses are encoded (12300325 clauses, 296918162 bytes)
60.02/67.72	c 67	18648 (70%) CSP clauses are encoded (28012081 clauses, 680750775 bytes)
88.07/311.88	c 311	21312 (80%) CSP clauses are encoded (43597229 clauses, 1062281201 bytes)
91.56/315.39	c 315	23976 (90%) CSP clauses are encoded (45564543 clauses, 1110265924 bytes)
102.11/327.00	c 326	26639 (100%) CSP clauses are encoded (51435935 clauses, 1253834243 bytes)
102.11/327.00	c 326	26639 CSP clauses encoded
102.11/327.31	c 327	Writing map file : HOME/temp.map
102.11/327.35	c 327	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
102.11/327.35	c 327	SAT : 664084 SAT variables, 51435935 SAT clauses, 1253834243 bytes
102.11/327.35	c 327	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
102.19/332.47	c 332	OBJECTIVE minimize _COST
102.19/332.47	c 332	SOLVING HOME/temp.cnf
102.19/332.47	c 332	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
102.24/339.24	c 339	This is MiniSat 2.0 beta incremental
102.24/339.24	c 339	WARNING: for repeatability, setting FPU to use double precision
102.24/339.57	c 339	============================[ Problem Statistics ]=============================
102.24/339.57	c 339	|                                                                             |
102.24/340.56	c 340	|  Number of variables:  664084                                               |
102.24/340.56	c 340	|  Number of clauses:    51435935                                             |
113.53/489.01	c ERROR INTERRUPTED
113.53/489.04	s UNKNOWN
113.59/489.27	c 489	CPU 103.16 (0.07 0.03 103.09 10.5)
113.59/489.27	c 489	END Thu Aug  7 20:31:40 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-1112541-1218133410/watcher-1112541-1218133410 -o /tmp/evaluation-result-1112541-1218133410/solver-1112541-1218133410 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112541-1218133410.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.00 2.01 1.05 3/83 18133
/proc/meminfo: memFree=1206688/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=24 CPUtime=0
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 15 0 0 0 0 0 0 0 19 0 1 0 140426048 24576 1 996147200 0 0 548682069355 18446744073709551615 249069890855 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/18133/statm: 6 1 0 0 0 1 0

[startup+0.099425 s]
/proc/loadavg: 2.00 2.01 1.05 3/83 18133
/proc/meminfo: memFree=1206688/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=8540 CPUtime=0
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 65 0 2 0 0 0 0 0 18 0 1 0 140426048 8744960 52 996147200 4194304 4206940 548682068528 18446744073709551615 249067275012 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/18133/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.101424 s]
/proc/loadavg: 2.00 2.01 1.05 3/83 18133
/proc/meminfo: memFree=1206688/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=8540 CPUtime=0
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 65 0 2 0 0 0 0 0 18 0 1 0 140426048 8744960 52 996147200 4194304 4206940 548682068528 18446744073709551615 249067275012 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/18133/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.301443 s]
/proc/loadavg: 2.00 2.01 1.05 3/83 18133
/proc/meminfo: memFree=1206688/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=12272 CPUtime=0
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 393 0 3 0 0 0 0 0 18 0 1 0 140426048 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18133/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701484 s]
/proc/loadavg: 2.00 2.01 1.05 3/83 18133
/proc/meminfo: memFree=1206688/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.06
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1213 128 6 0 4 2 0 0 18 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50157 s]
/proc/loadavg: 2.00 2.01 1.05 2/94 18145
/proc/meminfo: memFree=1190856/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.74
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 4 2 62 6 15 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 16740

[startup+3.10273 s]
/proc/loadavg: 2.00 2.01 1.05 2/94 18155
/proc/meminfo: memFree=1180808/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 15 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=1.97
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 11186 0 3 0 189 8 0 0 20 0 9 0 140426182 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10122 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=1.23
/proc/18147/task/18148/stat : 18148 (java) R 18146 18133 17904 0 -1 64 2914 0 2 0 120 3 0 0 16 0 9 0 140426183 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4126565975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=0.47
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 45 2 0 0 16 0 9 0 140426184 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.23
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1541 0 1 0 23 0 0 0 16 0 9 0 140426186 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 891092

[startup+6.30103 s]
/proc/loadavg: 2.08 2.02 1.06 2/94 18155
/proc/meminfo: memFree=1136584/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 16 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=5.18
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 11891 0 3 0 483 35 0 0 20 0 9 0 140426182 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10143 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=4.25
/proc/18147/task/18148/stat : 18148 (java) R 18146 18133 17904 0 -1 64 3595 0 2 0 398 27 0 0 17 0 9 0 140426183 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=0.65
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 59 6 0 0 16 0 9 0 140426184 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.26
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1565 0 1 0 26 0 0 0 15 0 9 0 140426186 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10143 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 891092

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 1.06 2/94 18155
/proc/meminfo: memFree=1059280/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 16 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=10.42
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 13020 0 3 0 965 77 0 0 20 0 9 0 140426182 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10152 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=9.19
/proc/18147/task/18148/stat : 18148 (java) R 18146 18133 17904 0 -1 64 4714 0 2 0 854 65 0 0 16 0 9 0 140426183 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=0.91
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 82 9 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.27
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1575 0 1 0 27 0 0 0 16 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 891092

[startup+25.5018 s]
/proc/loadavg: 2.14 2.04 1.08 2/94 18155
/proc/meminfo: memFree=897424/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 16 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=21.24
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 15380 0 3 0 1950 174 0 0 20 0 9 0 140426182 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10152 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=19.47
/proc/18147/task/18148/stat : 18148 (java) R 18146 18133 17904 0 -1 64 7074 0 2 0 1795 152 0 0 17 0 9 0 140426183 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 102064648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=1.46
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 127 19 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.27
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1575 0 1 0 27 0 0 0 16 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 891092

[startup+51.1013 s]
/proc/loadavg: 4.11 2.49 1.25 2/102 18163
/proc/meminfo: memFree=633032/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 16 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=44.86
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 19707 0 3 0 4145 341 0 0 20 0 9 0 140426182 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=74.86
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 25482 0 3 0 6874 612 0 0 20 0 9 0 140426182 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10152 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=70.66
/proc/18147/task/18148/stat : 18148 (java) D 18146 18133 17904 0 -1 64 17176 0 2 0 6523 543 0 0 15 0 9 0 140426183 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=3.9
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 323 67 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.27
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1575 0 1 0 27 0 0 0 16 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.61
Current children cumulated vsize (KiB) 891092

[startup+222.301 s]
/proc/loadavg: 4.22 3.42 1.83 1/100 18164
/proc/meminfo: memFree=250712/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 16 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=74.86
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 25482 0 3 0 6874 612 0 0 20 0 9 0 140426182 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10152 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=70.66
/proc/18147/task/18148/stat : 18148 (java) D 18146 18133 17904 0 -1 64 17176 0 2 0 6523 543 0 0 15 0 9 0 140426183 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=3.9
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 323 67 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.27
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1575 0 1 0 27 0 0 0 16 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.61
Current children cumulated vsize (KiB) 891092

[startup+282.302 s]
/proc/loadavg: 4.00 3.50 1.96 1/99 18164
/proc/meminfo: memFree=257440/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=16740 CPUtime=0.75
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1291 7633 6 3 5 2 62 6 16 0 1 0 140426048 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 4185 1104 409 3 0 764 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17904 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140426182 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868996 CPUtime=74.86
/proc/18147/stat : 18147 (java) S 18146 18133 17904 0 -1 0 25482 0 3 0 6874 612 0 0 20 0 9 0 140426182 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217249 10152 2565 9 0 211796 0
[pid=18147/tid=18148] ppid=18146 vsize=868996 CPUtime=70.66
/proc/18147/task/18148/stat : 18148 (java) D 18146 18133 17904 0 -1 64 17176 0 2 0 6523 543 0 0 15 0 9 0 140426183 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868996 CPUtime=3.9
/proc/18147/task/18149/stat : 18149 (java) S 18146 18133 17904 0 -1 64 6038 0 0 0 323 67 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17904 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140426184 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17904 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868996 CPUtime=0.27
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17904 0 -1 64 1575 0 1 0 27 0 0 0 16 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17904 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868996 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426186 889851904 10152 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.61
Current children cumulated vsize (KiB) 891092

[startup+342.302 s]
/proc/loadavg: 3.25 3.34 2.00 1/85 18167
/proc/meminfo: memFree=35032/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=102.24
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1607 39006 10 9 7 3 9359 855 16 0 1 0 140426048 17817600 1275 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4350 1275 413 3 0 929 0
[pid=18167] ppid=18133 vsize=11084 CPUtime=0.04
/proc/18167/stat : 18167 (minisat-inc) D 18133 18133 17904 0 -1 4194304 2339 0 6 0 3 1 0 0 17 0 1 0 140459625 11350016 2293 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/18167/statm: 2771 2293 59 151 0 2617 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28484

[startup+402.302 s]
/proc/loadavg: 2.93 3.22 2.03 1/85 18167
/proc/meminfo: memFree=19672/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=102.24
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1607 39006 10 9 7 3 9359 855 16 0 1 0 140426048 17817600 1275 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4350 1275 413 3 0 929 0
[pid=18167] ppid=18133 vsize=76548 CPUtime=0.41
/proc/18167/stat : 18167 (minisat-inc) D 18133 18133 17904 0 -1 4194304 17742 0 6 0 33 8 0 0 18 0 1 0 140459625 78385152 17696 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/18167/statm: 19137 17696 59 151 0 18983 0
Current children cumulated CPU time (s) 102.65
Current children cumulated vsize (KiB) 93948

[startup+462.302 s]
/proc/loadavg: 2.01 2.93 2.01 1/85 18167
/proc/meminfo: memFree=15512/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=102.24
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1607 39006 10 9 7 3 9359 855 16 0 1 0 140426048 17817600 1275 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4350 1275 413 3 0 929 0
[pid=18167] ppid=18133 vsize=547144 CPUtime=6.67
/proc/18167/stat : 18167 (minisat-inc) D 18133 18133 17904 0 -1 4194304 130490 0 6 0 563 104 0 0 18 0 1 0 140459625 560275456 130444 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/18167/statm: 136786 130444 59 151 0 136632 0
Current children cumulated CPU time (s) 108.91
Current children cumulated vsize (KiB) 564544



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+489.001 s]
/proc/loadavg: 1.61 2.74 1.97 3/85 18167
/proc/meminfo: memFree=14808/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=102.24
/proc/18133/stat : 18133 (sugar++) S 18131 18133 17904 0 -1 4194304 1607 39006 10 9 7 3 9359 855 16 0 1 0 140426048 17817600 1275 996147200 4194304 4206940 548682068528 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 4350 1275 413 3 0 929 0
[pid=18167] ppid=18133 vsize=904868 CPUtime=11.29
/proc/18167/stat : 18167 (minisat-inc) D 18133 18133 17904 0 -1 4194304 219372 0 6 0 949 180 0 0 18 0 1 0 140459625 926584832 219326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/18167/statm: 226217 219326 59 151 0 226063 0
Current children cumulated CPU time (s) 113.53
Current children cumulated vsize (KiB) 922268

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

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

[startup+489.501 s]
/proc/loadavg: 1.61 2.74 1.97 1/85 18168
/proc/meminfo: memFree=1215384/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=113.8
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 1638 258378 10 15 7 14 10309 1050 15 0 1 0 140426048 17817600 1276 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18133/statm: 4350 1276 414 3 0 929 0
Current children cumulated CPU time (s) 113.8
Current children cumulated vsize (KiB) 17400

[startup+489.901 s]
/proc/loadavg: 1.61 2.74 1.97 1/85 18168
/proc/meminfo: memFree=1215384/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=113.81
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 1638 258378 10 15 7 15 10309 1050 15 0 1 0 140426048 17817600 1276 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18133/statm: 4350 1276 414 3 0 929 0
Current children cumulated CPU time (s) 113.81
Current children cumulated vsize (KiB) 17400

[startup+490.301 s]
/proc/loadavg: 1.61 2.74 1.97 1/85 18168
/proc/meminfo: memFree=1215384/2055920 swapFree=4180468/4192956
[pid=18133] ppid=18131 vsize=17400 CPUtime=113.84
/proc/18133/stat : 18133 (sugar++) D 18131 18133 17904 0 -1 4194304 1638 258378 10 15 7 18 10309 1050 15 0 1 0 140426048 17817600 1276 996147200 4194304 4206940 548682068528 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18133/statm: 4350 1276 414 3 0 929 0
Current children cumulated CPU time (s) 113.84
Current children cumulated vsize (KiB) 17400

Child status: 0
Real time (s): 490.326
CPU time (s): 113.873
CPU user time (s): 103.169
CPU system time (s): 10.7034
CPU usage (%): 23.2239
Max. virtual memory (cumulated for all children) (KiB): 922268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.169
system time used= 10.7034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260063
page faults= 25
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86179
involuntary context switches= 52792

runsolver used 0.592909 second user time and 1.51677 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-08-07 20:23:30
IDJOB=1112541
IDBENCH=61433
IDSOLVER=367
FILE ID=node89/1112541-1218133410
PBS_JOBID= 8000799
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-22.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112541-1218133410/watcher-1112541-1218133410 -o /tmp/evaluation-result-1112541-1218133410/solver-1112541-1218133410 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112541-1218133410.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b143b6832d0d7021c7c579e11837017e
RANDOM SEED=1883011068

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1207360 kB
Buffers:          1588 kB
Cached:          30928 kB
SwapCached:       6584 kB
Active:         779588 kB
Inactive:         8732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1207360 kB
SwapTotal:     4192956 kB
SwapFree:      4180468 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         771708 kB
Slab:            44108 kB
Committed_AS:   907496 kB
PageTables:       3264 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= 66560 MiB
End job on node89 at 2008-08-07 20:31:41