Trace number 1110783

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)16 3600.32 3632.73

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.32
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 05:54:39 2008
0.00/0.08	c 0	PID 13849
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110783-1215834879.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110783-1215834879.xml' 'HOME/temp.csp'
0.07/0.63	c 1	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.07/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.72	c 1	Parsing HOME/temp.csp
0.57/0.94	c 1	parsed 287 expressions
0.57/0.95	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.95	c 1	MAX CSP: 32 constraints
0.57/0.95	c 1	Converting to clausal form CSP
0.57/0.97	c 1	converted 33 (10%) expressions
0.57/0.97	c 1	converted 65 (20%) expressions
0.57/0.97	c 1	converted 97 (30%) expressions
0.57/0.97	c 1	converted 129 (40%) expressions
0.57/0.97	c 1	converted 161 (50%) expressions
0.57/0.97	c 1	converted 194 (60%) expressions
0.57/0.97	c 1	converted 226 (70%) expressions
1.10/1.24	c 2	converted 258 (80%) expressions
4.76/4.97	c 5	converted 290 (90%) expressions
5.16/5.38	c 6	converted 322 (100%) expressions
5.16/5.39	c 6	CSP : 316 integers, 0 booleans, 95 clauses, largest domain size 49
5.16/5.39	c 6	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.39	c 6	Propagation in CSP
5.16/5.40	c 6	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.16/5.40	c 6	CSP : 316 integers, 0 booleans, 95 clauses, largest domain size 33
5.16/5.40	c 6	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/5.40	c 6	Simplifing CSP by introducing new Boolean variables
5.26/5.40	c 6	CSP : 316 integers, 0 booleans, 95 clauses, largest domain size 33
5.26/5.40	c 6	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.16/6.38	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.25/6.40	c 7	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
6.25/6.40	c 7	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
6.25/6.41	c 7	95 (30%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
6.25/6.41	c 7	127 (40%) CSP integer variables are encoded (3048 clauses, 37561 bytes)
6.25/6.41	c 7	158 (50%) CSP integer variables are encoded (3792 clauses, 47233 bytes)
6.25/6.41	c 7	190 (60%) CSP integer variables are encoded (4560 clauses, 57217 bytes)
6.25/6.41	c 7	222 (70%) CSP integer variables are encoded (5328 clauses, 67201 bytes)
6.25/6.41	c 7	253 (80%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
6.25/6.41	c 7	285 (90%) CSP integer variables are encoded (6079 clauses, 76964 bytes)
6.25/6.41	c 7	316 (100%) CSP integer variables are encoded (6306 clauses, 79915 bytes)
938.89/948.12	c 949	10 (10%) CSP clauses are encoded (1494106 clauses, 149931306 bytes)
1691.87/1708.43	c 1709	19 (20%) CSP clauses are encoded (2707081 clauses, 273832479 bytes)
1718.30/1735.17	c 1736	29 (30%) CSP clauses are encoded (2934431 clauses, 300646576 bytes)
1726.42/1743.30	c 1744	38 (40%) CSP clauses are encoded (3002898 clauses, 308885842 bytes)
1726.42/1743.30	c 1744	48 (50%) CSP clauses are encoded (3003424 clauses, 308894745 bytes)
1726.42/1743.30	c 1744	57 (60%) CSP clauses are encoded (3003461 clauses, 308895309 bytes)
1726.42/1743.30	c 1744	67 (70%) CSP clauses are encoded (3004057 clauses, 308905759 bytes)
1726.42/1743.30	c 1744	76 (80%) CSP clauses are encoded (3004104 clauses, 308906485 bytes)
1726.42/1743.30	c 1744	86 (90%) CSP clauses are encoded (3004186 clauses, 308907804 bytes)
1726.42/1743.30	c 1744	95 (100%) CSP clauses are encoded (3004432 clauses, 308911921 bytes)
1726.42/1743.30	c 1744	95 CSP clauses encoded
1726.42/1743.31	c 1744	Writing map file : HOME/temp.map
1726.42/1743.31	c 1744	Heap : 261 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1726.42/1743.31	c 1744	SAT : 6622 SAT variables, 3004432 SAT clauses, 308911921 bytes
1726.42/1743.31	c 1744	Heap : 261 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1726.42/1743.39	c 1744	OBJECTIVE minimize _COST
1726.42/1743.39	c 1744	SOLVING HOME/temp.cnf
1726.42/1743.39	c 1744	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1726.42/1743.39	c 1744	This is MiniSat 2.0 beta incremental
1726.42/1743.39	c 1744	WARNING: for repeatability, setting FPU to use double precision
1726.42/1743.39	c 1744	============================[ Problem Statistics ]=============================
1726.42/1743.39	c 1744	|                                                                             |
1726.42/1743.39	c 1744	|  Number of variables:  6622                                                 |
1726.42/1743.39	c 1744	|  Number of clauses:    3004432                                              |
1732.53/1749.51	c 1750	|  Parsing time:         5.50         s                                       |
1732.83/1749.81	c 1750	OK
1732.83/1749.81	c 1750	OBJECTIVE BOUND: 0 <= _COST <= 
1732.83/1749.81	c 1750	SEARCHING: _COST <= 16
1732.83/1749.81	c 1750	============================[ Search Statistics ]==============================
1732.83/1749.81	c 1750	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1732.83/1749.81	c 1750	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1732.83/1749.81	c 1750	===============================================================================
1732.83/1749.81	c 1750	|         0 |    6622  3004432 57110672 |  1001477        0    nan |  0.000 % |
1733.43/1750.43	c 1751	|       101 |    6622  3004432 57110672 |  1101625      101      7 |  0.000 % |
1733.72/1750.74	c 1751	|       253 |    6622  3004432 57110672 |  1211787      253      7 |  0.000 % |
1733.82/1750.84	c 1751	|       478 |    6622  3004432 57110672 |  1332966      478      8 |  0.000 % |
1733.92/1750.93	c 1751	|       815 |    6622  3004432 57110672 |  1466262      815      9 |  0.000 % |
1734.22/1751.29	c 1752	|      1321 |    6622  3004432 57110672 |  1612889     1321      9 |  0.000 % |
1734.52/1751.52	c 1752	|      2081 |    6622  3004432 57110672 |  1774178     2081      9 |  0.000 % |
1735.21/1752.26	c 1753	|      3221 |    6622  3004432 57110672 |  1951596     3221     10 |  0.000 % |
1735.41/1752.45	c 1753	|      4929 |    6622  3004432 57110672 |  2146755     4929     10 |  0.000 % |
1736.99/1754.03	c 1754	|      7491 |    6622  3004432 57110672 |  2361431     7491     11 |  0.000 % |
1739.46/1756.59	c 1757	|     11335 |    6622  3004432 57110672 |  2597574    11335     11 |  0.000 % |
1742.33/1759.49	c 1760	|     17102 |    6622  3004432 57110672 |  2857331    17102     11 |  0.000 % |
1747.29/1764.41	c 1765	|     25751 |    6622  3004432 57110672 |  3143064    25751     11 |  0.000 % |
1753.13/1770.37	c 1771	|     38726 |    6622  3004432 57110672 |  3457371    38726     11 |  0.000 % |
1759.08/1776.32	c 1777	|     58187 |    6622  3004432 57110672 |  3803108    58187     11 |  0.000 % |
1776.02/1793.42	c 1794	|     87380 |    6622  3004432 57110672 |  4183419    87380     12 |  0.000 % |
1802.17/1819.85	c 1820	|    131169 |    6622  3004432 57110672 |  4601761   131169     12 |  0.000 % |
1837.91/1855.99	c 1856	|    196854 |    6622  3004432 57110672 |  5061937   196854     12 |  0.000 % |
1909.83/1928.53	c 1929	|    295380 |    6622  3004432 57110672 |  5568131   295380     13 |  0.000 % |
2041.98/2061.92	c 2062	|    443171 |    6622  3004432 57110672 |  6124944   443171     13 |  0.000 % |
2341.14/2363.90	c 2364	|    664854 |    6622  3004432 57110672 |  6737438   664854     14 |  0.000 % |
2801.87/2829.07	c 2829	|    997380 |    6622  3004432 57110672 |  7411182   997380     15 |  0.000 % |
3431.57/3463.96	c 3464	===============================================================================
3431.57/3463.96	c 3464	restarts              : 22
3431.57/3463.96	c 3464	conflicts             : 1303681       (765 /sec)
3431.57/3463.96	c 3464	decisions             : 1802473       (1.66 % random) (1058 /sec)
3431.57/3463.96	c 3464	propagations          : 48421629       (28414 /sec)
3431.57/3463.96	c 3464	conflict literals     : 20663614       (25.84 % deleted)
3431.57/3463.96	c 3464	Memory used           : 509.29 MB
3431.57/3463.96	c 3464	CPU time              : 1704.13 s
3431.57/3463.96	c 3464	
3431.57/3463.96	c 3464	SATISFIABLE
3431.57/3463.97	c 3464	OK
3431.57/3463.97	c 3464	FOUND: _COST <= 16
3431.57/3463.97	s SATISFIABLE
3431.57/3463.97	c 3464	DECODING HOME/temp.out WITH HOME/temp.map
3431.57/3463.97	c 3464	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3431.63/3464.05	c 3464	Decoding HOME/temp.out
3431.63/3464.14	c 3465	OBJECTIVE _COST 16
3431.63/3464.14	o 16
3431.63/3464.16	v 13 19 0 25 11 3 11 14 25 7 17 20 23 20 18 25 19 1 4 14 12 25 0 4 0 21 25 14 4 13 8 13 14 25 22 24 20 14 1 25 8 2 8 4 25 17 19 8 15 8 20 25 14 19 17 19 8 25 18 8 18 17 25 18 17 21 7 13 19 25 15 7 14 18 3 25 18 19 18 15 25 4 0 4 8 19 7 25 14 4 7 24 4 25 4 8 4 14 25 12 13 17 7 14 0 25 19 18 24 22 23 25 25 25 25 22 25 20 18 18 20 23 20 25 18 0 15 14 19 25 15 4 15 4 25 18 12 8 12 8 18 25 2 12 13 14 17 12 0 13 0 17 2 7 8 19 4 2 19 20 17 4 14 19 14 25 18 8 18 8 25 17 19 0 17 0 17 25 4 19 11 18 20 25 18 25 18 13 25 14 19 17 0 19 0 25 0 14 14 8 18 25 4 8 4 6 25 14 8 8 11 8 11 25 12 10 6 4 11 25 17 13 17 11 25 12 13 0 8 13 8 25 4 4 24 18 24 25 18 6 18 24 25 18 6 13 18 6 0 25 17 13
3431.63/3464.16	c 3465	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3431.63/3464.18	c 3465	OK
3431.63/3464.18	c 3465	OBJECTIVE BOUND: 0 <= _COST <= 16
3431.63/3464.18	c 3465	SEARCHING: _COST <= 8
3431.63/3464.18	c 3465	============================[ Search Statistics ]==============================
3431.63/3464.18	c 3465	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3431.63/3464.18	c 3465	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3431.63/3464.18	c 3465	===============================================================================
3431.63/3464.18	c 3465	|   1303681 |    6622  3004432 57110672 |  1001477  1303681     16 |  0.000 % |
3442.92/3475.37	c 3476	|   1303781 |    6622  3004432 57110672 |  1101625    27572     12 |  1.450 % |
3443.12/3475.51	c 3476	|   1303931 |    6622  3004432 57110672 |  1211787    27722     12 |  1.450 % |
3443.53/3475.94	c 3476	|   1304159 |    6622  3004432 57110672 |  1332966    27950     12 |  1.450 % |
3443.82/3476.23	c 3477	|   1304498 |    6622  3004432 57110672 |  1466262    28289     12 |  1.450 % |
3444.22/3476.65	c 3477	|   1305006 |    6622  3004432 57110672 |  1612889    28797     12 |  1.450 % |
3444.72/3477.18	c 3478	|   1305767 |    6622  3004432 57110672 |  1774178    29558     12 |  1.450 % |
3446.32/3478.77	c 3479	|   1306907 |    6622  3004432 57110672 |  1951596    30698     12 |  1.450 % |
3446.92/3479.31	c 3480	|   1308617 |    6622  3004432 57110672 |  2146755    32408     12 |  1.450 % |
3448.22/3480.68	c 3481	|   1311181 |    6622  3004432 57110672 |  2361431    34972     12 |  1.450 % |
3451.01/3483.49	c 3484	|   1315026 |    6622  3004432 57110672 |  2597574    38817     12 |  1.450 % |
3454.62/3487.09	c 3487	|   1320792 |    6622  3004432 57110672 |  2857331    44583     12 |  1.450 % |
3459.91/3492.38	c 3493	|   1329442 |    6622  3004432 57110672 |  3143064    53233     12 |  1.450 % |
3471.20/3503.70	c 3504	|   1342416 |    6622  3004432 57110672 |  3457371    66207     12 |  1.450 % |
3492.00/3524.41	c 3525	|   1361877 |    6622  3004432 57110672 |  3803108    85668     12 |  1.450 % |
3551.27/3583.71	c 3584	|   1391070 |    6622  3004432 57110672 |  4183419   114861     13 |  1.450 % |
3592.45/3624.95	c 3625	|   1434860 |    6622  3004432 57110672 |  4601761   158651     13 |  1.450 % |
3600.05/3632.51	c ERROR INTERRUPTED
3600.18/3632.68	c 3633	CPU 3596.49 (0.06 0.02 3596.43 3.64)
3600.18/3632.68	c 3633	END Sat Jul 12 06:55:12 2008

Verifier Data (download as text)

OK	16	16
16 unsatisfied constraints, 16 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-1110783-1215834879/watcher-1110783-1215834879 -o /tmp/evaluation-result-1110783-1215834879/solver-1110783-1215834879 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110783-1215834879.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: 1.93 2.25 2.44 4/81 13849
/proc/meminfo: memFree=1858540/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=12268 CPUtime=0
/proc/13849/stat : 13849 (sugar++) D 13847 13849 11796 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40191159 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268583008869 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/13849/statm: 3067 316 241 3 0 167 0

[startup+0.0930059 s]
/proc/loadavg: 1.93 2.25 2.44 4/81 13849
/proc/meminfo: memFree=1858540/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.07
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101009 s]
/proc/loadavg: 1.93 2.25 2.44 4/81 13849
/proc/meminfo: memFree=1858540/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.07
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.30103 s]
/proc/loadavg: 1.93 2.25 2.44 4/81 13849
/proc/meminfo: memFree=1858540/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.07
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701079 s]
/proc/loadavg: 1.93 2.25 2.44 4/81 13849
/proc/meminfo: memFree=1858540/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.57
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1279 6693 0 1 5 2 46 4 16 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50218 s]
/proc/loadavg: 1.93 2.25 2.44 3/92 13871
/proc/meminfo: memFree=1846292/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.57
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1296 6693 0 1 5 2 46 4 15 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
[pid=13862] ppid=13849 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13849 13849 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40191224 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13862/statm: 1339 233 193 169 0 50 0
[pid=13863] ppid=13862 vsize=864148 CPUtime=0.83
/proc/13863/stat : 13863 (java) S 13862 13849 11796 0 -1 0 10159 0 1 0 78 5 0 0 18 0 9 0 40191224 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13863/statm: 216037 9291 2540 9 0 210612 0
[pid=13863/tid=13864] ppid=13862 vsize=864148 CPUtime=0.39
/proc/13863/task/13864/stat : 13864 (java) R 13862 13849 11796 0 -1 64 2768 0 1 0 38 1 0 0 19 0 9 0 40191225 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 102492669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13865] ppid=13862 vsize=864148 CPUtime=0.35
/proc/13863/task/13865/stat : 13865 (java) S 13862 13849 11796 0 -1 64 6364 0 0 0 32 3 0 0 17 0 9 0 40191226 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13866] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13866/stat : 13866 (java) S 13862 13849 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40191226 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13867] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13867/stat : 13867 (java) S 13862 13849 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40191226 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13868] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13868/stat : 13868 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40191228 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13869] ppid=13862 vsize=864148 CPUtime=0.07
/proc/13863/task/13869/stat : 13869 (java) S 13862 13849 11796 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40191228 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13870] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13870/stat : 13870 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40191228 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13871] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13871/stat : 13871 (java) S 13862 13849 11796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40191228 884887552 9291 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886244

