Trace number 1065240

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+minisat? (MO) 133.147 137.647

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air02.xml
MD5SUM0baa4ee04c786b4ddfb73e2ce079a304
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.176
Satisfiable
(Un)Satisfiability was proved
Number of variables6774
Number of constraints100
Maximum constraint arity3729
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 06:37:01 2008
0.00/0.04	c 0	PID 10677
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1065240-1215146221.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065240-1215146221.xml' 'HOME/temp.csp'
1.47/1.59	c 2	1 domains, 6774 variables, 74 predicates, 0 relations, 100 constraints
1.56/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.60	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.56/1.68	c 2	Parsing HOME/temp.csp
14.89/15.12	c 15	parsed 6949 expressions
14.89/15.13	c 15	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.89/15.13	c 15	Converting to clausal form CSP
14.89/15.16	c 15	converted 695 (10%) expressions
14.89/15.17	c 15	converted 1390 (20%) expressions
14.89/15.18	c 15	converted 2085 (30%) expressions
14.89/15.18	c 15	converted 2780 (40%) expressions
14.89/15.18	c 15	converted 3475 (50%) expressions
14.89/15.18	c 15	converted 4170 (60%) expressions
14.89/15.18	c 15	converted 4865 (70%) expressions
14.89/15.18	c 15	converted 5560 (80%) expressions
14.89/15.18	c 15	converted 6255 (90%) expressions
24.69/25.08	c 25	converted 6949 (100%) expressions
24.69/25.10	c 25	CSP : 129684 integers, 0 booleans, 245920 clauses, largest domain size 1866
24.69/25.10	c 25	Heap : 187 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.69/25.10	c 25	Propagation in CSP
27.76/28.19	c 28	531203 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.86/28.20	c 29	CSP : 129684 integers, 0 booleans, 245920 clauses, largest domain size 1866
27.86/28.20	c 29	Heap : 197 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.86/28.27	c 29	Simplifing CSP by introducing new Boolean variables
27.97/28.35	c 29	CSP : 129684 integers, 0 booleans, 245920 clauses, largest domain size 1866
27.97/28.35	c 29	Heap : 197 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.75/29.12	c 29	Encoding CSP to SAT : HOME/temp.cnf
28.85/29.21	c 30	12969 (10%) CSP integer variables are encoded (20769 clauses, 306968 bytes)
28.85/29.28	c 30	25937 (20%) CSP integer variables are encoded (73193 clauses, 1093328 bytes)
28.95/29.35	c 30	38906 (30%) CSP integer variables are encoded (124044 clauses, 1957495 bytes)
29.05/29.44	c 30	51874 (40%) CSP integer variables are encoded (181494 clauses, 2934145 bytes)
29.15/29.52	c 30	64842 (50%) CSP integer variables are encoded (238780 clauses, 3908007 bytes)
29.25/29.61	c 30	77811 (60%) CSP integer variables are encoded (297811 clauses, 4911534 bytes)
29.25/29.69	c 30	90779 (70%) CSP integer variables are encoded (350148 clauses, 5801263 bytes)
29.35/29.78	c 30	103748 (80%) CSP integer variables are encoded (410381 clauses, 6825224 bytes)
29.44/29.87	c 30	116716 (90%) CSP integer variables are encoded (470927 clauses, 7854506 bytes)
29.54/29.95	c 30	129684 (100%) CSP integer variables are encoded (531203 clauses, 8879198 bytes)
32.81/33.28	c 34	24592 (10%) CSP clauses are encoded (2500891 clauses, 50262279 bytes)
37.86/38.57	c 39	49184 (20%) CSP clauses are encoded (5455625 clauses, 117023874 bytes)
44.54/45.37	c 46	73776 (30%) CSP clauses are encoded (9324089 clauses, 210713684 bytes)
51.89/53.03	c 53	98368 (40%) CSP clauses are encoded (13541381 clauses, 312962506 bytes)
61.71/63.33	c 64	122960 (50%) CSP clauses are encoded (19242637 clauses, 451446427 bytes)
70.56/72.45	c 73	147552 (60%) CSP clauses are encoded (24415939 clauses, 577082804 bytes)
81.27/83.56	c 84	172144 (70%) CSP clauses are encoded (30655789 clauses, 728738110 bytes)
92.61/95.33	c 96	196736 (80%) CSP clauses are encoded (37258251 clauses, 889320564 bytes)
104.68/107.77	c 108	221328 (90%) CSP clauses are encoded (44315371 clauses, 1061150032 bytes)
122.12/125.67	c 126	245920 (100%) CSP clauses are encoded (54522623 clauses, 1310006295 bytes)
122.12/125.67	c 126	245920 CSP clauses encoded
122.12/125.67	c 126	Writing map file : HOME/temp.map
122.18/125.74	c 126	Heap : 128 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.18/125.74	c 126	SAT : 660887 SAT variables, 54522623 SAT clauses, 1310006295 bytes
122.18/125.74	c 126	Heap : 128 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.24/125.82	c 126	SOLVING HOME/temp.cnf
122.24/125.82	c 126	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
122.24/125.83	c 126	This is MiniSat 2.0 beta
122.24/125.83	c 126	WARNING: for repeatability, setting FPU to use double precision
122.24/125.83	c 126	============================[ Problem Statistics ]=============================
122.24/125.83	c 126	|                                                                             |
122.24/125.83	c 126	|  Number of variables:  660887                                               |
122.24/125.83	c 126	|  Number of clauses:    54522623                                             |
132.58/136.53	c ERROR INTERRUPTED
132.69/136.66	s UNKNOWN
132.69/136.66	c 137	CPU 114.35 (0.03 0.01 114.32 7.92)
132.69/136.66	c 137	END Fri Jul  4 06:39:18 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-1065240-1215146221/watcher-1065240-1215146221 -o /tmp/evaluation-result-1065240-1215146221/solver-1065240-1215146221 -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/minisat -tmp=HOME/temp HOME/instance-1065240-1215146221.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: 2.02 2.05 2.01 3/80 10677
/proc/meminfo: memFree=1658104/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=12268 CPUtime=0
/proc/10677/stat : 10677 (sugar) R 10675 10677 10210 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1993594461 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/10677/statm: 3067 316 241 3 0 167 0

