Trace number 1112553

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) 122.076 125.681

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-30.xml
MD5SUM008c1f6eb2772a7d547f78fa2d1b705f
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.02
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1207
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.04/0.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.13	c 0	BEGIN Sat Jul 12 15:41:46 2008
0.04/0.13	c 0	PID 17919
0.04/0.13	c 0	HOST node67.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1112553-1215870106.xml TO HOME/temp.csp
0.04/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112553-1215870106.xml' 'HOME/temp.csp'
0.06/0.81	c 1	93 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.06/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.83	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.76/0.91	c 1	Parsing HOME/temp.csp
1.21/1.33	c 2	parsed 6127 expressions
1.21/1.33	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.38	c 2	MAX CSP: 5580 constraints
1.21/1.38	c 2	Converting to clausal form CSP
1.41/1.58	c 2	converted 1171 (10%) expressions
1.51/1.67	c 2	converted 2342 (20%) expressions
1.60/1.71	c 2	converted 3513 (30%) expressions
1.60/1.74	c 2	converted 4684 (40%) expressions
1.60/1.76	c 2	converted 5855 (50%) expressions
1.60/1.79	c 2	converted 7026 (60%) expressions
1.71/1.81	c 2	converted 8197 (70%) expressions
1.71/1.90	c 2	converted 9368 (80%) expressions
1.80/1.92	c 2	converted 10539 (90%) expressions
2.31/2.45	c 3	converted 11710 (100%) expressions
2.31/2.45	c 3	CSP : 11610 integers, 0 booleans, 16739 clauses, largest domain size 8371
2.31/2.45	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.45	c 3	Propagation in CSP
2.51/2.68	c 3	5573 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.69	c 3	CSP : 11610 integers, 0 booleans, 16739 clauses, largest domain size 5581
2.51/2.69	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.70	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.76	c 3	CSP : 11610 integers, 9900 booleans, 26639 clauses, largest domain size 5581
2.61/2.76	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.87	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.40/3.57	c 4	1161 (10%) CSP integer variables are encoded (519988 clauses, 8617843 bytes)
3.40/3.57	c 4	2322 (20%) CSP integer variables are encoded (519988 clauses, 8617843 bytes)
3.40/3.57	c 4	3483 (30%) CSP integer variables are encoded (519988 clauses, 8617843 bytes)
3.40/3.58	c 4	4644 (40%) CSP integer variables are encoded (519988 clauses, 8617843 bytes)
3.40/3.58	c 4	5805 (50%) CSP integer variables are encoded (519988 clauses, 8617843 bytes)
3.40/3.60	c 4	6966 (60%) CSP integer variables are encoded (532949 clauses, 8838180 bytes)
3.50/3.69	c 4	8127 (70%) CSP integer variables are encoded (603425 clauses, 10036272 bytes)
3.60/3.71	c 4	9288 (80%) CSP integer variables are encoded (619567 clauses, 10310686 bytes)
3.60/3.73	c 4	10449 (90%) CSP integer variables are encoded (631026 clauses, 10505489 bytes)
3.60/3.75	c 4	11610 (100%) CSP integer variables are encoded (645724 clauses, 10755355 bytes)
7.37/7.56	c 8	2664 (10%) CSP clauses are encoded (2632949 clauses, 57562383 bytes)
11.23/11.41	c 12	5328 (20%) CSP clauses are encoded (4619480 clauses, 105045762 bytes)
14.95/15.30	c 15	7992 (30%) CSP clauses are encoded (6614721 clauses, 154869944 bytes)
18.83/19.15	c 19	10656 (40%) CSP clauses are encoded (8621450 clauses, 205010235 bytes)
22.75/23.12	c 23	13320 (50%) CSP clauses are encoded (10654499 clauses, 255808386 bytes)
25.97/26.49	c 27	15984 (60%) CSP clauses are encoded (12376936 clauses, 298802036 bytes)
64.58/65.77	c 66	18648 (70%) CSP clauses are encoded (28088692 clauses, 682634649 bytes)
94.65/96.56	c 97	21312 (80%) CSP clauses are encoded (43673840 clauses, 1064165075 bytes)
98.40/100.34	c 101	23976 (90%) CSP clauses are encoded (45641154 clauses, 1112149798 bytes)
109.50/111.99	c 112	26639 (100%) CSP clauses are encoded (51512546 clauses, 1255718117 bytes)
109.50/111.99	c 112	26639 CSP clauses encoded
109.60/112.07	c 112	Writing map file : HOME/temp.map
109.65/112.22	c 112	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
109.65/112.22	c 112	SAT : 667234 SAT variables, 51512546 SAT clauses, 1255718117 bytes
109.65/112.22	c 112	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
109.67/112.47	c 113	OBJECTIVE minimize _COST
109.67/112.47	c 113	SOLVING HOME/temp.cnf
109.67/112.47	c 113	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
109.70/112.59	c 113	This is MiniSat 2.0 beta incremental
109.70/112.59	c 113	WARNING: for repeatability, setting FPU to use double precision
109.70/112.59	c 113	============================[ Problem Statistics ]=============================
109.70/112.59	c 113	|                                                                             |
109.70/112.59	c 113	|  Number of variables:  667234                                               |
109.70/112.59	c 113	|  Number of clauses:    51512546                                             |
121.37/124.71	c ERROR INTERRUPTED
121.37/124.71	s UNKNOWN
121.47/124.85	c 125	CPU 110.66 (0.08 0.02 110.58 10.85)
121.47/124.85	c 125	END Sat Jul 12 15:43:51 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-1112553-1215870106/watcher-1112553-1215870106 -o /tmp/evaluation-result-1112553-1215870106/solver-1112553-1215870106 -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-1112553-1215870106.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: 1.00 1.00 0.92 3/67 17919
/proc/meminfo: memFree=1302616/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=12268 CPUtime=0
/proc/17919/stat : 17919 (sugar++) R 17917 17919 17862 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 43708541 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 271638559333 0 0 4224 0 0 0 0 17 1 0 0
/proc/17919/statm: 3067 316 241 3 0 167 0

