Trace number 1059443

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 NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 822.97 828.144

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-11-fair.xml
MD5SUM6abbcb8884ba3278c5cc6aeb258540b5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22935
Number of constraints21709
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21709
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.05	c 0	Sugar v1-13 + HOME/picosat
0.03/0.05	c 0	BEGIN Fri Jul  4 00:13:43 2008
0.03/0.05	c 0	PID 8239
0.03/0.05	c 0	HOST node13.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1059443-1215123223.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059443-1215123223.xml' 'HOME/temp.csp'
1.75/1.89	c 2	3 domains, 22935 variables, 9 predicates, 0 relations, 21709 constraints
1.84/1.94	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.94	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.87/2.03	c 2	Parsing HOME/temp.csp
2.21/2.34	c 3	parsed 10000 expressions
2.40/2.54	c 3	parsed 20000 expressions
2.60/2.78	c 3	parsed 30000 expressions
2.80/3.00	c 3	parsed 40000 expressions
3.01/3.17	c 4	parsed 44656 expressions
3.01/3.18	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.18	c 4	Converting to clausal form CSP
3.09/3.24	c 4	converted 4466 (10%) expressions
3.09/3.24	c 4	converted 8932 (20%) expressions
3.09/3.26	c 4	converted 13397 (30%) expressions
3.09/3.27	c 4	converted 17863 (40%) expressions
3.09/3.27	c 4	converted 22328 (50%) expressions
3.39/3.57	c 4	converted 26794 (60%) expressions
3.99/4.17	c 5	converted 31260 (70%) expressions
4.59/4.77	c 5	converted 35725 (80%) expressions
4.99/5.14	c 6	converted 40191 (90%) expressions
5.68/5.81	c 6	converted 44656 (100%) expressions
5.68/5.82	c 6	CSP : 40185 integers, 1356 booleans, 98761 clauses, largest domain size 20001
5.68/5.82	c 6	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.68/5.82	c 6	Propagation in CSP
679.64/683.15	c 684	564739710 values, 0 unsatisfiable literals, and 0 valid clauses are removed
679.64/683.16	c 684	CSP : 40185 integers, 1356 booleans, 98761 clauses, largest domain size 20001
679.64/683.16	c 684	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
679.64/683.19	c 684	Simplifing CSP by introducing new Boolean variables
679.94/683.42	c 684	CSP : 40185 integers, 36262 booleans, 133667 clauses, largest domain size 20001
679.94/683.43	c 684	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
680.54/684.01	c 684	Encoding CSP to SAT : HOME/temp.cnf
680.93/684.44	c 685	4019 (10%) CSP integer variables are encoded (299772 clauses, 4878551 bytes)
683.31/686.84	c 687	8037 (20%) CSP integer variables are encoded (2184324 clauses, 39290104 bytes)
684.31/687.87	c 688	12056 (30%) CSP integer variables are encoded (2974620 clauses, 54305728 bytes)
684.77/688.37	c 689	16074 (40%) CSP integer variables are encoded (3344579 clauses, 61334949 bytes)
685.47/689.04	c 689	20093 (50%) CSP integer variables are encoded (3860900 clauses, 71145048 bytes)
685.47/689.05	c 689	24111 (60%) CSP integer variables are encoded (3860900 clauses, 71145048 bytes)
686.26/689.82	c 690	28130 (70%) CSP integer variables are encoded (4460780 clauses, 82542768 bytes)
686.67/690.29	c 691	32148 (80%) CSP integer variables are encoded (4820708 clauses, 89381400 bytes)
686.87/690.44	c 691	36167 (90%) CSP integer variables are encoded (4930692 clauses, 91471096 bytes)
687.16/690.72	c 691	40185 (100%) CSP integer variables are encoded (5140660 clauses, 95460488 bytes)
717.82/722.00	c 722	13367 (10%) CSP clauses are encoded (21903986 clauses, 455605418 bytes)
718.31/722.56	c 723	26734 (20%) CSP clauses are encoded (22228434 clauses, 462130400 bytes)
720.06/724.39	c 725	40101 (30%) CSP clauses are encoded (23353823 clauses, 485119978 bytes)
722.42/726.74	c 727	53467 (40%) CSP clauses are encoded (24797567 clauses, 515790788 bytes)
723.99/728.32	c 729	66834 (50%) CSP clauses are encoded (25761936 clauses, 536275509 bytes)
724.07/728.43	c 729	80201 (60%) CSP clauses are encoded (25768258 clauses, 536404119 bytes)
724.16/728.51	c 729	93567 (70%) CSP clauses are encoded (25774522 clauses, 536531460 bytes)
725.10/729.75	c 730	106934 (80%) CSP clauses are encoded (26380812 clauses, 549409411 bytes)
726.18/730.80	c 731	120301 (90%) CSP clauses are encoded (27066955 clauses, 563983966 bytes)
726.18/730.89	c 731	133667 (100%) CSP clauses are encoded (27084110 clauses, 564426748 bytes)
726.18/730.89	c 731	133667 CSP clauses encoded
726.18/730.90	c 731	Writing map file : HOME/temp.map
726.29/731.00	c 731	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
726.29/731.00	c 731	SAT : 5188251 SAT variables, 27084110 SAT clauses, 564426748 bytes
726.29/731.00	c 731	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
726.39/731.06	c 732	SOLVING HOME/temp.cnf
726.39/731.06	c 732	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
822.85/828.02	c ERROR INTERRUPTED
822.97/828.14	s UNKNOWN
822.97/828.14	c 829	CPU 721.05 (0.05 0.01 721 5.38)
822.97/828.14	c 829	END Fri Jul  4 00:27:32 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1059443-1215123223/watcher-1059443-1215123223 -o /tmp/evaluation-result-1059443-1215123223/solver-1059443-1215123223 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1059443-1215123223.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.95 1.99 1.99 4/72 8239
/proc/meminfo: memFree=1570736/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=4708 CPUtime=0
/proc/8239/stat : 8239 (sugar) R 8237 8239 8087 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1541994122 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 269754595677 0 0 4096 0 0 0 0 17 1 0 0
/proc/8239/statm: 1177 43 33 3 0 8 0

