Trace number 1111600

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? (TO) 3600.06 3617.12

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-16_ext.xml
MD5SUM4f3042aa38b38c92d5b9f4103bbcfb99
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 10:03:32 2008
0.00/0.05	c 0	PID 14627
0.03/0.05	c 0	HOST node12.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1111600-1215849812.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-1111600-1215849812.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.74	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.82	c 1	Parsing HOME/temp.csp
1.10/1.20	c 1	parsed 274 expressions
1.10/1.21	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.21	c 1	MAX CSP: 31 constraints
1.10/1.21	c 1	Converting to clausal form CSP
1.10/1.23	c 1	converted 31 (10%) expressions
1.10/1.23	c 1	converted 62 (20%) expressions
1.10/1.23	c 1	converted 93 (30%) expressions
1.10/1.23	c 1	converted 124 (40%) expressions
1.10/1.23	c 1	converted 154 (50%) expressions
1.10/1.23	c 1	converted 185 (60%) expressions
1.10/1.23	c 1	converted 216 (70%) expressions
1.90/2.06	c 2	converted 247 (80%) expressions
8.20/8.37	c 8	converted 278 (90%) expressions
9.00/9.20	c 9	converted 308 (100%) expressions
9.00/9.20	c 9	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 47
9.00/9.20	c 9	Heap : 255 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.00/9.20	c 9	Propagation in CSP
9.00/9.20	c 9	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.00/9.20	c 9	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
9.00/9.20	c 9	Heap : 256 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.00/9.20	c 9	Simplifing CSP by introducing new Boolean variables
9.00/9.20	c 9	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
9.00/9.20	c 9	Heap : 256 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.29/10.48	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.29/10.49	c 11	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
10.39/10.51	c 11	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
10.39/10.51	c 11	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
10.39/10.51	c 11	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
10.39/10.51	c 11	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
10.39/10.51	c 11	182 (60%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
10.39/10.52	c 11	212 (70%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
10.39/10.52	c 11	242 (80%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
10.39/10.52	c 11	272 (90%) CSP integer variables are encoded (5790 clauses, 73207 bytes)
10.39/10.52	c 11	302 (100%) CSP integer variables are encoded (5982 clauses, 75703 bytes)
3090.98/3107.44	c 3107	10 (10%) CSP clauses are encoded (2393062 clauses, 266833907 bytes)
3600.06/3617.02	c ERROR INTERRUPTED
3600.06/3617.11	s UNKNOWN
3600.06/3617.11	c 3617	CPU 0.63 (0.03 0 0.6 0.04)
3600.06/3617.11	c 3617	END Sat Jul 12 11:03:49 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111600-1215849812/watcher-1111600-1215849812 -o /tmp/evaluation-result-1111600-1215849812/solver-1111600-1215849812 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111600-1215849812.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.80 2.66 2.33 5/80 14627
/proc/meminfo: memFree=1381328/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=12268 CPUtime=0
/proc/14627/stat : 14627 (sugar) R 14625 14627 13717 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41684005 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14627/statm: 3067 316 241 3 0 167 0

[startup+0.052794 s]
/proc/loadavg: 2.80 2.66 2.33 5/80 14627
/proc/meminfo: memFree=1381328/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.03
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 41684005 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14627/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10288 s]
/proc/loadavg: 2.80 2.66 2.33 5/80 14627
/proc/meminfo: memFree=1381328/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.03
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41684005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14627/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302998 s]
/proc/loadavg: 2.80 2.66 2.33 5/80 14627
/proc/meminfo: memFree=1381328/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.03
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 41684005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14627/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702039 s]
/proc/loadavg: 2.80 2.66 2.33 5/80 14627
/proc/meminfo: memFree=1381328/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.03
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 41684005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14627/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 2.80 2.66 2.33 4/91 14649
/proc/meminfo: memFree=1372088/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 15 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864592 CPUtime=0.73
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 8517 0 1 0 70 3 0 0 20 0 9 0 41684080 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216148 7766 2540 9 0 210723 0
[pid=14641/tid=14642] ppid=14640 vsize=864592 CPUtime=0.39
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 2568 0 1 0 38 1 0 0 25 0 9 0 41684081 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864592 CPUtime=0.26
/proc/14641/task/14643/stat : 14643 (java) R 14640 14627 13717 0 -1 64 4918 0 0 0 25 1 0 0 16 0 9 0 41684082 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 104180286 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864592 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864592 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41684082 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864592 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864592 CPUtime=0.07
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 41684084 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864592 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864592 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885342208 7766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883548