[startup+3.10236 s]
/proc/loadavg: 1.93 2.25 2.44 4/92 13871
/proc/meminfo: memFree=1811668/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.57
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1296 6693 0 1 5 2 46 4 15 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
[pid=13862] ppid=13849 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13849 13849 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40191224 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13862/statm: 1339 233 193 169 0 50 0
[pid=13863] ppid=13862 vsize=864148 CPUtime=2.41
/proc/13863/stat : 13863 (java) S 13862 13849 11796 0 -1 0 23440 0 1 0 230 11 0 0 18 0 9 0 40191224 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13863/statm: 216037 22280 2540 9 0 210612 0
[pid=13863/tid=13864] ppid=13862 vsize=864148 CPUtime=0.79
/proc/13863/task/13864/stat : 13864 (java) R 13862 13849 11796 0 -1 64 3638 0 1 0 78 1 0 0 22 0 9 0 40191225 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13865] ppid=13862 vsize=864148 CPUtime=1.52
/proc/13863/task/13865/stat : 13865 (java) R 13862 13849 11796 0 -1 64 18775 0 0 0 144 8 0 0 17 0 9 0 40191226 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 104457093 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13866] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13866/stat : 13866 (java) S 13862 13849 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40191226 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13867] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13867/stat : 13867 (java) S 13862 13849 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40191226 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13868] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13868/stat : 13868 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40191228 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13869] ppid=13862 vsize=864148 CPUtime=0.07
/proc/13863/task/13869/stat : 13869 (java) S 13862 13849 11796 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40191228 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13870] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13870/stat : 13870 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40191228 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13871] ppid=13862 vsize=864148 CPUtime=0
/proc/13863/task/13871/stat : 13871 (java) S 13862 13849 11796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40191228 884887552 22280 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886244

