Trace number 1082347

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.29 1817

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-27.xml
MD5SUM29eeeb4fa472c212f46109214960e651
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.64714
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size884
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
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 Sat Jul  5 03:40:17 2008
0.00/0.04	c 0	PID 1253
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1082347-1215222017.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-1082347-1215222017.xml' 'HOME/temp.csp'
0.03/0.83	c 1	87 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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'
0.82/0.93	c 1	Parsing HOME/temp.csp
1.15/1.26	c 1	parsed 10000 expressions
1.15/1.26	c 1	parsed 10215 expressions
1.15/1.27	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.27	c 1	Converting to clausal form CSP
1.35/1.45	c 2	converted 1022 (10%) expressions
1.44/1.50	c 2	converted 2043 (20%) expressions
1.44/1.58	c 2	converted 3065 (30%) expressions
1.55/1.60	c 2	converted 4086 (40%) expressions
1.55/1.63	c 2	converted 5108 (50%) expressions
1.55/1.66	c 2	converted 6129 (60%) expressions
1.55/1.68	c 2	converted 7151 (70%) expressions
1.65/1.76	c 2	converted 8172 (80%) expressions
1.65/1.79	c 2	converted 9194 (90%) expressions
1.74/1.81	c 2	converted 10215 (100%) expressions
1.74/1.81	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 884
1.74/1.81	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.81	c 2	Propagation in CSP
1.84/1.90	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.84/1.90	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 884
1.84/1.90	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.91	c 2	Simplifing CSP by introducing new Boolean variables
1.94/2.07	c 2	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 884
1.94/2.07	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.16	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.23	c 2	45 (10%) CSP integer variables are encoded (37448 clauses, 539602 bytes)
2.13/2.28	c 2	90 (20%) CSP integer variables are encoded (75136 clauses, 1104922 bytes)
2.23/2.32	c 2	135 (30%) CSP integer variables are encoded (112473 clauses, 1690164 bytes)
2.23/2.37	c 3	180 (40%) CSP integer variables are encoded (150502 clauses, 2336657 bytes)
2.33/2.42	c 3	225 (50%) CSP integer variables are encoded (187919 clauses, 2972746 bytes)
2.33/2.47	c 3	270 (60%) CSP integer variables are encoded (225806 clauses, 3616825 bytes)
2.42/2.51	c 3	315 (70%) CSP integer variables are encoded (263302 clauses, 4254257 bytes)
2.42/2.56	c 3	360 (80%) CSP integer variables are encoded (300462 clauses, 4885977 bytes)
2.52/2.61	c 3	405 (90%) CSP integer variables are encoded (338133 clauses, 5526384 bytes)
2.52/2.66	c 3	450 (100%) CSP integer variables are encoded (375222 clauses, 6156897 bytes)
5.30/5.42	c 6	2903 (10%) CSP clauses are encoded (1899587 clauses, 41044018 bytes)
8.05/8.21	c 8	5805 (20%) CSP clauses are encoded (3432325 clauses, 77081611 bytes)
10.78/12.32	c 12	8708 (30%) CSP clauses are encoded (4957348 clauses, 112973403 bytes)
13.46/15.07	c 15	11610 (40%) CSP clauses are encoded (6481594 clauses, 149632425 bytes)
16.23/17.89	c 18	14513 (50%) CSP clauses are encoded (8031293 clauses, 188337157 bytes)
18.99/20.66	c 21	17415 (60%) CSP clauses are encoded (9548831 clauses, 226237885 bytes)
21.81/24.76	c 25	20318 (70%) CSP clauses are encoded (11096742 clauses, 264897917 bytes)
24.58/27.55	c 28	23220 (80%) CSP clauses are encoded (12623826 clauses, 303037295 bytes)
27.26/30.28	c 30	26123 (90%) CSP clauses are encoded (14131831 clauses, 340699677 bytes)
30.02/34.04	c 34	29025 (100%) CSP clauses are encoded (15647667 clauses, 378557855 bytes)
30.02/34.04	c 34	29025 CSP clauses encoded
30.02/34.04	c 34	Writing map file : HOME/temp.map
30.02/34.06	c 34	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.02/34.06	c 34	SAT : 395022 SAT variables, 15647667 SAT clauses, 378557855 bytes
30.02/34.06	c 34	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.02/34.07	c 34	SOLVING HOME/temp.cnf
30.02/34.07	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.02/34.08	c 34	This is MiniSat 2.0 beta
30.02/34.08	c 34	WARNING: for repeatability, setting FPU to use double precision
30.02/34.08	c 34	============================[ Problem Statistics ]=============================
30.02/34.08	c 34	|                                                                             |
30.02/34.08	c 34	|  Number of variables:  395022                                               |
30.02/34.08	c 34	|  Number of clauses:    15647667                                             |
38.49/42.66	c 43	|  Parsing time:         7.48         s                                       |
38.89/43.05	c 43	============================[ Search Statistics ]==============================
38.89/43.05	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.89/43.05	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.89/43.05	c 43	===============================================================================
38.89/43.05	c 43	|         0 |  395022 15647667 46519404 |  5215889        0    nan |  0.000 % |
39.38/43.57	c 44	|       100 |  395022 15647667 46519404 |  5737477      100     34 |  0.000 % |
40.96/45.14	c 45	|       250 |  395022 15647667 46519404 |  6311225      250     41 |  0.000 % |
42.34/46.59	c 47	|       475 |  395022 15647667 46519404 |  6942348      475     31 |  0.000 % |
44.61/48.88	c 49	|       812 |  395022 15647667 46519404 |  7636583      812     26 |  0.000 % |
45.60/49.80	c 50	|      1319 |  395022 15647667 46519404 |  8400241     1319     21 |  0.000 % |
46.59/50.84	c 51	|      2078 |  395022 15647667 46519404 |  9240265     2078     17 |  0.000 % |
49.16/53.47	c 54	|      3217 |  395022 15647667 46519404 | 10164292     3217     18 |  0.000 % |
62.14/66.59	c 67	|      4925 |  395022 15647667 46519404 | 11180721     4925     27 |  0.000 % |
68.68/73.10	c 73	|      7487 |  395022 15647667 46519404 | 12298793     7487     27 |  0.000 % |
77.30/81.80	c 82	|     11331 |  395022 15647667 46519404 | 13528672    11331     29 |  0.000 % |
98.66/103.41	c 104	|     17097 |  395022 15647667 46519404 | 14881540    17097     34 |  0.000 % |
118.68/123.69	c 124	|     25747 |  395022 15647667 46519404 | 16369694    25747     30 |  0.000 % |
171.01/176.40	c 177	|     38721 |  395022 15647667 46519404 | 18006663    38721     42 |  0.000 % |
205.00/210.79	c 211	|     58182 |  395022 15647667 46519404 | 19807329    58182     37 |  0.000 % |
271.79/278.13	c 278	|     87374 |  395022 15647667 46519404 | 21788062    87374     33 |  0.000 % |
357.63/364.75	c 365	|    131163 |  395022 15647667 46519404 | 23966869   131163     28 |  0.000 % |
518.02/526.56	c 527	|    196847 |  395022 15647667 46519404 | 26363555   196847     25 |  0.000 % |
835.62/846.93	c 847	|    295373 |  395022 15647667 46519404 | 28999911   295373     23 |  0.000 % |
1508.94/1525.55	c 1526	|    443162 |  395022 15647667 46519404 | 31899902   443162     23 |  0.000 % |
1800.06/1816.71	c ERROR INTERRUPTED
1800.17/1816.83	s UNKNOWN
1800.17/1816.83	c 1817	CPU 27.45 (0.03 0.01 27.42 2.64)
1800.17/1816.83	c 1817	END Sat Jul  5 04:10:34 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-1082347-1215222017/watcher-1082347-1215222017 -o /tmp/evaluation-result-1082347-1215222017/solver-1082347-1215222017 -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-1082347-1215222017.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 1253
/proc/meminfo: memFree=902512/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=12272 CPUtime=0
/proc/1253/stat : 1253 (sugar) R 1251 1253 31749 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 634448961 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/1253/statm: 3068 328 246 3 0 168 0

