Trace number 1087641

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? (TO) 1800.15 1804.13

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-8.xml
MD5SUM76623dd14fd0d4ce7a960393ffa043ab
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.9359
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
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  5 10:04:20 2008
0.00/0.05	c 0	PID 4909
0.03/0.05	c 0	HOST node9.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1087641-1215245059.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-1087641-1215245059.xml' 'HOME/temp.csp'
1.06/1.11	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
1.06/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.16	c 1	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.08/1.24	c 1	Parsing HOME/temp.csp
1.08/1.87	c 1	parsed 9815 expressions
1.08/1.88	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.88	c 1	Converting to clausal form CSP
2.28/2.49	c 2	converted 982 (10%) expressions
5.07/5.27	c 5	converted 1963 (20%) expressions
7.14/7.34	c 7	converted 2945 (30%) expressions
8.81/9.08	c 9	converted 3926 (40%) expressions
10.60/10.84	c 10	converted 4908 (50%) expressions
12.68/12.94	c 12	converted 5889 (60%) expressions
14.17/14.48	c 14	converted 6871 (70%) expressions
15.54/15.87	c 15	converted 7852 (80%) expressions
17.73/18.03	c 18	converted 8834 (90%) expressions
19.21/19.54	c 19	converted 9815 (100%) expressions
19.21/19.54	c 19	CSP : 1600 integers, 25793 booleans, 51270 clauses, largest domain size 2717
19.21/19.54	c 19	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.21/19.54	c 19	Propagation in CSP
20.00/20.34	c 20	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.00/20.35	c 20	CSP : 1600 integers, 25793 booleans, 51270 clauses, largest domain size 2717
20.00/20.35	c 20	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.00/20.38	c 20	Simplifing CSP by introducing new Boolean variables
20.10/20.47	c 20	CSP : 1600 integers, 42695 booleans, 68172 clauses, largest domain size 2717
20.10/20.47	c 20	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.00/21.31	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.59/21.90	c 21	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
21.98/22.35	c 22	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
22.48/22.86	c 22	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
22.97/23.39	c 23	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
23.57/23.92	c 23	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
23.77/24.18	c 24	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
24.06/24.40	c 24	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
24.26/24.63	c 24	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
24.46/24.88	c 24	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
24.66/25.09	c 25	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
38.17/38.78	c 38	6818 (10%) CSP clauses are encoded (2877540 clauses, 56737721 bytes)
47.39/48.02	c 48	13635 (20%) CSP clauses are encoded (4508075 clauses, 92033500 bytes)
54.90/55.69	c 55	20452 (30%) CSP clauses are encoded (5975923 clauses, 124653040 bytes)
59.84/60.66	c 60	27269 (40%) CSP clauses are encoded (7171965 clauses, 152726692 bytes)
62.69/63.58	c 63	34086 (50%) CSP clauses are encoded (7908338 clauses, 169962306 bytes)
65.64/66.57	c 66	40904 (60%) CSP clauses are encoded (8724448 clauses, 189267463 bytes)
68.42/69.32	c 69	47721 (70%) CSP clauses are encoded (9541249 clauses, 208845817 bytes)
71.95/72.98	c 73	54538 (80%) CSP clauses are encoded (10610746 clauses, 234321718 bytes)
74.41/75.41	c 75	61355 (90%) CSP clauses are encoded (11328867 clauses, 251622273 bytes)
77.54/78.67	c 78	68172 (100%) CSP clauses are encoded (12255124 clauses, 273868818 bytes)
77.54/78.68	c 78	68172 CSP clauses encoded
77.54/78.68	c 78	Writing map file : HOME/temp.map
77.64/78.74	c 78	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
77.64/78.74	c 78	SAT : 984993 SAT variables, 12255124 SAT clauses, 273868818 bytes
77.64/78.74	c 78	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
77.64/78.78	c 78	SOLVING HOME/temp.cnf
77.64/78.78	c 78	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
77.64/78.78	c 78	This is MiniSat 2.0 beta
77.64/78.78	c 78	WARNING: for repeatability, setting FPU to use double precision
77.64/78.79	c 78	============================[ Problem Statistics ]=============================
77.64/78.79	c 78	|                                                                             |
77.64/78.79	c 78	|  Number of variables:  984993                                               |
77.64/78.79	c 78	|  Number of clauses:    12255124                                             |
84.64/85.88	c 85	|  Parsing time:         6.10         s                                       |
85.03/86.23	c 86	============================[ Search Statistics ]==============================
85.03/86.23	c 86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
85.03/86.23	c 86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
85.03/86.23	c 86	===============================================================================
85.03/86.23	c 86	|         0 |  984978 12255016 33346461 |  4085005        0    nan |  0.000 % |
85.82/87.03	c 87	|       101 |  984977 12255016 33346461 |  4493505      100      3 |  0.006 % |
86.91/88.16	c 88	|       251 |  984973 12255016 33346461 |  4942856      247      3 |  0.035 % |
88.70/89.99	c 90	|       477 |  984970 12255016 33346461 |  5437142      469      3 |  0.190 % |
92.37/93.65	c 93	|       814 |  984967 12255016 33346461 |  5980856      805      3 |  0.227 % |
96.13/97.40	c 97	|      1320 |  984965 12255016 33346461 |  6578941     1309      5 |  0.235 % |
105.35/106.73	c 106	|      2079 |  982603 12230499 33280287 |  7236836     2050      5 |  1.414 % |
114.65/116.11	c 116	|      3218 |  970881 12065656 32828694 |  7960519     3153      6 |  3.406 % |
131.39/133.09	c 133	|      4927 |  936716 11636500 31673517 |  8756571     4805      6 |  5.914 % |
156.45/158.45	c 158	|      7489 |  906427 11229186 30567565 |  9632228     7310      7 |  8.168 % |
193.35/195.73	c 195	|     11333 |  872308 10739666 29230089 | 10595451    11053      8 | 12.883 % |
246.46/248.96	c 248	|     17099 |  804069  9920068 27034409 | 11654996    16610      9 | 19.215 % |
317.99/320.55	c 320	|     25748 |  742339  9169527 25027944 | 12820496    25127      9 | 25.164 % |
434.10/436.71	c 436	|     38724 |  680203  8557582 23433708 | 14102546    37845     10 | 32.266 % |
602.74/605.54	c 605	|     58185 |  581233  7493783 20633430 | 15512800    57080     10 | 41.890 % |
857.39/860.46	c 860	|     87377 |  507521  6657893 18415361 | 17064081    85882     10 | 48.559 % |
1238.05/1241.43	c 1241	|    131167 |  444359  5986024 16651536 | 18770489   129232     10 | 54.887 % |
1800.01/1803.92	c ERROR INTERRUPTED
1800.01/1804.01	s UNKNOWN
1800.01/1804.01	c 1804	CPU 75.61 (0.04 0.01 75.57 2.09)
1800.01/1804.01	c 1804	END Sat Jul  5 10:34:24 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-1087641-1215245059/watcher-1087641-1215245059 -o /tmp/evaluation-result-1087641-1215245059/solver-1087641-1215245059 -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-1087641-1215245059.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.08 2.02 2.00 4/81 4909
/proc/meminfo: memFree=1307600/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=12268 CPUtime=0
/proc/4909/stat : 4909 (sugar) R 4907 4909 3359 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1554182193 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4909/statm: 3067 316 241 3 0 167 0

