Trace number 1119459

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.08 3613.12

General information on the benchmark

Namemaxcsp/maxcut/maxcut-30/
normalized-maxcut-30-340-5_ext.xml
MD5SUM0799ecf3384272666c7d1f0e63be5dd0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints142
Best CPU time to get the best result obtained on this benchmark17.8513
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints340
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Tue Jul 15 06:39:27 2008
0.00/0.08	c 0	PID 27692
0.06/0.08	c 0	HOST node1.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1119459-1216096766.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119459-1216096766.xml' 'HOME/temp.csp'
0.06/0.35	c 0	1 domains, 30 variables, 0 predicates, 1 relations, 340 constraints
0.06/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.41	c 0	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.06/0.49	c 0	Parsing HOME/temp.csp
0.37/0.58	c 0	parsed 372 expressions
0.37/0.59	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.60	c 0	MAX CSP: 340 constraints
0.38/0.60	c 0	Converting to clausal form CSP
0.38/0.64	c 0	converted 72 (10%) expressions
0.38/0.64	c 0	converted 143 (20%) expressions
0.38/0.65	c 0	converted 215 (30%) expressions
0.38/0.66	c 0	converted 286 (40%) expressions
0.38/0.66	c 0	converted 358 (50%) expressions
0.38/0.67	c 0	converted 429 (60%) expressions
0.38/0.67	c 0	converted 501 (70%) expressions
0.38/0.68	c 0	converted 572 (80%) expressions
0.38/0.69	c 0	converted 644 (90%) expressions
0.38/0.84	c 0	converted 715 (100%) expressions
0.38/0.84	c 0	CSP : 710 integers, 0 booleans, 1019 clauses, largest domain size 511
0.38/0.84	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.84	c 0	Propagation in CSP
0.38/0.88	c 0	336 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.38/0.88	c 0	CSP : 710 integers, 0 booleans, 1019 clauses, largest domain size 341
0.38/0.88	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.88	c 0	Simplifing CSP by introducing new Boolean variables
0.38/0.88	c 0	CSP : 710 integers, 0 booleans, 1019 clauses, largest domain size 341
0.38/0.88	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.91	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.38/0.92	c 0	71 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.38/0.92	c 0	142 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.38/0.92	c 0	213 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.38/0.92	c 0	284 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.38/0.92	c 0	355 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.38/0.93	c 0	426 (60%) CSP integer variables are encoded (905 clauses, 10682 bytes)
0.38/0.94	c 0	497 (70%) CSP integer variables are encoded (3174 clauses, 40179 bytes)
0.38/0.94	c 0	568 (80%) CSP integer variables are encoded (3919 clauses, 49864 bytes)
0.38/0.94	c 0	639 (90%) CSP integer variables are encoded (4331 clauses, 55220 bytes)
0.38/0.94	c 0	710 (100%) CSP integer variables are encoded (4933 clauses, 63046 bytes)
0.38/0.96	c 0	102 (10%) CSP clauses are encoded (5137 clauses, 65512 bytes)
0.38/0.98	c 0	204 (20%) CSP clauses are encoded (5341 clauses, 68200 bytes)
0.38/0.99	c 0	306 (30%) CSP clauses are encoded (5545 clauses, 71056 bytes)
0.94/1.01	c 0	408 (40%) CSP clauses are encoded (6485 clauses, 84168 bytes)
1.04/1.14	c 1	510 (50%) CSP clauses are encoded (68947 clauses, 1165305 bytes)
1.04/1.15	c 1	612 (60%) CSP clauses are encoded (71333 clauses, 1206253 bytes)
1.14/1.26	c 1	714 (70%) CSP clauses are encoded (128797 clauses, 2260986 bytes)
1.14/1.27	c 1	816 (80%) CSP clauses are encoded (131487 clauses, 2307290 bytes)
1.14/1.28	c 1	918 (90%) CSP clauses are encoded (137669 clauses, 2417489 bytes)
1.24/1.32	c 1	1019 (100%) CSP clauses are encoded (159979 clauses, 2822594 bytes)
1.24/1.32	c 1	1019 CSP clauses encoded
1.24/1.32	c 1	Writing map file : HOME/temp.map
1.24/1.33	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.33	c 1	SAT : 5643 SAT variables, 159979 SAT clauses, 2822594 bytes
1.24/1.33	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.36	c 1	OBJECTIVE minimize _COST
1.24/1.36	c 1	SOLVING HOME/temp.cnf
1.24/1.36	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.24/1.36	c 1	This is MiniSat 2.0 beta incremental
1.24/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.24/1.36	c 1	============================[ Problem Statistics ]=============================
1.24/1.36	c 1	|                                                                             |
1.24/1.36	c 1	|  Number of variables:  5643                                                 |
1.24/1.36	c 1	|  Number of clauses:    159979                                               |
1.27/1.43	c 1	|  Parsing time:         0.06         s                                       |
1.27/1.44	c 1	OK
1.27/1.44	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.27/1.44	c 1	SEARCHING: _COST <= 170
1.27/1.44	c 1	============================[ Search Statistics ]==============================
1.27/1.44	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.44	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.44	c 1	===============================================================================
1.27/1.44	c 1	|         0 |    5643   159979   464798 |    53326        0    nan |  0.000 % |
1.27/1.50	c 1	|       103 |    5643   159979   464798 |    58658      103     27 |  0.005 % |
1.27/1.55	c 1	|       253 |    5643   159979   464798 |    64524      253     27 |  0.005 % |
1.27/1.62	c 1	|       478 |    5643   159979   464798 |    70977      478     27 |  0.005 % |
1.27/1.69	c 1	|       817 |    5643   159979   464798 |    78075      817     24 |  0.005 % |
1.27/1.79	c 1	|      1323 |    5643   159979   464798 |    85882     1323     23 |  0.005 % |
1.27/2.02	c 1	|      2082 |    5643   159979   464798 |    94470     2082     24 |  0.005 % |
2.39/2.50	c 2	|      3221 |    5643   159979   464798 |   103917     3221     26 |  0.005 % |
2.98/3.15	c 3	|      4931 |    5643   159979   464798 |   114309     4931     28 |  0.005 % |
3.97/4.16	c 4	|      7493 |    5643   159979   464798 |   125740     7493     28 |  0.005 % |
5.06/5.29	c 5	===============================================================================
5.06/5.29	c 5	restarts              : 10
5.06/5.29	c 5	conflicts             : 9648          (2491 /sec)
5.06/5.29	c 5	decisions             : 11497         (0.35 % random) (2969 /sec)
5.06/5.29	c 5	propagations          : 3158973        (815764 /sec)
5.06/5.29	c 5	conflict literals     : 271205         (33.29 % deleted)
5.06/5.29	c 5	Memory used           : 10.14 MB
5.06/5.29	c 5	CPU time              : 3.87241 s
5.06/5.29	c 5	
5.06/5.29	c 5	SATISFIABLE
5.06/5.29	c 5	OK
5.06/5.29	c 5	FOUND: _COST <= 170
5.06/5.29	s SATISFIABLE
5.06/5.29	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.06/5.29	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'
5.15/5.37	c 5	Decoding HOME/temp.out
5.24/5.46	c 5	OBJECTIVE _COST 170
5.24/5.46	o 170
5.24/5.46	v 1 0 1 0 1 1 1 1 0 1 0 0 1 1 1 0 1 1 1 0 0 0 1 0 1 1 1 0 1 0
5.24/5.46	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.30/5.55	c 5	OK
5.30/5.55	c 5	OBJECTIVE BOUND: 0 <= _COST <= 170
5.30/5.55	c 5	SEARCHING: _COST <= 85
5.30/5.55	c 5	============================[ Search Statistics ]==============================
5.30/5.55	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.30/5.55	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.30/5.55	c 5	===============================================================================
5.30/5.55	c 5	|      9648 |    4113   102680   297321 |    34226     9648     28 |  0.005 % |
5.30/5.60	c 5	|      9748 |    4113   102680   297321 |    37649     9748     28 | 27.116 % |
5.41/5.65	c 5	|      9898 |    4113   102680   297321 |    41414     9898     28 | 27.116 % |
5.50/5.72	c 5	|     10125 |    4113   102680   297321 |    45555    10125     27 | 27.116 % |
5.60/5.83	c 5	|     10463 |    4113   102680   297321 |    50111    10463     27 | 27.116 % |
5.80/6.05	c 6	|     10969 |    4113   102680   297321 |    55122    10969     27 | 27.116 % |
6.10/6.39	c 6	|     11728 |    4113   102680   297321 |    60634    11728     26 | 27.116 % |
6.69/6.95	c 6	|     12868 |    4113   102680   297321 |    66698    12868     26 | 27.116 % |
7.58/7.80	c 7	|     14577 |    4113   102680   297321 |    73367    14577     25 | 27.116 % |
8.87/9.18	c 9	|     17139 |    4113   102680   297321 |    80704    17139     25 | 27.116 % |
11.15/11.45	c 11	|     20984 |    4113   102680   297321 |    88775    20984     24 | 27.116 % |
15.12/15.41	c 15	|     26751 |    4113   102680   297321 |    97652    26751     24 | 27.116 % |
22.15/22.53	c 22	|     35401 |    4113   102680   297321 |   107417    35401     23 | 27.116 % |
34.53/35.09	c 35	|     48376 |    4113   102680   297321 |   118159    48376     23 | 27.116 % |
57.21/57.93	c 57	|     67837 |    4113   102680   297321 |   129975    67837     23 | 27.116 % |
96.44/97.57	c 97	|     97030 |    4113   102680   297321 |   142973    97030     23 | 27.116 % |
168.07/169.81	c 169	|    140819 |    4113   102680   297321 |   157270   140819     23 | 27.116 % |
253.86/256.42	c 256	|    206503 |    4113   102680   297321 |   172997    62241     21 | 27.116 % |
425.83/430.04	c 430	|    305029 |    4113   102680   297321 |   190297   160767     22 | 27.116 % |
662.58/669.00	c 668	|    452819 |    4113   102680   297321 |   209327   131782     22 | 27.116 % |
1059.52/1069.72	c 1069	|    674502 |    4113   102680   297321 |   230259   158135     22 | 27.116 % |
1684.08/1696.47	c 1696	|   1007027 |    4113   102680   297321 |   253285    59146     21 | 27.116 % |
1862.21/1874.64	c 1874	===============================================================================
1862.21/1874.64	c 1874	restarts              : 32
1862.21/1874.64	c 1874	conflicts             : 1116449       (600 /sec)
1862.21/1874.64	c 1874	decisions             : 1174172       (0.73 % random) (631 /sec)
1862.21/1874.64	c 1874	propagations          : 580926851      (312223 /sec)
1862.21/1874.64	c 1874	conflict literals     : 25190742       (45.51 % deleted)
1862.21/1874.64	c 1874	Memory used           : 39.45 MB
1862.21/1874.64	c 1874	CPU time              : 1860.62 s
1862.21/1874.64	c 1874	
1862.21/1874.64	c 1874	UNSATISFIABLE
1862.21/1874.64	c 1874	OK
1862.21/1874.64	c 1874	NOT FOUND: _COST <= 85
1862.21/1874.64	c 1874	OK
1862.21/1874.64	c 1874	OBJECTIVE BOUND: 86 <= _COST <= 170
1862.21/1874.64	c 1874	SEARCHING: _COST <= 128
1862.21/1874.64	c 1874	============================[ Search Statistics ]==============================
1862.21/1874.64	c 1874	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1862.21/1874.64	c 1874	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1862.21/1874.64	c 1874	===============================================================================
1862.21/1874.64	c 1874	|   1116449 |    3591    94985   275802 |    31661   159435     23 | 27.116 % |
1865.90/1878.34	c 1878	|   1116551 |    3591    94985   275802 |    34827    16887     19 | 36.365 % |
1866.00/1878.41	c 1878	|   1116702 |    3591    94985   275802 |    38310    17038     19 | 36.365 % |
1866.10/1878.52	c 1878	|   1116927 |    3591    94985   275802 |    42141    17263     19 | 36.365 % |
1866.20/1878.67	c 1878	|   1117264 |    3591    94985   275802 |    46355    17600     19 | 36.365 % |
1866.50/1878.93	c 1878	|   1117770 |    3591    94985   275802 |    50991    18106     20 | 36.365 % |
1866.90/1879.31	c 1879	|   1118529 |    3591    94985   275802 |    56090    18865     20 | 36.365 % |
1867.41/1879.87	c 1879	|   1119669 |    3591    94985   275802 |    61699    20005     20 | 36.365 % |
1868.40/1880.86	c 1880	|   1121377 |    3591    94985   275802 |    67869    21713     21 | 36.365 % |
1869.71/1882.16	c 1882	|   1123939 |    3591    94985   275802 |    74656    24275     21 | 36.365 % |
1871.92/1884.31	c 1884	|   1127783 |    3591    94985   275802 |    82122    28119     22 | 36.365 % |
1875.61/1888.03	c 1887	|   1133550 |    3591    94985   275802 |    90334    33886     23 | 36.365 % |
1882.41/1894.88	c 1894	|   1142199 |    3591    94985   275802 |    99367    42535     24 | 36.365 % |
1894.60/1907.08	c 1907	|   1155173 |    3591    94985   275802 |   109304    55509     25 | 36.365 % |
1916.19/1928.69	c 1928	|   1174635 |    3591    94985   275802 |   120235    74971     25 | 36.365 % |
1956.98/1969.49	c 1969	|   1203828 |    3591    94985   275802 |   132258   104164     26 | 36.365 % |
2022.55/2035.01	c 2034	|   1247617 |    3591    94985   275802 |   145484    28143     25 | 36.365 % |
2099.92/2112.40	c 2112	|   1313301 |    3591    94985   275802 |   160032    93827     27 | 36.365 % |
2244.26/2256.88	c 2256	|   1411828 |    3591    94985   275802 |   176036    45590     27 | 36.365 % |
2483.18/2495.87	c 2495	|   1559617 |    3591    94985   275802 |   193639    30744     27 | 36.365 % |
2834.54/2847.32	c 2847	|   1781301 |    3591    94985   275802 |   213003    73278     28 | 36.365 % |
3443.39/3456.44	c 3456	|   2113828 |    3591    94985   275802 |   234304   206835     28 | 36.365 % |
3600.04/3613.11	c ERROR INTERRUPTED
3600.04/3613.11	c 3613	CPU 3599.69 (0.07 0.01 3599.62 0.36)
3600.04/3613.11	c 3613	END Tue Jul 15 07:39:40 2008

