Trace number 1127603

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.16 3619.85

General information on the benchmark

Namemaxcsp/cnf/3-80-100-1000/
normalized-cnf-3-80-1000-266847_ext.xml
MD5SUMcc4f254709e06b29e915ddf8fd34c33d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints43
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints995
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension995
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.05/0.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.13	c 0	BEGIN Wed Jul 23 02:24:45 2008
0.05/0.13	c 0	PID 5895
0.05/0.13	c 0	HOST node1.alineos.net
0.05/0.13	c 0	CONVERTING HOME/instance-1127603-1216772685.xml TO HOME/temp.csp
0.05/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127603-1216772685.xml' 'HOME/temp.csp'
0.07/0.72	c 1	1 domains, 80 variables, 0 predicates, 11 relations, 995 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	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.65/0.89	c 1	Parsing HOME/temp.csp
0.92/1.18	c 1	parsed 1087 expressions
0.92/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.21	c 1	MAX CSP: 995 constraints
1.01/1.21	c 1	Converting to clausal form CSP
1.01/1.25	c 1	converted 209 (10%) expressions
1.01/1.27	c 1	converted 417 (20%) expressions
1.01/1.29	c 1	converted 626 (30%) expressions
1.12/1.31	c 1	converted 834 (40%) expressions
1.12/1.33	c 1	converted 1043 (50%) expressions
1.22/1.45	c 1	converted 1251 (60%) expressions
1.22/1.46	c 1	converted 1460 (70%) expressions
1.22/1.48	c 1	converted 1668 (80%) expressions
1.22/1.48	c 1	converted 1877 (90%) expressions
1.41/1.62	c 1	converted 2085 (100%) expressions
1.41/1.62	c 1	CSP : 2070 integers, 0 booleans, 2984 clauses, largest domain size 1493
1.41/1.62	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.62	c 1	Propagation in CSP
1.41/1.67	c 1	988 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.68	c 1	CSP : 2070 integers, 0 booleans, 2984 clauses, largest domain size 996
1.41/1.68	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.68	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.68	c 1	CSP : 2070 integers, 0 booleans, 2984 clauses, largest domain size 996
1.41/1.68	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.72	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.73	c 2	207 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.73	c 2	414 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.74	c 2	621 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.74	c 2	828 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.74	c 2	1035 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.75	c 2	1242 (60%) CSP integer variables are encoded (1890 clauses, 24634 bytes)
1.51/1.75	c 2	1449 (70%) CSP integer variables are encoded (3480 clauses, 45304 bytes)
1.51/1.76	c 2	1656 (80%) CSP integer variables are encoded (5339 clauses, 69471 bytes)
1.51/1.77	c 2	1863 (90%) CSP integer variables are encoded (11767 clauses, 160268 bytes)
1.51/1.78	c 2	2070 (100%) CSP integer variables are encoded (16894 clauses, 237173 bytes)
1.61/1.82	c 2	299 (10%) CSP clauses are encoded (17194 clauses, 242063 bytes)
1.61/1.85	c 2	597 (20%) CSP clauses are encoded (17492 clauses, 247265 bytes)
1.61/1.86	c 2	896 (30%) CSP clauses are encoded (17793 clauses, 252523 bytes)
1.61/1.88	c 2	1194 (40%) CSP clauses are encoded (23898 clauses, 358922 bytes)
1.81/2.00	c 2	1492 (50%) CSP clauses are encoded (83618 clauses, 1447448 bytes)
1.81/2.04	c 2	1791 (60%) CSP clauses are encoded (101365 clauses, 1764520 bytes)
2.10/2.36	c 2	2089 (70%) CSP clauses are encoded (276049 clauses, 4976397 bytes)
2.21/2.40	c 2	2388 (80%) CSP clauses are encoded (296389 clauses, 5340441 bytes)
2.51/2.73	c 3	2686 (90%) CSP clauses are encoded (477232 clauses, 8920657 bytes)
3.90/4.20	c 4	2984 (100%) CSP clauses are encoded (1288715 clauses, 25872630 bytes)
3.90/4.20	c 4	2984 CSP clauses encoded
3.90/4.20	c 4	Writing map file : HOME/temp.map
4.01/4.22	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.22	c 4	SAT : 18964 SAT variables, 1288715 SAT clauses, 25872630 bytes
4.01/4.22	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.25	c 4	OBJECTIVE minimize _COST
4.01/4.25	c 4	SOLVING HOME/temp.cnf
4.01/4.25	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.01/4.25	c 4	This is MiniSat 2.0 beta incremental
4.01/4.25	c 4	WARNING: for repeatability, setting FPU to use double precision
4.01/4.25	c 4	============================[ Problem Statistics ]=============================
4.01/4.25	c 4	|                                                                             |
4.01/4.25	c 4	|  Number of variables:  18964                                                |
4.01/4.25	c 4	|  Number of clauses:    1288715                                              |
4.57/4.86	c 5	|  Parsing time:         0.50         s                                       |
4.57/4.88	c 5	OK
4.57/4.88	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.57/4.88	c 5	SEARCHING: _COST <= 498
4.57/4.88	c 5	============================[ Search Statistics ]==============================
4.57/4.88	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.57/4.88	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.57/4.88	c 5	===============================================================================
4.57/4.88	c 5	|         0 |   18964  1288715  3815466 |   429571        0    nan |  0.000 % |
4.77/5.04	c 5	|       100 |   18964  1288715  3815466 |   472528      100     23 |  0.001 % |
4.87/5.17	c 5	===============================================================================
4.87/5.18	c 5	restarts              : 2
4.87/5.18	c 5	conflicts             : 113           (139 /sec)
4.87/5.18	c 5	decisions             : 942           (0.85 % random) (1157 /sec)
4.87/5.18	c 5	propagations          : 119280         (146558 /sec)
4.87/5.18	c 5	conflict literals     : 2577           (11.14 % deleted)
4.87/5.18	c 5	Memory used           : 55.97 MB
4.87/5.18	c 5	CPU time              : 0.813876 s
4.87/5.18	c 5	
4.87/5.18	c 5	SATISFIABLE
4.87/5.18	c 5	OK
4.87/5.18	c 5	FOUND: _COST <= 498
4.87/5.18	s SATISFIABLE
4.87/5.18	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.87/5.18	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.95/5.26	c 5	Decoding HOME/temp.out
5.15/5.41	c 5	OBJECTIVE _COST 476
5.15/5.41	o 476
5.15/5.41	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
5.15/5.42	c 5	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.15/5.45	c 5	OK
5.15/5.45	c 5	OBJECTIVE BOUND: 0 <= _COST <= 476
5.15/5.45	c 5	SEARCHING: _COST <= 238
5.15/5.46	c 5	============================[ Search Statistics ]==============================
5.15/5.46	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.15/5.46	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.15/5.46	c 5	===============================================================================
5.15/5.46	c 5	|       113 |   18964  1288715  3815466 |   429571      113     23 |  0.001 % |
5.32/5.65	c 5	|       215 |   18964  1288715  3815466 |   472528      215     34 | 27.484 % |
5.32/5.69	c 6	===============================================================================
5.32/5.69	c 6	restarts              : 4
5.32/5.69	c 6	conflicts             : 217           (206 /sec)
5.32/5.69	c 6	decisions             : 1604          (0.75 % random) (1523 /sec)
5.32/5.69	c 6	propagations          : 236351         (224489 /sec)
5.32/5.69	c 6	conflict literals     : 7237           (11.56 % deleted)
5.32/5.69	c 6	Memory used           : 56.10 MB
5.32/5.69	c 6	CPU time              : 1.05284 s
5.32/5.69	c 6	
5.32/5.69	c 6	SATISFIABLE
5.32/5.69	c 6	OK
5.32/5.69	c 6	FOUND: _COST <= 238
5.32/5.69	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.32/5.69	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.41/5.77	c 6	Decoding HOME/temp.out
5.41/5.91	c 6	OBJECTIVE _COST 238
5.41/5.91	o 238
5.41/5.91	v 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1
5.41/5.92	c 6	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.41/5.96	c 6	OK
5.41/5.96	c 6	OBJECTIVE BOUND: 0 <= _COST <= 238
5.41/5.96	c 6	SEARCHING: _COST <= 119
5.41/5.97	c 6	============================[ Search Statistics ]==============================
5.41/5.97	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.41/5.97	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.41/5.97	c 6	===============================================================================
5.41/5.97	c 6	|       217 |   13752  1288715  3815466 |   429571      217     33 | 27.484 % |
5.77/6.13	c 6	|       317 |   13752  1288715  3815466 |   472528      317     35 | 41.463 % |
5.97/6.33	c 6	|       467 |   13752  1288715  3815466 |   519781      467     31 | 41.463 % |
6.17/6.54	c 6	|       693 |   13752  1288715  3815466 |   571759      693     29 | 41.463 % |
6.57/6.91	c 7	|      1030 |   13752  1288715  3815466 |   628935     1030     28 | 41.463 % |
6.87/7.24	c 7	|      1536 |   13752  1288715  3815466 |   691829     1536     27 | 41.463 % |
7.37/7.75	c 8	|      2295 |   13752  1288715  3815466 |   761012     2295     25 | 41.463 % |
8.07/8.48	c 8	|      3435 |   13752  1288715  3815466 |   837113     3435     24 | 41.463 % |
9.16/9.51	c 9	|      5144 |   13752  1288715  3815466 |   920825     5144     24 | 41.463 % |
10.66/11.08	c 11	|      7706 |   13752  1288715  3815466 |  1012907     7706     24 | 41.463 % |
13.84/14.26	c 14	|     11550 |   11101   513290  1512023 |  1114198    11550     24 | 41.463 % |
17.92/18.34	c 18	|     17317 |   11101   513290  1512023 |  1225618    17317     27 | 41.463 % |
26.28/26.72	c 27	|     25967 |   11101   513290  1512023 |  1348179    25967     26 | 41.463 % |
42.39/42.98	c 43	|     38942 |   11101   513290  1512023 |  1482997    38942     38 | 41.463 % |
47.06/47.66	c 47	===============================================================================
47.06/47.66	c 47	restarts              : 18
47.06/47.66	c 47	conflicts             : 43880         (1031 /sec)
47.06/47.66	c 47	decisions             : 55948         (0.72 % random) (1315 /sec)
47.06/47.66	c 47	propagations          : 34103365       (801649 /sec)
47.06/47.66	c 47	conflict literals     : 1706296        (17.17 % deleted)
47.06/47.66	c 47	Memory used           : 56.95 MB
47.06/47.66	c 47	CPU time              : 42.5415 s
47.06/47.66	c 47	
47.06/47.66	c 47	SATISFIABLE
47.06/47.67	c 47	OK
47.06/47.67	c 47	FOUND: _COST <= 119
47.06/47.67	c 47	DECODING HOME/temp.out WITH HOME/temp.map
47.06/47.67	c 47	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
47.13/47.75	c 48	Decoding HOME/temp.out
47.13/48.08	c 48	OBJECTIVE _COST 119
47.13/48.08	o 119
47.13/48.08	v 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1
47.13/48.09	c 48	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
47.66/48.23	c 48	OK
47.66/48.23	c 48	OBJECTIVE BOUND: 0 <= _COST <= 119
47.66/48.23	c 48	SEARCHING: _COST <= 59
47.66/48.23	c 48	============================[ Search Statistics ]==============================
47.66/48.23	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.66/48.23	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.66/48.23	c 48	===============================================================================
47.66/48.23	c 48	|     43880 |    9397   292103   853455 |    97367    43804     39 | 41.463 % |
47.76/48.36	c 48	|     43980 |    9397   292103   853455 |   107104    43904     39 | 50.449 % |
47.86/48.48	c 48	|     44130 |    9397   292103   853455 |   117814    44054     39 | 50.449 % |
48.05/48.69	c 49	|     44355 |    9397   292103   853455 |   129596    44279     39 | 50.449 % |
48.45/49.06	c 49	|     44692 |    9397   292103   853455 |   142556    44616     39 | 50.449 % |
48.95/49.57	c 49	|     45198 |    9397   292103   853455 |   156811    45122     39 | 50.449 % |
49.65/50.28	c 50	|     45957 |    9397   292103   853455 |   172492    45881     38 | 50.449 % |
50.64/51.28	c 51	|     47097 |    9397   292103   853455 |   189742    47021     38 | 50.449 % |
52.63/53.22	c 53	|     48805 |    9397   292103   853455 |   208716    48729     38 | 50.449 % |
55.62/56.22	c 56	|     51368 |    9397   292103   853455 |   229587    51292     38 | 50.449 % |
59.99/60.68	c 60	|     55212 |    9397   292103   853455 |   252546    55136     38 | 50.449 % |
66.37/67.09	c 67	|     60978 |    9397   292103   853455 |   277801    60902     38 | 50.449 % |
76.71/77.41	c 77	|     69630 |    9397   292103   853455 |   305581    69554     38 | 50.449 % |
93.73/94.55	c 94	|     82604 |    9397   292103   853455 |   336139    82528     37 | 50.449 % |
120.30/121.24	c 121	|    102066 |    9397   292103   853455 |   369753   101990     38 | 50.449 % |
168.96/170.17	c 170	|    131259 |    9397   292103   853455 |   406728   131183     38 | 50.449 % |
248.58/250.19	c 250	|    175049 |    9397   292103   853455 |   447401   174973     38 | 50.449 % |
381.33/383.58	c 383	|    240733 |    9397   292103   853455 |   492141   240657     39 | 50.449 % |
625.76/629.15	c 629	|    339260 |    9397   292103   853455 |   541356   339184     41 | 50.449 % |
1101.75/1107.46	c 1107	|    487049 |    9397   292103   853455 |   595491   486973     41 | 50.449 % |
1776.09/1785.09	c 1785	|    708732 |    9397   292103   853455 |   655040   119040     41 | 50.449 % |
2718.01/2731.58	c 2731	|   1041257 |    9397   292103   853455 |   720545   451565     41 | 50.449 % |
3600.08/3619.81	c ERROR INTERRUPTED
3600.08/3619.84	c 3620	CPU 3599.25 (0.06 0.03 3599.19 0.84)
3600.08/3619.84	c 3620	END Wed Jul 23 03:25:05 2008

