Trace number 1127307

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.09 3602.13

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2300-96030_ext.xml
MD5SUM69937d0c5a6286780a6dec116565991e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints276
Best CPU time to get the best result obtained on this benchmark4.33434
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints686
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension686
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Tue Jul 22 22:27:50 2008
0.00/0.07	c 0	PID 5222
0.06/0.07	c 0	HOST node87.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1127307-1216758470.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127307-1216758470.xml' 'HOME/temp.csp'
0.06/0.39	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 686 constraints
0.06/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.37/0.52	c 1	Parsing HOME/temp.csp
0.37/0.67	c 1	parsed 741 expressions
0.37/0.67	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.68	c 1	MAX CSP: 686 constraints
0.37/0.68	c 1	Converting to clausal form CSP
0.37/0.72	c 1	converted 143 (10%) expressions
0.37/0.74	c 1	converted 286 (20%) expressions
0.37/0.75	c 1	converted 429 (30%) expressions
0.37/0.76	c 1	converted 572 (40%) expressions
0.37/0.77	c 1	converted 715 (50%) expressions
0.37/0.78	c 1	converted 858 (60%) expressions
0.37/0.79	c 1	converted 1001 (70%) expressions
0.37/0.86	c 1	converted 1144 (80%) expressions
0.37/0.87	c 1	converted 1287 (90%) expressions
0.37/0.99	c 1	converted 1430 (100%) expressions
0.37/0.99	c 1	CSP : 1412 integers, 0 booleans, 2057 clauses, largest domain size 1030
0.37/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.99	c 1	Propagation in CSP
0.90/1.04	c 1	680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.04	c 1	CSP : 1412 integers, 0 booleans, 2057 clauses, largest domain size 687
0.90/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.05	c 1	CSP : 1412 integers, 0 booleans, 2057 clauses, largest domain size 687
0.90/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.09	c 1	142 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.09	c 1	283 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.09	c 1	424 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.09	c 1	565 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.10	c 1	706 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.11	c 1	848 (60%) CSP integer variables are encoded (1277 clauses, 16120 bytes)
1.00/1.11	c 1	989 (70%) CSP integer variables are encoded (2293 clauses, 29328 bytes)
1.00/1.12	c 1	1130 (80%) CSP integer variables are encoded (8994 clauses, 116652 bytes)
1.00/1.12	c 1	1271 (90%) CSP integer variables are encoded (9974 clauses, 131352 bytes)
1.00/1.12	c 1	1412 (100%) CSP integer variables are encoded (11331 clauses, 151707 bytes)
1.00/1.15	c 1	206 (10%) CSP clauses are encoded (11642 clauses, 155079 bytes)
1.00/1.17	c 1	412 (20%) CSP clauses are encoded (11930 clauses, 158437 bytes)
1.00/1.19	c 1	618 (30%) CSP clauses are encoded (12236 clauses, 162041 bytes)
1.09/1.21	c 1	823 (40%) CSP clauses are encoded (15341 clauses, 214578 bytes)
1.09/1.27	c 2	1029 (50%) CSP clauses are encoded (44333 clauses, 740107 bytes)
1.09/1.29	c 2	1235 (60%) CSP clauses are encoded (53043 clauses, 893866 bytes)
1.99/2.14	c 2	1440 (70%) CSP clauses are encoded (500628 clauses, 9094736 bytes)
1.99/2.16	c 2	1646 (80%) CSP clauses are encoded (510654 clauses, 9298536 bytes)
2.09/2.21	c 2	1852 (90%) CSP clauses are encoded (534762 clauses, 9805327 bytes)
2.19/2.37	c 3	2057 (100%) CSP clauses are encoded (623241 clauses, 11687267 bytes)
2.19/2.37	c 3	2057 CSP clauses encoded
2.19/2.37	c 3	Writing map file : HOME/temp.map
2.19/2.38	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.39	c 3	SAT : 12743 SAT variables, 623241 SAT clauses, 11687267 bytes
2.19/2.39	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.42	c 3	OBJECTIVE minimize _COST
2.28/2.42	c 3	SOLVING HOME/temp.cnf
2.28/2.42	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.28/2.42	c 3	This is MiniSat 2.0 beta incremental
2.28/2.42	c 3	WARNING: for repeatability, setting FPU to use double precision
2.28/2.42	c 3	============================[ Problem Statistics ]=============================
2.28/2.42	c 3	|                                                                             |
2.28/2.43	c 3	|  Number of variables:  12743                                                |
2.28/2.43	c 3	|  Number of clauses:    623241                                               |
2.30/2.70	c 3	|  Parsing time:         0.22         s                                       |
2.30/2.72	c 3	OK
2.30/2.72	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.30/2.72	c 3	SEARCHING: _COST <= 343
2.30/2.72	c 3	============================[ Search Statistics ]==============================
2.30/2.72	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.30/2.72	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.30/2.72	c 3	===============================================================================
2.30/2.72	c 3	|         0 |   12743   623241  1834432 |   207747        0    nan |  0.000 % |
2.30/3.06	c 3	|       101 |   12743   623241  1834432 |   228521      101     21 |  0.002 % |
2.30/3.17	c 3	|       253 |   12743   623241  1834432 |   251373      252     18 |  0.112 % |
3.16/3.38	c 4	|       480 |   12743   623241  1834432 |   276511      477     19 |  0.355 % |
3.46/3.65	c 4	|       817 |   12742   623241  1834432 |   304162      813     20 |  0.504 % |
3.87/4.08	c 4	|      1324 |   12742   623241  1834432 |   334578     1320     20 |  0.504 % |
4.66/4.88	c 5	|      2084 |   12742   623241  1834432 |   368036     2080     20 |  0.504 % |
6.26/6.49	c 7	|      3223 |   12742   623241  1834432 |   404840     3219     20 |  0.504 % |
8.55/8.71	c 9	|      4932 |   12679   619577  1823677 |   445324     4926     20 |  0.504 % |
11.23/11.44	c 12	|      7494 |   12679   619577  1823677 |   489856     7488     20 |  0.504 % |
14.82/15.01	c 15	|     11338 |   12679   619577  1823677 |   538842    11332     21 |  0.504 % |
20.26/20.57	c 21	|     17106 |   12507   610307  1796475 |   592726    17084     20 |  1.854 % |
29.58/29.95	c 30	|     25756 |   12507   610307  1796475 |   651999    25734     25 |  1.854 % |
42.26/42.65	c 43	|     38730 |   12507   610307  1796475 |   717198    38708     29 |  1.854 % |
42.46/42.88	c 43	===============================================================================
42.46/42.88	c 43	restarts              : 14
42.46/42.88	c 43	conflicts             : 38845         (967 /sec)
42.46/42.88	c 43	decisions             : 50213         (0.51 % random) (1250 /sec)
42.46/42.88	c 43	propagations          : 19537026       (486517 /sec)
42.46/42.88	c 43	conflict literals     : 1112225        (26.06 % deleted)
42.46/42.88	c 43	Memory used           : 33.29 MB
42.46/42.88	c 43	CPU time              : 40.1569 s
42.46/42.88	c 43	
42.46/42.88	c 43	SATISFIABLE
42.46/42.88	c 43	OK
42.46/42.88	c 43	FOUND: _COST <= 343
42.46/42.88	s SATISFIABLE
42.46/42.88	c 43	DECODING HOME/temp.out WITH HOME/temp.map
42.46/42.88	c 43	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.56/42.96	c 43	Decoding HOME/temp.out
42.56/43.09	c 43	OBJECTIVE _COST 343
42.56/43.09	o 343
42.56/43.09	v 1 0 1 1 1 0 0 0 1 1 0 1 0 0 0 0 1 0 1 0 1 1 1 0 0 1 1 0 1 1 0 1 0 1 1 1 0 0 1 1
42.56/43.09	c 43	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
42.56/43.14	c 43	OK
42.56/43.14	c 43	OBJECTIVE BOUND: 0 <= _COST <= 343
42.56/43.14	c 43	SEARCHING: _COST <= 171
42.56/43.14	c 43	============================[ Search Statistics ]==============================
42.56/43.14	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.56/43.14	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.56/43.14	c 43	===============================================================================
42.56/43.14	c 43	|     38845 |   12491   609184  1793162 |   203061    38822     29 |  1.854 % |
43.01/43.42	c 44	|     38947 |   12491   609184  1793162 |   223367    38923     29 | 29.084 % |
43.21/43.64	c 44	|     39097 |   12491   609184  1793162 |   245704    39072     29 | 29.202 % |
43.52/43.94	c 44	|     39322 |   12491   609184  1793162 |   270274    39297     29 | 29.202 % |
44.01/44.42	c 45	|     39661 |   12491   609184  1793162 |   297302    39635     28 | 29.304 % |
44.62/45.09	c 45	|     40167 |   12491   609184  1793162 |   327032    40141     28 | 29.304 % |
45.61/46.07	c 46	|     40926 |   12491   609184  1793162 |   359735    40895     28 | 29.908 % |
47.11/47.59	c 48	|     42065 |   12491   609184  1793162 |   395709    42032     28 | 30.026 % |
49.31/49.79	c 50	|     43775 |   12491   609184  1793162 |   435280    43741     27 | 30.434 % |
52.81/53.26	c 54	|     46337 |   12491   609184  1793162 |   478808    46303     26 | 30.434 % |
58.41/58.86	c 59	|     50182 |    8864   371580  1090936 |   526688    50133     26 | 30.693 % |
66.50/66.97	c 67	|     55948 |    8816   368749  1082610 |   579357    55897     25 | 30.818 % |
80.70/81.10	c 81	|     64597 |    8816   368749  1082610 |   637293    64546     24 | 30.818 % |
108.39/108.81	c 109	|     77571 |    8816   368749  1082610 |   701022    77520     24 | 30.818 % |
153.06/153.55	c 154	|     97034 |    8799   367742  1079647 |   771125    96982     24 | 30.952 % |
230.73/231.20	c 231	|    126228 |    8799   367742  1079647 |   848237   126176     24 | 30.952 % |
356.88/357.46	c 358	|    170018 |    8799   367742  1079647 |   933061   169966     24 | 30.952 % |
576.57/577.23	c 578	|    235702 |    8785   366698  1076560 |  1026367   235646     24 | 31.061 % |
961.00/961.86	c 962	|    334228 |    8741   364206  1069233 |  1129004   334157     23 | 31.407 % |
1568.61/1569.73	c 1570	|    482017 |    8741   364206  1069233 |  1241904   481946     23 | 31.407 % |
1708.44/1709.63	c 1710	===============================================================================
1708.44/1709.63	c 1710	restarts              : 34
1708.44/1709.63	c 1710	conflicts             : 504817        (296 /sec)
1708.44/1709.63	c 1710	decisions             : 645119        (0.70 % random) (378 /sec)
1708.44/1709.63	c 1710	propagations          : 327402683      (191946 /sec)
1708.44/1709.63	c 1710	conflict literals     : 11455860       (43.35 % deleted)
1708.44/1709.63	c 1710	Memory used           : 85.30 MB
1708.44/1709.63	c 1710	CPU time              : 1705.7 s
1708.44/1709.63	c 1710	
1708.44/1709.63	c 1710	UNSATISFIABLE
1708.44/1709.63	c 1710	OK
1708.44/1709.63	c 1710	NOT FOUND: _COST <= 171
1708.44/1709.64	c 1710	OK
1708.44/1709.64	c 1710	OBJECTIVE BOUND: 172 <= _COST <= 343
1708.44/1709.64	c 1710	SEARCHING: _COST <= 257
1708.44/1709.64	c 1710	============================[ Search Statistics ]==============================
1708.44/1709.64	c 1710	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1708.44/1709.64	c 1710	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1708.44/1709.64	c 1710	===============================================================================
1708.44/1709.64	c 1710	|    504817 |    7820   342604  1007117 |   114201   346204     23 | 31.407 % |
1719.94/1721.20	c 1721	|    504918 |    7820   342604  1007117 |   125621    17457     15 | 38.634 % |
1720.13/1721.33	c 1722	|    505068 |    7820   342604  1007117 |   138183    17607     15 | 38.634 % |
1720.34/1721.53	c 1722	|    505294 |    7820   342604  1007117 |   152001    17833     15 | 38.634 % |
1720.73/1721.90	c 1722	|    505632 |    7820   342604  1007117 |   167202    18171     15 | 38.634 % |
1721.34/1722.51	c 1723	|    506138 |    7820   342604  1007117 |   183922    18677     16 | 38.634 % |
1722.03/1723.29	c 1724	|    506897 |    7820   342604  1007117 |   202314    19436     16 | 38.634 % |
1723.33/1724.55	c 1725	|    508036 |    7820   342604  1007117 |   222546    20575     17 | 38.634 % |
1725.33/1726.58	c 1727	|    509747 |    7820   342604  1007117 |   244800    22286     17 | 38.634 % |
1727.83/1729.00	c 1729	|    512309 |    7820   342604  1007117 |   269280    24848     18 | 38.634 % |
1731.53/1732.71	c 1733	|    516154 |    7820   342604  1007117 |   296208    28693     19 | 38.634 % |
1737.62/1738.86	c 1739	|    521920 |    7820   342604  1007117 |   325829    34459     21 | 38.634 % |
1747.22/1748.41	c 1749	|    530570 |    7820   342604  1007117 |   358412    43109     21 | 38.634 % |
1764.51/1765.70	c 1766	|    543544 |    7820   342604  1007117 |   394253    56083     24 | 38.634 % |
1790.20/1791.48	c 1792	|    563005 |    7820   342604  1007117 |   433679    75544     26 | 38.634 % |
1842.17/1843.47	c 1844	|    592198 |    7820   342604  1007117 |   477047   104737     27 | 38.634 % |
1930.63/1932.00	c 1932	|    635988 |    7820   342604  1007117 |   524752   148527     26 | 38.634 % |
2103.34/2104.79	c 2105	|    701673 |    7820   342604  1007117 |   577227   214212     28 | 38.634 % |
2450.68/2452.25	c 2453	|    800201 |    7820   342604  1007117 |   634949   312740     29 | 38.634 % |
3080.38/3082.29	c 3083	|    947994 |    7820   342604  1007117 |   698444   460533     31 | 38.634 % |
3600.03/3602.11	c ERROR INTERRUPTED
3600.03/3602.13	c 3602	CPU 3599.44 (0.06 0.02 3599.38 0.61)
3600.03/3602.13	c 3602	END Tue Jul 22 23:27:52 2008