Verifier Data (download as text)

OK	166	174
166 unsatisfied constraints, 174 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-1119459-1216096766/watcher-1119459-1216096766 -o /tmp/evaluation-result-1119459-1216096766/solver-1119459-1216096766 -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-1119459-1216096766.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.07 2.09 4/81 27692
/proc/meminfo: memFree=1737488/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=12268 CPUtime=0
/proc/27692/stat : 27692 (sugar++) R 27690 27692 26831 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 66380140 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 259362175998 0 0 4224 0 0 0 0 17 1 0 0
/proc/27692/statm: 3067 316 241 3 0 167 0

[startup+0.081249 s]
/proc/loadavg: 2.06 2.07 2.09 4/81 27692
/proc/meminfo: memFree=1737488/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16740 CPUtime=0.06
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 66380140 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101388 s]
/proc/loadavg: 2.06 2.07 2.09 4/81 27692
/proc/meminfo: memFree=1737488/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16740 CPUtime=0.06
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 66380140 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301388 s]
/proc/loadavg: 2.06 2.07 2.09 4/81 27692
/proc/meminfo: memFree=1737488/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16740 CPUtime=0.06
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 66380140 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701435 s]
/proc/loadavg: 2.06 2.07 2.09 4/81 27692
/proc/meminfo: memFree=1737488/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16740 CPUtime=0.38
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1296 4386 0 1 6 1 28 3 15 0 1 0 66380140 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16740

