Trace number 1115420

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.04 3601.81

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-36_ext.xml
MD5SUMec69d431baa000304ee63894e05c0246
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark1.85672
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Mon Jul 14 11:23:52 2008
0.00/0.05	c 0	PID 22515
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115420-1216027431.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115420-1216027431.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.29/0.41	c 0	Parsing HOME/temp.csp
0.29/0.50	c 0	parsed 176 expressions
0.29/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.51	c 0	MAX CSP: 75 constraints
0.29/0.51	c 0	Converting to clausal form CSP
0.29/0.53	c 0	converted 26 (10%) expressions
0.29/0.53	c 0	converted 51 (20%) expressions
0.29/0.54	c 0	converted 77 (30%) expressions
0.29/0.54	c 0	converted 102 (40%) expressions
0.29/0.55	c 0	converted 127 (50%) expressions
0.29/0.55	c 0	converted 153 (60%) expressions
0.29/0.56	c 0	converted 178 (70%) expressions
0.29/0.56	c 0	converted 204 (80%) expressions
0.29/0.57	c 0	converted 229 (90%) expressions
0.29/0.62	c 0	converted 254 (100%) expressions
0.29/0.62	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.29/0.62	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.62	c 0	Propagation in CSP
0.29/0.63	c 0	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.63	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.29/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.63	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.63	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.29/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.66	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.67	c 0	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.29/0.67	c 0	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.67	c 0	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.67	c 0	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.67	c 0	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.29/0.67	c 0	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.29/0.67	c 0	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.29/0.67	c 0	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.29/0.68	c 0	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.29/0.68	c 0	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.29/0.71	c 0	23 (10%) CSP clauses are encoded (1387 clauses, 17955 bytes)
0.29/0.72	c 0	45 (20%) CSP clauses are encoded (1776 clauses, 24807 bytes)
0.29/0.73	c 0	68 (30%) CSP clauses are encoded (2180 clauses, 32429 bytes)
0.29/0.73	c 0	90 (40%) CSP clauses are encoded (2381 clauses, 35864 bytes)
0.29/0.74	c 0	112 (50%) CSP clauses are encoded (2813 clauses, 42004 bytes)
0.29/0.74	c 0	135 (60%) CSP clauses are encoded (2990 clauses, 44387 bytes)
0.29/0.74	c 0	157 (70%) CSP clauses are encoded (4158 clauses, 61672 bytes)
0.29/0.75	c 0	180 (80%) CSP clauses are encoded (4336 clauses, 64073 bytes)
0.29/0.75	c 0	202 (90%) CSP clauses are encoded (6153 clauses, 89662 bytes)
0.29/0.76	c 0	224 (100%) CSP clauses are encoded (10852 clauses, 167130 bytes)
0.29/0.76	c 0	224 CSP clauses encoded
0.29/0.76	c 0	Writing map file : HOME/temp.map
0.29/0.77	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.77	c 0	SAT : 1152 SAT variables, 10852 SAT clauses, 167130 bytes
0.29/0.77	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.81	c 0	OBJECTIVE minimize _COST
0.30/0.81	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.30/0.81	c 0	SEARCHING: _COST <= 38
0.30/0.81	c 0	SOLVING HOME/temp.cnf
0.30/0.81	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.30/0.81	c 0	This is MiniSat 2.0 beta
0.30/0.81	c 0	WARNING: for repeatability, setting FPU to use double precision
0.30/0.81	c 0	============================[ Problem Statistics ]=============================
0.30/0.81	c 0	|                                                                             |
0.30/0.81	c 0	|  Number of variables:  1152                                                 |
0.30/0.81	c 0	|  Number of clauses:    10853                                                |
0.30/0.82	c 0	|  Parsing time:         0.01         s                                       |
0.30/0.82	c 0	============================[ Search Statistics ]==============================
0.30/0.82	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.82	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.30/0.82	c 0	===============================================================================
0.30/0.82	c 0	|         0 |     893     7629    22031 |     2543        0    nan |  0.000 % |
0.30/0.82	c 0	|       100 |     890     7629    22031 |     2797       99     20 | 23.177 % |
0.30/0.83	c 0	|       251 |     890     7629    22031 |     3077      250     15 | 23.178 % |
0.30/0.84	c 0	|       477 |     885     7563    21862 |     3384      476     13 | 23.178 % |
0.30/0.85	c 0	|       814 |     885     7563    21862 |     3723      813     12 | 23.185 % |
0.30/0.88	c 0	|      1321 |     885     7563    21862 |     4095     1320     14 | 23.178 % |
0.72/0.92	c 0	|      2080 |     885     7563    21862 |     4505     2079     14 | 23.178 % |
0.72/0.99	c 1	|      3219 |     885     7563    21862 |     4955     3218     16 | 23.178 % |
0.72/0.99	c 1	===============================================================================
0.72/0.99	c 1	restarts              : 8
0.72/0.99	c 1	conflicts             : 3304           (18358 /sec)
0.72/0.99	c 1	decisions             : 4480           (0.76 % random) (24893 /sec)
0.72/0.99	c 1	propagations          : 342009         (1900346 /sec)
0.72/0.99	c 1	conflict literals     : 51698          (30.76 % deleted)
0.72/0.99	c 1	Memory used           : 2.43 MB
0.72/0.99	c 1	CPU time              : 0.179972 s
0.72/0.99	c 1	
0.72/1.00	c 1	SATISFIABLE
0.72/1.00	c 1	FOUND: _COST <= 38
0.72/1.00	s SATISFIABLE
0.72/1.00	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.72/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.90/1.08	c 1	Decoding HOME/temp.out
0.90/1.12	c 1	OBJECTIVE _COST 38
0.90/1.12	o 38
0.90/1.13	v 3 4 8 9 9 0 8 2 1 8 1 9 6 0 7 0 5 8 6 7 8 6 9 7 3
0.90/1.13	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.16	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
0.90/1.16	c 1	SEARCHING: _COST <= 19
0.90/1.16	c 1	SOLVING HOME/temp.cnf
0.90/1.16	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.90/1.17	c 1	This is MiniSat 2.0 beta
0.90/1.17	c 1	WARNING: for repeatability, setting FPU to use double precision
0.90/1.17	c 1	============================[ Problem Statistics ]=============================
0.90/1.17	c 1	|                                                                             |
0.90/1.17	c 1	|  Number of variables:  1152                                                 |
0.90/1.17	c 1	|  Number of clauses:    10853                                                |
0.90/1.17	c 1	|  Parsing time:         0.01         s                                       |
0.90/1.17	c 1	============================[ Search Statistics ]==============================
0.90/1.17	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.90/1.17	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.90/1.17	c 1	===============================================================================
0.90/1.17	c 1	|         0 |     741     5615    16426 |     1871        0    nan |  0.000 % |
0.90/1.18	c 1	|       102 |     740     5615    16426 |     2058      101     12 | 36.458 % |
0.90/1.19	c 1	|       253 |     740     5615    16426 |     2264      252     10 | 36.463 % |
0.90/1.20	c 1	|       479 |     732     5527    16194 |     2491      478     11 | 36.459 % |
1.03/1.21	c 1	|       816 |     732     5527    16194 |     2740      815     10 | 36.468 % |
1.03/1.23	c 1	|      1323 |     732     5527    16194 |     3014     1322     12 | 36.459 % |
1.03/1.27	c 1	|      2083 |     732     5527    16194 |     3315     2082     13 | 36.458 % |
1.03/1.34	c 1	|      3222 |     732     5527    16194 |     3647     3221     14 | 36.459 % |
1.03/1.45	c 1	|      4930 |     732     5527    16194 |     4012     2770     16 | 36.459 % |
1.03/1.63	c 1	|      7492 |     732     5527    16194 |     4413     2956     13 | 36.459 % |
1.03/1.87	c 1	|     11336 |     732     5527    16194 |     4854     4330     12 | 36.459 % |
2.05/2.28	c 2	|     17103 |     732     5527    16194 |     5340     4594     12 | 36.459 % |
2.65/2.88	c 2	|     25753 |     732     5527    16194 |     5874     4280     14 | 36.459 % |
3.55/3.78	c 3	|     38727 |     730     5482    16066 |     6461     4177     12 | 36.633 % |
5.04/5.20	c 5	|     58188 |     730     5482    16066 |     7107     5990     12 | 36.634 % |
7.24/7.44	c 7	|     87381 |     730     5482    16066 |     7818     4131     13 | 36.633 % |
10.64/10.86	c 10	|    131170 |     730     5482    16066 |     8600     5692     15 | 36.634 % |
16.14/16.39	c 16	|    196856 |     730     5482    16066 |     9460     6694     15 | 36.633 % |
24.93/25.15	c 25	|    295384 |     730     5482    16066 |    10406     9538     16 | 36.632 % |
38.23/38.46	c 38	|    443173 |     730     5482    16066 |    11446     8232     15 | 36.632 % |
59.62/59.81	c 59	|    664858 |     730     5482    16066 |    12591     6125     16 | 36.633 % |
93.90/94.19	c 94	|    997384 |     714     5308    15465 |    13850     9788     12 | 38.023 % |
98.80/99.09	c 99	===============================================================================
98.80/99.09	c 99	restarts              : 22
98.80/99.09	c 99	conflicts             : 1044571        (10674 /sec)
98.80/99.09	c 99	decisions             : 1242759        (1.15 % random) (12699 /sec)
98.80/99.09	c 99	propagations          : 112435889      (1148933 /sec)
98.80/99.09	c 99	conflict literals     : 17168427       (32.64 % deleted)
98.80/99.09	c 99	Memory used           : 6.01 MB
98.80/99.09	c 99	CPU time              : 97.8611 s
98.80/99.09	c 99	
98.80/99.09	c 99	UNSATISFIABLE
98.80/99.09	c 99	NOT FOUND: _COST <= 19
98.80/99.09	c 99	OBJECTIVE BOUND: 20 <= _COST <= 38
98.80/99.09	c 99	SEARCHING: _COST <= 29
98.80/99.09	c 99	SOLVING HOME/temp.cnf
98.80/99.09	c 99	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
98.91/99.10	c 99	This is MiniSat 2.0 beta
98.91/99.10	c 99	WARNING: for repeatability, setting FPU to use double precision
98.91/99.10	c 99	============================[ Problem Statistics ]=============================
98.91/99.10	c 99	|                                                                             |
98.91/99.10	c 99	|  Number of variables:  1152                                                 |
98.91/99.10	c 99	|  Number of clauses:    10853                                                |
98.91/99.10	c 99	|  Parsing time:         0.00         s                                       |
98.91/99.10	c 99	============================[ Search Statistics ]==============================
98.91/99.10	c 99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
98.91/99.10	c 99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
98.91/99.10	c 99	===============================================================================
98.91/99.10	c 99	|         0 |     821     6720    19511 |     2240        0    nan |  0.000 % |
98.91/99.11	c 99	|       101 |     817     6720    19511 |     2464      100     17 | 29.427 % |
98.91/99.12	c 99	|       251 |     817     6720    19511 |     2710      250     15 | 29.427 % |
98.91/99.13	c 99	|       476 |     813     6654    19342 |     2981      475     16 | 29.428 % |
98.91/99.14	c 99	|       813 |     813     6654    19342 |     3279      812     15 | 29.431 % |
98.91/99.16	c 99	|      1320 |     813     6654    19342 |     3607     1319     16 | 29.427 % |
98.91/99.20	c 99	|      2080 |     813     6654    19342 |     3968     2079     15 | 29.431 % |
98.91/99.26	c 99	|      3220 |     813     6654    19342 |     4365     3219     15 | 29.431 % |
98.91/99.36	c 99	|      4928 |     813     6654    19342 |     4801     4927     16 | 29.428 % |
98.91/99.51	c 99	|      7490 |     813     6654    19342 |     5281     4736     16 | 29.429 % |
98.91/99.78	c 99	|     11335 |     813     6654    19342 |     5809     5582     14 | 29.429 % |
100.00/100.23	c 100	|     17102 |     813     6654    19342 |     6390     4864     15 | 29.431 % |
100.60/100.88	c 100	|     25752 |     813     6654    19342 |     7030     6488     14 | 29.429 % |
101.70/101.94	c 101	|     38728 |     813     6654    19342 |     7733     4012     17 | 29.428 % |
103.40/103.67	c 103	|     58189 |     813     6654    19342 |     8506     6610     20 | 29.428 % |
106.00/106.24	c 106	|     87384 |     813     6654    19342 |     9357     8177     20 | 29.428 % |
109.99/110.24	c 110	|    131175 |     813     6654    19342 |    10292     6866     16 | 29.433 % |
116.40/116.69	c 116	|    196860 |     813     6654    19342 |    11322     6838     19 | 29.433 % |
127.29/127.60	c 127	|    295386 |     813     6654    19342 |    12454     9414     21 | 29.428 % |
143.38/143.64	c 143	|    443176 |     813     6654    19342 |    13699    13087     20 | 29.427 % |
167.57/167.87	c 167	|    664859 |     813     6654    19342 |    15069    12040     17 | 29.428 % |
207.35/207.61	c 207	|    997384 |     813     6654    19342 |    16576    14082     19 | 29.429 % |
273.53/273.87	c 273	|   1496172 |     813     6654    19342 |    18234    12906     18 | 29.429 % |
379.08/379.46	c 379	|   2244354 |     813     6654    19342 |    20057    13776     23 | 29.429 % |
550.79/551.25	c 551	|   3366628 |     813     6654    19342 |    22063    16278     23 | 29.429 % |
818.18/818.76	c 818	|   5050040 |     813     6654    19342 |    24269    17902     20 | 29.429 % |
1266.87/1267.65	c 1267	|   7575156 |     813     6654    19342 |    26696    23591     19 | 29.429 % |
1998.65/1999.73	c 1999	|  11362832 |     813     6654    19342 |    29366    18279     22 | 29.429 % |
3161.70/3163.38	c 3163	|  17044344 |     813     6654    19342 |    32303    21447     22 | 29.429 % |
3600.01/3601.81	sh: line 1: 22617 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.01/3601.81	c ERROR unknown output  in HOME/temp.out
3600.01/3601.81	c 3601	CPU 3599.82 (0.04 0 3599.78 0.2)
3600.01/3601.81	c 3601	END Mon Jul 14 12:23:53 2008