[startup+0.00903807 s]
/proc/loadavg: 2.02 2.05 2.01 3/80 10677
/proc/meminfo: memFree=1658104/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=12272 CPUtime=0
/proc/10677/stat : 10677 (sugar) R 10675 10677 10210 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 1993594461 12566528 377 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 0 0 0
/proc/10677/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10105 s]
/proc/loadavg: 2.02 2.05 2.01 3/80 10677
/proc/meminfo: memFree=1658104/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=0.03
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1993594461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301074 s]
/proc/loadavg: 2.02 2.05 2.01 3/80 10677
/proc/meminfo: memFree=1658104/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=0.03
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1993594461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701119 s]
/proc/loadavg: 2.02 2.05 2.01 3/80 10677
/proc/meminfo: memFree=1658104/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=0.03
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1993594461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50163 s]
/proc/loadavg: 2.02 2.05 2.01 3/91 10689
/proc/meminfo: memFree=1631136/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=0.03
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1993594461 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10677/statm: 3400 796 370 3 0 500 0
[pid=10680] ppid=10677 vsize=5356 CPUtime=0
/proc/10680/stat : 10680 (sh) S 10677 10677 10210 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 1993594465 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10680/statm: 1339 233 193 169 0 50 0
[pid=10681] ppid=10680 vsize=864688 CPUtime=1.44
/proc/10681/stat : 10681 (java) S 10680 10677 10210 0 -1 0 10577 0 1 0 136 8 0 0 20 0 9 0 1993594466 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10681/statm: 216172 9716 2529 9 0 210754 0
[pid=10681/tid=10682] ppid=10680 vsize=864688 CPUtime=1.13
/proc/10681/task/10682/stat : 10682 (java) R 10680 10677 10210 0 -1 64 2937 0 1 0 110 3 0 0 25 0 9 0 1993594467 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4126755531 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10683] ppid=10680 vsize=864688 CPUtime=0.15
/proc/10681/task/10683/stat : 10683 (java) S 10680 10677 10210 0 -1 64 6419 0 0 0 12 3 0 0 16 0 9 0 1993594468 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10684] ppid=10680 vsize=864688 CPUtime=0
/proc/10681/task/10684/stat : 10684 (java) S 10680 10677 10210 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993594468 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10685] ppid=10680 vsize=864688 CPUtime=0
/proc/10681/task/10685/stat : 10685 (java) S 10680 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993594468 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10686] ppid=10680 vsize=864688 CPUtime=0
/proc/10681/task/10686/stat : 10686 (java) S 10680 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993594470 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10687] ppid=10680 vsize=864688 CPUtime=0.13
/proc/10681/task/10687/stat : 10687 (java) S 10680 10677 10210 0 -1 64 521 0 0 0 13 0 0 0 16 0 9 0 1993594470 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10688] ppid=10680 vsize=864688 CPUtime=0
/proc/10681/task/10688/stat : 10688 (java) S 10680 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993594470 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10681/tid=10689] ppid=10680 vsize=864688 CPUtime=0
/proc/10681/task/10689/stat : 10689 (java) S 10680 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594470 885440512 9716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883644