[startup+1.50154 s]
/proc/loadavg: 2.06 2.07 2.09 4/92 27714
/proc/meminfo: memFree=1722040/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.27
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1472 11094 0 2 6 1 112 8 16 0 1 0 66380140 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1121 414 3 0 797 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 16872

[startup+3.10272 s]
/proc/loadavg: 2.06 2.07 2.09 3/83 27715
/proc/meminfo: memFree=1723008/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.27
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1472 11094 0 2 6 1 112 8 15 0 1 0 66380140 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1121 414 3 0 797 0
[pid=27715] ppid=27692 vsize=9592 CPUtime=1.71
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 2305 0 0 0 170 1 0 0 25 0 1 0 66380276 9822208 2254 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 2398 2254 73 151 0 2244 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26464

[startup+6.3011 s]
/proc/loadavg: 2.06 2.07 2.09 4/93 27725
/proc/meminfo: memFree=1716848/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 15 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=10384 CPUtime=4.66
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 2506 0 0 0 465 1 0 0 25 0 1 0 66380276 10633216 2453 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 2596 2453 79 151 0 2442 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 27256

[startup+12.7018 s]
/proc/loadavg: 2.05 2.07 2.09 3/83 27725
/proc/meminfo: memFree=1721472/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=10676 CPUtime=11.01
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 2581 0 0 0 1099 2 0 0 25 0 1 0 66380276 10932224 2528 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 2669 2528 79 151 0 2515 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 27548