Verifier Data (download as text)

OK	98	897
98 unsatisfied constraints, 897 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-1127603-1216772685/watcher-1127603-1216772685 -o /tmp/evaluation-result-1127603-1216772685/solver-1127603-1216772685 -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-1127603-1216772685.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.78 1.38 4/81 5895
/proc/meminfo: memFree=1316056/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=18572 CPUtime=0
/proc/5895/stat : 5895 (runsolver) R 5893 5895 5784 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4361383 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5895/statm: 4643 292 257 25 0 2626 0

[startup+0.0162761 s]
/proc/loadavg: 1.99 1.78 1.38 4/81 5895
/proc/meminfo: memFree=1316056/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=12272 CPUtime=0
/proc/5895/stat : 5895 (sugar++) D 5893 5895 5784 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 4361383 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 259362175998 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/5895/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101286 s]
/proc/loadavg: 1.99 1.78 1.38 4/81 5895
/proc/meminfo: memFree=1316056/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=13600 CPUtime=0.05
/proc/5895/stat : 5895 (sugar++) R 5893 5895 5784 0 -1 4194304 777 0 0 0 3 2 0 0 18 0 1 0 4361383 13926400 745 996147200 4194304 4206940 548682068528 18446744073709551615 259372994212 0 0 4224 0 0 0 0 17 1 0 0
/proc/5895/statm: 3400 745 338 3 0 500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13600