[startup+0.047701 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 8239
/proc/meminfo: memFree=1570736/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=0.03
/proc/8239/stat : 8239 (sugar) R 8237 8239 8087 0 -1 4194304 781 0 0 0 3 0 0 0 18 0 1 0 1541994122 13926400 749 996147200 4194304 4206940 548682068608 18446744073709551615 269757092577 0 0 4224 0 0 0 0 17 1 0 0
/proc/8239/statm: 3400 749 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102705 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 8239
/proc/meminfo: memFree=1570736/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=0.03
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541994122 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301733 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 8239
/proc/meminfo: memFree=1570736/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=0.03
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541994122 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702788 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 8239
/proc/meminfo: memFree=1570736/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=0.03
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541994122 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 1.95 1.99 1.99 4/83 8251
/proc/meminfo: memFree=1536536/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=0.03
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541994122 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 796 370 3 0 500 0
[pid=8242] ppid=8239 vsize=5356 CPUtime=0
/proc/8242/stat : 8242 (sh) S 8239 8239 8087 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1541994127 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8242/statm: 1339 233 193 169 0 50 0
[pid=8243] ppid=8242 vsize=864660 CPUtime=1.42
/proc/8243/stat : 8243 (java) S 8242 8239 8087 0 -1 0 16416 0 1 0 131 11 0 0 18 0 9 0 1541994127 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8243/statm: 216165 14450 2529 9 0 210747 0
[pid=8243/tid=8244] ppid=8242 vsize=864660 CPUtime=0.67
/proc/8243/task/8244/stat : 8244 (java) R 8242 8239 8087 0 -1 64 3067 0 1 0 65 2 0 0 25 0 9 0 1541994128 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8245] ppid=8242 vsize=864660 CPUtime=0.58
/proc/8243/task/8245/stat : 8245 (java) S 8242 8239 8087 0 -1 64 12140 0 0 0 51 7 0 0 16 0 9 0 1541994129 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8246] ppid=8242 vsize=864660 CPUtime=0
/proc/8243/task/8246/stat : 8246 (java) S 8242 8239 8087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541994130 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8247] ppid=8242 vsize=864660 CPUtime=0
/proc/8243/task/8247/stat : 8247 (java) S 8242 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1541994130 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8248] ppid=8242 vsize=864660 CPUtime=0
/proc/8243/task/8248/stat : 8248 (java) S 8242 8239 8087 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541994132 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8249] ppid=8242 vsize=864660 CPUtime=0.13
/proc/8243/task/8249/stat : 8249 (java) R 8242 8239 8087 0 -1 64 509 0 0 0 13 0 0 0 16 0 9 0 1541994132 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 102017874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8250] ppid=8242 vsize=864660 CPUtime=0
/proc/8243/task/8250/stat : 8250 (java) S 8242 8239 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541994132 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8243/tid=8251] ppid=8242 vsize=864660 CPUtime=0
/proc/8243/task/8251/stat : 8251 (java) S 8242 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994132 885411840 14450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883616