Verifier Data (download as text)

OK	325	361
325 unsatisfied constraints, 361 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-1127307-1216758470/watcher-1127307-1216758470 -o /tmp/evaluation-result-1127307-1216758470/solver-1127307-1216758470 -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-1127307-1216758470.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.99 1.97 1.91 4/74 5222
/proc/meminfo: memFree=1478280/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=12272 CPUtime=0
/proc/5222/stat : 5222 (sugar++) R 5220 5222 5041 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 2931708 12566528 323 996147200 4194304 4206940 548682068528 18446744073709551615 254633381332 0 0 4224 0 0 0 0 17 0 0 0
/proc/5222/statm: 3068 324 244 3 0 168 0

[startup+0.0719251 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 5222
/proc/meminfo: memFree=1478280/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16740 CPUtime=0.06
/proc/5222/stat : 5222 (sugar++) R 5220 5222 5041 0 -1 4194304 1132 0 0 0 5 1 0 0 18 0 1 0 2931708 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 254613711519 0 0 4224 16386 0 0 0 17 0 0 0
/proc/5222/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101926 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 5222
/proc/meminfo: memFree=1478280/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16740 CPUtime=0.06
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 2931708 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301964 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 5222
/proc/meminfo: memFree=1478280/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16740 CPUtime=0.06
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 2931708 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701042 s]
/proc/loadavg: 1.99 1.97 1.91 4/74 5222
/proc/meminfo: memFree=1478280/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16740 CPUtime=0.37
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1296 4531 0 1 5 1 28 3 15 0 1 0 2931708 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16740

