Trace number 1109905

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) 164.777 176.306

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share2b.xml
MD5SUM8a721fe409f930a696bbe0a3be39d00f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables2370
Number of constraints109
Maximum constraint arity360
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension109
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 23:58:30 2008
0.00/0.07	c 0	PID 15619
0.00/0.07	c 0	HOST node57.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1109905-1215813510.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109905-1215813510.xml' 'HOME/temp.csp'
0.06/0.51	c 1	2 domains, 2370 variables, 55 predicates, 0 relations, 109 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.62/0.63	c 1	Parsing HOME/temp.csp
1.41/1.36	c 1	parsed 2536 expressions
1.41/1.37	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.37	c 1	MAX CSP: 109 constraints
1.41/1.37	c 1	Converting to clausal form CSP
1.41/1.39	c 1	converted 265 (10%) expressions
1.41/1.40	c 1	converted 530 (20%) expressions
1.51/1.40	c 1	converted 795 (30%) expressions
1.51/1.40	c 1	converted 1060 (40%) expressions
1.51/1.40	c 1	converted 1324 (50%) expressions
1.51/1.40	c 1	converted 1589 (60%) expressions
1.51/1.41	c 1	converted 1854 (70%) expressions
1.51/1.41	c 1	converted 2119 (80%) expressions
1.51/1.41	c 1	converted 2384 (90%) expressions
3.43/3.27	c 3	converted 2648 (100%) expressions
3.43/3.28	c 3	CSP : 25650 integers, 0 booleans, 42150 clauses, largest domain size 9569
3.43/3.28	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.43/3.28	c 3	Propagation in CSP
3.85/3.61	c 4	104 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.85/3.61	c 4	CSP : 25650 integers, 0 booleans, 42150 clauses, largest domain size 9569
3.85/3.61	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.85/3.63	c 4	Simplifing CSP by introducing new Boolean variables
3.85/3.65	c 4	CSP : 25650 integers, 0 booleans, 42150 clauses, largest domain size 9569
3.85/3.65	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.06/3.80	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.06/3.83	c 4	2565 (10%) CSP integer variables are encoded (682 clauses, 8930 bytes)
4.16/3.91	c 4	5130 (20%) CSP integer variables are encoded (69305 clauses, 1023788 bytes)
4.16/3.92	c 4	7695 (30%) CSP integer variables are encoded (78739 clauses, 1165298 bytes)
4.16/3.95	c 4	10260 (40%) CSP integer variables are encoded (97704 clauses, 1459232 bytes)
4.16/3.98	c 4	12825 (50%) CSP integer variables are encoded (113655 clauses, 1730399 bytes)
4.16/3.99	c 4	15390 (60%) CSP integer variables are encoded (121955 clauses, 1871499 bytes)
4.28/4.05	c 4	17955 (70%) CSP integer variables are encoded (162778 clauses, 2565490 bytes)
4.28/4.07	c 4	20520 (80%) CSP integer variables are encoded (179311 clauses, 2846551 bytes)
4.37/4.10	c 4	23085 (90%) CSP integer variables are encoded (196467 clauses, 3138203 bytes)
4.37/4.15	c 4	25650 (100%) CSP integer variables are encoded (238344 clauses, 3850112 bytes)
134.65/135.61	c 136	4215 (10%) CSP clauses are encoded (77840167 clauses, 1669447071 bytes)
134.85/135.89	c 136	8430 (20%) CSP clauses are encoded (77981846 clauses, 1672336778 bytes)
137.21/138.24	c 138	12645 (30%) CSP clauses are encoded (79271185 clauses, 1700349467 bytes)
138.49/139.55	c 140	16860 (40%) CSP clauses are encoded (79950532 clauses, 1716739380 bytes)
138.78/139.86	c 140	21075 (50%) CSP clauses are encoded (80095287 clauses, 1720120078 bytes)
139.08/140.15	c 140	25290 (60%) CSP clauses are encoded (80229239 clauses, 1723249139 bytes)
145.72/146.82	c 147	29505 (70%) CSP clauses are encoded (83746354 clauses, 1808727896 bytes)
146.02/147.12	c 147	33720 (80%) CSP clauses are encoded (83883347 clauses, 1811934288 bytes)
149.70/150.89	c 151	37935 (90%) CSP clauses are encoded (85808588 clauses, 1858669902 bytes)
153.68/154.81	c 155	42150 (100%) CSP clauses are encoded (87831746 clauses, 1907799617 bytes)
153.68/154.81	c 155	42150 CSP clauses encoded
153.69/154.92	c 155	Writing map file : HOME/temp.map
153.74/155.43	c 156	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
153.74/155.43	c 156	SAT : 260818 SAT variables, 87831746 SAT clauses, 1907799617 bytes
153.74/155.43	c 156	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
153.75/155.83	c 156	OBJECTIVE minimize _COST
153.75/155.83	c 156	SOLVING HOME/temp.cnf
153.75/155.83	c 156	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
153.75/155.88	c 156	This is MiniSat 2.0 beta incremental
153.75/155.88	c 156	WARNING: for repeatability, setting FPU to use double precision
153.75/155.88	c 156	============================[ Problem Statistics ]=============================
153.75/155.88	c 156	|                                                                             |
153.79/155.92	c 156	|  Number of variables:  260818                                               |
153.79/155.92	c 156	|  Number of clauses:    87831746                                             |
164.03/174.81	c ERROR INTERRUPTED
164.03/174.81	s UNKNOWN
164.14/174.95	c 175	CPU 149.61 (0.06 0.01 149.55 14.56)
164.14/174.95	c 175	END Sat Jul 12 00:01:25 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-1109905-1215813510/watcher-1109905-1215813510 -o /tmp/evaluation-result-1109905-1215813510/solver-1109905-1215813510 -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-1109905-1215813510.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: 0.92 0.98 0.99 3/64 15619
/proc/meminfo: memFree=1463880/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=12268 CPUtime=0
/proc/15619/stat : 15619 (sugar++) R 15617 15619 14542 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 38049551 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 218084981758 0 0 4224 0 0 0 0 17 0 0 0
/proc/15619/statm: 3067 316 241 3 0 167 0