Verifier Data (download as text)

OK	38	37
38 unsatisfied constraints, 37 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-1115420-1216027431/watcher-1115420-1216027431 -o /tmp/evaluation-result-1115420-1216027431/solver-1115420-1216027431 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1115420-1216027431.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: 0.00 0.00 0.00 4/73 22515
/proc/meminfo: memFree=1822240/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=12268 CPUtime=0
/proc/22515/stat : 22515 (sugar) R 22513 22515 22437 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 59446645 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22515/statm: 3067 316 241 3 0 167 0

[startup+0.064496 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 22515
/proc/meminfo: memFree=1822240/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=0.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 59446645 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104142 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 22515
/proc/meminfo: memFree=1822240/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=0.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 59446645 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30137 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 22515
/proc/meminfo: memFree=1822240/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=0.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 59446645 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701442 s]
/proc/loadavg: 0.00 0.00 0.00 4/73 22515
/proc/meminfo: memFree=1822240/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=0.29
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 974 4287 0 1 3 0 23 3 15 0 1 0 59446645 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22515/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 0.24 0.05 0.02 3/75 22540
/proc/meminfo: memFree=1819728/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=1.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1175 14010 0 3 4 0 89 10 15 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10188 s]
/proc/loadavg: 0.24 0.05 0.02 3/76 22580
/proc/meminfo: memFree=1818368/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=1.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1175 14010 0 3 4 0 89 10 15 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22550] ppid=22515 vsize=5356 CPUtime=0
/proc/22550/stat : 22550 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446762 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22550/statm: 1339 232 193 169 0 50 0
[pid=22551] ppid=22550 vsize=2884 CPUtime=1.92
/proc/22551/stat : 22551 (minisat) R 22550 22515 22437 0 -1 4194304 436 0 0 0 192 0 0 0 25 0 1 0 59446762 2953216 422 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/22551/statm: 721 422 75 150 0 568 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 21840