[startup+1.5022 s]
/proc/loadavg: 1.99 1.97 1.91 4/85 5244
/proc/meminfo: memFree=1463080/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16740 CPUtime=0.37
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1297 4531 0 1 5 1 28 3 15 0 1 0 2931708 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4185 1104 409 3 0 764 0
[pid=5235] ppid=5222 vsize=5356 CPUtime=0
/proc/5235/stat : 5235 (sh) S 5222 5222 5041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2931753 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5235/statm: 1339 233 193 169 0 50 0
[pid=5236] ppid=5235 vsize=868492 CPUtime=1.03
/proc/5236/stat : 5236 (java) S 5235 5222 5041 0 -1 0 6642 0 1 0 96 7 0 0 20 0 9 0 2931753 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5236/statm: 217123 5799 2563 9 0 211670 0
[pid=5236/tid=5237] ppid=5235 vsize=868492 CPUtime=0.68
/proc/5236/task/5237/stat : 5237 (java) R 5235 5222 5041 0 -1 64 2790 0 1 0 64 4 0 0 25 0 9 0 2931754 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5238] ppid=5235 vsize=868492 CPUtime=0.09
/proc/5236/task/5238/stat : 5238 (java) S 5235 5222 5041 0 -1 64 1674 0 0 0 8 1 0 0 16 0 9 0 2931755 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5239] ppid=5235 vsize=868492 CPUtime=0
/proc/5236/task/5239/stat : 5239 (java) S 5235 5222 5041 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2931755 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5240] ppid=5235 vsize=868492 CPUtime=0
/proc/5236/task/5240/stat : 5240 (java) S 5235 5222 5041 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2931755 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5241] ppid=5235 vsize=868492 CPUtime=0
/proc/5236/task/5241/stat : 5241 (java) S 5235 5222 5041 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2931757 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5242] ppid=5235 vsize=868492 CPUtime=0.23
/proc/5236/task/5242/stat : 5242 (java) S 5235 5222 5041 0 -1 64 1486 0 0 0 23 0 0 0 16 0 9 0 2931757 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5243] ppid=5235 vsize=868492 CPUtime=0
/proc/5236/task/5243/stat : 5243 (java) S 5235 5222 5041 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2931757 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5236/tid=5244] ppid=5235 vsize=868492 CPUtime=0
/proc/5236/task/5244/stat : 5244 (java) S 5235 5222 5041 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2931757 889335808 5799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890588