[startup+0.048526 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 1253
/proc/meminfo: memFree=902512/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.03
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634448961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101758 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 1253
/proc/meminfo: memFree=902512/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.03
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634448961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301782 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 1253
/proc/meminfo: memFree=902512/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.03
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634448961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701831 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 1253
/proc/meminfo: memFree=902512/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.03
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 634448961 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 1.91 1.95 1.97 4/93 1275
/proc/meminfo: memFree=894744/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.82
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 974 9019 0 1 3 1 72 6 15 0 1 0 634448961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 797 370 3 0 500 0
[pid=1266] ppid=1253 vsize=5356 CPUtime=0
/proc/1266/stat : 1266 (sh) S 1253 1253 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634449046 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1266/statm: 1339 233 193 169 0 50 0
[pid=1267] ppid=1266 vsize=868252 CPUtime=0.62
/proc/1267/stat : 1267 (java) S 1266 1253 31749 0 -1 0 5841 0 1 0 59 3 0 0 20 0 9 0 634449046 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1267/statm: 217063 5222 1734 9 0 211638 0
[pid=1267/tid=1268] ppid=1266 vsize=868252 CPUtime=0.37
/proc/1267/task/1268/stat : 1268 (java) R 1266 1253 31749 0 -1 64 2671 0 1 0 36 1 0 0 25 0 9 0 634449047 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4125976284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1269] ppid=1266 vsize=868252 CPUtime=0.05
/proc/1267/task/1269/stat : 1269 (java) S 1266 1253 31749 0 -1 64 1017 0 0 0 5 0 0 0 16 0 9 0 634449048 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1270] ppid=1266 vsize=868252 CPUtime=0
/proc/1267/task/1270/stat : 1270 (java) S 1266 1253 31749 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 634449048 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1271] ppid=1266 vsize=868252 CPUtime=0
/proc/1267/task/1271/stat : 1271 (java) S 1266 1253 31749 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 634449048 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1272] ppid=1266 vsize=868252 CPUtime=0
/proc/1267/task/1272/stat : 1272 (java) S 1266 1253 31749 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634449050 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1273] ppid=1266 vsize=868252 CPUtime=0.17
/proc/1267/task/1273/stat : 1273 (java) S 1266 1253 31749 0 -1 64 1461 0 0 0 17 0 0 0 16 0 9 0 634449050 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1274] ppid=1266 vsize=868252 CPUtime=0
/proc/1267/task/1274/stat : 1274 (java) S 1266 1253 31749 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634449050 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1275] ppid=1266 vsize=868252 CPUtime=0
/proc/1267/task/1275/stat : 1275 (java) S 1266 1253 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634449050 889090048 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887208