[startup+6.30246 s]
/proc/loadavg: 0.38 0.08 0.03 3/83 22615
/proc/meminfo: memFree=1805128/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=1.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1175 14010 0 3 4 0 89 10 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22550] ppid=22515 vsize=5356 CPUtime=0
/proc/22550/stat : 22550 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446762 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22550/statm: 1339 232 193 169 0 50 0
[pid=22551] ppid=22550 vsize=3280 CPUtime=5.11
/proc/22551/stat : 22551 (minisat) R 22550 22515 22437 0 -1 4194304 521 0 0 0 511 0 0 0 25 0 1 0 59446762 3358720 507 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/22551/statm: 820 507 75 150 0 667 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 22236

[startup+12.7016 s]
/proc/loadavg: 0.51 0.11 0.04 4/83 22615
/proc/meminfo: memFree=1804176/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=1.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1175 14010 0 3 4 0 89 10 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22550] ppid=22515 vsize=5356 CPUtime=0
/proc/22550/stat : 22550 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446762 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22550/statm: 1339 232 193 169 0 50 0
[pid=22551] ppid=22550 vsize=3700 CPUtime=11.51
/proc/22551/stat : 22551 (minisat) R 22550 22515 22437 0 -1 4194304 623 0 0 0 1151 0 0 0 25 0 1 0 59446762 3788800 609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22551/statm: 925 609 75 150 0 772 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 22656