[startup+0.0770489 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15619
/proc/meminfo: memFree=1463880/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.06
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101047 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15619
/proc/meminfo: memFree=1463880/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.06
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30107 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15619
/proc/meminfo: memFree=1463880/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.06
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701103 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15619
/proc/meminfo: memFree=1463880/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 16 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16740

[startup+1.50217 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 15641
/proc/meminfo: memFree=1450352/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 15 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=865040 CPUtime=1.04
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 6952 0 1 0 100 4 0 0 18 0 9 0 38049608 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 216260 6092 2542 9 0 210835 0
[pid=15633/tid=15634] ppid=15632 vsize=865040 CPUtime=0.67
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 2708 0 1 0 65 2 0 0 17 0 9 0 38049609 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15635] ppid=15632 vsize=865040 CPUtime=0.23
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 3172 0 0 0 22 1 0 0 16 0 9 0 38049610 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15636] ppid=15632 vsize=865040 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15637] ppid=15632 vsize=865040 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=865040 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=865040 CPUtime=0.11
/proc/15633/task/15639/stat : 15639 (java) R 15632 15619 14542 0 -1 64 375 0 0 0 11 0 0 0 16 0 9 0 38049612 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 102162073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15640] ppid=15632 vsize=865040 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=865040 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 885800960 6092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 887136

[startup+3.10232 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 15641
/proc/meminfo: memFree=1433456/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 15 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=869292 CPUtime=2.72
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 13608 0 1 0 264 8 0 0 18 0 9 0 38049608 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 217323 12518 2540 9 0 211898 0
[pid=15633/tid=15634] ppid=15632 vsize=869292 CPUtime=1.7
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 2976 0 1 0 168 2 0 0 16 0 9 0 38049609 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 103232785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15635] ppid=15632 vsize=869292 CPUtime=0.8
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 8441 0 0 0 76 4 0 0 16 0 9 0 38049610 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15636] ppid=15632 vsize=869292 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15637] ppid=15632 vsize=869292 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=869292 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=869292 CPUtime=0.19
/proc/15633/task/15639/stat : 15639 (java) S 15632 15619 14542 0 -1 64 1494 0 0 0 19 0 0 0 16 0 9 0 38049612 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15640] ppid=15632 vsize=869292 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=869292 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 890155008 12518 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 891388

[startup+6.3024 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 15641
/proc/meminfo: memFree=1395760/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 16 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=869404 CPUtime=5.97
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 15411 0 1 0 569 28 0 0 18 0 9 0 38049608 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 217351 13840 2565 9 0 211898 0
[pid=15633/tid=15634] ppid=15632 vsize=869404 CPUtime=4.61
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 3501 0 1 0 440 21 0 0 19 0 9 0 38049609 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15635] ppid=15632 vsize=869404 CPUtime=1.08
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 9671 0 0 0 102 6 0 0 16 0 9 0 38049610 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15636] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15637] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=869404 CPUtime=0.26
/proc/15633/task/15639/stat : 15639 (java) S 15632 15619 14542 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15640] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 891500