[startup+0.301312 s]
/proc/loadavg: 1.99 1.78 1.38 4/81 5895
/proc/meminfo: memFree=1316056/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16740 CPUtime=0.07
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 4361383 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701357 s]
/proc/loadavg: 1.99 1.78 1.38 4/81 5895
/proc/meminfo: memFree=1316056/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16740 CPUtime=0.07
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 4361383 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50245 s]
/proc/loadavg: 2.07 1.80 1.39 6/92 5917
/proc/meminfo: memFree=1307136/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16740 CPUtime=0.65
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1296 4555 0 1 5 3 54 3 15 0 1 0 4361383 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4185 1104 409 3 0 764 0
[pid=5908] ppid=5895 vsize=5356 CPUtime=0
/proc/5908/stat : 5908 (sh) S 5895 5895 5784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4361461 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5908/statm: 1339 233 193 169 0 50 0
[pid=5909] ppid=5908 vsize=868364 CPUtime=0.66
/proc/5909/stat : 5909 (java) S 5908 5895 5784 0 -1 0 5130 0 1 0 64 2 0 0 18 0 9 0 4361461 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5909/statm: 217091 4560 1730 9 0 211666 0
[pid=5909/tid=5910] ppid=5908 vsize=868364 CPUtime=0.46
/proc/5909/task/5910/stat : 5910 (java) R 5908 5895 5784 0 -1 64 2634 0 1 0 45 1 0 0 19 0 9 0 4361462 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4125972247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5911] ppid=5908 vsize=868364 CPUtime=0.02
/proc/5909/task/5911/stat : 5911 (java) S 5908 5895 5784 0 -1 64 376 0 0 0 2 0 0 0 16 0 9 0 4361467 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5912] ppid=5908 vsize=868364 CPUtime=0
/proc/5909/task/5912/stat : 5912 (java) S 5908 5895 5784 0 -1 64 10 0 0 0 0 0 0 0 18 0 9 0 4361467 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5913] ppid=5908 vsize=868364 CPUtime=0
/proc/5909/task/5913/stat : 5913 (java) S 5908 5895 5784 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 4361467 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5914] ppid=5908 vsize=868364 CPUtime=0
/proc/5909/task/5914/stat : 5914 (java) S 5908 5895 5784 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4361469 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5915] ppid=5908 vsize=868364 CPUtime=0.17
/proc/5909/task/5915/stat : 5915 (java) S 5908 5895 5784 0 -1 64 1428 0 0 0 17 0 0 0 17 0 9 0 4361469 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5916] ppid=5908 vsize=868364 CPUtime=0
/proc/5909/task/5916/stat : 5916 (java) S 5908 5895 5784 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4361469 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5917] ppid=5908 vsize=868364 CPUtime=0
/proc/5909/task/5917/stat : 5917 (java) S 5908 5895 5784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4361469 889204736 4560 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 890460