[startup+25.502 s]
/proc/loadavg: 0.84 0.21 0.07 3/83 22615
/proc/meminfo: memFree=1803408/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=1.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1175 14010 0 3 4 0 89 10 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22550] ppid=22515 vsize=5356 CPUtime=0
/proc/22550/stat : 22550 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446762 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22550/statm: 1339 232 193 169 0 50 0
[pid=22551] ppid=22550 vsize=4364 CPUtime=24.3
/proc/22551/stat : 22551 (minisat) R 22550 22515 22437 0 -1 4194304 783 0 0 0 2430 0 0 0 25 0 1 0 59446762 4468736 769 996147200 134512640 135127466 4294956256 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 0 0 0
/proc/22551/statm: 1091 769 75 150 0 938 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 23320

[startup+51.1016 s]
/proc/loadavg: 1.31 0.37 0.12 3/83 22615
/proc/meminfo: memFree=1757072/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=1.03
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1175 14010 0 3 4 0 89 10 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22550] ppid=22515 vsize=5356 CPUtime=0
/proc/22550/stat : 22550 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59446762 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22550/statm: 1339 232 193 169 0 50 0
[pid=22551] ppid=22550 vsize=5332 CPUtime=49.89
/proc/22551/stat : 22551 (minisat) R 22550 22515 22437 0 -1 4194304 1019 0 0 0 4989 0 0 0 25 0 1 0 59446762 5459968 1005 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/22551/statm: 1333 1005 75 150 0 1180 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 24288