[startup+0.102104 s]
/proc/loadavg: 1.00 1.00 0.92 3/67 17919
/proc/meminfo: memFree=1302616/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=14776 CPUtime=0.04
/proc/17919/stat : 17919 (sugar++) D 17917 17919 17862 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 43708541 15130624 848 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17919/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.201123 s]
/proc/loadavg: 1.00 1.00 0.92 3/67 17919
/proc/meminfo: memFree=1302616/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.06
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302131 s]
/proc/loadavg: 1.00 1.00 0.92 3/67 17919
/proc/meminfo: memFree=1302616/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.06
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702172 s]
/proc/loadavg: 1.00 1.00 0.92 3/67 17919
/proc/meminfo: memFree=1302616/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.06
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50225 s]
/proc/loadavg: 1.00 1.00 0.92 4/91 17959
/proc/meminfo: memFree=1253648/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.76
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 5 1 65 5 15 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=864348 CPUtime=0.65
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 4679 0 1 0 63 2 0 0 18 0 9 0 43708624 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 216087 4123 1731 9 0 210662 0
[pid=17951/tid=17952] ppid=17950 vsize=864348 CPUtime=0.48
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 2653 0 1 0 47 1 0 0 21 0 9 0 43708625 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=864348 CPUtime=0.04
/proc/17951/task/17953/stat : 17953 (java) S 17950 17919 17862 0 -1 64 976 0 0 0 4 0 0 0 16 0 9 0 43708626 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=864348 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43708627 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=864348 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43708627 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=864348 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=864348 CPUtime=0.1
/proc/17951/task/17957/stat : 17957 (java) R 17950 17919 17862 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 43708629 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 102179287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=864348 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=864348 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 885092352 4123 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886444

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 0.92 4/91 17959
/proc/meminfo: memFree=1215568/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.77
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 6 1 65 5 15 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=868524 CPUtime=2.23
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 11104 0 1 0 216 7 0 0 18 0 9 0 43708624 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 217131 10108 2565 9 0 211678 0
[pid=17951/tid=17952] ppid=17950 vsize=868524 CPUtime=1.46
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 2926 0 1 0 142 4 0 0 25 0 9 0 43708625 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4127056064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=868524 CPUtime=0.51
/proc/17951/task/17953/stat : 17953 (java) R 17950 17919 17862 0 -1 64 5986 0 0 0 49 2 0 0 15 0 9 0 43708626 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=868524 CPUtime=0.24
/proc/17951/task/17957/stat : 17957 (java) S 17950 17919 17862 0 -1 64 1500 0 0 0 24 0 0 0 15 0 9 0 43708629 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 889368576 10108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890620