[startup+3.1015 s]
/proc/loadavg: 1.99 1.97 1.91 4/85 5244
/proc/meminfo: memFree=1452776/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.3
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1481 11759 0 2 5 1 206 18 15 0 1 0 2931708 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5222/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 16872

[startup+6.3011 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 5245
/proc/meminfo: memFree=1435312/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.31
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1481 11759 0 2 6 1 206 18 16 0 1 0 2931708 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5222/statm: 4218 1131 414 3 0 797 0
[pid=5245] ppid=5222 vsize=28356 CPUtime=3.85
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 6933 0 0 0 380 5 0 0 25 0 1 0 2931951 29036544 6882 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5245/statm: 7089 6882 74 151 0 6935 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 45228

[startup+12.7013 s]
/proc/loadavg: 2.15 2.00 1.92 3/76 5245
/proc/meminfo: memFree=1434952/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.31
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1481 11759 0 2 6 1 206 18 16 0 1 0 2931708 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5222/statm: 4218 1131 414 3 0 797 0
[pid=5245] ppid=5222 vsize=29016 CPUtime=10.22
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 7090 0 0 0 1017 5 0 0 25 0 1 0 2931951 29712384 7039 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5245/statm: 7254 7039 74 151 0 7100 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 45888

[startup+25.5017 s]
/proc/loadavg: 2.05 1.99 1.91 3/77 5296
/proc/meminfo: memFree=1555584/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.31
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1481 11759 0 2 6 1 206 18 16 0 1 0 2931708 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5222/statm: 4218 1131 414 3 0 797 0
[pid=5245] ppid=5222 vsize=30884 CPUtime=22.9
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 7551 0 0 0 2283 7 0 0 25 0 1 0 2931951 31625216 7500 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5245/statm: 7721 7500 74 151 0 7567 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 47756

[startup+51.1016 s]
/proc/loadavg: 2.09 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1551864/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1565 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=34692 CPUtime=48.18
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 8507 0 0 0 4810 8 0 0 25 0 1 0 2931951 35524608 8454 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 8673 8454 80 151 0 8519 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 51564

[startup+102.306 s]
/proc/loadavg: 2.04 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1550976/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1565 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=35088 CPUtime=99.36
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 8614 0 0 0 9927 9 0 0 25 0 1 0 2931951 35930112 8561 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 8772 8561 80 151 0 8618 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 51960

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1548544/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1565 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=36116 CPUtime=159.33
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 8844 0 0 0 15924 9 0 0 25 0 1 0 2931951 36982784 8791 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 9029 8791 80 151 0 8875 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 52988

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1542272/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1565 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=38952 CPUtime=219.31
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 9538 0 0 0 21920 11 0 0 25 0 1 0 2931951 39886848 9485 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 9738 9485 80 151 0 9584 0
Current children cumulated CPU time (s) 221.84
Current children cumulated vsize (KiB) 55824

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1536448/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1565 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=41920 CPUtime=279.27
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 10241 0 0 0 27916 11 0 0 25 0 1 0 2931951 42926080 10188 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 10480 10188 80 151 0 10326 0
Current children cumulated CPU time (s) 281.8
Current children cumulated vsize (KiB) 58792

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1531264/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1565 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=44592 CPUtime=339.25
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 10903 0 0 0 33913 12 0 0 25 0 1 0 2931951 45662208 10850 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=5245] ppid=5222 vsize=98212 CPUtime=2918.03
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 23992 0 0 0 291772 31 0 0 25 0 1 0 2931951 100569088 23937 996147200 134512640 135134323 4294956192 18446744073709551615 134530399 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 24553 23937 80 151 0 24399 0
Current children cumulated CPU time (s) 2920.56
Current children cumulated vsize (KiB) 115084

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5326
/proc/meminfo: memFree=1398144/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=100540 CPUtime=2977.99
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 24552 0 0 0 297768 31 0 0 25 0 1 0 2931951 102952960 24497 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 25135 24497 80 151 0 24981 0
Current children cumulated CPU time (s) 2980.52
Current children cumulated vsize (KiB) 117412

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5326
/proc/meminfo: memFree=1393792/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=102676 CPUtime=3037.97
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 25085 0 0 0 303764 33 0 0 25 0 1 0 2931951 105140224 25030 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 25669 25030 80 151 0 25515 0
Current children cumulated CPU time (s) 3040.5
Current children cumulated vsize (KiB) 119548

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5326
/proc/meminfo: memFree=1389376/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=105172 CPUtime=3097.95
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 25682 0 0 0 309761 34 0 0 25 0 1 0 2931951 107696128 25627 996147200 134512640 135134323 4294956192 18446744073709551615 134532069 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 26293 25627 80 151 0 26139 0
Current children cumulated CPU time (s) 3100.48
Current children cumulated vsize (KiB) 122044

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1385600/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=107108 CPUtime=3157.9
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 26152 0 0 0 315756 34 0 0 25 0 1 0 2931951 109678592 26097 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 26777 26097 80 151 0 26623 0
Current children cumulated CPU time (s) 3160.43
Current children cumulated vsize (KiB) 123980

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1381952/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=108944 CPUtime=3217.88
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 26638 0 0 0 321753 35 0 0 25 0 1 0 2931951 111558656 26583 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 27236 26583 80 151 0 27082 0
Current children cumulated CPU time (s) 3220.41
Current children cumulated vsize (KiB) 125816

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1378560/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=110384 CPUtime=3277.85
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 26985 0 0 0 327749 36 0 0 25 0 1 0 2931951 113033216 26930 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 27596 26930 80 151 0 27442 0
Current children cumulated CPU time (s) 3280.38
Current children cumulated vsize (KiB) 127256

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1375360/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=111860 CPUtime=3337.82
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 27328 0 0 0 333745 37 0 0 25 0 1 0 2931951 114544640 27273 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 27965 27273 80 151 0 27811 0
Current children cumulated CPU time (s) 3340.35
Current children cumulated vsize (KiB) 128732

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1371520/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=113804 CPUtime=3397.8
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 27813 0 0 0 339743 37 0 0 25 0 1 0 2931951 116535296 27758 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 28451 27758 80 151 0 28297 0
Current children cumulated CPU time (s) 3400.33
Current children cumulated vsize (KiB) 130676

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1368064/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=115536 CPUtime=3457.77
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 28247 0 0 0 345739 38 0 0 25 0 1 0 2931951 118308864 28192 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 28884 28192 80 151 0 28730 0
Current children cumulated CPU time (s) 3460.3
Current children cumulated vsize (KiB) 132408

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1364672/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=117408 CPUtime=3517.74
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 28694 0 0 0 351736 38 0 0 25 0 1 0 2931951 120225792 28639 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 29352 28639 80 151 0 29198 0
Current children cumulated CPU time (s) 3520.27
Current children cumulated vsize (KiB) 134280

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1361408/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=118792 CPUtime=3577.71
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 29061 0 0 0 357733 38 0 0 25 0 1 0 2931951 121643008 29006 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 29698 29006 80 151 0 29544 0
Current children cumulated CPU time (s) 3580.24
Current children cumulated vsize (KiB) 135664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1360256/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=119320 CPUtime=3597.5
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 29182 0 0 0 359712 38 0 0 25 0 1 0 2931951 122183680 29127 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 29830 29127 80 151 0 29676 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 136192

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

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