[startup+3.106 s]
/proc/loadavg: 2.02 2.05 2.01 3/91 10699
/proc/meminfo: memFree=1643416/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=1.57
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 973 11474 0 1 2 1 144 10 15 0 1 0 1993594461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 797 370 3 0 500 0
[pid=10690] ppid=10677 vsize=5356 CPUtime=0
/proc/10690/stat : 10690 (sh) S 10677 10677 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993594622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10690/statm: 1339 233 193 169 0 50 0
[pid=10691] ppid=10690 vsize=864100 CPUtime=1.47
/proc/10691/stat : 10691 (java) S 10690 10677 10210 0 -1 0 7458 0 1 0 142 5 0 0 19 0 9 0 1993594622 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10691/statm: 216025 6508 2532 9 0 210607 0
[pid=10691/tid=10692] ppid=10690 vsize=864100 CPUtime=0.89
/proc/10691/task/10692/stat : 10692 (java) R 10690 10677 10210 0 -1 64 2674 0 1 0 88 1 0 0 25 0 9 0 1993594623 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10693] ppid=10690 vsize=864100 CPUtime=0.48
/proc/10691/task/10693/stat : 10693 (java) R 10690 10677 10210 0 -1 64 3751 0 0 0 46 2 0 0 16 0 9 0 1993594624 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 102721918 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10694] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10694/stat : 10694 (java) S 10690 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993594624 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10695] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10695/stat : 10695 (java) S 10690 10677 10210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993594624 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10696] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10696/stat : 10696 (java) S 10690 10677 10210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993594626 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10697] ppid=10690 vsize=864100 CPUtime=0.06
/proc/10691/task/10697/stat : 10697 (java) S 10690 10677 10210 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1993594626 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10698] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10698/stat : 10698 (java) S 10690 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993594626 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10699] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10699/stat : 10699 (java) S 10690 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594626 884838400 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883056

[startup+6.30279 s]
/proc/loadavg: 2.10 2.07 2.01 3/91 10699
/proc/meminfo: memFree=1625304/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=1.57
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 973 11474 0 1 2 1 144 10 15 0 1 0 1993594461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 797 370 3 0 500 0
[pid=10690] ppid=10677 vsize=5356 CPUtime=0
/proc/10690/stat : 10690 (sh) S 10677 10677 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993594622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10690/statm: 1339 233 193 169 0 50 0
[pid=10691] ppid=10690 vsize=864100 CPUtime=4.63
/proc/10691/stat : 10691 (java) S 10690 10677 10210 0 -1 0 14164 0 1 0 452 11 0 0 19 0 9 0 1993594622 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10691/statm: 216025 9886 2532 9 0 210607 0
[pid=10691/tid=10692] ppid=10690 vsize=864100 CPUtime=2.58
/proc/10691/task/10692/stat : 10692 (java) R 10690 10677 10210 0 -1 64 3146 0 1 0 256 2 0 0 25 0 9 0 1993594623 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4126474980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10693] ppid=10690 vsize=864100 CPUtime=1.95
/proc/10691/task/10693/stat : 10693 (java) S 10690 10677 10210 0 -1 64 9985 0 0 0 188 7 0 0 16 0 9 0 1993594624 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10694] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10694/stat : 10694 (java) S 10690 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993594624 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10695] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10695/stat : 10695 (java) S 10690 10677 10210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993594624 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10696] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10696/stat : 10696 (java) S 10690 10677 10210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993594626 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10697] ppid=10690 vsize=864100 CPUtime=0.06
/proc/10691/task/10697/stat : 10697 (java) S 10690 10677 10210 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1993594626 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10698] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10698/stat : 10698 (java) S 10690 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993594626 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10699] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10699/stat : 10699 (java) S 10690 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594626 884838400 9886 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883056