[startup+6.30273 s]
/proc/loadavg: 2.01 2.27 2.45 5/92 13871
/proc/meminfo: memFree=1686932/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.57
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1297 6693 0 1 5 2 46 4 15 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
[pid=13862] ppid=13849 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13849 13849 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40191224 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13862/statm: 1339 233 193 169 0 50 0
[pid=13863] ppid=13862 vsize=884888 CPUtime=5.59
/proc/13863/stat : 13863 (java) S 13862 13849 11796 0 -1 0 55882 0 1 0 533 26 0 0 18 0 9 0 40191224 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13863/statm: 221222 49517 2540 9 0 215797 0
[pid=13863/tid=13864] ppid=13862 vsize=884888 CPUtime=1.58
/proc/13863/task/13864/stat : 13864 (java) S 13862 13849 11796 0 -1 64 4373 0 1 0 156 2 0 0 16 0 9 0 40191225 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13865] ppid=13862 vsize=884888 CPUtime=3.9
/proc/13863/task/13865/stat : 13865 (java) R 13862 13849 11796 0 -1 64 50478 0 0 0 368 22 0 0 25 0 9 0 40191226 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 104182531 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13866] ppid=13862 vsize=884888 CPUtime=0
/proc/13863/task/13866/stat : 13866 (java) S 13862 13849 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40191226 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13867] ppid=13862 vsize=884888 CPUtime=0
/proc/13863/task/13867/stat : 13867 (java) S 13862 13849 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40191226 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13868] ppid=13862 vsize=884888 CPUtime=0
/proc/13863/task/13868/stat : 13868 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40191228 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13869] ppid=13862 vsize=884888 CPUtime=0.07
/proc/13863/task/13869/stat : 13869 (java) S 13862 13849 11796 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 40191228 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13870] ppid=13862 vsize=884888 CPUtime=0
/proc/13863/task/13870/stat : 13870 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40191228 906125312 49517 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13871] ppid=13862 vsize=884888 CPUtime=0
/proc/13863/task/13871/stat : 13871 (java) S 13862 13849 11796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40191228 906125312 49517 996147200 134512640 134550740 4294955920 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) 906984

