Trace number 1109559

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) 112.94 121.122

General information on the benchmark

Namecsp/fischer/
normalized-fischer-1-3-fair.xml
MD5SUMf5fa2b1ab1e1b760100093009122d806
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables883
Number of constraints828
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension828
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.23	c 0	BEGIN Fri Jul 11 21:45:07 2008
0.04/0.23	c 0	PID 18327
0.04/0.23	c 0	HOST node24.alineos.net
0.04/0.23	c 0	CONVERTING HOME/instance-1109559-1215805507.xml TO HOME/temp.csp
0.04/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109559-1215805507.xml' 'HOME/temp.csp'
0.07/0.64	c 1	3 domains, 883 variables, 9 predicates, 0 relations, 828 constraints
0.07/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.69	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.49/0.77	c 1	Parsing HOME/temp.csp
0.49/0.88	c 1	parsed 1723 expressions
0.49/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.90	c 1	MAX CSP: 828 constraints
0.49/0.90	c 1	Converting to clausal form CSP
0.49/0.92	c 1	converted 256 (10%) expressions
0.49/0.93	c 1	converted 511 (20%) expressions
0.49/0.93	c 1	converted 767 (30%) expressions
0.49/0.95	c 1	converted 1022 (40%) expressions
0.49/0.98	c 1	converted 1277 (50%) expressions
0.89/1.04	c 1	converted 1533 (60%) expressions
0.89/1.06	c 1	converted 1788 (70%) expressions
0.89/1.08	c 1	converted 2044 (80%) expressions
0.89/1.09	c 1	converted 2299 (90%) expressions
1.05/1.17	c 1	converted 2554 (100%) expressions
1.05/1.17	c 1	CSP : 3165 integers, 892 booleans, 6188 clauses, largest domain size 20001
1.05/1.17	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.17	c 1	Propagation in CSP
1.17/1.28	c 2	822 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.17/1.28	c 2	CSP : 3165 integers, 892 booleans, 6188 clauses, largest domain size 20001
1.17/1.28	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.28	c 2	Simplifing CSP by introducing new Boolean variables
1.17/1.29	c 2	CSP : 3165 integers, 2166 booleans, 7462 clauses, largest domain size 20001
1.17/1.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
9.35/9.48	c 10	317 (10%) CSP integer variables are encoded (6181283 clauses, 115222377 bytes)
18.10/18.36	c 19	633 (20%) CSP integer variables are encoded (12500967 clauses, 240299324 bytes)
21.25/21.59	c 22	950 (30%) CSP integer variables are encoded (14780853 clauses, 288176930 bytes)
22.54/22.90	c 23	1266 (40%) CSP integer variables are encoded (15700799 clauses, 307495796 bytes)
24.81/25.19	c 25	1583 (50%) CSP integer variables are encoded (17310715 clauses, 341304032 bytes)
27.01/27.50	c 28	1899 (60%) CSP integer variables are encoded (18890616 clauses, 374481953 bytes)
29.39/29.84	c 30	2216 (70%) CSP integer variables are encoded (20570515 clauses, 409759832 bytes)
30.18/30.70	c 31	2532 (80%) CSP integer variables are encoded (21173952 clauses, 422432009 bytes)
30.29/30.71	c 31	2849 (90%) CSP integer variables are encoded (21181559 clauses, 422591756 bytes)
30.29/30.71	c 31	3165 (100%) CSP integer variables are encoded (21184371 clauses, 422650808 bytes)
34.69/35.13	c 35	747 (10%) CSP clauses are encoded (22001796 clauses, 450499254 bytes)
45.88/46.46	c 47	1493 (20%) CSP clauses are encoded (27306771 clauses, 593983691 bytes)
56.19/57.10	c 57	2239 (30%) CSP clauses are encoded (32907328 clauses, 743496919 bytes)
66.43/67.51	c 68	2985 (40%) CSP clauses are encoded (38407890 clauses, 890610271 bytes)
76.07/77.56	c 78	3731 (50%) CSP clauses are encoded (43488476 clauses, 1026924000 bytes)
86.33/88.04	c 88	4478 (60%) CSP clauses are encoded (48889044 clauses, 1175040656 bytes)
96.34/98.87	c 99	5224 (70%) CSP clauses are encoded (54089641 clauses, 1320354780 bytes)
104.56/107.16	c 107	5970 (80%) CSP clauses are encoded (58334311 clauses, 1438725965 bytes)
106.02/108.64	c 109	6716 (90%) CSP clauses are encoded (59037383 clauses, 1459975507 bytes)
106.43/109.03	c 109	7462 (100%) CSP clauses are encoded (59214852 clauses, 1465318490 bytes)
106.43/109.03	c 109	7462 CSP clauses encoded
106.43/109.05	c 109	Writing map file : HOME/temp.map
106.47/109.13	c 109	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
106.47/109.13	c 109	SAT : 21189702 SAT variables, 59214852 SAT clauses, 1465318490 bytes
106.47/109.13	c 109	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
106.47/109.20	c 109	OBJECTIVE minimize _COST
106.47/109.20	c 109	SOLVING HOME/temp.cnf
106.47/109.20	c 109	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
106.54/109.27	c 110	This is MiniSat 2.0 beta incremental
106.54/109.27	c 110	WARNING: for repeatability, setting FPU to use double precision
106.54/109.28	c 110	============================[ Problem Statistics ]=============================
106.54/109.28	c 110	|                                                                             |
106.54/109.32	c 110	|  Number of variables:  21189702                                             |
106.54/109.32	c 110	|  Number of clauses:    59214852                                             |
112.24/119.11	c ERROR INTERRUPTED
112.24/119.11	s UNKNOWN

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-1109559-1215805507/watcher-1109559-1215805507 -o /tmp/evaluation-result-1109559-1215805507/solver-1109559-1215805507 -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-1109559-1215805507.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.27 1.66 1.79 3/82 18327
/proc/meminfo: memFree=1223896/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=124 CPUtime=0
/proc/18327/stat : 18327 (sugar++) D 18325 18327 17810 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 37253620 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 237785642473 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/18327/statm: 31 23 17 3 0 3 0