[startup+25.5013 s]
/proc/loadavg: 2.04 2.06 2.08 3/83 27725
/proc/meminfo: memFree=1719616/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=12688 CPUtime=23.68
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 3064 0 0 0 2366 2 0 0 25 0 1 0 66380276 12992512 3011 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 3172 3011 79 151 0 3018 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 29560

[startup+51.1013 s]
/proc/loadavg: 2.02 2.06 2.08 3/83 27725
/proc/meminfo: memFree=1716672/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=15724 CPUtime=49.04
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 3813 0 0 0 4900 4 0 0 25 0 1 0 66380276 16101376 3760 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 3931 3760 79 151 0 3777 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 32596

[startup+102.306 s]
/proc/loadavg: 2.09 2.08 2.09 3/83 27725
/proc/meminfo: memFree=1711808/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=20492 CPUtime=99.77
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 4970 0 0 0 9971 6 0 0 25 0 1 0 66380276 20983808 4917 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 5123 4917 79 151 0 4969 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 37364

[startup+162.301 s]
/proc/loadavg: 2.07 2.08 2.09 3/83 27725
/proc/meminfo: memFree=1707584/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=24932 CPUtime=159.2
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 6093 0 0 0 15912 8 0 0 25 0 1 0 66380276 25530368 6040 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 6233 6040 79 151 0 6079 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 41804