[startup+12.7025 s]
/proc/loadavg: 2.01 2.26 2.45 3/92 13871
/proc/meminfo: memFree=1679764/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.57
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1297 6693 0 1 5 2 46 4 16 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
[pid=13862] ppid=13849 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13849 13849 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40191224 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13862/statm: 1339 233 193 169 0 50 0
[pid=13863] ppid=13862 vsize=864260 CPUtime=11.92
/proc/13863/stat : 13863 (java) S 13862 13849 11796 0 -1 0 57673 0 1 0 1165 27 0 0 18 0 9 0 40191224 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13863/statm: 216065 46091 2565 9 0 210612 0
[pid=13863/tid=13864] ppid=13862 vsize=864260 CPUtime=7.74
/proc/13863/task/13864/stat : 13864 (java) R 13862 13849 11796 0 -1 64 5110 0 1 0 772 2 0 0 25 0 9 0 40191225 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4126579480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13865] ppid=13862 vsize=864260 CPUtime=4.03
/proc/13863/task/13865/stat : 13865 (java) S 13862 13849 11796 0 -1 64 51511 0 0 0 381 22 0 0 16 0 9 0 40191226 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13866] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13866/stat : 13866 (java) S 13862 13849 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40191226 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13867] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13867/stat : 13867 (java) S 13862 13849 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40191226 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13868] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13868/stat : 13868 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40191228 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13869] ppid=13862 vsize=864260 CPUtime=0.11
/proc/13863/task/13869/stat : 13869 (java) S 13862 13849 11796 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40191228 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13870] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13870/stat : 13870 (java) S 13862 13849 11796 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40191228 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13871] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13871/stat : 13871 (java) S 13862 13849 11796 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40191228 885002240 46091 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886356

