Trace number 1127724

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+minisatMSAT (TO) 3600.06 3632.03

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1600-616124_ext.xml
MD5SUM93d8ddd39d49bf6edecdb034fae8b10b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints220
Best CPU time to get the best result obtained on this benchmark1.65875
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints647
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension647
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:11:38 2008
0.00/0.05	c 0	PID 6974
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127724-1216775498.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127724-1216775498.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 647 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.50	c 0	Parsing HOME/temp.csp
0.34/0.64	c 1	parsed 702 expressions
0.34/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.65	c 1	MAX CSP: 647 constraints
0.34/0.65	c 1	Converting to clausal form CSP
0.34/0.69	c 1	converted 136 (10%) expressions
0.34/0.70	c 1	converted 271 (20%) expressions
0.34/0.72	c 1	converted 406 (30%) expressions
0.34/0.73	c 1	converted 541 (40%) expressions
0.34/0.74	c 1	converted 676 (50%) expressions
0.34/0.75	c 1	converted 812 (60%) expressions
0.34/0.75	c 1	converted 947 (70%) expressions
0.34/0.82	c 1	converted 1082 (80%) expressions
0.34/0.83	c 1	converted 1217 (90%) expressions
0.34/0.94	c 1	converted 1352 (100%) expressions
0.34/0.94	c 1	CSP : 1334 integers, 0 booleans, 1940 clauses, largest domain size 971
0.34/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.94	c 1	Propagation in CSP
0.34/0.99	c 1	642 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.99	c 1	CSP : 1334 integers, 0 booleans, 1940 clauses, largest domain size 648
0.34/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.34/1.00	c 1	CSP : 1334 integers, 0 booleans, 1940 clauses, largest domain size 648
0.34/1.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.04	c 1	134 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.04	c 1	267 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.04	c 1	401 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.04	c 1	534 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.04	c 1	667 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.05	c 1	801 (60%) CSP integer variables are encoded (1193 clauses, 14950 bytes)
0.91/1.06	c 1	934 (70%) CSP integer variables are encoded (2138 clauses, 27235 bytes)
0.91/1.06	c 1	1068 (80%) CSP integer variables are encoded (3275 clauses, 42016 bytes)
0.91/1.06	c 1	1201 (90%) CSP integer variables are encoded (4191 clauses, 53924 bytes)
0.91/1.07	c 1	1334 (100%) CSP integer variables are encoded (10628 clauses, 141524 bytes)
0.91/1.10	c 1	194 (10%) CSP clauses are encoded (10882 clauses, 144396 bytes)
1.00/1.11	c 1	388 (20%) CSP clauses are encoded (11132 clauses, 147363 bytes)
1.00/1.13	c 1	582 (30%) CSP clauses are encoded (11399 clauses, 150673 bytes)
1.00/1.15	c 1	776 (40%) CSP clauses are encoded (14181 clauses, 197644 bytes)
1.09/1.20	c 1	970 (50%) CSP clauses are encoded (39973 clauses, 664695 bytes)
1.09/1.22	c 1	1164 (60%) CSP clauses are encoded (47755 clauses, 801802 bytes)
1.19/1.35	c 1	1358 (70%) CSP clauses are encoded (122391 clauses, 2170191 bytes)
1.19/1.37	c 1	1552 (80%) CSP clauses are encoded (131359 clauses, 2328585 bytes)
1.30/1.41	c 1	1746 (90%) CSP clauses are encoded (152783 clauses, 2716172 bytes)
2.00/2.17	c 2	1940 (100%) CSP clauses are encoded (555678 clauses, 10738053 bytes)
2.00/2.17	c 2	1940 CSP clauses encoded
2.00/2.17	c 2	Writing map file : HOME/temp.map
2.00/2.18	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.18	c 2	SAT : 11962 SAT variables, 555678 SAT clauses, 10738053 bytes
2.00/2.18	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.24	c 2	OBJECTIVE minimize _COST
2.08/2.24	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.08/2.24	c 2	SEARCHING: _COST <= 324
2.08/2.24	c 2	SOLVING HOME/temp.cnf
2.08/2.24	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.08/2.24	c 2	This is MiniSat 2.0 beta
2.08/2.25	c 2	WARNING: for repeatability, setting FPU to use double precision
2.08/2.25	c 2	============================[ Problem Statistics ]=============================
2.08/2.25	c 2	|                                                                             |
2.08/2.25	c 2	|  Number of variables:  11962                                                |
2.08/2.25	c 2	|  Number of clauses:    555679                                               |
2.11/2.52	c 2	|  Parsing time:         0.24         s                                       |
2.11/2.71	c 3	============================[ Search Statistics ]==============================
2.11/2.71	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.71	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.71	c 3	===============================================================================
2.11/2.71	c 3	|         0 |    8732   355285  1042285 |   118428        0    nan |  0.000 % |
2.11/2.91	c 3	|       101 |    8730   355285  1042285 |   130271       99     23 | 27.286 % |
2.11/2.97	c 3	|       251 |    8730   355285  1042285 |   143298      249     23 | 27.287 % |
2.11/3.03	c 3	|       476 |    8730   355285  1042285 |   157628      474     25 | 27.287 % |
3.05/3.24	c 3	|       813 |    8730   355285  1042285 |   173390      811     24 | 27.287 % |
3.24/3.48	c 3	|      1321 |    8730   355285  1042285 |   190730     1318     22 | 27.420 % |
3.65/3.80	c 4	|      2080 |    8730   355285  1042285 |   209803     2077     22 | 27.420 % |
3.94/4.19	c 4	|      3221 |    8682   352836  1035123 |   230783     3218     21 | 27.420 % |
4.74/4.99	c 5	|      4929 |    8682   352836  1035123 |   253861     4926     21 | 27.420 % |
5.94/6.15	c 6	|      7491 |    8682   352836  1035123 |   279247     7488     20 | 27.420 % |
6.64/6.89	c 7	===============================================================================
6.64/6.89	c 7	restarts              : 10
6.64/6.89	c 7	conflicts             : 8746           (1905 /sec)
6.64/6.89	c 7	decisions             : 12296          (0.81 % random) (2678 /sec)
6.64/6.89	c 7	propagations          : 4921709        (1071964 /sec)
6.64/6.89	c 7	conflict literals     : 177800         (25.62 % deleted)
6.64/6.89	c 7	Memory used           : 24.18 MB
6.64/6.89	c 7	CPU time              : 4.5913 s
6.64/6.89	c 7	
6.64/6.90	c 7	SATISFIABLE
6.74/6.90	c 7	FOUND: _COST <= 324
6.74/6.90	s SATISFIABLE
6.74/6.90	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.74/6.90	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.74/6.98	c 7	Decoding HOME/temp.out
6.75/7.09	c 7	OBJECTIVE _COST 324
6.75/7.09	o 324
6.75/7.09	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1
6.75/7.09	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.75/7.11	c 7	OBJECTIVE BOUND: 0 <= _COST <= 324
6.75/7.11	c 7	SEARCHING: _COST <= 162
6.75/7.11	c 7	SOLVING HOME/temp.cnf
6.75/7.11	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.75/7.12	c 7	This is MiniSat 2.0 beta
6.75/7.12	c 7	WARNING: for repeatability, setting FPU to use double precision
6.75/7.12	c 7	============================[ Problem Statistics ]=============================
6.75/7.12	c 7	|                                                                             |
6.75/7.12	c 7	|  Number of variables:  11962                                                |
6.75/7.12	c 7	|  Number of clauses:    555679                                               |
6.95/7.40	c 7	|  Parsing time:         0.25         s                                       |
7.42/7.65	c 8	============================[ Search Statistics ]==============================
7.42/7.65	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.42/7.65	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.42/7.65	c 8	===============================================================================
7.42/7.65	c 8	|         0 |    6950   232408   678838 |    77469        0    nan |  0.000 % |
7.52/7.79	c 8	|       101 |    6948   232408   678838 |    85216      100     14 | 42.050 % |
7.71/7.91	c 8	|       251 |    6948   232408   678838 |    93737      249     23 | 42.217 % |
7.71/8.00	c 8	|       477 |    6948   232408   678838 |   103111      474     19 | 42.376 % |
7.91/8.12	c 8	|       816 |    6948   232408   678838 |   113422      813     20 | 42.376 % |
8.11/8.32	c 8	|      1323 |    6948   232408   678838 |   124765     1320     19 | 42.376 % |
8.41/8.63	c 8	|      2084 |    6893   228967   668722 |   137241     2081     19 | 42.376 % |
8.90/9.11	c 9	|      3223 |    6893   228967   668722 |   150965     3220     20 | 42.376 % |
9.59/9.88	c 10	|      4931 |    6893   228967   668722 |   166062     4928     20 | 42.376 % |
10.68/10.92	c 11	|      7494 |    6893   228967   668722 |   182668     7491     19 | 42.376 % |
12.56/12.83	c 13	|     11339 |    6875   227926   665663 |   200935    11335     18 | 42.526 % |
15.53/15.82	c 16	|     17105 |    6875   227926   665663 |   221029    17100     18 | 42.660 % |
22.67/23.09	c 23	|     25755 |    6805   223373   652246 |   243131    25747     20 | 43.112 % |
34.45/34.91	c 35	|     38730 |    6805   223373   652246 |   267445    38722     21 | 43.112 % |
55.84/56.53	c 56	|     58192 |    6805   223373   652246 |   294189    58184     21 | 43.112 % |
100.21/101.35	c 101	|     87384 |    6805   223373   652246 |   323608    87376     23 | 43.112 % |
188.77/190.73	c 191	|    131175 |    6771   220518   643793 |   355969   131161     23 | 43.546 % |
341.73/345.18	c 345	|    196859 |    6753   219304   640212 |   391566   196841     24 | 43.546 % |
625.93/632.05	c 632	|    295385 |    6753   219304   640212 |   430723   295367     24 | 43.546 % |
1204.26/1215.80	c 1216	|    443174 |    6753   219304   640212 |   473795    28627     20 | 43.546 % |
1759.29/1776.19	c 1776	|    664860 |    6753   219304   640212 |   521174   250313     25 | 43.546 % |
2968.51/2993.87	c 2994	|    997385 |    6753   219304   640212 |   573292    78482     22 | 43.546 % |
3600.06/3632.01	c ERROR INTERRUPTED
3600.06/3632.02	c 3632	CPU 6.69 (0.04 0.01 6.65 0.25)
3600.06/3632.02	c 3632	END Wed Jul 23 04:12:10 2008