[startup+3.1021 s]
/proc/loadavg: 1.91 1.95 1.97 4/93 1275
/proc/meminfo: memFree=872664/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.82
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 974 9019 0 1 3 1 72 6 15 0 1 0 634448961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 797 370 3 0 500 0
[pid=1266] ppid=1253 vsize=5356 CPUtime=0
/proc/1266/stat : 1266 (sh) S 1253 1253 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634449046 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1266/statm: 1339 233 193 169 0 50 0
[pid=1267] ppid=1266 vsize=868476 CPUtime=2.2
/proc/1267/stat : 1267 (java) S 1266 1253 31749 0 -1 0 10441 0 1 0 208 12 0 0 20 0 9 0 634449046 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1267/statm: 217119 9345 2565 9 0 211666 0
[pid=1267/tid=1268] ppid=1266 vsize=868476 CPUtime=1.5
/proc/1267/task/1268/stat : 1268 (java) R 1266 1253 31749 0 -1 64 3063 0 1 0 142 8 0 0 25 0 9 0 634449047 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4126964812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1269] ppid=1266 vsize=868476 CPUtime=0.45
/proc/1267/task/1269/stat : 1269 (java) S 1266 1253 31749 0 -1 64 5186 0 0 0 43 2 0 0 16 0 9 0 634449048 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1270] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1270/stat : 1270 (java) S 1266 1253 31749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634449048 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1271] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1271/stat : 1271 (java) S 1266 1253 31749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634449048 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1272] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1272/stat : 1272 (java) S 1266 1253 31749 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634449050 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1273] ppid=1266 vsize=868476 CPUtime=0.22
/proc/1267/task/1273/stat : 1273 (java) S 1266 1253 31749 0 -1 64 1499 0 0 0 22 0 0 0 15 0 9 0 634449050 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1274] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1274/stat : 1274 (java) S 1266 1253 31749 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634449050 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1275] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1275/stat : 1275 (java) S 1266 1253 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634449050 889319424 9345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887432