[startup+222.301 s]
/proc/loadavg: 2.06 2.07 2.09 3/83 27725
/proc/meminfo: memFree=1704256/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=28448 CPUtime=218.64
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 6887 0 0 0 21855 9 0 0 25 0 1 0 66380276 29130752 6834 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 7112 6834 79 151 0 6958 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 45320

[startup+282.301 s]
/proc/loadavg: 2.09 2.07 2.09 3/83 27725
/proc/meminfo: memFree=1704128/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=28584 CPUtime=278.07
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 6909 0 0 0 27798 9 0 0 25 0 1 0 66380276 29270016 6856 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 7146 6856 79 151 0 6992 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 45456

[startup+342.301 s]
/proc/loadavg: 2.10 2.07 2.08 3/83 27725
/proc/meminfo: memFree=1703816/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=28944 CPUtime=337.5
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 6993 0 0 0 33741 9 0 0 25 0 1 0 66380276 29638656 6940 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 7236 6940 79 151 0 7082 0
Current children cumulated CPU time (s) 338.94
Current children cumulated vsize (KiB) 45816

[startup+402.301 s]
/proc/loadavg: 2.04 2.06 2.08 3/83 27725
/proc/meminfo: memFree=1703496/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.44
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1556 14887 0 3 6 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=29188 CPUtime=396.95
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 7066 0 0 0 39685 10 0 0 25 0 1 0 66380276 29888512 7013 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/27715/statm: 7297 7013 79 151 0 7143 0
Current children cumulated CPU time (s) 398.39
Current children cumulated vsize (KiB) 46060

[startup+462.301 s]
/proc/loadavg: 2.14 2.08 2.08 3/83 27725
/proc/meminfo: memFree=1701768/2055920 swapFree=4180660/4192956

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