Verifier Data (download as text)

OK	285	362
285 unsatisfied constraints, 362 satisfied constraints

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-1127724-1216775498/watcher-1127724-1216775498 -o /tmp/evaluation-result-1127724-1216775498/solver-1127724-1216775498 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127724-1216775498.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 6974
/proc/meminfo: memFree=880672/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=18572 CPUtime=0
/proc/6974/stat : 6974 (runsolver) R 6972 6974 6699 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4642887 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6974/statm: 4643 292 257 25 0 2626 0

[startup+0.0757399 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 6974
/proc/meminfo: memFree=880672/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13600 CPUtime=0.03
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4642887 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102738 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 6974
/proc/meminfo: memFree=880672/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13600 CPUtime=0.03
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4642887 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301757 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 6974
/proc/meminfo: memFree=880672/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13600 CPUtime=0.03
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4642887 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702796 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 6974
/proc/meminfo: memFree=880672/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13600 CPUtime=0.34
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 974 4530 0 1 3 0 26 5 15 0 1 0 4642887 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6974/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50287 s]
/proc/loadavg: 2.16 2.03 1.93 4/85 6996
/proc/meminfo: memFree=866304/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13600 CPUtime=0.35
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 974 4530 0 1 4 0 26 5 15 0 1 0 4642887 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6974/statm: 3400 797 370 3 0 500 0
[pid=6987] ppid=6974 vsize=5356 CPUtime=0
/proc/6987/stat : 6987 (sh) S 6974 6974 6699 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4642929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6987/statm: 1339 233 193 169 0 50 0
[pid=6988] ppid=6987 vsize=868492 CPUtime=1.04
/proc/6988/stat : 6988 (java) S 6987 6974 6699 0 -1 0 6650 0 1 0 99 5 0 0 18 0 9 0 4642930 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6988/statm: 217123 5787 2563 9 0 211670 0
[pid=6988/tid=6989] ppid=6987 vsize=868492 CPUtime=0.72
/proc/6988/task/6989/stat : 6989 (java) R 6987 6974 6699 0 -1 64 2812 0 1 0 69 3 0 0 25 0 9 0 4642931 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6990] ppid=6987 vsize=868492 CPUtime=0.08
/proc/6988/task/6990/stat : 6990 (java) S 6987 6974 6699 0 -1 64 1655 0 0 0 7 1 0 0 16 0 9 0 4642932 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6991] ppid=6987 vsize=868492 CPUtime=0
/proc/6988/task/6991/stat : 6991 (java) S 6987 6974 6699 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4642932 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6992] ppid=6987 vsize=868492 CPUtime=0
/proc/6988/task/6992/stat : 6992 (java) S 6987 6974 6699 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4642932 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6993] ppid=6987 vsize=868492 CPUtime=0
/proc/6988/task/6993/stat : 6993 (java) S 6987 6974 6699 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4642934 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6994] ppid=6987 vsize=868492 CPUtime=0.23
/proc/6988/task/6994/stat : 6994 (java) S 6987 6974 6699 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 4642934 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6995] ppid=6987 vsize=868492 CPUtime=0
/proc/6988/task/6995/stat : 6995 (java) S 6987 6974 6699 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4642934 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6988/tid=6996] ppid=6987 vsize=868492 CPUtime=0
/proc/6988/task/6996/stat : 6996 (java) S 6987 6974 6699 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4642934 889335808 5787 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887448