[startup+12.7025 s]
/proc/loadavg: 2.09 2.07 2.01 3/91 10699
/proc/meminfo: memFree=1600856/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=1.57
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 973 11474 0 1 2 1 144 10 15 0 1 0 1993594461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 797 370 3 0 500 0
[pid=10690] ppid=10677 vsize=5356 CPUtime=0
/proc/10690/stat : 10690 (sh) S 10677 10677 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993594622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10690/statm: 1339 233 193 169 0 50 0
[pid=10691] ppid=10690 vsize=864100 CPUtime=10.95
/proc/10691/stat : 10691 (java) S 10690 10677 10210 0 -1 0 53450 0 1 0 1063 32 0 0 19 0 9 0 1993594622 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10691/statm: 216025 15791 2532 9 0 210607 0
[pid=10691/tid=10692] ppid=10690 vsize=864100 CPUtime=5.94
/proc/10691/task/10692/stat : 10692 (java) R 10690 10677 10210 0 -1 64 3620 0 1 0 590 4 0 0 25 0 9 0 1993594623 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10693] ppid=10690 vsize=864100 CPUtime=4.92
/proc/10691/task/10693/stat : 10693 (java) R 10690 10677 10210 0 -1 64 48797 0 0 0 465 27 0 0 15 0 9 0 1993594624 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 103829558 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10694] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10694/stat : 10694 (java) S 10690 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993594624 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10695] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10695/stat : 10695 (java) S 10690 10677 10210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993594624 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10696] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10696/stat : 10696 (java) S 10690 10677 10210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993594626 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10697] ppid=10690 vsize=864100 CPUtime=0.07
/proc/10691/task/10697/stat : 10697 (java) S 10690 10677 10210 0 -1 64 336 0 0 0 7 0 0 0 17 0 9 0 1993594626 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10698] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10698/stat : 10698 (java) S 10690 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993594626 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10699] ppid=10690 vsize=864100 CPUtime=0
/proc/10691/task/10699/stat : 10699 (java) S 10690 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594626 884838400 15791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883056

[startup+25.5011 s]
/proc/loadavg: 2.14 2.08 2.02 3/91 10699
/proc/meminfo: memFree=1445656/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=1.58
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 974 11474 0 1 3 1 144 10 16 0 1 0 1993594461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 797 370 3 0 500 0
[pid=10690] ppid=10677 vsize=5356 CPUtime=0
/proc/10690/stat : 10690 (sh) S 10677 10677 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993594622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10690/statm: 1339 233 193 169 0 50 0
[pid=10691] ppid=10690 vsize=868424 CPUtime=23.61
/proc/10691/stat : 10691 (java) S 10690 10677 10210 0 -1 0 105297 0 1 0 2307 54 0 0 19 0 9 0 1993594622 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10691/statm: 217106 54480 2540 9 0 211681 0
[pid=10691/tid=10692] ppid=10690 vsize=868424 CPUtime=14.01
/proc/10691/task/10692/stat : 10692 (java) R 10690 10677 10210 0 -1 64 5816 0 1 0 1395 6 0 0 25 0 9 0 1993594623 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4126622432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10693] ppid=10690 vsize=868424 CPUtime=9.36
/proc/10691/task/10693/stat : 10693 (java) S 10690 10677 10210 0 -1 64 97274 0 0 0 889 47 0 0 16 0 9 0 1993594624 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10694] ppid=10690 vsize=868424 CPUtime=0
/proc/10691/task/10694/stat : 10694 (java) S 10690 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993594624 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10695] ppid=10690 vsize=868424 CPUtime=0
/proc/10691/task/10695/stat : 10695 (java) S 10690 10677 10210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993594624 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10696] ppid=10690 vsize=868424 CPUtime=0
/proc/10691/task/10696/stat : 10696 (java) S 10690 10677 10210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993594626 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10697] ppid=10690 vsize=868424 CPUtime=0.21
/proc/10691/task/10697/stat : 10697 (java) S 10690 10677 10210 0 -1 64 1510 0 0 0 21 0 0 0 16 0 9 0 1993594626 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10698] ppid=10690 vsize=868424 CPUtime=0
/proc/10691/task/10698/stat : 10698 (java) S 10690 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993594626 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10699] ppid=10690 vsize=868424 CPUtime=0
/proc/10691/task/10699/stat : 10699 (java) S 10690 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594626 889266176 54480 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887380