[startup+3.10264 s]
/proc/loadavg: 2.07 1.80 1.39 3/92 5917
/proc/meminfo: memFree=1295360/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16740 CPUtime=0.65
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1297 4555 0 1 5 3 54 3 15 0 1 0 4361383 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4185 1104 409 3 0 764 0
[pid=5908] ppid=5895 vsize=5356 CPUtime=0
/proc/5908/stat : 5908 (sh) S 5895 5895 5784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4361461 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5908/statm: 1339 233 193 169 0 50 0
[pid=5909] ppid=5908 vsize=868476 CPUtime=2.25
/proc/5909/stat : 5909 (java) S 5908 5895 5784 0 -1 0 7207 0 1 0 211 14 0 0 18 0 9 0 4361461 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5909/statm: 217119 6053 2563 9 0 211666 0
[pid=5909/tid=5910] ppid=5908 vsize=868476 CPUtime=1.78
/proc/5909/task/5910/stat : 5910 (java) R 5908 5895 5784 0 -1 64 3099 0 1 0 167 11 0 0 25 0 9 0 4361462 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4127003168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5911] ppid=5908 vsize=868476 CPUtime=0.16
/proc/5909/task/5911/stat : 5911 (java) S 5908 5895 5784 0 -1 64 1920 0 0 0 15 1 0 0 16 0 9 0 4361467 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5912] ppid=5908 vsize=868476 CPUtime=0
/proc/5909/task/5912/stat : 5912 (java) S 5908 5895 5784 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4361467 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5913] ppid=5908 vsize=868476 CPUtime=0
/proc/5909/task/5913/stat : 5913 (java) S 5908 5895 5784 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4361467 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5914] ppid=5908 vsize=868476 CPUtime=0
/proc/5909/task/5914/stat : 5914 (java) S 5908 5895 5784 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4361469 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5915] ppid=5908 vsize=868476 CPUtime=0.28
/proc/5909/task/5915/stat : 5915 (java) S 5908 5895 5784 0 -1 64 1495 0 0 0 28 0 0 0 16 0 9 0 4361469 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5916] ppid=5908 vsize=868476 CPUtime=0
/proc/5909/task/5916/stat : 5916 (java) S 5908 5895 5784 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4361469 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5909/tid=5917] ppid=5908 vsize=868476 CPUtime=0
/proc/5909/task/5917/stat : 5917 (java) S 5908 5895 5784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4361469 889319424 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 890572