[startup+102.307 s]
/proc/loadavg: 2.02 0.71 0.25 3/83 22617
/proc/meminfo: memFree=1750224/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=3552 CPUtime=3.2
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 587 0 0 0 320 0 0 0 25 0 1 0 59456555 3637248 573 996147200 134512640 135127466 4294956256 18446744073709551615 134530855 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 888 573 75 150 0 735 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 22508

[startup+162.302 s]
/proc/loadavg: 2.30 1.02 0.38 3/83 22617
/proc/meminfo: memFree=1747216/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=6272 CPUtime=63.16
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 1255 0 0 0 6316 0 0 0 25 0 1 0 59456555 6422528 1241 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 1568 1241 75 150 0 1415 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 25228

[startup+222.302 s]
/proc/loadavg: 2.68 1.36 0.54 3/83 22617
/proc/meminfo: memFree=1745936/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=7544 CPUtime=123.13
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 1564 0 0 0 12313 0 0 0 25 0 1 0 59456555 7725056 1550 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 1886 1550 75 150 0 1733 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 26500

[startup+282.302 s]
/proc/loadavg: 2.70 1.61 0.67 3/83 22617
/proc/meminfo: memFree=1745104/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=8396 CPUtime=183.11
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 1768 0 0 0 18310 1 0 0 25 0 1 0 59456555 8597504 1754 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 2099 1754 75 150 0 1946 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 27352


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