[startup+51.1021 s]
/proc/loadavg: 2.17 2.09 2.02 3/91 10699
/proc/meminfo: memFree=1159960/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=1.58
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 974 11474 0 1 3 1 144 10 16 0 1 0 1993594461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 797 370 3 0 500 0
[pid=10690] ppid=10677 vsize=5356 CPUtime=0
/proc/10690/stat : 10690 (sh) S 10677 10677 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993594622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10690/statm: 1339 233 193 169 0 50 0
[pid=10691] ppid=10690 vsize=868536 CPUtime=48.45
/proc/10691/stat : 10691 (java) S 10690 10677 10210 0 -1 0 107097 0 1 0 4631 214 0 0 19 0 9 0 1993594622 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10691/statm: 217134 54791 2565 9 0 211681 0
[pid=10691/tid=10692] ppid=10690 vsize=868536 CPUtime=37.57
/proc/10691/task/10692/stat : 10692 (java) R 10690 10677 10210 0 -1 64 6346 0 1 0 3595 162 0 0 25 0 9 0 1993594623 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4127053680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10693] ppid=10690 vsize=868536 CPUtime=10.58
/proc/10691/task/10693/stat : 10693 (java) S 10690 10677 10210 0 -1 64 98512 0 0 0 1008 50 0 0 16 0 9 0 1993594624 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10694] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10694/stat : 10694 (java) S 10690 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993594624 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10695] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10695/stat : 10695 (java) S 10690 10677 10210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993594624 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10696] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10696/stat : 10696 (java) S 10690 10677 10210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10697] ppid=10690 vsize=868536 CPUtime=0.26
/proc/10691/task/10697/stat : 10697 (java) S 10690 10677 10210 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10698] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10698/stat : 10698 (java) S 10690 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10699] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10699/stat : 10699 (java) S 10690 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 887492

[startup+102.307 s]
/proc/loadavg: 2.33 2.14 2.04 3/91 10699
/proc/meminfo: memFree=453272/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=1.58
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 974 11474 0 1 3 1 144 10 16 0 1 0 1993594461 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 797 370 3 0 500 0
[pid=10690] ppid=10677 vsize=5356 CPUtime=0
/proc/10690/stat : 10690 (sh) S 10677 10677 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993594622 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10690/statm: 1339 233 193 169 0 50 0
[pid=10691] ppid=10690 vsize=868536 CPUtime=97.85
/proc/10691/stat : 10691 (java) S 10690 10677 10210 0 -1 0 108154 0 1 0 9186 599 0 0 19 0 9 0 1993594622 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10691/statm: 217134 54791 2565 9 0 211681 0
[pid=10691/tid=10692] ppid=10690 vsize=868536 CPUtime=86.23
/proc/10691/task/10692/stat : 10692 (java) R 10690 10677 10210 0 -1 64 7403 0 1 0 8082 541 0 0 25 0 9 0 1993594623 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4126478433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10693] ppid=10690 vsize=868536 CPUtime=11.33
/proc/10691/task/10693/stat : 10693 (java) S 10690 10677 10210 0 -1 64 98512 0 0 0 1077 56 0 0 16 0 9 0 1993594624 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10694] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10694/stat : 10694 (java) S 10690 10677 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993594624 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10695] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10695/stat : 10695 (java) S 10690 10677 10210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993594624 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10696] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10696/stat : 10696 (java) S 10690 10677 10210 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10697] ppid=10690 vsize=868536 CPUtime=0.26
/proc/10691/task/10697/stat : 10697 (java) S 10690 10677 10210 0 -1 64 1542 0 0 0 26 0 0 0 16 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10698] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10698/stat : 10698 (java) S 10690 10677 10210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10691/tid=10699] ppid=10690 vsize=868536 CPUtime=0
/proc/10691/task/10699/stat : 10699 (java) S 10690 10677 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993594626 889380864 54791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.43
Current children cumulated vsize (KiB) 887492



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+136.502 s]
/proc/loadavg: 2.29 2.15 2.04 3/83 10701
/proc/meminfo: memFree=15064/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=122.27
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 1033 120437 0 2 3 1 11432 791 16 0 1 0 1993594461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10677/statm: 3400 799 370 3 0 500 0
[pid=10700] ppid=10677 vsize=5356 CPUtime=0
/proc/10700/stat : 10700 (sh) S 10677 10677 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993607044 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10700/statm: 1339 232 193 169 0 50 0
[pid=10701] ppid=10700 vsize=906992 CPUtime=10.31
/proc/10701/stat : 10701 (minisat) R 10700 10677 10210 0 -1 4194304 221183 0 0 0 892 139 0 0 25 0 1 0 1993607044 928759808 221169 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/10701/statm: 226748 221169 62 150 0 226595 0
Current children cumulated CPU time (s) 132.58
Current children cumulated vsize (KiB) 925948

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