[startup+3.10202 s]
/proc/loadavg: 2.16 2.03 1.93 2/81 6997
/proc/meminfo: memFree=1103904/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=2.11
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1073 11705 0 2 4 1 189 17 15 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 13732

[startup+6.30132 s]
/proc/loadavg: 2.15 2.03 1.93 3/76 7032
/proc/meminfo: memFree=1083912/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=2.11
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1073 11705 0 2 4 1 189 17 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=6998] ppid=6974 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=24596 CPUtime=4.03
/proc/6999/stat : 6999 (minisat) R 6998 6974 6699 0 -1 4194304 5927 0 0 0 399 4 0 0 25 0 1 0 4643112 25186304 5913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6999/statm: 6149 5913 75 150 0 5996 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 43684

[startup+12.7019 s]
/proc/loadavg: 2.13 2.03 1.93 3/84 7111
/proc/meminfo: memFree=1080584/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=24860 CPUtime=5.51
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 5994 0 0 0 547 4 0 0 25 0 1 0 4643599 25456640 5980 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 6215 5980 75 150 0 6062 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 43948

[startup+25.5022 s]
/proc/loadavg: 2.10 2.03 1.93 4/84 7111
/proc/meminfo: memFree=1080336/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=25048 CPUtime=18.19
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 6023 0 0 0 1815 4 0 0 25 0 1 0 4643599 25649152 6009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 6262 6009 75 150 0 6109 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 44136