[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20200 CPUtime=2941.84
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4501 0 0 0 294178 6 0 0 25 0 1 0 59456555 20684800 4487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5050 4487 75 150 0 4897 0
Current children cumulated CPU time (s) 3040.75
Current children cumulated vsize (KiB) 39156

[startup+3102.3 s]
/proc/loadavg: 2.76 2.67 2.55 3/83 22623
/proc/meminfo: memFree=1733136/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20200 CPUtime=3001.82
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4516 0 0 0 300176 6 0 0 25 0 1 0 59456555 20684800 4502 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5050 4502 75 150 0 4897 0
Current children cumulated CPU time (s) 3100.73
Current children cumulated vsize (KiB) 39156

[startup+3162.3 s]
/proc/loadavg: 2.68 2.66 2.55 3/83 22623
/proc/meminfo: memFree=1733072/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20340 CPUtime=3061.79
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4535 0 0 0 306173 6 0 0 25 0 1 0 59456555 20828160 4521 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5085 4521 75 150 0 4932 0
Current children cumulated CPU time (s) 3160.7
Current children cumulated vsize (KiB) 39296

[startup+3222.3 s]
/proc/loadavg: 2.67 2.66 2.55 3/83 22623
/proc/meminfo: memFree=1732944/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20340 CPUtime=3121.76
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4566 0 0 0 312170 6 0 0 25 0 1 0 59456555 20828160 4552 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5085 4552 75 150 0 4932 0
Current children cumulated CPU time (s) 3220.67
Current children cumulated vsize (KiB) 39296

[startup+3282.3 s]
/proc/loadavg: 2.50 2.61 2.54 3/83 22625
/proc/meminfo: memFree=1732560/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20524 CPUtime=3181.75
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4595 0 0 0 318168 7 0 0 25 0 1 0 59456555 21016576 4581 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5131 4581 75 150 0 4978 0
Current children cumulated CPU time (s) 3280.66
Current children cumulated vsize (KiB) 39480

[startup+3342.3 s]
/proc/loadavg: 2.72 2.65 2.55 3/83 22625
/proc/meminfo: memFree=1732560/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20692 CPUtime=3241.71
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4621 0 0 0 324164 7 0 0 25 0 1 0 59456555 21188608 4607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5173 4607 75 150 0 5020 0
Current children cumulated CPU time (s) 3340.62
Current children cumulated vsize (KiB) 39648

[startup+3402.31 s]
/proc/loadavg: 2.55 2.61 2.54 3/83 22625
/proc/meminfo: memFree=1732368/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=20928 CPUtime=3301.69
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4698 0 0 0 330162 7 0 0 25 0 1 0 59456555 21430272 4684 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5232 4684 75 150 0 5079 0
Current children cumulated CPU time (s) 3400.6
Current children cumulated vsize (KiB) 39884

[startup+3462.3 s]
/proc/loadavg: 2.62 2.62 2.55 3/83 22625
/proc/meminfo: memFree=1732176/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=21100 CPUtime=3361.66
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4735 0 0 0 336159 7 0 0 25 0 1 0 59456555 21606400 4721 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5275 4721 75 150 0 5122 0
Current children cumulated CPU time (s) 3460.57
Current children cumulated vsize (KiB) 40056

[startup+3522.3 s]
/proc/loadavg: 2.65 2.62 2.55 4/83 22625
/proc/meminfo: memFree=1731792/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=21524 CPUtime=3421.62
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4817 0 0 0 342155 7 0 0 25 0 1 0 59456555 22040576 4803 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5381 4803 75 150 0 5228 0
Current children cumulated CPU time (s) 3520.53
Current children cumulated vsize (KiB) 40480

[startup+3582.3 s]
/proc/loadavg: 2.53 2.60 2.54 3/83 22625
/proc/meminfo: memFree=1731280/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=21944 CPUtime=3481.61
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4923 0 0 0 348153 8 0 0 25 0 1 0 59456555 22470656 4909 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5486 4909 75 150 0 5333 0
Current children cumulated CPU time (s) 3580.52
Current children cumulated vsize (KiB) 40900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.52 2.59 2.54 3/83 22625
/proc/meminfo: memFree=1731216/2055920 swapFree=4181172/4192956
[pid=22515] ppid=22513 vsize=13600 CPUtime=98.91
/proc/22515/stat : 22515 (sugar) S 22513 22515 22437 0 -1 4194304 1228 15551 0 3 4 0 9876 11 16 0 1 0 59446645 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22515/statm: 3400 805 374 3 0 500 0
[pid=22616] ppid=22515 vsize=5356 CPUtime=0
/proc/22616/stat : 22616 (sh) S 22515 22515 22437 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59456555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22616/statm: 1339 232 193 169 0 50 0
[pid=22617] ppid=22616 vsize=21944 CPUtime=3501.1
/proc/22617/stat : 22617 (minisat) R 22616 22515 22437 0 -1 4194304 4937 0 0 0 350102 8 0 0 25 0 1 0 59456555 22470656 4923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22617/statm: 5486 4923 75 150 0 5333 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 40900

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): 3601.81
CPU time (s): 3600.04
CPU user time (s): 3599.83
CPU system time (s): 0.211967
CPU usage (%): 99.9509
Max. virtual memory (cumulated for all children) (KiB): 40900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22073
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= 1387
involuntary context switches= 12864

runsolver used 5.59315 second user time and 10.7184 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-14 11:23:52
IDJOB=1115420
IDBENCH=61867
IDSOLVER=368
FILE ID=node2/1115420-1216027431
PBS_JOBID= 7904919
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-36_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115420-1216027431/watcher-1115420-1216027431 -o /tmp/evaluation-result-1115420-1216027431/solver-1115420-1216027431 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1115420-1216027431.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec69d431baa000304ee63894e05c0246
RANDOM SEED=1283771468

node2.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.261
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	: 5931.00
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.261
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:       1822720 kB
Buffers:         41604 kB
Cached:         126976 kB
SwapCached:       5704 kB
Active:         132668 kB
Inactive:        45752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822720 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:           10328 kB
Writeback:           0 kB
Mapped:          16616 kB
Slab:            40172 kB
Committed_AS:   250496 kB
PageTables:       1868 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= 66512 MiB
End job on node2 at 2008-07-14 12:23:53