[startup+6.30302 s]
/proc/loadavg: 2.07 1.80 1.39 5/93 5928
/proc/meminfo: memFree=1223544/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.49
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1642 20178 0 4 6 3 406 34 15 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=57444 CPUtime=1.48
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 13983 0 0 0 139 9 0 0 18 0 1 0 4361808 58822656 13928 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 14361 13928 80 151 0 14207 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 74316

[startup+12.7018 s]
/proc/loadavg: 2.06 1.81 1.39 4/83 5938
/proc/meminfo: memFree=1229512/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.49
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1642 20178 0 4 6 3 406 34 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=58120 CPUtime=7.86
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 14136 0 0 0 776 10 0 0 25 0 1 0 4361808 59514880 14081 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 14530 14081 80 151 0 14376 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 74992

[startup+25.5013 s]
/proc/loadavg: 2.05 1.81 1.40 4/83 5938
/proc/meminfo: memFree=1229640/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.49
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1642 20178 0 4 6 3 406 34 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=58120 CPUtime=20.59
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 14151 0 0 0 2049 10 0 0 25 0 1 0 4361808 59514880 14096 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 14530 14096 80 151 0 14376 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 74992

[startup+51.1012 s]
/proc/loadavg: 2.03 1.83 1.41 4/83 5948
/proc/meminfo: memFree=1229192/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 15 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=58316 CPUtime=45.63
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 14214 0 0 0 4553 10 0 0 25 0 1 0 4361808 59715584 14149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 14579 14149 80 151 0 14425 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 75188