[startup+136.638 s]
/proc/loadavg: 2.29 2.15 2.04 3/83 10701
/proc/meminfo: memFree=15064/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=122.27
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 1044 120437 0 2 3 1 11432 791 16 0 1 0 1993594461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10677/statm: 3400 799 370 3 0 500 0
[pid=10700] ppid=10677 vsize=0 CPUtime=0
/proc/10700/stat : 10700 (sh) Z 10677 10677 10210 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1993607044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/10700/statm: 0 0 0 0 0 0 0
[pid=10701] ppid=1 vsize=0 CPUtime=10.42
/proc/10701/stat : 10701 (minisat) R 1 10677 10210 0 -1 4195332 221245 0 0 0 892 150 0 0 25 0 1 0 1993607044 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/10701/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 132.69
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (122.31 s) is less than in the last sample (132.69 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.38 s) to the 'lost time'.

[startup+136.702 s]
/proc/loadavg: 2.29 2.15 2.04 3/83 10701
/proc/meminfo: memFree=15064/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=122.31
/proc/10677/stat : 10677 (sugar) R 10675 10677 10210 0 -1 4194304 1069 120714 0 2 3 4 11432 792 16 0 1 0 1993594461 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10677/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 122.31
Current children cumulated vsize (KiB) 13600

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

[startup+136.638 s]
/proc/loadavg: 2.29 2.15 2.04 3/83 10701
/proc/meminfo: memFree=15064/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=122.27
/proc/10677/stat : 10677 (sugar) S 10675 10677 10210 0 -1 4194304 1044 120437 0 2 3 1 11432 791 16 0 1 0 1993594461 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10677/statm: 3400 799 370 3 0 500 0
[pid=10700] ppid=10677 vsize=0 CPUtime=0
/proc/10700/stat : 10700 (sh) Z 10677 10677 10210 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1993607044 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/10700/statm: 0 0 0 0 0 0 0
[pid=10701] ppid=1 vsize=0 CPUtime=10.42
/proc/10701/stat : 10701 (minisat) R 1 10677 10210 0 -1 4195332 221245 0 0 0 892 150 0 0 25 0 1 0 1993607044 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/10701/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 132.69
Current children cumulated vsize (KiB) 13600

[startup+137.402 s]
/proc/loadavg: 2.29 2.15 2.04 2/82 10702
/proc/meminfo: memFree=1825632/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=122.73
/proc/10677/stat : 10677 (sugar) R 10675 10677 10210 0 -1 4194304 1069 120714 0 2 3 46 11432 792 18 0 1 0 1993594461 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10677/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 122.73
Current children cumulated vsize (KiB) 13600

[startup+137.602 s]
/proc/loadavg: 2.29 2.15 2.04 2/82 10702
/proc/meminfo: memFree=1825632/2055920 swapFree=4179912/4192956
[pid=10677] ppid=10675 vsize=13600 CPUtime=122.74
/proc/10677/stat : 10677 (sugar) D 10675 10677 10210 0 -1 4194304 1069 120714 0 2 3 47 11432 792 18 0 1 0 1993594461 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10677/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 122.74
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.38
#  lost CPU user time (s): 8.92
#  lost CPU system time (s): 1.46

Real time (s): 137.647
CPU time (s): 133.147
CPU user time (s): 123.281
CPU system time (s): 9.86672
CPU usage (%): 96.7313
Max. virtual memory (cumulated for all children) (KiB): 925948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.361
system time used= 8.40672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121814
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= 29099
involuntary context switches= 32393

runsolver used 0.180972 second user time and 0.530919 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 06:37:01
IDJOB=1065240
IDBENCH=55049
IDSOLVER=346
FILE ID=node53/1065240-1215146221
PBS_JOBID= 7877390
Free space on /tmp= 65196 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air02.xml
COMMAND LINE= DIR/sugar -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-1065240-1215146221/watcher-1065240-1215146221 -o /tmp/evaluation-result-1065240-1215146221/solver-1065240-1215146221 -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/minisat" -tmp="HOME/temp" HOME/instance-1065240-1215146221.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0baa4ee04c786b4ddfb73e2ce079a304
RANDOM SEED=1319223173

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1658648 kB
Buffers:         47916 kB
Cached:         152940 kB
SwapCached:       7428 kB
Active:         251888 kB
Inactive:        88640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658648 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            6004 kB
Writeback:           0 kB
Mapped:         155564 kB
Slab:            41980 kB
Committed_AS:  4619636 kB
PageTables:       2004 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= 65192 MiB
End job on node53 at 2008-07-04 06:39:20