[pid=27715] ppid=27692 vsize=43772 CPUtime=2908.06
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 10516 0 0 0 290784 22 0 0 25 0 1 0 66380276 44822528 10461 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 10943 10461 79 151 0 10789 0
Current children cumulated CPU time (s) 2909.51
Current children cumulated vsize (KiB) 60644

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1688968/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=43852 CPUtime=2968.03
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 10522 0 0 0 296781 22 0 0 25 0 1 0 66380276 44904448 10467 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 10963 10467 79 151 0 10809 0
Current children cumulated CPU time (s) 2969.48
Current children cumulated vsize (KiB) 60724

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1688968/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=43852 CPUtime=3028.01
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 10542 0 0 0 302779 22 0 0 25 0 1 0 66380276 44904448 10487 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 10963 10487 79 151 0 10809 0
Current children cumulated CPU time (s) 3029.46
Current children cumulated vsize (KiB) 60724

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1687752/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=45064 CPUtime=3087.99
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 10838 0 0 0 308777 22 0 0 25 0 1 0 66380276 46145536 10783 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11266 10783 79 151 0 11112 0
Current children cumulated CPU time (s) 3089.44
Current children cumulated vsize (KiB) 61936

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1686472/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=46372 CPUtime=3147.96
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11132 0 0 0 314774 22 0 0 25 0 1 0 66380276 47484928 11077 996147200 134512640 135134323 4294956192 18446744073709551615 134531963 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11593 11077 79 151 0 11439 0
Current children cumulated CPU time (s) 3149.41
Current children cumulated vsize (KiB) 63244

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1686472/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=46372 CPUtime=3207.93
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11132 0 0 0 320771 22 0 0 25 0 1 0 66380276 47484928 11077 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11593 11077 79 151 0 11439 0
Current children cumulated CPU time (s) 3209.38
Current children cumulated vsize (KiB) 63244

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1686472/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=46372 CPUtime=3267.92
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11133 0 0 0 326770 22 0 0 25 0 1 0 66380276 47484928 11078 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11593 11078 79 151 0 11439 0
Current children cumulated CPU time (s) 3269.37
Current children cumulated vsize (KiB) 63244

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1686472/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=46372 CPUtime=3327.88
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11133 0 0 0 332766 22 0 0 25 0 1 0 66380276 47484928 11078 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11593 11078 79 151 0 11439 0
Current children cumulated CPU time (s) 3329.33
Current children cumulated vsize (KiB) 63244

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1686344/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=46452 CPUtime=3387.87
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11184 0 0 0 338765 22 0 0 25 0 1 0 66380276 47566848 11129 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11613 11129 79 151 0 11459 0
Current children cumulated CPU time (s) 3389.32
Current children cumulated vsize (KiB) 63324

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1686152/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=46572 CPUtime=3447.84
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11191 0 0 0 344762 22 0 0 25 0 1 0 66380276 47689728 11136 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 11643 11136 79 151 0 11489 0
Current children cumulated CPU time (s) 3449.29
Current children cumulated vsize (KiB) 63444

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1683336/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=49612 CPUtime=3507.82
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 11914 0 0 0 350758 24 0 0 25 0 1 0 66380276 50802688 11859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 12403 11859 79 151 0 12249 0
Current children cumulated CPU time (s) 3509.27
Current children cumulated vsize (KiB) 66484

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1682696/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=50008 CPUtime=3567.8
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 12044 0 0 0 356756 24 0 0 25 0 1 0 66380276 51208192 11989 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 12502 11989 79 151 0 12348 0
Current children cumulated CPU time (s) 3569.25
Current children cumulated vsize (KiB) 66880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1682632/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=50008 CPUtime=3598.59
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 12044 0 0 0 359835 24 0 0 25 0 1 0 66380276 51208192 11989 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 12502 11989 79 151 0 12348 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 66880

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

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

[startup+3613.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27774
/proc/meminfo: memFree=1682632/2055920 swapFree=4180660/4192956
[pid=27692] ppid=27690 vsize=16872 CPUtime=1.45
/proc/27692/stat : 27692 (sugar++) S 27690 27692 26831 0 -1 4194304 1558 14887 0 3 7 1 126 11 16 0 1 0 66380140 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27692/statm: 4218 1122 414 3 0 797 0
[pid=27715] ppid=27692 vsize=50008 CPUtime=3598.59
/proc/27715/stat : 27715 (minisat-inc) R 27692 27692 26831 0 -1 4194304 12044 0 0 0 359835 24 0 0 25 0 1 0 66380276 51208192 11989 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/27715/statm: 12502 11989 79 151 0 12348 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 66880

Child status: 0
Real time (s): 3613.12
CPU time (s): 3600.08
CPU user time (s): 3599.69
CPU system time (s): 0.385941
CPU usage (%): 99.6392
Max. virtual memory (cumulated for all children) (KiB): 890464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28569
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= 2197
involuntary context switches= 37937

runsolver used 4.6223 second user time and 9.70153 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-15 06:39:26
IDJOB=1119459
IDBENCH=62372
IDSOLVER=367
FILE ID=node1/1119459-1216096766
PBS_JOBID= 7905234
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-30/normalized-maxcut-30-340-5_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-1119459-1216096766/watcher-1119459-1216096766 -o /tmp/evaluation-result-1119459-1216096766/solver-1119459-1216096766 -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-1119459-1216096766.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0799ecf3384272666c7d1f0e63be5dd0
RANDOM SEED=1439683684

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.244
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.244
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:       1737968 kB
Buffers:         68300 kB
Cached:         161484 kB
SwapCached:       6176 kB
Active:         164272 kB
Inactive:        85404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737968 kB
SwapTotal:     4192956 kB
SwapFree:      4180660 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          35952 kB
Slab:            53184 kB
Committed_AS:   307392 kB
PageTables:       2040 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-15 07:39:42