[startup+6.30148 s]
/proc/loadavg: 1.92 1.95 1.97 3/93 1275
/proc/meminfo: memFree=831320/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.82
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 974 9019 0 1 3 1 72 6 16 0 1 0 634448961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 797 370 3 0 500 0
[pid=1266] ppid=1253 vsize=5356 CPUtime=0
/proc/1266/stat : 1266 (sh) S 1253 1253 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634449046 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1266/statm: 1339 233 193 169 0 50 0
[pid=1267] ppid=1266 vsize=868476 CPUtime=5.37
/proc/1267/stat : 1267 (java) S 1266 1253 31749 0 -1 0 11102 0 1 0 498 39 0 0 20 0 9 0 634449046 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1267/statm: 217119 9352 2565 9 0 211666 0
[pid=1267/tid=1268] ppid=1266 vsize=868476 CPUtime=4.45
/proc/1267/task/1268/stat : 1268 (java) R 1266 1253 31749 0 -1 64 3718 0 1 0 414 31 0 0 25 0 9 0 634449047 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4126965984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1269] ppid=1266 vsize=868476 CPUtime=0.65
/proc/1267/task/1269/stat : 1269 (java) S 1266 1253 31749 0 -1 64 5186 0 0 0 60 5 0 0 16 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1270] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1270/stat : 1270 (java) S 1266 1253 31749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1271] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1271/stat : 1271 (java) S 1266 1253 31749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1272] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1272/stat : 1272 (java) S 1266 1253 31749 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1273] ppid=1266 vsize=868476 CPUtime=0.23
/proc/1267/task/1273/stat : 1273 (java) S 1266 1253 31749 0 -1 64 1505 0 0 0 23 0 0 0 17 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1274] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1274/stat : 1274 (java) S 1266 1253 31749 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1275] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1275/stat : 1275 (java) S 1266 1253 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887432

[startup+12.7022 s]
/proc/loadavg: 2.01 1.97 1.98 3/93 1275
/proc/meminfo: memFree=760344/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.82
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 974 9019 0 1 3 1 72 6 16 0 1 0 634448961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 797 370 3 0 500 0
[pid=1266] ppid=1253 vsize=5356 CPUtime=0
/proc/1266/stat : 1266 (sh) S 1253 1253 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634449046 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1266/statm: 1339 233 193 169 0 50 0
[pid=1267] ppid=1266 vsize=868476 CPUtime=10.36
/proc/1267/stat : 1267 (java) S 1266 1253 31749 0 -1 0 12133 0 1 0 954 82 0 0 20 0 9 0 634449046 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1267/statm: 217119 9352 2565 9 0 211666 0
[pid=1267/tid=1268] ppid=1266 vsize=868476 CPUtime=9.14
/proc/1267/task/1268/stat : 1268 (java) R 1266 1253 31749 0 -1 64 4749 0 1 0 845 69 0 0 25 0 9 0 634449047 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4126477303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1269] ppid=1266 vsize=868476 CPUtime=0.95
/proc/1267/task/1269/stat : 1269 (java) S 1266 1253 31749 0 -1 64 5186 0 0 0 85 10 0 0 16 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1270] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1270/stat : 1270 (java) S 1266 1253 31749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1271] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1271/stat : 1271 (java) S 1266 1253 31749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1272] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1272/stat : 1272 (java) S 1266 1253 31749 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1273] ppid=1266 vsize=868476 CPUtime=0.23
/proc/1267/task/1273/stat : 1273 (java) S 1266 1253 31749 0 -1 64 1505 0 0 0 23 0 0 0 17 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1274] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1274/stat : 1274 (java) S 1266 1253 31749 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1275] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1275/stat : 1275 (java) S 1266 1253 31749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634449050 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 887432