[startup+6.30274 s]
/proc/loadavg: 1.16 1.03 0.93 3/91 17959
/proc/meminfo: memFree=1153104/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.77
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 6 1 65 5 15 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=868524 CPUtime=5.4
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 11737 0 1 0 505 35 0 0 18 0 9 0 43708624 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 217131 10124 2565 9 0 211678 0
[pid=17951/tid=17952] ppid=17950 vsize=868524 CPUtime=4.42
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 3544 0 1 0 414 28 0 0 25 0 9 0 43708625 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4127056017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=868524 CPUtime=0.68
/proc/17951/task/17953/stat : 17953 (java) S 17950 17919 17862 0 -1 64 5986 0 0 0 63 5 0 0 16 0 9 0 43708626 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=868524 CPUtime=0.27
/proc/17951/task/17957/stat : 17957 (java) S 17950 17919 17862 0 -1 64 1515 0 0 0 27 0 0 0 15 0 9 0 43708629 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 889368576 10124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890620

[startup+12.7014 s]
/proc/loadavg: 1.23 1.05 0.94 4/91 17959
/proc/meminfo: memFree=1050208/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.77
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 6 1 65 5 16 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=868524 CPUtime=11.74
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 12981 0 1 0 1084 90 0 0 18 0 9 0 43708624 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 217131 10129 2565 9 0 211678 0
[pid=17951/tid=17952] ppid=17950 vsize=868524 CPUtime=10.29
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 4784 0 1 0 954 75 0 0 25 0 9 0 43708625 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4126478665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=868524 CPUtime=1.14
/proc/17951/task/17953/stat : 17953 (java) S 17950 17919 17862 0 -1 64 5986 0 0 0 101 13 0 0 16 0 9 0 43708626 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=868524 CPUtime=0.28
/proc/17951/task/17957/stat : 17957 (java) S 17950 17919 17862 0 -1 64 1519 0 0 0 28 0 0 0 16 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890620

[startup+25.5027 s]
/proc/loadavg: 1.40 1.09 0.95 3/91 17959
/proc/meminfo: memFree=868064/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.77
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 6 1 65 5 16 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=868524 CPUtime=24.31
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 15502 0 1 0 2223 208 0 0 18 0 9 0 43708624 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 217131 10129 2565 9 0 211678 0
[pid=17951/tid=17952] ppid=17950 vsize=868524 CPUtime=22.13
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 7305 0 1 0 2034 179 0 0 25 0 9 0 43708625 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=868524 CPUtime=1.87
/proc/17951/task/17953/stat : 17953 (java) S 17950 17919 17862 0 -1 64 5986 0 0 0 160 27 0 0 16 0 9 0 43708626 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=868524 CPUtime=0.28
/proc/17951/task/17957/stat : 17957 (java) S 17950 17919 17862 0 -1 64 1519 0 0 0 28 0 0 0 16 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 890620

[startup+51.1023 s]
/proc/loadavg: 1.66 1.18 0.98 3/91 17959
/proc/meminfo: memFree=612448/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.77
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 6 1 65 5 16 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=868524 CPUtime=49.47
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 19797 0 1 0 4551 396 0 0 18 0 9 0 43708624 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 217131 10129 2565 9 0 211678 0
[pid=17951/tid=17952] ppid=17950 vsize=868524 CPUtime=45.94
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 11600 0 1 0 4250 344 0 0 25 0 9 0 43708625 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=868524 CPUtime=3.22
/proc/17951/task/17953/stat : 17953 (java) S 17950 17919 17862 0 -1 64 5986 0 0 0 272 50 0 0 16 0 9 0 43708626 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=868524 CPUtime=0.28
/proc/17951/task/17957/stat : 17957 (java) S 17950 17919 17862 0 -1 64 1519 0 0 0 28 0 0 0 16 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 890620