[startup+12.703 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 15641
/proc/meminfo: memFree=1309304/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 16 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=869404 CPUtime=12.36
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 16045 0 1 0 1153 83 0 0 18 0 9 0 38049608 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 217351 13840 2565 9 0 211898 0
[pid=15633/tid=15634] ppid=15632 vsize=869404 CPUtime=10.73
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 4135 0 1 0 1002 71 0 0 24 0 9 0 38049609 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 102064670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15635] ppid=15632 vsize=869404 CPUtime=1.34
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 9671 0 0 0 124 10 0 0 16 0 9 0 38049610 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15636] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15637] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=869404 CPUtime=0.26
/proc/15633/task/15639/stat : 15639 (java) S 15632 15619 14542 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15640] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 891500

[startup+25.5024 s]
/proc/loadavg: 1.23 1.05 1.02 2/75 15641
/proc/meminfo: memFree=1137208/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 16 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=869404 CPUtime=25.14
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 17307 0 1 0 2328 186 0 0 18 0 9 0 38049608 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 217351 13840 2565 9 0 211898 0
[pid=15633/tid=15634] ppid=15632 vsize=869404 CPUtime=23.07
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 5397 0 1 0 2141 166 0 0 19 0 9 0 38049609 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15635] ppid=15632 vsize=869404 CPUtime=1.79
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 9671 0 0 0 161 18 0 0 16 0 9 0 38049610 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15636] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15637] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=869404 CPUtime=0.26
/proc/15633/task/15639/stat : 15639 (java) S 15632 15619 14542 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15640] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 891500

[startup+51.1013 s]
/proc/loadavg: 1.49 1.12 1.04 3/75 15641
/proc/meminfo: memFree=812088/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 16 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=869404 CPUtime=50.64
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 19822 0 1 0 4656 408 0 0 18 0 9 0 38049608 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 217351 13840 2565 9 0 211898 0
[pid=15633/tid=15634] ppid=15632 vsize=869404 CPUtime=47.54
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 7912 0 1 0 4384 370 0 0 18 0 9 0 38049609 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4127061208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15635] ppid=15632 vsize=869404 CPUtime=2.81
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 9671 0 0 0 245 36 0 0 16 0 9 0 38049610 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15636] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15637] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=869404 CPUtime=0.26
/proc/15633/task/15639/stat : 15639 (java) S 15632 15619 14542 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15640] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (KiB) 891500

[startup+102.306 s]
/proc/loadavg: 1.85 1.27 1.09 2/75 15641
/proc/meminfo: memFree=157944/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=0.62
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1297 5221 0 1 5 1 52 4 16 0 1 0 38049551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15619/statm: 4185 1104 409 3 0 764 0
[pid=15632] ppid=15619 vsize=5356 CPUtime=0
/proc/15632/stat : 15632 (sh) S 15619 15619 14542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38049608 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15632/statm: 1339 233 193 169 0 50 0
[pid=15633] ppid=15632 vsize=869404 CPUtime=101.16
/proc/15633/stat : 15633 (java) S 15632 15619 14542 0 -1 0 24787 0 1 0 9279 837 0 0 18 0 9 0 38049608 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15633/statm: 217351 13840 2565 9 0 211898 0
[pid=15633/tid=15634] ppid=15632 vsize=869404 CPUtime=96.18
/proc/15633/task/15634/stat : 15634 (java) R 15632 15619 14542 0 -1 64 12877 0 1 0 8854 764 0 0 25 0 9 0 38049609 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4127044766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15635] ppid=15632 vsize=869404 CPUtime=4.7
/proc/15633/task/15635/stat : 15635 (java) S 15632 15619 14542 0 -1 64 9671 0 0 0 398 72 0 0 16 0 9 0 38049610 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15636] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15636/stat : 15636 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15637] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15637/stat : 15637 (java) S 15632 15619 14542 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38049611 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15633/tid=15638] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15638/stat : 15638 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15639] ppid=15632 vsize=869404 CPUtime=0.26
/proc/15633/task/15639/stat : 15639 (java) S 15632 15619 14542 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15640] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15640/stat : 15640 (java) S 15632 15619 14542 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15633/tid=15641] ppid=15632 vsize=869404 CPUtime=0
/proc/15633/task/15641/stat : 15641 (java) S 15632 15619 14542 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38049612 890269696 13840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 891500