[startup+25.502 s]
/proc/loadavg: 2.01 2.25 2.44 3/92 13871
/proc/meminfo: memFree=1675924/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=0.57
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1297 6693 0 1 5 2 46 4 16 0 1 0 40191159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1104 409 3 0 764 0
[pid=13862] ppid=13849 vsize=5356 CPUtime=0
/proc/13862/stat : 13862 (sh) S 13849 13849 11796 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40191224 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13862/statm: 1339 233 193 169 0 50 0
[pid=13863] ppid=13862 vsize=864260 CPUtime=24.6
/proc/13863/stat : 13863 (java) S 13862 13849 11796 0 -1 0 58652 0 1 0 2432 28 0 0 18 0 9 0 40191224 885002240 47064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13863/statm: 216065 47064 2565 9 0 210612 0
[pid=13863/tid=13864] ppid=13862 vsize=864260 CPUtime=20.38
/proc/13863/task/13864/stat : 13864 (java) R 13862 13849 11796 0 -1 64 5116 0 1 0 2035 3 0 0 25 0 9 0 40191225 885002240 47064 996147200 134512640 134550740 4294955920 18446744073709551615 4126636847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13865] ppid=13862 vsize=864260 CPUtime=4.08
/proc/13863/task/13865/stat : 13865 (java) S 13862 13849 11796 0 -1 64 52484 0 0 0 385 23 0 0 16 0 9 0 40191226 885002240 47064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13866] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13866/stat : 13866 (java) S 13862 13849 11796 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40191226 885002240 47064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13863/tid=13867] ppid=13862 vsize=864260 CPUtime=0
/proc/13863/task/13867/stat : 13867 (java) S 13862 13849 11796 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40191226 885002240 47064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1060900/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=496996 CPUtime=1227.22
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 121116 0 0 0 122631 91 0 0 25 0 1 0 40365499 508923904 121064 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 124249 121064 74 151 0 124095 0
Current children cumulated CPU time (s) 2953.73
Current children cumulated vsize (KiB) 513736

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1057764/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=500176 CPUtime=1286.66
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 121912 0 0 0 128574 92 0 0 25 0 1 0 40365499 512180224 121860 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 125044 121860 74 151 0 124890 0
Current children cumulated CPU time (s) 3013.17
Current children cumulated vsize (KiB) 516916

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1054820/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=503024 CPUtime=1346.1
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 122653 0 0 0 134517 93 0 0 25 0 1 0 40365499 515096576 122601 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 125756 122601 74 151 0 125602 0
Current children cumulated CPU time (s) 3072.61
Current children cumulated vsize (KiB) 519764

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1051236/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=506552 CPUtime=1405.54
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 123528 0 0 0 140460 94 0 0 25 0 1 0 40365499 518709248 123476 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 126638 123476 74 151 0 126484 0
Current children cumulated CPU time (s) 3132.05
Current children cumulated vsize (KiB) 523292

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1047204/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=510396 CPUtime=1464.97
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 124509 0 0 0 146403 94 0 0 25 0 1 0 40365499 522645504 124457 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 127599 124457 74 151 0 127445 0
Current children cumulated CPU time (s) 3191.48
Current children cumulated vsize (KiB) 527136

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1044708/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=512696 CPUtime=1524.41
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 125103 0 0 0 152346 95 0 0 25 0 1 0 40365499 525000704 125051 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 128174 125051 74 151 0 128020 0
Current children cumulated CPU time (s) 3250.92
Current children cumulated vsize (KiB) 529436

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13880
/proc/meminfo: memFree=1042084/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=515180 CPUtime=1583.84
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 125734 0 0 0 158289 95 0 0 25 0 1 0 40365499 527544320 125682 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13880/statm: 128795 125682 74 151 0 128641 0
Current children cumulated CPU time (s) 3310.35
Current children cumulated vsize (KiB) 531920