[startup+3.10111 s]
/proc/loadavg: 1.95 1.99 1.99 4/83 8261
/proc/meminfo: memFree=1562008/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=1.87
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 973 17202 0 1 3 1 170 13 15 0 1 0 1541994122 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=864604 CPUtime=1.14
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 8236 0 1 0 107 7 0 0 19 0 9 0 1541994317 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 216151 7171 2532 9 0 210733 0
[pid=8253/tid=8254] ppid=8252 vsize=864604 CPUtime=0.7
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 2605 0 1 0 68 2 0 0 25 0 9 0 1541994318 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=864604 CPUtime=0.34
/proc/8253/task/8255/stat : 8255 (java) R 8252 8239 8087 0 -1 64 4597 0 0 0 31 3 0 0 16 0 9 0 1541994319 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 102731781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=864604 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=864604 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1541994319 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8252 vsize=864604 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541994321 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8252 vsize=864604 CPUtime=0.06
/proc/8253/task/8259/stat : 8259 (java) S 8252 8239 8087 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 1541994321 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8252 vsize=864604 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541994321 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8252 vsize=864604 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994321 885354496 7171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883560

[startup+6.30253 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 8261
/proc/meminfo: memFree=1498328/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=1.87
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 974 17202 0 1 3 1 170 13 15 0 1 0 1541994122 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=868412 CPUtime=4.31
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 24359 0 1 0 413 18 0 0 19 0 9 0 1541994317 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 217103 22166 2540 9 0 211678 0
[pid=8253/tid=8254] ppid=8252 vsize=868412 CPUtime=2.26
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 3691 0 1 0 223 3 0 0 25 0 9 0 1541994318 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4126373464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=868412 CPUtime=1.78
/proc/8253/task/8255/stat : 8255 (java) S 8252 8239 8087 0 -1 64 18471 0 0 0 166 12 0 0 16 0 9 0 1541994319 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541994321 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8252 vsize=868412 CPUtime=0.23
/proc/8253/task/8259/stat : 8259 (java) S 8252 8239 8087 0 -1 64 1500 0 0 0 23 0 0 0 16 0 9 0 1541994321 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541994321 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994321 889253888 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887368

[startup+12.7014 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 8261
/proc/meminfo: memFree=1487320/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=1.87
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 974 17202 0 1 3 1 170 13 15 0 1 0 1541994122 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=868412 CPUtime=10.67
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 24694 0 1 0 1048 19 0 0 19 0 9 0 1541994317 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 217103 22373 2540 9 0 211678 0
[pid=8253/tid=8254] ppid=8252 vsize=868412 CPUtime=8.49
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 3819 0 1 0 845 4 0 0 25 0 9 0 1541994318 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4126978205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=868412 CPUtime=1.93
/proc/8253/task/8255/stat : 8255 (java) S 8252 8239 8087 0 -1 64 18678 0 0 0 180 13 0 0 16 0 9 0 1541994319 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541994321 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8252 vsize=868412 CPUtime=0.23
/proc/8253/task/8259/stat : 8259 (java) S 8252 8239 8087 0 -1 64 1500 0 0 0 23 0 0 0 16 0 9 0 1541994321 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541994321 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994321 889253888 22373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887368

[startup+25.5021 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 8261
/proc/meminfo: memFree=1487384/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=1.87
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 974 17202 0 1 3 1 170 13 15 0 1 0 1541994122 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=868412 CPUtime=23.41
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 24956 0 1 0 2320 21 0 0 19 0 9 0 1541994317 889253888 22378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 217103 22378 2540 9 0 211678 0
[pid=8253/tid=8254] ppid=8252 vsize=868412 CPUtime=21.06
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 4076 0 1 0 2102 4 0 0 25 0 9 0 1541994318 889253888 22378 996147200 134512640 134550740 4294955952 18446744073709551615 4126579704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=868412 CPUtime=2.09
/proc/8253/task/8255/stat : 8255 (java) S 8252 8239 8087 0 -1 64 18683 0 0 0 194 15 0 0 16 0 9 0 1541994319 889253888 22378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=868412 CPUtime=577.46
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 36479 0 1 0 57611 135 0 0 19 0 9 0 1541994317 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 217103 22554 2540 9 0 211678 0
[pid=8253/tid=8254] ppid=8252 vsize=868412 CPUtime=568.93
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 15423 0 1 0 56851 42 0 0 25 0 9 0 1541994318 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4126619936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=868412 CPUtime=8.27
/proc/8253/task/8255/stat : 8255 (java) S 8252 8239 8087 0 -1 64 18859 0 0 0 736 91 0 0 16 0 9 0 1541994319 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541994321 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8252 vsize=868412 CPUtime=0.23
/proc/8253/task/8259/stat : 8259 (java) S 8252 8239 8087 0 -1 64 1500 0 0 0 23 0 0 0 16 0 9 0 1541994321 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541994321 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994321 889253888 22554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.33
Current children cumulated vsize (KiB) 887368

[startup+642.303 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 8261
/proc/meminfo: memFree=1483032/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=1.87
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 974 17202 0 1 3 1 170 13 15 0 1 0 1541994122 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=868412 CPUtime=637.17
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 37705 0 1 0 63570 147 0 0 19 0 9 0 1541994317 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 217103 22569 2540 9 0 211678 0
[pid=8253/tid=8254] ppid=8252 vsize=868412 CPUtime=627.95
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 16634 0 1 0 62750 45 0 0 25 0 9 0 1541994318 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4126974448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=868412 CPUtime=8.96
/proc/8253/task/8255/stat : 8255 (java) S 8252 8239 8087 0 -1 64 18874 0 0 0 797 99 0 0 16 0 9 0 1541994319 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541994319 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541994321 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8252 vsize=868412 CPUtime=0.23
/proc/8253/task/8259/stat : 8259 (java) S 8252 8239 8087 0 -1 64 1500 0 0 0 23 0 0 0 16 0 9 0 1541994321 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541994321 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8252 vsize=868412 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994321 889253888 22569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.04
Current children cumulated vsize (KiB) 887368

[startup+702.303 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 8261
/proc/meminfo: memFree=1258264/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=1.87
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 974 17202 0 1 3 1 170 13 15 0 1 0 1541994122 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 797 370 3 0 500 0
[pid=8252] ppid=8239 vsize=5356 CPUtime=0
/proc/8252/stat : 8252 (sh) S 8239 8239 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541994316 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8252/statm: 1339 233 193 169 0 50 0
[pid=8253] ppid=8252 vsize=868524 CPUtime=696.66
/proc/8253/stat : 8253 (java) S 8252 8239 8087 0 -1 0 45987 0 1 0 69353 313 0 0 19 0 9 0 1541994317 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 217131 24719 2565 9 0 211678 0
[pid=8253/tid=8254] ppid=8252 vsize=868524 CPUtime=685.8
/proc/8253/task/8254/stat : 8254 (java) R 8252 8239 8087 0 -1 64 18326 0 1 0 68385 195 0 0 25 0 9 0 1541994318 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4126621913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8252 vsize=868524 CPUtime=10.54
/proc/8253/task/8255/stat : 8255 (java) S 8252 8239 8087 0 -1 64 25427 0 0 0 938 116 0 0 16 0 9 0 1541994319 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8252 vsize=868524 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8252 8239 8087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541994319 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8252 vsize=868524 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8252 8239 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541994319 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8252 vsize=868524 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541994321 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8252 vsize=868524 CPUtime=0.29
/proc/8253/task/8259/stat : 8259 (java) S 8252 8239 8087 0 -1 64 1537 0 0 0 29 0 0 0 17 0 9 0 1541994321 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8252 vsize=868524 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541994321 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8252 vsize=868524 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8252 8239 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541994321 889368576 24719 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 698.53
Current children cumulated vsize (KiB) 887480

[startup+762.308 s]
/proc/loadavg: 2.12 2.07 2.01 3/75 8263
/proc/meminfo: memFree=599256/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=726.44
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 1023 64730 0 2 5 1 72100 538 16 0 1 0 1541994122 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8239/statm: 3400 799 370 3 0 500 0
[pid=8262] ppid=8239 vsize=5356 CPUtime=0
/proc/8262/stat : 8262 (sh) S 8239 8239 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542067228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8262/statm: 1339 232 193 169 0 50 0
[pid=8263] ppid=8262 vsize=645652 CPUtime=31.06
/proc/8263/stat : 8263 (picosat) R 8262 8239 8087 0 -1 4194304 100965 0 0 0 1440 1666 0 0 25 0 1 0 1542067229 661147648 100951 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8263/statm: 161413 100951 40 102 0 161308 0
Current children cumulated CPU time (s) 757.5
Current children cumulated vsize (KiB) 664608

[startup+822.302 s]
/proc/loadavg: 2.04 2.05 2.00 3/75 8263
/proc/meminfo: memFree=327448/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=726.44
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 1023 64730 0 2 5 1 72100 538 16 0 1 0 1541994122 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8239/statm: 3400 799 370 3 0 500 0
[pid=8262] ppid=8239 vsize=5356 CPUtime=0
/proc/8262/stat : 8262 (sh) S 8239 8239 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542067228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8262/statm: 1339 232 193 169 0 50 0
[pid=8263] ppid=8262 vsize=883288 CPUtime=90.74
/proc/8263/stat : 8263 (picosat) R 8262 8239 8087 0 -1 4194304 169230 0 0 0 4133 4941 0 0 25 0 1 0 1542067229 904486912 169216 996147200 134512640 134931368 4294956256 18446744073709551615 134560131 0 0 4096 0 0 0 0 17 1 0 0
/proc/8263/statm: 220822 169216 40 102 0 220717 0
Current children cumulated CPU time (s) 817.18
Current children cumulated vsize (KiB) 902244



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+828.001 s]
/proc/loadavg: 2.04 2.05 2.00 3/75 8263
/proc/meminfo: memFree=302744/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=726.44
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 1023 64730 0 2 5 1 72100 538 16 0 1 0 1541994122 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8239/statm: 3400 799 370 3 0 500 0
[pid=8262] ppid=8239 vsize=5356 CPUtime=0
/proc/8262/stat : 8262 (sh) S 8239 8239 8087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542067228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8262/statm: 1339 232 193 169 0 50 0
[pid=8263] ppid=8262 vsize=902824 CPUtime=96.41
/proc/8263/stat : 8263 (picosat) R 8262 8239 8087 0 -1 4194304 174730 0 0 0 4393 5248 0 0 25 0 1 0 1542067229 924491776 174716 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8263/statm: 225706 174716 40 102 0 225601 0
Current children cumulated CPU time (s) 822.85
Current children cumulated vsize (KiB) 921780

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

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

[startup+828.122 s]
/proc/loadavg: 2.04 2.05 2.00 3/75 8263
/proc/meminfo: memFree=302744/2055920 swapFree=4180424/4192956
[pid=8239] ppid=8237 vsize=13600 CPUtime=726.44
/proc/8239/stat : 8239 (sugar) S 8237 8239 8087 0 -1 4194304 1041 64730 0 2 5 1 72100 538 16 0 1 0 1541994122 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/8239/statm: 3400 799 370 3 0 500 0
[pid=8262] ppid=8239 vsize=0 CPUtime=0
/proc/8262/stat : 8262 (sh) Z 8239 8239 8087 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1542067228 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/8262/statm: 0 0 0 0 0 0 0
[pid=8263] ppid=1 vsize=0 CPUtime=96.53
/proc/8263/stat : 8263 (picosat) R 1 8239 8087 0 -1 4195332 174730 0 0 0 4393 5260 0 0 25 0 1 0 1542067229 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/8263/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.97
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8239 and gives
#  childrusage.ru_utime.tv_sec=721
#  childrusage.ru_utime.tv_usec=58382
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=402178
# CPU time returned by wait4() is 726.461
# while last known CPU time is 822.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 828.144
CPU time (s): 822.97
CPU user time (s): 764.98
CPU system time (s): 57.99
CPU usage (%): 99.3752
Max. virtual memory (cumulated for all children) (KiB): 921780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 721.058
system time used= 5.40218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66107
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128721
involuntary context switches= 136462

runsolver used 1.04984 second user time and 2.82657 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 00:13:43
IDJOB=1059443
IDBENCH=54259
IDSOLVER=345
FILE ID=node13/1059443-1215123223
PBS_JOBID= 7877211
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-11-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059443-1215123223/watcher-1059443-1215123223 -o /tmp/evaluation-result-1059443-1215123223/solver-1059443-1215123223 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1059443-1215123223.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6abbcb8884ba3278c5cc6aeb258540b5
RANDOM SEED=174447356

node13.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.238
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.238
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:       1571216 kB
Buffers:         63328 kB
Cached:         276328 kB
SwapCached:       6668 kB
Active:         235320 kB
Inactive:       171336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571216 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            5332 kB
Writeback:           0 kB
Mapped:          74940 kB
Slab:            63288 kB
Committed_AS:  3073516 kB
PageTables:       2008 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= 66540 MiB
End job on node13 at 2008-07-04 00:27:33