[startup+162.303 s]
/proc/loadavg: 1.72 1.35 1.13 3/66 15648
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=153.79
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1454 35337 0 2 6 1 14097 1275 16 0 1 0 38049551 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15619/statm: 4185 1113 413 3 0 764 0
[pid=15648] ppid=15619 vsize=286136 CPUtime=3.12
/proc/15648/stat : 15648 (minisat-inc) R 15619 15619 14542 0 -1 4194304 69587 0 6 0 259 53 0 0 18 0 1 0 38065135 293003264 69541 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 0 0 0
/proc/15648/statm: 71534 69541 59 151 0 71380 0
Current children cumulated CPU time (s) 156.91
Current children cumulated vsize (KiB) 302876



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+174.802 s]
/proc/loadavg: 1.56 1.33 1.13 2/66 15648
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=153.79
/proc/15619/stat : 15619 (sugar++) S 15617 15619 14542 0 -1 4194304 1454 35337 0 2 6 1 14097 1275 16 0 1 0 38049551 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15619/statm: 4185 1113 413 3 0 764 0
[pid=15648] ppid=15619 vsize=908680 CPUtime=10.24
/proc/15648/stat : 15648 (minisat-inc) R 15619 15619 14542 0 -1 4194304 222188 0 6 0 857 167 0 0 18 0 1 0 38065135 930488320 222142 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 0 0 0
/proc/15648/statm: 227170 222143 59 151 0 227016 0
Current children cumulated CPU time (s) 164.03
Current children cumulated vsize (KiB) 925420

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

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

[startup+175.002 s]
/proc/loadavg: 1.56 1.33 1.13 2/66 15648
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=164.22
/proc/15619/stat : 15619 (sugar++) R 15617 15619 14542 0 -1 4194304 1485 257531 0 8 6 5 14955 1456 16 0 1 0 38049551 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15619/statm: 4185 1114 414 3 0 764 0
Current children cumulated CPU time (s) 164.22
Current children cumulated vsize (KiB) 16740

[startup+175.802 s]
/proc/loadavg: 1.56 1.33 1.13 2/66 15648
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=164.68
/proc/15619/stat : 15619 (sugar++) D 15617 15619 14542 0 -1 4194304 1485 257531 0 8 6 51 14955 1456 15 0 1 0 38049551 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15619/statm: 4185 1114 414 3 0 764 0
Current children cumulated CPU time (s) 164.68
Current children cumulated vsize (KiB) 16740

[startup+176.205 s]
/proc/loadavg: 1.56 1.33 1.13 1/66 15649
/proc/meminfo: memFree=1957048/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=164.73
/proc/15619/stat : 15619 (sugar++) R 15617 15619 14542 0 -1 4194304 1485 257531 0 8 6 56 14955 1456 15 0 1 0 38049551 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15619/statm: 4185 1114 414 3 0 764 0
Current children cumulated CPU time (s) 164.73
Current children cumulated vsize (KiB) 16740

[startup+176.301 s]
/proc/loadavg: 1.56 1.33 1.13 1/66 15649
/proc/meminfo: memFree=1957048/2055920 swapFree=4192812/4192956
[pid=15619] ppid=15617 vsize=16740 CPUtime=164.75
/proc/15619/stat : 15619 (sugar++) D 15617 15619 14542 0 -1 4194304 1485 257531 0 8 6 58 14955 1456 15 0 1 0 38049551 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15619/statm: 4185 1114 414 3 0 764 0
Current children cumulated CPU time (s) 164.75
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 176.306
CPU time (s): 164.777
CPU user time (s): 149.617
CPU system time (s): 15.1597
CPU usage (%): 93.4608
Max. virtual memory (cumulated for all children) (KiB): 925420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.617
system time used= 15.1597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259063
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99782
involuntary context switches= 89911

runsolver used 0.156976 second user time and 0.516921 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-11 23:58:30
IDJOB=1109905
IDBENCH=61033
IDSOLVER=367
FILE ID=node57/1109905-1215813510
PBS_JOBID= 7903199
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share2b.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-1109905-1215813510/watcher-1109905-1215813510 -o /tmp/evaluation-result-1109905-1215813510/solver-1109905-1215813510 -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-1109905-1215813510.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a721fe409f930a696bbe0a3be39d00f
RANDOM SEED=342792649

node57.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.234
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.234
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:       1464296 kB
Buffers:         59760 kB
Cached:         451804 kB
SwapCached:          0 kB
Active:         304984 kB
Inactive:       220512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            52164 kB
Committed_AS:   116836 kB
PageTables:       1388 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= 66548 MiB
End job on node57 at 2008-07-12 00:01:27