[startup+3402.31 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 13949
/proc/meminfo: memFree=1030356/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=518172 CPUtime=1643.48
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 126495 0 0 0 164251 97 0 0 25 0 1 0 40365499 530608128 126443 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/13880/statm: 129543 126443 74 151 0 129389 0
Current children cumulated CPU time (s) 3369.99
Current children cumulated vsize (KiB) 534912

[startup+3462.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 13949
/proc/meminfo: memFree=1027476/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.51
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1461 143015 0 2 6 2 172389 254 16 0 1 0 40191159 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13849/statm: 4185 1113 414 3 0 764 0
[pid=13880] ppid=13849 vsize=521376 CPUtime=1703.46
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 127291 0 0 0 170247 99 0 0 25 0 1 0 40365499 533889024 127239 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13880/statm: 130344 127239 74 151 0 130190 0
Current children cumulated CPU time (s) 3429.97
Current children cumulated vsize (KiB) 538116

[startup+3522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 13959
/proc/meminfo: memFree=1026900/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.69
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1545 146799 0 3 6 2 172405 256 16 0 1 0 40191159 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13849/statm: 4185 1114 414 3 0 764 0
[pid=13880] ppid=13849 vsize=521508 CPUtime=1763.21
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 127366 0 0 0 176222 99 0 0 25 0 1 0 40365499 534024192 127312 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13880/statm: 130377 127312 80 151 0 130223 0
Current children cumulated CPU time (s) 3489.9
Current children cumulated vsize (KiB) 538248

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 13959
/proc/meminfo: memFree=1026708/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.69
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1545 146799 0 3 6 2 172405 256 16 0 1 0 40191159 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13849/statm: 4185 1114 414 3 0 764 0
[pid=13880] ppid=13849 vsize=521508 CPUtime=1823.18
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 127369 0 0 0 182219 99 0 0 25 0 1 0 40365499 534024192 127315 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13880/statm: 130377 127315 80 151 0 130223 0
Current children cumulated CPU time (s) 3549.87
Current children cumulated vsize (KiB) 538248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 13959
/proc/meminfo: memFree=1026708/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=1726.69
/proc/13849/stat : 13849 (sugar++) S 13847 13849 11796 0 -1 4194304 1545 146799 0 3 6 2 172405 256 16 0 1 0 40191159 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13849/statm: 4185 1114 414 3 0 764 0
[pid=13880] ppid=13849 vsize=521508 CPUtime=1873.36
/proc/13880/stat : 13880 (minisat-inc) R 13849 13849 11796 0 -1 4194304 127370 0 0 0 187237 99 0 0 25 0 1 0 40365499 534024192 127316 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13880/statm: 130377 127316 80 151 0 130223 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 538248

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

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

[startup+3632.61 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 13959
/proc/meminfo: memFree=1026708/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=3600.18
/proc/13849/stat : 13849 (sugar++) R 13847 13849 11796 0 -1 4194304 1568 274169 0 3 6 5 359643 364 16 0 1 0 40191159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13849/statm: 4185 1115 415 3 0 764 0
Current children cumulated CPU time (s) 3600.18
Current children cumulated vsize (KiB) 16740

[startup+3632.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 13959
/proc/meminfo: memFree=1026708/2055924 swapFree=4180896/4192956
[pid=13849] ppid=13847 vsize=16740 CPUtime=3600.27
/proc/13849/stat : 13849 (sugar++) R 13847 13849 11796 0 -1 4194304 1568 274169 0 3 6 14 359643 364 19 0 1 0 40191159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13849/statm: 4185 1115 415 3 0 764 0
Current children cumulated CPU time (s) 3600.27
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3632.73
CPU time (s): 3600.32
CPU user time (s): 3596.5
CPU system time (s): 3.81842
CPU usage (%): 99.1078
Max. virtual memory (cumulated for all children) (KiB): 912972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.5
system time used= 3.81842
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275793
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= 46180
involuntary context switches= 129423

runsolver used 5.10222 second user time and 11.2613 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-12 05:54:39
IDJOB=1110783
IDBENCH=61152
IDSOLVER=367
FILE ID=node6/1110783-1215834879
PBS_JOBID= 7903316
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110783-1215834879/watcher-1110783-1215834879 -o /tmp/evaluation-result-1110783-1215834879/solver-1110783-1215834879 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110783-1215834879.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=1079695231

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1859020 kB
Buffers:         40472 kB
Cached:          85528 kB
SwapCached:       5784 kB
Active:          87332 kB
Inactive:        67316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1859020 kB
SwapTotal:     4192956 kB
SwapFree:      4180896 kB
Dirty:            1112 kB
Writeback:           0 kB
Mapped:          44568 kB
Slab:            27268 kB
Committed_AS:   205900 kB
PageTables:       2044 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= 66480 MiB
End job on node6 at 2008-07-12 06:55:14