[startup+0.0510259 s]
/proc/loadavg: 2.08 2.02 2.00 4/81 4909
/proc/meminfo: memFree=1307600/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=0.03
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1554182193 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102058 s]
/proc/loadavg: 2.08 2.02 2.00 4/81 4909
/proc/meminfo: memFree=1307600/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=0.04
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554182193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301599 s]
/proc/loadavg: 2.08 2.02 2.00 4/81 4909
/proc/meminfo: memFree=1307600/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=0.04
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554182193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701683 s]
/proc/loadavg: 2.08 2.02 2.00 4/81 4909
/proc/meminfo: memFree=1307600/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=0.04
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554182193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 4921
/proc/meminfo: memFree=1285816/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=1.08
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 973 8891 0 1 3 1 99 5 16 0 1 0 1554182193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10187 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 4931
/proc/meminfo: memFree=1293112/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=1.08
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 974 8891 0 1 3 1 99 5 15 0 1 0 1554182193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 797 370 3 0 500 0
[pid=4922] ppid=4909 vsize=5356 CPUtime=0
/proc/4922/stat : 4922 (sh) S 4909 4909 3359 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554182309 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4922/statm: 1339 233 193 169 0 50 0
[pid=4923] ppid=4922 vsize=868404 CPUtime=1.91
/proc/4923/stat : 4923 (java) S 4922 4909 3359 0 -1 0 8569 0 1 0 186 5 0 0 18 0 9 0 1554182310 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4923/statm: 217101 7694 2541 9 0 211676 0
[pid=4923/tid=4924] ppid=4922 vsize=868404 CPUtime=1.43
/proc/4923/task/4924/stat : 4924 (java) R 4922 4909 3359 0 -1 64 2666 0 1 0 142 1 0 0 25 0 9 0 1554182311 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4925] ppid=4922 vsize=868404 CPUtime=0.26
/proc/4923/task/4925/stat : 4925 (java) S 4922 4909 3359 0 -1 64 3751 0 0 0 25 1 0 0 15 0 9 0 1554182312 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4926] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4926/stat : 4926 (java) S 4922 4909 3359 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554182312 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4927] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4927/stat : 4927 (java) S 4922 4909 3359 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554182312 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4928] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4928/stat : 4928 (java) S 4922 4909 3359 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554182314 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4929] ppid=4922 vsize=868404 CPUtime=0.19
/proc/4923/task/4929/stat : 4929 (java) S 4922 4909 3359 0 -1 64 1455 0 0 0 18 1 0 0 16 0 9 0 1554182314 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4930] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4930/stat : 4930 (java) S 4922 4909 3359 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554182314 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4931] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4931/stat : 4931 (java) S 4922 4909 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554182314 889245696 7694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887360