[startup+0.0444509 s]
/proc/loadavg: 1.27 1.66 1.79 3/82 18327
/proc/meminfo: memFree=1223896/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=12272 CPUtime=0
/proc/18327/stat : 18327 (sugar++) D 18325 18327 17810 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 37253620 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18327/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102035 s]
/proc/loadavg: 1.27 1.66 1.79 3/82 18327
/proc/meminfo: memFree=1223896/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=12940 CPUtime=0.01
/proc/18327/stat : 18327 (sugar++) R 18325 18327 17810 0 -1 4194304 602 0 0 0 1 0 0 0 18 0 1 0 37253620 13250560 570 996147200 4194304 4206940 548682068528 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 0 0 0
/proc/18327/statm: 3235 570 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.301484 s]
/proc/loadavg: 1.27 1.66 1.79 3/82 18327
/proc/meminfo: memFree=1223896/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.07
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701542 s]
/proc/loadavg: 1.27 1.66 1.79 3/82 18327
/proc/meminfo: memFree=1223896/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1279 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16740

[startup+1.50226 s]
/proc/loadavg: 1.27 1.66 1.79 3/93 18349
/proc/meminfo: memFree=1210752/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=1.01
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 7353 0 1 0 95 6 0 0 18 0 9 0 37253690 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6521 2562 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=0.61
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 2743 0 1 0 59 2 0 0 16 0 9 0 37253691 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4127005343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=0.14
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 13 1 0 0 16 0 9 0 37253692 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.23
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1538 0 0 0 22 1 0 0 16 0 9 0 37253694 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6521 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 891464

[startup+3.10158 s]
/proc/loadavg: 1.27 1.66 1.79 2/93 18349
/proc/meminfo: memFree=1193216/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=2.61
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 7866 0 1 0 239 22 0 0 18 0 9 0 37253690 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6526 2562 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=2.1
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 3250 0 1 0 195 15 0 0 16 0 9 0 37253691 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=0.24
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 20 4 0 0 16 0 9 0 37253692 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.23
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1544 0 0 0 22 1 0 0 16 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 891464

[startup+6.30292 s]
/proc/loadavg: 1.25 1.65 1.79 3/93 18349
/proc/meminfo: memFree=1145408/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=5.78
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 8874 0 1 0 524 54 0 0 18 0 9 0 37253690 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6526 2562 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=5.08
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 4258 0 1 0 466 42 0 0 17 0 9 0 37253691 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4127007095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=0.44
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 35 9 0 0 16 0 9 0 37253692 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.23
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1544 0 0 0 22 1 0 0 16 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 891464

[startup+12.7016 s]
/proc/loadavg: 1.23 1.64 1.78 2/93 18349
/proc/meminfo: memFree=1051392/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=12.14
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 10870 0 1 0 1095 119 0 0 18 0 9 0 37253690 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6527 2563 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=11.02
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 6254 0 1 0 1005 97 0 0 16 0 9 0 37253691 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=0.86
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 67 19 0 0 16 0 9 0 37253692 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.23
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1544 0 0 0 22 1 0 0 16 0 9 0 37253694 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 891464