[startup+102.303 s]
/proc/loadavg: 1.97 1.34 1.05 3/91 17959
/proc/meminfo: memFree=14816/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=16740 CPUtime=0.77
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1297 7635 0 1 6 1 65 5 16 0 1 0 43708541 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4185 1104 409 3 0 764 0
[pid=17950] ppid=17919 vsize=5356 CPUtime=0
/proc/17950/stat : 17950 (sh) S 17919 17919 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43708624 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17950/statm: 1339 233 193 169 0 50 0
[pid=17951] ppid=17950 vsize=868524 CPUtime=99.57
/proc/17951/stat : 17951 (java) S 17950 17919 17862 0 -1 0 29146 0 1 0 9130 827 0 0 18 0 9 0 43708624 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17951/statm: 217131 10129 2565 9 0 211678 0
[pid=17951/tid=17952] ppid=17950 vsize=868524 CPUtime=93.14
/proc/17951/task/17952/stat : 17952 (java) R 17950 17919 17862 0 -1 64 20949 0 1 0 8601 713 0 0 25 0 9 0 43708625 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17953] ppid=17950 vsize=868524 CPUtime=6.13
/proc/17951/task/17953/stat : 17953 (java) S 17950 17919 17862 0 -1 64 5986 0 0 0 500 113 0 0 16 0 9 0 43708626 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17954] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17954/stat : 17954 (java) S 17950 17919 17862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17955] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17955/stat : 17955 (java) S 17950 17919 17862 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43708627 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17956] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17956/stat : 17956 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17957] ppid=17950 vsize=868524 CPUtime=0.28
/proc/17951/task/17957/stat : 17957 (java) S 17950 17919 17862 0 -1 64 1519 0 0 0 28 0 0 0 16 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17958] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17958/stat : 17958 (java) S 17950 17919 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17951/tid=17959] ppid=17950 vsize=868524 CPUtime=0
/proc/17951/task/17959/stat : 17959 (java) S 17950 17919 17862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43708629 889368576 10129 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.34
Current children cumulated vsize (KiB) 890620



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+124.702 s]
/proc/loadavg: 2.37 1.48 1.10 3/82 17960
/proc/meminfo: memFree=15144/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=17400 CPUtime=109.7
/proc/17919/stat : 17919 (sugar++) S 17917 17919 17862 0 -1 4194304 1617 38935 0 2 8 2 10039 921 15 0 1 0 43708541 17817600 1275 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17919/statm: 4350 1275 413 3 0 929 0
[pid=17960] ppid=17919 vsize=909872 CPUtime=11.67
/proc/17960/stat : 17960 (minisat-inc) R 17919 17919 17862 0 -1 4194304 220827 0 1 0 1018 149 0 0 25 0 1 0 43719789 931708928 220776 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 0 0 0 17 1 0 0
/proc/17960/statm: 227468 220776 59 151 0 227314 0
Current children cumulated CPU time (s) 121.37
Current children cumulated vsize (KiB) 927272

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

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

[startup+125.102 s]
/proc/loadavg: 2.37 1.48 1.10 3/82 17960
/proc/meminfo: memFree=15144/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=17400 CPUtime=121.75
/proc/17919/stat : 17919 (sugar++) R 17917 17919 17862 0 -1 4194304 1648 259762 0 3 8 24 11058 1085 18 0 1 0 43708541 17817600 1276 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17919/statm: 4350 1276 414 3 0 929 0
Current children cumulated CPU time (s) 121.75
Current children cumulated vsize (KiB) 17400

[startup+125.506 s]
/proc/loadavg: 2.37 1.48 1.10 2/82 17961
/proc/meminfo: memFree=1861352/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=17400 CPUtime=122.03
/proc/17919/stat : 17919 (sugar++) D 17917 17919 17862 0 -1 4194304 1648 259762 0 3 8 52 11058 1085 15 0 1 0 43708541 17817600 1276 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17919/statm: 4350 1276 414 3 0 929 0
Current children cumulated CPU time (s) 122.03
Current children cumulated vsize (KiB) 17400

[startup+125.602 s]
/proc/loadavg: 2.37 1.48 1.10 2/82 17961
/proc/meminfo: memFree=1861352/2055920 swapFree=4181048/4192956
[pid=17919] ppid=17917 vsize=17400 CPUtime=122.04
/proc/17919/stat : 17919 (sugar++) D 17917 17919 17862 0 -1 4194304 1648 259762 0 3 8 53 11058 1085 15 0 1 0 43708541 17817600 1276 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17919/statm: 4350 1276 414 3 0 929 0
Current children cumulated CPU time (s) 122.04
Current children cumulated vsize (KiB) 17400

Child status: 0
Real time (s): 125.681
CPU time (s): 122.076
CPU user time (s): 110.67
CPU system time (s): 11.4063
CPU usage (%): 97.1319
Max. virtual memory (cumulated for all children) (KiB): 927272

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

runsolver used 0.158975 second user time and 0.415936 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 15:41:46
IDJOB=1112553
IDBENCH=61435
IDSOLVER=367
FILE ID=node67/1112553-1215870106
PBS_JOBID= 7903558
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-30.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-1112553-1215870106/watcher-1112553-1215870106 -o /tmp/evaluation-result-1112553-1215870106/solver-1112553-1215870106 -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-1112553-1215870106.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 008c1f6eb2772a7d547f78fa2d1b705f
RANDOM SEED=784641417

node67.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.218
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.218
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:       1303096 kB
Buffers:         24164 kB
Cached:         677212 kB
SwapCached:       5824 kB
Active:         648476 kB
Inactive:        61696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303096 kB
SwapTotal:     4192956 kB
SwapFree:      4181048 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          14444 kB
Slab:            28288 kB
Committed_AS:   151948 kB
PageTables:       1644 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= 66436 MiB
End job on node67 at 2008-07-12 15:43:53