[startup+3.10129 s]
/proc/loadavg: 2.80 2.66 2.33 3/91 14649
/proc/meminfo: memFree=1337144/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864844 CPUtime=2.34
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 22831 0 1 0 225 9 0 0 20 0 9 0 41684080 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216211 21542 2540 9 0 210786 0
[pid=14641/tid=14642] ppid=14640 vsize=864844 CPUtime=0.92
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 3146 0 1 0 91 1 0 0 25 0 9 0 41684081 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864844 CPUtime=1.32
/proc/14641/task/14643/stat : 14643 (java) R 14640 14627 13717 0 -1 64 18654 0 0 0 126 6 0 0 17 0 9 0 41684082 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864844 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864844 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41684082 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864844 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864844 CPUtime=0.07
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 41684084 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864844 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864844 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885600256 21542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883800

[startup+6.3026 s]
/proc/loadavg: 2.81 2.67 2.33 4/91 14649
/proc/meminfo: memFree=1234424/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864340 CPUtime=5.53
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 50230 0 1 0 535 18 0 0 20 0 9 0 41684080 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216085 48604 2540 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864340 CPUtime=2.02
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 4448 0 1 0 200 2 0 0 25 0 9 0 41684081 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 103215016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864340 CPUtime=3.43
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 44751 0 0 0 328 15 0 0 17 0 9 0 41684082 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864340 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864340 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41684082 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864340 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864340 CPUtime=0.07
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 334 0 0 0 7 0 0 0 17 0 9 0 41684084 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864340 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864340 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885084160 48604 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883296

[startup+12.7012 s]
/proc/loadavg: 2.83 2.67 2.34 3/91 14649
/proc/meminfo: memFree=1094776/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=11.93
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 96555 0 1 0 1157 36 0 0 20 0 9 0 41684080 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 74249 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=4.95
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 6310 0 1 0 492 3 0 0 25 0 9 0 41684081 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 103214683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=6.84
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 89190 0 0 0 653 31 0 0 16 0 9 0 41684082 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41684082 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864452 CPUtime=0.11
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 41684084 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885198848 74249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883408

[startup+25.5025 s]
/proc/loadavg: 2.87 2.69 2.35 3/91 14649
/proc/meminfo: memFree=1086328/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=24.72
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 97595 0 1 0 2436 36 0 0 20 0 9 0 41684080 885198848 75285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 75285 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=17.7
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 6314 0 1 0 1767 3 0 0 25 0 9 0 41684081 885198848 75285 996147200 134512640 134550740 4294955936 18446744073709551615 4126647684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=6.89
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 90226 0 0 0 658 31 0 0 16 0 9 0 41684082 885198848 75285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 75285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41684082 885198848 75285 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=3385.09
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 166288 0 1 0 338281 228 0 0 20 0 9 0 41684080 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 131946 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=3368.86
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 6992 0 1 0 336716 170 0 0 25 0 9 0 41684081 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=16.09
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 158233 0 0 0 1552 57 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864452 CPUtime=0.12
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3385.76
Current children cumulated vsize (KiB) 883408

[startup+3462.3 s]
/proc/loadavg: 2.36 2.55 2.59 3/93 14743
/proc/meminfo: memFree=715752/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=3444.8
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 166326 0 1 0 344235 245 0 0 20 0 9 0 41684080 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 131946 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=3428.35
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 7030 0 1 0 342649 186 0 0 25 0 9 0 41684081 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4126628917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=16.3
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 158233 0 0 0 1573 57 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864452 CPUtime=0.12
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3445.47
Current children cumulated vsize (KiB) 883408