[startup+25.5011 s]
/proc/loadavg: 1.17 1.61 1.77 2/93 18349
/proc/meminfo: memFree=859136/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=24.71
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 14644 0 1 0 2219 252 0 0 18 0 9 0 37253690 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6528 2563 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=22.79
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 10027 0 1 0 2067 212 0 0 16 0 9 0 37253691 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=1.66
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 129 37 0 0 16 0 9 0 37253692 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.23
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1545 0 0 0 22 1 0 0 16 0 9 0 37253694 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 891464

[startup+51.1018 s]
/proc/loadavg: 1.25 1.59 1.76 2/93 18349
/proc/meminfo: memFree=548480/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=50.01
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 21603 0 1 0 4522 479 0 0 18 0 9 0 37253690 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6538 2563 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=46.55
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 16975 0 1 0 4253 402 0 0 16 0 9 0 37253691 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4126546868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=3.2
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 245 75 0 0 16 0 9 0 37253692 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.25
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1556 0 0 0 24 1 0 0 16 0 9 0 37253694 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6538 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 891464

[startup+102.306 s]
/proc/loadavg: 1.32 1.56 1.73 2/93 18349
/proc/meminfo: memFree=15360/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16740 CPUtime=0.49
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1297 4809 0 1 5 2 38 4 16 0 1 0 37253620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18327/statm: 4185 1104 409 3 0 764 0
[pid=18340] ppid=18327 vsize=5356 CPUtime=0
/proc/18340/stat : 18340 (sh) S 18327 18327 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37253690 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18340/statm: 1339 233 193 169 0 50 0
[pid=18341] ppid=18340 vsize=869368 CPUtime=99.32
/proc/18341/stat : 18341 (java) S 18340 18327 17810 0 -1 0 36717 0 1 0 8939 993 0 0 18 0 9 0 37253690 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18341/statm: 217342 6540 2563 9 0 211889 0
[pid=18341/tid=18342] ppid=18340 vsize=869368 CPUtime=92.57
/proc/18341/task/18342/stat : 18342 (java) R 18340 18327 17810 0 -1 64 32085 0 1 0 8415 842 0 0 16 0 9 0 37253691 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18343] ppid=18340 vsize=869368 CPUtime=6.47
/proc/18341/task/18343/stat : 18343 (java) S 18340 18327 17810 0 -1 64 2379 0 0 0 499 148 0 0 16 0 9 0 37253692 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18344] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18344/stat : 18344 (java) S 18340 18327 17810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18345] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18345/stat : 18345 (java) S 18340 18327 17810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37253692 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18341/tid=18346] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18346/stat : 18346 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37253694 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18347] ppid=18340 vsize=869368 CPUtime=0.26
/proc/18341/task/18347/stat : 18347 (java) S 18340 18327 17810 0 -1 64 1560 0 0 0 25 1 0 0 16 0 9 0 37253694 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18348] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18348/stat : 18348 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37253694 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18341/tid=18349] ppid=18340 vsize=869368 CPUtime=0
/proc/18341/task/18349/stat : 18349 (java) S 18340 18327 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37253694 890232832 6540 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.81
Current children cumulated vsize (KiB) 891464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+119.102 s]
/proc/loadavg: 1.23 1.52 1.72 1/84 18350
/proc/meminfo: memFree=14920/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16872 CPUtime=106.54
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1471 43846 4 6 6 2 9577 1069 15 0 1 0 37253620 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18327/statm: 4218 1133 413 3 0 797 0
[pid=18350] ppid=18327 vsize=971084 CPUtime=5.7
/proc/18350/stat : 18350 (minisat-inc) D 18327 18327 17810 0 -1 4195840 218377 0 6 0 451 119 0 0 18 0 1 0 37264543 994390016 218327 996147200 134512640 135134323 4294956192 18446744073709551615 134526345 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/18350/statm: 242771 218327 59 151 0 242617 0
Current children cumulated CPU time (s) 112.24
Current children cumulated vsize (KiB) 987956

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

Sending SIGKILL to process tree (bottom up)

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

[startup+119.802 s]
/proc/loadavg: 1.23 1.52 1.72 1/85 18351
/proc/meminfo: memFree=16256/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16872 CPUtime=106.54
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1496 43846 4 6 6 2 9577 1069 16 0 1 0 37253620 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 237797162900 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18327/statm: 4218 1133 413 3 0 797 0
[pid=18350] ppid=18327 vsize=971084 CPUtime=6
/proc/18350/stat : 18350 (minisat-inc) D 18327 18327 17810 0 -1 4195840 218377 0 6 0 451 149 0 0 20 0 1 0 37264543 994390016 218327 996147200 134512640 135134323 4294956192 18446744073709551615 134526345 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/18350/statm: 242771 218327 59 151 0 242617 0
Current children cumulated CPU time (s) 112.54
Current children cumulated vsize (KiB) 987956