[startup+6.30276 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 4931
/proc/meminfo: memFree=1272056/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=1.08
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 974 8891 0 1 3 1 99 5 16 0 1 0 1554182193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 797 370 3 0 500 0
[pid=4922] ppid=4909 vsize=5356 CPUtime=0
/proc/4922/stat : 4922 (sh) S 4909 4909 3359 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554182309 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4922/statm: 1339 233 193 169 0 50 0
[pid=4923] ppid=4922 vsize=868404 CPUtime=5.08
/proc/4923/stat : 4923 (java) S 4922 4909 3359 0 -1 0 12967 0 1 0 499 9 0 0 18 0 9 0 1554182310 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4923/statm: 217101 11938 2540 9 0 211676 0
[pid=4923/tid=4924] ppid=4922 vsize=868404 CPUtime=4.06
/proc/4923/task/4924/stat : 4924 (java) R 4922 4909 3359 0 -1 64 3013 0 1 0 404 2 0 0 25 0 9 0 1554182311 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4925] ppid=4922 vsize=868404 CPUtime=0.77
/proc/4923/task/4925/stat : 4925 (java) S 4922 4909 3359 0 -1 64 7795 0 0 0 73 4 0 0 16 0 9 0 1554182312 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4926] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4926/stat : 4926 (java) S 4922 4909 3359 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554182312 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4927] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4927/stat : 4927 (java) S 4922 4909 3359 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554182312 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4928] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4928/stat : 4928 (java) S 4922 4909 3359 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554182314 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4929] ppid=4922 vsize=868404 CPUtime=0.21
/proc/4923/task/4929/stat : 4929 (java) S 4922 4909 3359 0 -1 64 1462 0 0 0 20 1 0 0 15 0 9 0 1554182314 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4930] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4930/stat : 4930 (java) S 4922 4909 3359 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554182314 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4931] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4931/stat : 4931 (java) S 4922 4909 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554182314 889245696 11938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887360

[startup+12.702 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 4931
/proc/meminfo: memFree=1230520/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=1.08
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 974 8891 0 1 3 1 99 5 16 0 1 0 1554182193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 797 370 3 0 500 0
[pid=4922] ppid=4909 vsize=5356 CPUtime=0
/proc/4922/stat : 4922 (sh) S 4909 4909 3359 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554182309 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4922/statm: 1339 233 193 169 0 50 0
[pid=4923] ppid=4922 vsize=868404 CPUtime=11.4
/proc/4923/stat : 4923 (java) S 4922 4909 3359 0 -1 0 30358 0 1 0 1122 18 0 0 18 0 9 0 1554182310 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4923/statm: 217101 22166 2540 9 0 211676 0
[pid=4923/tid=4924] ppid=4922 vsize=868404 CPUtime=9.02
/proc/4923/task/4924/stat : 4924 (java) R 4922 4909 3359 0 -1 64 3752 0 1 0 899 3 0 0 25 0 9 0 1554182311 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4126576894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4925] ppid=4922 vsize=868404 CPUtime=2.14
/proc/4923/task/4925/stat : 4925 (java) S 4922 4909 3359 0 -1 64 24446 0 0 0 201 13 0 0 16 0 9 0 1554182312 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4926] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4926/stat : 4926 (java) S 4922 4909 3359 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554182312 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4927] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4927/stat : 4927 (java) S 4922 4909 3359 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554182312 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4928] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4928/stat : 4928 (java) S 4922 4909 3359 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554182314 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4929] ppid=4922 vsize=868404 CPUtime=0.21
/proc/4923/task/4929/stat : 4929 (java) S 4922 4909 3359 0 -1 64 1463 0 0 0 20 1 0 0 17 0 9 0 1554182314 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4930] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4930/stat : 4930 (java) S 4922 4909 3359 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554182314 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4931] ppid=4922 vsize=868404 CPUtime=0
/proc/4923/task/4931/stat : 4931 (java) S 4922 4909 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554182314 889245696 22166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887360