[startup+51.1026 s]
/proc/loadavg: 2.21 2.06 1.94 3/84 7111
/proc/meminfo: memFree=1080144/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=25220 CPUtime=43.54
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 6087 0 0 0 4350 4 0 0 25 0 1 0 4643599 25825280 6065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 6305 6065 75 150 0 6152 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 44308

[startup+102.306 s]
/proc/loadavg: 2.25 2.08 1.95 3/84 7111
/proc/meminfo: memFree=1076432/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=28960 CPUtime=94.26
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 6993 0 0 0 9421 5 0 0 25 0 1 0 4643599 29655040 6971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 7240 6971 75 150 0 7087 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 48048

[startup+162.302 s]
/proc/loadavg: 2.24 2.10 1.96 4/84 7111
/proc/meminfo: memFree=1071824/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=33524 CPUtime=153.69
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 8094 0 0 0 15363 6 0 0 25 0 1 0 4643599 34328576 8072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 8381 8072 75 150 0 8228 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 52612

[startup+222.303 s]
/proc/loadavg: 2.15 2.09 1.97 3/84 7111
/proc/meminfo: memFree=1068112/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=37636 CPUtime=213.12
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 9037 0 0 0 21306 6 0 0 25 0 1 0 4643599 38539264 9015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 9409 9015 75 150 0 9256 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 56724

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

/proc/meminfo: memFree=1011472/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=93448 CPUtime=3065.91
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22646 0 0 0 306565 26 0 0 25 0 1 0 4643599 95690752 22616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23362 22616 75 150 0 23209 0
Current children cumulated CPU time (s) 3072.86
Current children cumulated vsize (KiB) 112536

[startup+3162.3 s]
/proc/loadavg: 2.04 2.05 2.00 4/84 7615
/proc/meminfo: memFree=1011472/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=93668 CPUtime=3125.62
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22670 0 0 0 312536 26 0 0 25 0 1 0 4643599 95916032 22640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23417 22640 75 150 0 23264 0
Current children cumulated CPU time (s) 3132.57
Current children cumulated vsize (KiB) 112756