[startup+25.5018 s]
/proc/loadavg: 2.47 2.07 2.01 3/93 1275
/proc/meminfo: memFree=592216/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=0.82
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 974 9019 0 1 3 1 72 6 16 0 1 0 634448961 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 797 370 3 0 500 0
[pid=1266] ppid=1253 vsize=5356 CPUtime=0
/proc/1266/stat : 1266 (sh) S 1253 1253 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 634449046 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1266/statm: 1339 233 193 169 0 50 0
[pid=1267] ppid=1266 vsize=868476 CPUtime=21.78
/proc/1267/stat : 1267 (java) S 1266 1253 31749 0 -1 0 14543 0 1 0 1991 187 0 0 20 0 9 0 634449046 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1267/statm: 217119 9352 2565 9 0 211666 0
[pid=1267/tid=1268] ppid=1266 vsize=868476 CPUtime=19.85
/proc/1267/task/1268/stat : 1268 (java) R 1266 1253 31749 0 -1 64 7159 0 1 0 1823 162 0 0 25 0 9 0 634449047 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1269] ppid=1266 vsize=868476 CPUtime=1.67
/proc/1267/task/1269/stat : 1269 (java) S 1266 1253 31749 0 -1 64 5186 0 0 0 144 23 0 0 15 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1270] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1270/stat : 1270 (java) S 1266 1253 31749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1267/tid=1271] ppid=1266 vsize=868476 CPUtime=0
/proc/1267/task/1271/stat : 1271 (java) S 1266 1253 31749 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 634449048 889319424 9352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=761840 CPUtime=1435.65
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 186681 0 0 0 143431 134 0 0 25 0 1 0 634452369 780124160 186667 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 190460 186667 76 150 0 190307 0
Current children cumulated CPU time (s) 1465.75
Current children cumulated vsize (KiB) 780796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 1832
/proc/meminfo: memFree=15056/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1033 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=763948 CPUtime=1495.63
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 187235 0 0 0 149429 134 0 0 25 0 1 0 634452369 782282752 187221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 190987 187221 76 150 0 190834 0
Current children cumulated CPU time (s) 1525.73
Current children cumulated vsize (KiB) 782904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 1832
/proc/meminfo: memFree=15568/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1033 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=765020 CPUtime=1555.62
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 187498 0 0 0 155427 135 0 0 25 0 1 0 634452369 783380480 187484 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 191255 187484 76 150 0 191102 0
Current children cumulated CPU time (s) 1585.72
Current children cumulated vsize (KiB) 783976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 1832
/proc/meminfo: memFree=15704/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1033 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=767332 CPUtime=1615.6
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 187838 0 0 0 161425 135 0 0 25 0 1 0 634452369 785747968 187824 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 191833 187824 76 150 0 191680 0
Current children cumulated CPU time (s) 1645.7
Current children cumulated vsize (KiB) 786288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 1832
/proc/meminfo: memFree=15896/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1033 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=768668 CPUtime=1675.58
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 188177 0 0 0 167422 136 0 0 25 0 1 0 634452369 787116032 188163 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 192167 188163 76 150 0 192014 0
Current children cumulated CPU time (s) 1705.68
Current children cumulated vsize (KiB) 787624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1832
/proc/meminfo: memFree=15896/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1033 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=770016 CPUtime=1735.56
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 188534 0 0 0 173420 136 0 0 25 0 1 0 634452369 788496384 188520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 192504 188520 76 150 0 192351 0
Current children cumulated CPU time (s) 1765.66
Current children cumulated vsize (KiB) 788972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1832
/proc/meminfo: memFree=15064/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1033 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=5356 CPUtime=0
/proc/1276/stat : 1276 (sh) S 1253 1253 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 634452369 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1276/statm: 1339 232 193 169 0 50 0
[pid=1277] ppid=1276 vsize=770816 CPUtime=1769.96
/proc/1277/stat : 1277 (minisat) R 1276 1253 31749 0 -1 4194304 188738 0 0 0 176860 136 0 0 25 0 1 0 634452369 789315584 188724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 192704 188724 76 150 0 192551 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 789772

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