[startup+25.5025 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 4931
/proc/meminfo: memFree=1154936/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=1.08
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 974 8891 0 1 3 1 99 5 15 0 1 0 1554182193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 797 370 3 0 500 0
[pid=4922] ppid=4909 vsize=5356 CPUtime=0
/proc/4922/stat : 4922 (sh) S 4909 4909 3359 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554182309 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4922/statm: 1339 233 193 169 0 50 0
[pid=4923] ppid=4922 vsize=868516 CPUtime=24.07
/proc/4923/stat : 4923 (java) S 4922 4909 3359 0 -1 0 49332 0 1 0 2369 38 0 0 18 0 9 0 1554182310 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4923/statm: 217129 35885 2566 9 0 211676 0
[pid=4923/tid=4924] ppid=4922 vsize=868516 CPUtime=19.27
/proc/4923/task/4924/stat : 4924 (java) R 4922 4909 3359 0 -1 64 4584 0 1 0 1914 13 0 0 25 0 9 0 1554182311 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4127054905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4925] ppid=4922 vsize=868516 CPUtime=4.48
/proc/4923/task/4925/stat : 4925 (java) S 4922 4909 3359 0 -1 64 42544 0 0 0 426 22 0 0 16 0 9 0 1554182312 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4926] ppid=4922 vsize=868516 CPUtime=0
/proc/4923/task/4926/stat : 4926 (java) S 4922 4909 3359 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554182312 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4927] ppid=4922 vsize=868516 CPUtime=0
/proc/4923/task/4927/stat : 4927 (java) S 4922 4909 3359 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554182312 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4928] ppid=4922 vsize=868516 CPUtime=0
/proc/4923/task/4928/stat : 4928 (java) S 4922 4909 3359 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554182314 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4929] ppid=4922 vsize=868516 CPUtime=0.29
/proc/4923/task/4929/stat : 4929 (java) S 4922 4909 3359 0 -1 64 1507 0 0 0 28 1 0 0 16 0 9 0 1554182314 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4930] ppid=4922 vsize=868516 CPUtime=0
/proc/4923/task/4930/stat : 4930 (java) S 4922 4909 3359 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554182314 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4923/tid=4931] ppid=4922 vsize=868516 CPUtime=0
/proc/4923/task/4931/stat : 4931 (java) S 4922 4909 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554182314 889360384 35885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887472