[startup+3222.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/84 7615
/proc/meminfo: memFree=1011472/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=93668 CPUtime=3185.33
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22670 0 0 0 318507 26 0 0 25 0 1 0 4643599 95916032 22640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23417 22640 75 150 0 23264 0
Current children cumulated CPU time (s) 3192.28
Current children cumulated vsize (KiB) 112756

[startup+3282.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/84 7615
/proc/meminfo: memFree=1011024/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3245.04
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22793 0 0 0 324478 26 0 0 25 0 1 0 4643599 96473088 22763 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23553 22763 75 150 0 23400 0
Current children cumulated CPU time (s) 3251.99
Current children cumulated vsize (KiB) 113300

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 7615
/proc/meminfo: memFree=1010960/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3304.75
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22805 0 0 0 330449 26 0 0 25 0 1 0 4643599 96473088 22775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23553 22775 75 150 0 23400 0
Current children cumulated CPU time (s) 3311.7
Current children cumulated vsize (KiB) 113300

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 7615
/proc/meminfo: memFree=1010896/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3364.47
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22811 0 0 0 336420 27 0 0 25 0 1 0 4643599 96473088 22781 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23553 22781 75 150 0 23400 0
Current children cumulated CPU time (s) 3371.42
Current children cumulated vsize (KiB) 113300

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 7615
/proc/meminfo: memFree=1010640/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3424.18
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22814 0 0 0 342391 27 0 0 25 0 1 0 4643599 96473088 22784 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23553 22784 75 150 0 23400 0
Current children cumulated CPU time (s) 3431.13
Current children cumulated vsize (KiB) 113300

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 7615
/proc/meminfo: memFree=1010640/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3483.89
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22819 0 0 0 348362 27 0 0 25 0 1 0 4643599 96473088 22789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23553 22789 75 150 0 23400 0
Current children cumulated CPU time (s) 3490.84
Current children cumulated vsize (KiB) 113300

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 7615
/proc/meminfo: memFree=1010576/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3543.6
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22822 0 0 0 354333 27 0 0 25 0 1 0 4643599 96473088 22792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7073/statm: 23553 22792 75 150 0 23400 0
Current children cumulated CPU time (s) 3550.55
Current children cumulated vsize (KiB) 113300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7653
/proc/meminfo: memFree=994456/2055920 swapFree=4192956/4192956
[pid=6974] ppid=6972 vsize=13732 CPUtime=6.95
/proc/6974/stat : 6974 (sugar) S 6972 6974 6699 0 -1 4194304 1192 21806 0 3 4 1 665 25 16 0 1 0 4642887 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6974/statm: 3433 821 374 3 0 533 0
[pid=7072] ppid=6974 vsize=5356 CPUtime=0
/proc/7072/stat : 7072 (sh) S 6974 6974 6699 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4643599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7072/statm: 1339 232 193 169 0 50 0
[pid=7073] ppid=7072 vsize=94212 CPUtime=3593.11
/proc/7073/stat : 7073 (minisat) R 7072 6974 6699 0 -1 4194304 22827 0 0 0 359282 29 0 0 25 0 1 0 4643599 96473088 22797 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/7073/statm: 23553 22797 75 150 0 23400 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 113300

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

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

Child status: 0

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

Real time (s): 3632.03
CPU time (s): 3600.06
CPU user time (s): 3599.51
CPU system time (s): 0.55
CPU usage (%): 99.1199
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.70398
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23340
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4164
involuntary context switches= 3954

runsolver used 4.5803 second user time and 11.9432 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-23 03:11:38
IDJOB=1127724
IDBENCH=63866
IDSOLVER=368
FILE ID=node4/1127724-1216775498
PBS_JOBID= 7974144
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1600-616124_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127724-1216775498/watcher-1127724-1216775498 -o /tmp/evaluation-result-1127724-1216775498/solver-1127724-1216775498 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127724-1216775498.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 93d8ddd39d49bf6edecdb034fae8b10b
RANDOM SEED=1095482539

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        881152 kB
Buffers:         37616 kB
Cached:         872700 kB
SwapCached:          0 kB
Active:         422900 kB
Inactive:       670964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        881152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         194644 kB
Slab:            65756 kB
Committed_AS:   258552 kB
PageTables:       2260 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= 66560 MiB
End job on node4 at 2008-07-23 04:12:12