[startup+102.306 s]
/proc/loadavg: 2.01 1.85 1.45 4/83 5948
/proc/meminfo: memFree=1229192/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=58436 CPUtime=96.58
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 14255 0 0 0 9648 10 0 0 25 0 1 0 4361808 59838464 14190 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 14609 14190 80 151 0 14455 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 75308

[startup+162.301 s]
/proc/loadavg: 2.00 1.88 1.48 4/83 5948
/proc/meminfo: memFree=1228744/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=58896 CPUtime=156.29
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 14338 0 0 0 15619 10 0 0 25 0 1 0 4361808 60309504 14273 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 14724 14273 80 151 0 14570 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 75768

[startup+222.301 s]
/proc/loadavg: 2.00 1.90 1.51 4/83 5948
/proc/meminfo: memFree=1224840/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=63120 CPUtime=216
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 15342 0 0 0 21589 11 0 0 25 0 1 0 4361808 64634880 15277 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 15780 15277 80 151 0 15626 0
Current children cumulated CPU time (s) 220.91

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

[pid=5918] ppid=5895 vsize=160600 CPUtime=2843.27
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39161 0 0 0 284290 37 0 0 25 0 1 0 4361808 164454400 39096 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40150 39096 80 151 0 39996 0
Current children cumulated CPU time (s) 2848.18
Current children cumulated vsize (KiB) 177472