[startup+51.1024 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 4931
/proc/meminfo: memFree=1070712/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=1.09
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 974 8891 0 1 4 1 99 5 16 0 1 0 1554182193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4909/statm: 3400 797 370 3 0 500 0
[pid=4922] ppid=4909 vsize=5356 CPUtime=0
/proc/4922/stat : 4922 (sh) S 4909 4909 3359 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554182309 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4922/statm: 1339 233 193 169 0 50 0
[pid=4923] ppid=4922 vsize=868516 CPUtime=49.37
/proc/4923/stat : 4923 (java) S 4922 4909 3359 0 -1 0 49545 0 1 0 4841 96 0 0 18 0 9 0 1554182310 889360384 35894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4971
/proc/meminfo: memFree=271504/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1401
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144878 0 0 0 139998 102 0 0 25 0 1 0 1554190072 624095232 144864 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144864 76 150 0 152214 0
Current children cumulated CPU time (s) 1478.71
Current children cumulated vsize (KiB) 628424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4971
/proc/meminfo: memFree=271504/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1460.95
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144884 0 0 0 145993 102 0 0 25 0 1 0 1554190072 624095232 144870 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144870 76 150 0 152214 0
Current children cumulated CPU time (s) 1538.66
Current children cumulated vsize (KiB) 628424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4971
/proc/meminfo: memFree=271440/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1520.89
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144890 0 0 0 151987 102 0 0 25 0 1 0 1554190072 624095232 144876 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144876 76 150 0 152214 0
Current children cumulated CPU time (s) 1598.6
Current children cumulated vsize (KiB) 628424

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4971
/proc/meminfo: memFree=271440/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1580.84
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144897 0 0 0 157982 102 0 0 25 0 1 0 1554190072 624095232 144883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144883 76 150 0 152214 0
Current children cumulated CPU time (s) 1658.55
Current children cumulated vsize (KiB) 628424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4971
/proc/meminfo: memFree=271376/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1640.78
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144903 0 0 0 163976 102 0 0 25 0 1 0 1554190072 624095232 144889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144889 76 150 0 152214 0
Current children cumulated CPU time (s) 1718.49
Current children cumulated vsize (KiB) 628424

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4973
/proc/meminfo: memFree=270992/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1700.72
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144910 0 0 0 169970 102 0 0 25 0 1 0 1554190072 624095232 144896 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144896 76 150 0 152214 0
Current children cumulated CPU time (s) 1778.43
Current children cumulated vsize (KiB) 628424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4973
/proc/meminfo: memFree=270992/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1722.3
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144912 0 0 0 172128 102 0 0 25 0 1 0 1554190072 624095232 144898 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144898 76 150 0 152214 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 628424

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

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4973
/proc/meminfo: memFree=270992/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.71
/proc/4909/stat : 4909 (sugar) S 4907 4909 3359 0 -1 4194304 1033 59109 0 2 4 1 7557 209 16 0 1 0 1554182193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4909/statm: 3400 799 370 3 0 500 0
[pid=4932] ppid=4909 vsize=5356 CPUtime=0
/proc/4932/stat : 4932 (sh) S 4909 4909 3359 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554190072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4932/statm: 1339 232 193 169 0 50 0
[pid=4933] ppid=4932 vsize=609468 CPUtime=1722.3
/proc/4933/stat : 4933 (minisat) R 4932 4909 3359 0 -1 4194304 144912 0 0 0 172128 102 0 0 25 0 1 0 1554190072 624095232 144898 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4933/statm: 152367 144898 76 150 0 152214 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 628424

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

[startup+1804.02 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4973
/proc/meminfo: memFree=270992/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.73
/proc/4909/stat : 4909 (sugar) R 4907 4909 3359 0 -1 4194304 1069 59386 0 2 4 3 7557 209 17 0 1 0 1554182193 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/4909/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 77.73
Current children cumulated vsize (KiB) 13600

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

[startup+1804.02 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4973
/proc/meminfo: memFree=270992/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.73
/proc/4909/stat : 4909 (sugar) R 4907 4909 3359 0 -1 4194304 1069 59386 0 2 4 3 7557 209 17 0 1 0 1554182193 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/4909/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 77.73
Current children cumulated vsize (KiB) 13600

[startup+1804.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 4973
/proc/meminfo: memFree=270992/2055920 swapFree=4114148/4192956
[pid=4909] ppid=4907 vsize=13600 CPUtime=77.81
/proc/4909/stat : 4909 (sugar) R 4907 4909 3359 0 -1 4194304 1069 59386 0 2 4 11 7557 209 17 0 1 0 1554182193 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/4909/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 77.81
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): 1722.28
#  lost CPU user time (s): 1721.28
#  lost CPU system time (s): 1

Real time (s): 1804.13
CPU time (s): 1800.15
CPU user time (s): 1796.9
CPU system time (s): 3.24066
CPU usage (%): 99.7789
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.6245
system time used= 2.24066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60486
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= 10704
involuntary context switches= 12506

runsolver used 2.20566 second user time and 6.06708 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 10:04:19
IDJOB=1087641
IDBENCH=58027
IDSOLVER=346
FILE ID=node9/1087641-1215245059
PBS_JOBID= 7881852
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-8.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-1087641-1215245059/watcher-1087641-1215245059 -o /tmp/evaluation-result-1087641-1215245059/solver-1087641-1215245059 -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-1087641-1215245059.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 76623dd14fd0d4ce7a960393ffa043ab
RANDOM SEED=1319073627

node9.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.265
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.265
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:       1308080 kB
Buffers:         52688 kB
Cached:         191872 kB
SwapCached:      73000 kB
Active:         606100 kB
Inactive:        85024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308080 kB
SwapTotal:     4192956 kB
SwapFree:      4114148 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         462324 kB
Slab:            40892 kB
Committed_AS:  3602832 kB
PageTables:       2764 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node9 at 2008-07-05 10:34:25