[startup+1816.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1832
/proc/meminfo: memFree=15064/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1045 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=0 CPUtime=0
/proc/1276/stat : 1276 (sh) Z 1253 1253 31749 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 634452369 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/1276/statm: 0 0 0 0 0 0 0
[pid=1277] ppid=1 vsize=0 CPUtime=1770.07
/proc/1277/stat : 1277 (minisat) R 1 1253 31749 0 -1 4195332 188738 0 0 0 176860 147 0 0 25 0 1 0 634452369 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 13600

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

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1832
/proc/meminfo: memFree=15064/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.18
/proc/1253/stat : 1253 (sugar) R 1251 1253 31749 0 -1 4194304 1070 25731 0 2 3 9 2742 264 16 0 1 0 634448961 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1253/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 30.18
Current children cumulated vsize (KiB) 13600

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

[startup+1816.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1832
/proc/meminfo: memFree=15064/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.1
/proc/1253/stat : 1253 (sugar) S 1251 1253 31749 0 -1 4194304 1045 25454 0 2 3 1 2742 264 16 0 1 0 634448961 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/1253/statm: 3400 799 370 3 0 500 0
[pid=1276] ppid=1253 vsize=0 CPUtime=0
/proc/1276/stat : 1276 (sh) Z 1253 1253 31749 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 634452369 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/1276/statm: 0 0 0 0 0 0 0
[pid=1277] ppid=1 vsize=0 CPUtime=1770.07
/proc/1277/stat : 1277 (minisat) R 1 1253 31749 0 -1 4195332 188738 0 0 0 176860 147 0 0 25 0 1 0 634452369 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/1277/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 13600

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 1832
/proc/meminfo: memFree=15064/2055920 swapFree=4179952/4192956
[pid=1253] ppid=1251 vsize=13600 CPUtime=30.18
/proc/1253/stat : 1253 (sugar) R 1251 1253 31749 0 -1 4194304 1070 25731 0 2 3 9 2742 264 16 0 1 0 634448961 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1253/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 30.18
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): 1769.99
#  lost CPU user time (s): 1768.6
#  lost CPU system time (s): 1.39

Real time (s): 1817
CPU time (s): 1800.29
CPU user time (s): 1796.06
CPU system time (s): 4.22557
CPU usage (%): 99.0802
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.4608
system time used= 2.83557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26832
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= 44106
involuntary context switches= 44797

runsolver used 1.79273 second user time and 5.11022 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 03:40:17
IDJOB=1082347
IDBENCH=57222
IDSOLVER=346
FILE ID=node88/1082347-1215222017
PBS_JOBID= 7881763
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-27.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-1082347-1215222017/watcher-1082347-1215222017 -o /tmp/evaluation-result-1082347-1215222017/solver-1082347-1215222017 -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-1082347-1215222017.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29eeeb4fa472c212f46109214960e651
RANDOM SEED=64824485

node88.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.232
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.232
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:        903056 kB
Buffers:         16144 kB
Cached:        1062204 kB
SwapCached:       7272 kB
Active:          97848 kB
Inactive:      1004820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903056 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          40192 kB
Slab:            35340 kB
Committed_AS:  1062636 kB
PageTables:       1940 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= 66468 MiB
End job on node88 at 2008-07-05 04:10:36