[startup+120.601 s]
/proc/loadavg: 1.23 1.52 1.72 1/85 18351
/proc/meminfo: memFree=16256/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16872 CPUtime=106.54
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1496 43846 4 6 6 2 9577 1069 16 0 1 0 37253620 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 237797162900 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18327/statm: 4218 1133 413 3 0 797 0
[pid=18350] ppid=18327 vsize=971084 CPUtime=6
/proc/18350/stat : 18350 (minisat-inc) D 18327 18327 17810 0 -1 4195840 218377 0 6 0 451 149 0 0 20 0 1 0 37264543 994390016 218327 996147200 134512640 135134323 4294956192 18446744073709551615 134526345 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/18350/statm: 242771 218327 59 151 0 242617 0
Current children cumulated CPU time (s) 112.54
Current children cumulated vsize (KiB) 987956

[startup+121.006 s]
/proc/loadavg: 1.23 1.52 1.72 3/85 18351
/proc/meminfo: memFree=16256/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16872 CPUtime=106.54
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1496 43846 4 6 6 2 9577 1069 16 0 1 0 37253620 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 237797162900 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18327/statm: 4218 1133 413 3 0 797 0
[pid=18350] ppid=18327 vsize=971084 CPUtime=6.31
/proc/18350/stat : 18350 (minisat-inc) R 18327 18327 17810 0 -1 4195840 218377 0 6 0 451 180 0 0 20 0 1 0 37264543 994390016 218327 996147200 134512640 135134323 4294956192 18446744073709551615 134526345 0 0 4096 3 0 0 0 17 0 0 0
/proc/18350/statm: 242771 218327 59 151 0 242617 0
Current children cumulated CPU time (s) 112.85
Current children cumulated vsize (KiB) 987956

[startup+121.101 s]
/proc/loadavg: 1.23 1.52 1.72 3/85 18351
/proc/meminfo: memFree=16256/2055920 swapFree=4180952/4192956
[pid=18327] ppid=18325 vsize=16872 CPUtime=106.54
/proc/18327/stat : 18327 (sugar++) S 18325 18327 17810 0 -1 4194304 1496 43846 4 6 6 2 9577 1069 16 0 1 0 37253620 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 237797162900 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18327/statm: 4218 1133 413 3 0 797 0
[pid=18350] ppid=18327 vsize=971084 CPUtime=6.4
/proc/18350/stat : 18350 (minisat-inc) R 18327 18327 17810 0 -1 4195840 218377 0 6 0 451 189 0 0 21 0 1 0 37264543 994390016 218327 996147200 134512640 135134323 4294956192 18446744073709551615 134526345 0 0 4096 3 0 0 0 17 0 0 0
/proc/18350/statm: 242771 218327 59 151 0 242617 0
Current children cumulated CPU time (s) 112.94
Current children cumulated vsize (KiB) 987956

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18327 and gives
#  childrusage.ru_utime.tv_sec=95
#  childrusage.ru_utime.tv_usec=836430
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=722369
# CPU time returned by wait4() is 106.559
# while last known CPU time is 112.94
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 121.122
CPU time (s): 112.94
CPU user time (s): 100.34
CPU system time (s): 12.6
CPU usage (%): 93.2448
Max. virtual memory (cumulated for all children) (KiB): 987956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.8364
system time used= 10.7224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45342
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136170
involuntary context switches= 100145

runsolver used 0.183972 second user time and 0.398939 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-11 21:45:07
IDJOB=1109559
IDBENCH=60982
IDSOLVER=367
FILE ID=node24/1109559-1215805507
PBS_JOBID= 7903258
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-1-3-fair.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-1109559-1215805507/watcher-1109559-1215805507 -o /tmp/evaluation-result-1109559-1215805507/solver-1109559-1215805507 -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-1109559-1215805507.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5fa2b1ab1e1b760100093009122d806
RANDOM SEED=1686887446

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1224568 kB
Buffers:          2596 kB
Cached:          31232 kB
SwapCached:       5544 kB
Active:         775616 kB
Inactive:        13196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224568 kB
SwapTotal:     4192956 kB
SwapFree:      4180952 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         771340 kB
Slab:            26312 kB
Committed_AS:   938848 kB
PageTables:       3336 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= 64884 MiB
End job on node24 at 2008-07-11 21:47:08