[startup+3522.3 s]
/proc/loadavg: 2.22 2.48 2.56 3/91 14879
/proc/meminfo: memFree=695672/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=3504.73
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 166331 0 1 0 350224 249 0 0 20 0 9 0 41684080 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 131946 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=3488.21
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 7035 0 1 0 348631 190 0 0 25 0 9 0 41684081 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4126628874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=16.37
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 158233 0 0 0 1580 57 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864452 CPUtime=0.12
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3505.4
Current children cumulated vsize (KiB) 883408

[startup+3582.3 s]
/proc/loadavg: 2.08 2.39 2.52 3/91 14879
/proc/meminfo: memFree=695544/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=3564.7
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 166337 0 1 0 356221 249 0 0 20 0 9 0 41684080 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 131946 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=3548.09
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 7041 0 1 0 354619 190 0 0 25 0 9 0 41684081 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4126628954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=16.46
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 158233 0 0 0 1589 57 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864452 CPUtime=0.12
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3565.37
Current children cumulated vsize (KiB) 883408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617 s]
/proc/loadavg: 2.17 2.37 2.52 3/91 14879
/proc/meminfo: memFree=695608/2055920 swapFree=4192956/4192956
[pid=14627] ppid=14625 vsize=13600 CPUtime=0.67
/proc/14627/stat : 14627 (sugar) S 14625 14627 13717 0 -1 4194304 974 8248 0 1 3 0 60 4 16 0 1 0 41684005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14627/statm: 3400 797 370 3 0 500 0
[pid=14640] ppid=14627 vsize=5356 CPUtime=0
/proc/14640/stat : 14640 (sh) S 14627 14627 13717 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 41684080 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14640/statm: 1339 233 193 169 0 50 0
[pid=14641] ppid=14640 vsize=864452 CPUtime=3599.39
/proc/14641/stat : 14641 (java) S 14640 14627 13717 0 -1 0 166348 0 1 0 359690 249 0 0 20 0 9 0 41684080 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14641/statm: 216113 131946 2565 9 0 210660 0
[pid=14641/tid=14642] ppid=14640 vsize=864452 CPUtime=3582.61
/proc/14641/task/14642/stat : 14642 (java) R 14640 14627 13717 0 -1 64 7052 0 1 0 358071 190 0 0 25 0 9 0 41684081 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4126628901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14643] ppid=14640 vsize=864452 CPUtime=16.63
/proc/14641/task/14643/stat : 14643 (java) S 14640 14627 13717 0 -1 64 158233 0 0 0 1606 57 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14644] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14644/stat : 14644 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14645] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14645/stat : 14645 (java) S 14640 14627 13717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41684082 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14646] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14646/stat : 14646 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14647] ppid=14640 vsize=864452 CPUtime=0.12
/proc/14641/task/14647/stat : 14647 (java) S 14640 14627 13717 0 -1 64 366 0 0 0 12 0 0 0 16 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14648] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14648/stat : 14648 (java) S 14640 14627 13717 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14641/tid=14649] ppid=14640 vsize=864452 CPUtime=0
/proc/14641/task/14649/stat : 14649 (java) S 14640 14627 13717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41684084 885198848 131946 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 883408

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14627 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=639902
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=53991
# CPU time returned by wait4() is 0.693893
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.12
CPU time (s): 3600.06
CPU user time (s): 3597.53
CPU system time (s): 2.53
CPU usage (%): 99.5284
Max. virtual memory (cumulated for all children) (KiB): 909412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.639902
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9555
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 368
involuntary context switches= 241

runsolver used 4.56431 second user time and 11.9452 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-12 10:03:32
IDJOB=1111600
IDBENCH=61299
IDSOLVER=368
FILE ID=node12/1111600-1215849812
PBS_JOBID= 7903389
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-16_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111600-1215849812/watcher-1111600-1215849812 -o /tmp/evaluation-result-1111600-1215849812/solver-1111600-1215849812 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111600-1215849812.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f3042aa38b38c92d5b9f4103bbcfb99
RANDOM SEED=358923542

node12.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.212
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	: 5931.00
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.212
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:       1381872 kB
Buffers:         71236 kB
Cached:         302016 kB
SwapCached:          0 kB
Active:         435564 kB
Inactive:       171000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:         253728 kB
Slab:            52452 kB
Committed_AS:   959272 kB
PageTables:       2264 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= 66356 MiB
End job on node12 at 2008-07-12 11:03:51