[startup+2922.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 5954
/proc/meminfo: memFree=1127176/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161168 CPUtime=2902.98
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39276 0 0 0 290261 37 0 0 25 0 1 0 4361808 165036032 39211 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40292 39211 80 151 0 40138 0
Current children cumulated CPU time (s) 2907.89
Current children cumulated vsize (KiB) 178040

[startup+2982.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 5954
/proc/meminfo: memFree=1127112/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161168 CPUtime=2962.69
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39280 0 0 0 296232 37 0 0 25 0 1 0 4361808 165036032 39215 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40292 39215 80 151 0 40138 0
Current children cumulated CPU time (s) 2967.6
Current children cumulated vsize (KiB) 178040

[startup+3042.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 5954
/proc/meminfo: memFree=1126792/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161468 CPUtime=3022.41
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39340 0 0 0 302204 37 0 0 25 0 1 0 4361808 165343232 39275 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40367 39275 80 151 0 40213 0
Current children cumulated CPU time (s) 3027.32
Current children cumulated vsize (KiB) 178340

[startup+3102.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 5954
/proc/meminfo: memFree=1126728/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161468 CPUtime=3082.11
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39353 0 0 0 308174 37 0 0 25 0 1 0 4361808 165343232 39288 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40367 39288 80 151 0 40213 0
Current children cumulated CPU time (s) 3087.02
Current children cumulated vsize (KiB) 178340

[startup+3162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6057
/proc/meminfo: memFree=1128016/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161468 CPUtime=3141.8
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39355 0 0 0 314141 39 0 0 25 0 1 0 4361808 165343232 39290 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40367 39290 80 151 0 40213 0
Current children cumulated CPU time (s) 3146.71
Current children cumulated vsize (KiB) 178340

[startup+3222.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6057
/proc/meminfo: memFree=1128016/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161468 CPUtime=3201.26
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39363 0 0 0 320087 39 0 0 25 0 1 0 4361808 165343232 39298 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40367 39298 80 151 0 40213 0
Current children cumulated CPU time (s) 3206.17
Current children cumulated vsize (KiB) 178340

[startup+3282.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1127824/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=161468 CPUtime=3260.71
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39366 0 0 0 326032 39 0 0 25 0 1 0 4361808 165343232 39301 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 40367 39301 80 151 0 40213 0
Current children cumulated CPU time (s) 3265.62
Current children cumulated vsize (KiB) 178340

[startup+3342.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1125584/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=164124 CPUtime=3320.18
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 39937 0 0 0 331978 40 0 0 25 0 1 0 4361808 168062976 39864 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 41031 39864 80 151 0 40877 0
Current children cumulated CPU time (s) 3325.09
Current children cumulated vsize (KiB) 180996

[startup+3402.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1123216/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=166444 CPUtime=3379.64
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 40525 0 0 0 337924 40 0 0 25 0 1 0 4361808 170438656 40452 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 41611 40452 80 151 0 41457 0
Current children cumulated CPU time (s) 3384.55
Current children cumulated vsize (KiB) 183316

[startup+3462.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1120784/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=168688 CPUtime=3439.09
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 41110 0 0 0 343868 41 0 0 25 0 1 0 4361808 172736512 41037 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 42172 41037 80 151 0 42018 0
Current children cumulated CPU time (s) 3444
Current children cumulated vsize (KiB) 185560

[startup+3522.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1118480/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=171068 CPUtime=3498.55
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 41712 0 0 0 349813 42 0 0 25 0 1 0 4361808 175173632 41639 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 42767 41639 80 151 0 42613 0
Current children cumulated CPU time (s) 3503.46
Current children cumulated vsize (KiB) 187940

[startup+3582.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1115984/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=173444 CPUtime=3558.01
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 42344 0 0 0 355757 44 0 0 25 0 1 0 4361808 177606656 42271 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 43361 42271 80 151 0 43207 0
Current children cumulated CPU time (s) 3562.92
Current children cumulated vsize (KiB) 190316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.8 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 6059
/proc/meminfo: memFree=1114256/2055920 swapFree=4192956/4192956
[pid=5895] ppid=5893 vsize=16872 CPUtime=4.91
/proc/5895/stat : 5895 (sugar++) S 5893 5895 5784 0 -1 4194304 1711 24060 0 5 6 3 445 37 16 0 1 0 4361383 17276928 1140 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5895/statm: 4218 1140 414 3 0 797 0
[pid=5918] ppid=5895 vsize=175028 CPUtime=3595.17
/proc/5918/stat : 5918 (minisat-inc) R 5895 5895 5784 0 -1 4194304 42741 0 0 0 359473 44 0 0 25 0 1 0 4361808 179228672 42668 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5918/statm: 43757 42668 80 151 0 43603 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 191900

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

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

Child status: 0
Real time (s): 3619.85
CPU time (s): 3600.16
CPU user time (s): 3599.26
CPU system time (s): 0.901862
CPU usage (%): 99.4561
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.26
system time used= 0.901862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68591
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7597
involuntary context switches= 60625

runsolver used 4.94325 second user time and 11.3253 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-23 02:24:45
IDJOB=1127603
IDBENCH=63685
IDSOLVER=367
FILE ID=node1/1127603-1216772685
PBS_JOBID= 7974160
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-100-1000/normalized-cnf-3-80-1000-266847_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-1127603-1216772685/watcher-1127603-1216772685 -o /tmp/evaluation-result-1127603-1216772685/solver-1127603-1216772685 -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-1127603-1216772685.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc4f254709e06b29e915ddf8fd34c33d
RANDOM SEED=1250529085

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1316536 kB
Buffers:         37120 kB
Cached:         603984 kB
SwapCached:          0 kB
Active:         173428 kB
Inactive:       494140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             916 kB
Writeback:           0 kB
Mapped:          46584 kB
Slab:            57000 kB
Committed_AS:   120956 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node1 at 2008-07-23 03:25:07