[startup+3602.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1360256/2055920 swapFree=4192956/4192956
[pid=5222] ppid=5220 vsize=16872 CPUtime=2.53
/proc/5222/stat : 5222 (sugar++) S 5220 5222 5041 0 -1 4194304 1568 15633 0 3 6 2 225 20 16 0 1 0 2931708 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5222/statm: 4218 1132 414 3 0 797 0
[pid=5245] ppid=5222 vsize=119320 CPUtime=3597.5
/proc/5245/stat : 5245 (minisat-inc) R 5222 5222 5041 0 -1 4194304 29182 0 0 0 359712 38 0 0 25 0 1 0 2931951 122183680 29127 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5245/statm: 29830 29127 80 151 0 29676 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 136192

Child status: 0
Real time (s): 3602.13
CPU time (s): 3600.09
CPU user time (s): 3599.45
CPU system time (s): 0.641902
CPU usage (%): 99.9433
Max. virtual memory (cumulated for all children) (KiB): 890588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.45
system time used= 0.641902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46461
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= 4506
involuntary context switches= 16305

runsolver used 3.91341 second user time and 9.78051 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-22 22:27:50
IDJOB=1127307
IDBENCH=63209
IDSOLVER=367
FILE ID=node87/1127307-1216758470
PBS_JOBID= 7974072
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2300-96030_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-1127307-1216758470/watcher-1127307-1216758470 -o /tmp/evaluation-result-1127307-1216758470/solver-1127307-1216758470 -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-1127307-1216758470.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 69937d0c5a6286780a6dec116565991e
RANDOM SEED=2107533859

node87.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1478760 kB
Buffers:         27600 kB
Cached:         318044 kB
SwapCached:          0 kB
Active:         345140 kB
Inactive:       165964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478760 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:         176652 kB
Slab:            50960 kB
Committed_AS:   232100 kB
PageTables:       2168 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= 66548 MiB
End job on node87 at 2008-07-22 23:27:54