Trace number 1127292

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.03 3617.62

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2500-147426_ext.xml
MD5SUM01c36084b7a012ba772593602cdd86d1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints307
Best CPU time to get the best result obtained on this benchmark2.29765
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints685
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension685
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 Tue Jul 22 22:15:28 2008
0.00/0.05	c 0	PID 3888
0.00/0.06	c 0	HOST node9.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127292-1216757727.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127292-1216757727.xml' 'HOME/temp.csp'
0.03/0.39	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 685 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.37/0.50	c 0	Parsing HOME/temp.csp
0.37/0.64	c 0	parsed 740 expressions
0.37/0.65	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.66	c 0	MAX CSP: 685 constraints
0.37/0.66	c 0	Converting to clausal form CSP
0.37/0.69	c 0	converted 143 (10%) expressions
0.37/0.71	c 0	converted 286 (20%) expressions
0.37/0.72	c 0	converted 429 (30%) expressions
0.37/0.73	c 0	converted 572 (40%) expressions
0.37/0.74	c 0	converted 714 (50%) expressions
0.37/0.75	c 0	converted 857 (60%) expressions
0.37/0.76	c 0	converted 1000 (70%) expressions
0.37/0.83	c 0	converted 1143 (80%) expressions
0.37/0.83	c 0	converted 1286 (90%) expressions
0.37/0.94	c 0	converted 1428 (100%) expressions
0.37/0.94	c 0	CSP : 1410 integers, 0 booleans, 2054 clauses, largest domain size 1028
0.37/0.94	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.94	c 0	Propagation in CSP
0.37/0.99	c 0	679 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.37/0.99	c 0	CSP : 1410 integers, 0 booleans, 2054 clauses, largest domain size 686
0.37/0.99	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/0.99	c 0	Simplifing CSP by introducing new Boolean variables
0.37/1.00	c 0	CSP : 1410 integers, 0 booleans, 2054 clauses, largest domain size 686
0.37/1.00	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.04	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.04	c 1	282 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.04	c 1	423 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.05	c 1	564 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.05	c 1	705 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.06	c 1	846 (60%) CSP integer variables are encoded (1275 clauses, 16092 bytes)
0.94/1.06	c 1	987 (70%) CSP integer variables are encoded (2291 clauses, 29300 bytes)
0.94/1.06	c 1	1128 (80%) CSP integer variables are encoded (3499 clauses, 45004 bytes)
0.94/1.07	c 1	1269 (90%) CSP integer variables are encoded (9614 clauses, 126204 bytes)
0.94/1.07	c 1	1410 (100%) CSP integer variables are encoded (11313 clauses, 151689 bytes)
0.94/1.10	c 1	206 (10%) CSP clauses are encoded (11629 clauses, 155049 bytes)
1.03/1.12	c 1	411 (20%) CSP clauses are encoded (11947 clauses, 158651 bytes)
1.03/1.13	c 1	617 (30%) CSP clauses are encoded (12248 clauses, 162098 bytes)
1.03/1.15	c 1	822 (40%) CSP clauses are encoded (15361 clauses, 214722 bytes)
1.12/1.21	c 1	1027 (50%) CSP clauses are encoded (44350 clauses, 740208 bytes)
1.12/1.23	c 1	1233 (60%) CSP clauses are encoded (53052 clauses, 893823 bytes)
1.23/1.37	c 1	1438 (70%) CSP clauses are encoded (136379 clauses, 2422202 bytes)
1.23/1.39	c 1	1644 (80%) CSP clauses are encoded (146397 clauses, 2599461 bytes)
1.71/1.86	c 1	1849 (90%) CSP clauses are encoded (385630 clauses, 7085737 bytes)
2.12/2.28	c 2	2054 (100%) CSP clauses are encoded (621169 clauses, 12123820 bytes)
2.12/2.28	c 2	2054 CSP clauses encoded
2.12/2.28	c 2	Writing map file : HOME/temp.map
2.12/2.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.29	c 2	SAT : 12723 SAT variables, 621169 SAT clauses, 12123820 bytes
2.12/2.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.30	c 2	OBJECTIVE minimize _COST
2.20/2.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.20/2.30	c 2	SEARCHING: _COST <= 343
2.20/2.30	c 2	SOLVING HOME/temp.cnf
2.20/2.30	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.20/2.31	c 2	This is MiniSat 2.0 beta
2.20/2.31	c 2	WARNING: for repeatability, setting FPU to use double precision
2.20/2.31	c 2	============================[ Problem Statistics ]=============================
2.20/2.31	c 2	|                                                                             |
2.20/2.31	c 2	|  Number of variables:  12723                                                |
2.20/2.31	c 2	|  Number of clauses:    621170                                               |
2.22/2.60	c 2	|  Parsing time:         0.25         s                                       |
2.22/2.80	c 2	============================[ Search Statistics ]==============================
2.22/2.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.80	c 2	===============================================================================
2.22/2.80	c 2	|         0 |    9303   397036  1165685 |   132345        0    nan |  0.000 % |
2.22/3.01	c 3	|       100 |    9300   397036  1165685 |   145579       96     13 | 27.659 % |
2.22/3.15	c 3	|       250 |    9298   397036  1165685 |   160137      245     21 | 27.784 % |
3.10/3.25	c 3	|       476 |    9298   397036  1165685 |   176151      471     26 | 27.785 % |
3.29/3.45	c 3	|       813 |    9298   397036  1165685 |   193766      808     26 | 27.784 % |
3.49/3.69	c 3	|      1319 |    9298   397036  1165685 |   213143     1314     26 | 27.784 % |
3.89/4.08	c 4	|      2078 |    9298   397036  1165685 |   234457     2073     26 | 27.784 % |
4.49/4.69	c 4	|      3217 |    9187   391375  1149121 |   257903     3206     25 | 28.303 % |
5.29/5.47	c 5	|      4928 |    9187   391375  1149121 |   283693     4916     24 | 28.413 % |
6.48/6.68	c 6	|      7490 |    9105   386885  1135929 |   312063     7473     23 | 29.073 % |
9.67/9.81	c 9	|     11336 |    9017   382348  1122611 |   343269    11316     29 | 29.553 % |
13.25/13.44	c 13	|     17102 |    8963   378945  1112613 |   377596    17077     26 | 29.914 % |
19.42/19.61	c 19	|     25754 |    8853   372422  1093414 |   415356    25722     28 | 30.527 % |
30.66/30.96	c 30	|     38728 |    8824   370323  1087209 |   456891    38695     30 | 30.645 % |
49.86/50.20	c 50	|     58190 |    8824   370323  1087209 |   502581    58157     32 | 30.645 % |
84.98/85.58	c 85	|     87383 |    8824   370323  1087209 |   552839    87350     33 | 30.645 % |
143.00/143.89	c 143	|    131172 |    8811   369281  1084122 |   608123   131138     32 | 30.748 % |
257.35/258.72	c 258	|    196856 |    8795   368434  1081632 |   668935   196815     32 | 31.620 % |
515.31/517.93	c 517	|    295382 |    8700   362900  1065357 |   735829   295338     32 | 31.620 % |
932.28/936.94	c 936	|    443171 |    8700   362900  1065357 |   809412   443127     32 | 31.620 % |
1842.79/1851.85	c 1851	|    664854 |    8700   362900  1065357 |   890353   664810     36 | 31.620 % |
3031.92/3046.72	c 3046	===============================================================================
3031.92/3046.72	c 3046	restarts              : 21
3031.92/3046.72	c 3046	conflicts             : 923522         (305 /sec)
3031.92/3046.72	c 3046	decisions             : 1120711        (0.71 % random) (370 /sec)
3031.92/3046.72	c 3046	propagations          : 442841090      (146190 /sec)
3031.92/3046.72	c 3046	conflict literals     : 34095780       (30.19 % deleted)
3031.92/3046.72	c 3046	Memory used           : 188.94 MB
3031.92/3046.72	c 3046	CPU time              : 3029.21 s
3031.92/3046.72	c 3046	
3031.92/3046.72	c 3046	SATISFIABLE
3031.92/3046.75	c 3046	FOUND: _COST <= 343
3031.92/3046.75	s SATISFIABLE
3031.92/3046.75	c 3046	DECODING HOME/temp.out WITH HOME/temp.map
3031.92/3046.75	c 3046	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3031.99/3046.85	c 3046	Decoding HOME/temp.out
3032.20/3047.07	c 3047	OBJECTIVE _COST 343
3032.20/3047.07	o 343
3032.20/3047.07	v 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 1 0 0 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1
3032.20/3047.08	c 3047	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3032.30/3047.10	c 3047	OBJECTIVE BOUND: 0 <= _COST <= 343
3032.30/3047.10	c 3047	SEARCHING: _COST <= 171
3032.30/3047.10	c 3047	SOLVING HOME/temp.cnf
3032.30/3047.10	c 3047	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3032.30/3047.10	c 3047	This is MiniSat 2.0 beta
3032.30/3047.10	c 3047	WARNING: for repeatability, setting FPU to use double precision
3032.30/3047.10	c 3047	============================[ Problem Statistics ]=============================
3032.30/3047.10	c 3047	|                                                                             |
3032.30/3047.10	c 3047	|  Number of variables:  12723                                                |
3032.30/3047.10	c 3047	|  Number of clauses:    621170                                               |
3032.30/3047.42	c 3047	|  Parsing time:         0.28         s                                       |
3032.30/3047.71	c 3047	============================[ Search Statistics ]==============================
3032.30/3047.71	c 3047	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3032.30/3047.71	c 3047	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3032.30/3047.71	c 3047	===============================================================================
3032.30/3047.71	c 3047	|         0 |    7410   259004   757096 |    86334        0    nan |  0.000 % |
3032.30/3047.89	c 3047	|       100 |    7408   259004   757096 |    94968       96     13 | 42.325 % |
3032.30/3047.98	c 3047	|       251 |    7405   259004   757096 |   104464      242     12 | 43.072 % |
3033.18/3048.07	c 3048	|       476 |    7405   259004   757096 |   114911      466     12 | 43.213 % |
3033.38/3048.22	c 3048	|       813 |    7405   259004   757096 |   126402      802     12 | 43.355 % |
3033.58/3048.49	c 3048	|      1320 |    7188   244384   714014 |   139042     1306     13 | 43.504 % |
3033.97/3048.88	c 3048	|      2079 |    7188   244384   714014 |   152947     2065     13 | 43.504 % |
3034.57/3049.46	c 3049	|      3219 |    7187   244384   714014 |   168241     3204     13 | 43.638 % |
3035.57/3050.47	c 3050	|      4927 |    7154   241988   706941 |   185066     4905     14 | 43.771 % |
3036.96/3051.84	c 3051	|      7489 |    7120   239438   699405 |   203572     7462     14 | 44.038 % |
3039.54/3054.40	c 3054	|     11333 |    7102   237897   694840 |   223929    11304     16 | 44.259 % |
3043.23/3058.12	c 3058	|     17099 |    6660   206381   601767 |   246322    17035     16 | 47.654 % |
3050.89/3065.80	c 3065	|     25750 |    6643   205191   598254 |   270955    25681     17 | 47.788 % |
3062.43/3077.48	c 3077	|     38724 |    6625   204023   594811 |   298050    38653     18 | 48.063 % |
3087.51/3102.69	c 3102	|     58186 |    6541   197847   576557 |   327855    58111     18 | 48.589 % |
3133.29/3148.67	c 3148	|     87378 |    6541   197847   576557 |   360641    87303     20 | 48.591 % |
3201.76/3217.46	c 3217	|    131167 |    6375   187165   545062 |   396705    87236     18 | 49.894 % |
3226.44/3242.27	c 3242	===============================================================================
3226.44/3242.27	c 3242	restarts              : 17
3226.44/3242.27	c 3242	conflicts             : 145499         (749 /sec)
3226.44/3242.27	c 3242	decisions             : 205097         (1.02 % random) (1056 /sec)
3226.44/3242.27	c 3242	propagations          : 90505958       (466080 /sec)
3226.44/3242.27	c 3242	conflict literals     : 2798179        (40.39 % deleted)
3226.44/3242.27	c 3242	Memory used           : 28.07 MB
3226.44/3242.27	c 3242	CPU time              : 194.185 s
3226.44/3242.27	c 3242	
3226.44/3242.27	c 3242	UNSATISFIABLE
3226.44/3242.28	c 3242	NOT FOUND: _COST <= 171
3226.44/3242.28	c 3242	OBJECTIVE BOUND: 172 <= _COST <= 343
3226.44/3242.28	c 3242	SEARCHING: _COST <= 257
3226.44/3242.28	c 3242	SOLVING HOME/temp.cnf
3226.44/3242.28	c 3242	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3226.44/3242.29	c 3242	This is MiniSat 2.0 beta
3226.44/3242.29	c 3242	WARNING: for repeatability, setting FPU to use double precision
3226.44/3242.29	c 3242	============================[ Problem Statistics ]=============================
3226.44/3242.29	c 3242	|                                                                             |
3226.44/3242.29	c 3242	|  Number of variables:  12723                                                |
3226.44/3242.29	c 3242	|  Number of clauses:    621170                                               |
3226.54/3242.60	c 3242	|  Parsing time:         0.27         s                                       |
3227.05/3242.86	c 3242	============================[ Search Statistics ]==============================
3227.05/3242.86	c 3242	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3227.05/3242.86	c 3242	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3227.05/3242.86	c 3242	===============================================================================
3227.05/3242.86	c 3242	|         0 |    8357   331805   972744 |   110601        0    nan |  0.000 % |
3227.24/3243.09	c 3243	|       101 |    8356   331805   972744 |   121661      100     23 | 34.442 % |
3227.34/3243.17	c 3243	|       251 |    8356   331805   972744 |   133828      250     21 | 34.442 % |
3227.54/3243.31	c 3243	|       477 |    8356   331805   972744 |   147210      472     20 | 34.921 % |
3227.64/3243.45	c 3243	|       815 |    8354   331805   972744 |   161931      807     19 | 35.416 % |
3227.84/3243.67	c 3243	|      1321 |    8354   331805   972744 |   178125     1311     19 | 35.644 % |
3228.14/3243.97	c 3243	|      2080 |    8026   312582   916225 |   195937     2058     17 | 36.918 % |
3228.54/3244.37	c 3244	|      3219 |    8026   312582   916225 |   215531     3197     17 | 36.917 % |
3229.13/3244.98	c 3244	|      4928 |    8026   312582   916225 |   237084     4906     17 | 36.917 % |
3230.52/3246.35	c 3246	|      7490 |    8026   312582   916225 |   260792     7468     16 | 36.917 % |
3232.61/3248.45	c 3248	|     11334 |    8008   311767   913836 |   286872    11308     17 | 37.554 % |
3236.49/3252.39	c 3252	|     17101 |    7904   306228   897579 |   315559    17059     18 | 38.466 % |
3243.46/3259.36	c 3259	|     25751 |    7828   301786   884512 |   347115    25706     20 | 38.592 % |
3255.10/3271.08	c 3271	|     38725 |    7813   300931   882002 |   381826    38679     22 | 38.592 % |
3277.89/3294.00	c 3293	|     58188 |    7813   300931   882002 |   420009    58142     23 | 38.592 % |
3312.43/3328.67	c 3328	|     87381 |    7783   299007   876329 |   462010    87328     25 | 38.937 % |
3366.96/3383.48	c 3383	|    131172 |    7769   297946   873190 |   508211   131119     26 | 38.937 % |
3491.16/3508.22	c 3508	|    196857 |    7737   296050   867611 |   559032   196799     26 | 39.189 % |
3600.03/3617.62	c ERROR unknown output  in HOME/temp.out
3600.03/3617.62	c 3617	CPU 3225.72 (0.04 0.01 3225.68 0.81)
3600.03/3617.62	c 3617	END Tue Jul 22 23:15:45 2008
3600.03/3617.62	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	340	345
340 unsatisfied constraints, 345 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-1127292-1216757727/watcher-1127292-1216757727 -o /tmp/evaluation-result-1127292-1216757727/solver-1127292-1216757727 -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-1127292-1216757727.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.97 4/69 3888
/proc/meminfo: memFree=1560696/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=18572 CPUtime=0
/proc/3888/stat : 3888 (runsolver) R 3886 3888 3753 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2863907 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3888/statm: 4643 292 257 25 0 2626 0

[startup+0.0996721 s]
/proc/loadavg: 1.99 1.97 1.97 4/69 3888
/proc/meminfo: memFree=1560696/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13600 CPUtime=0.03
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 2863907 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102704 s]
/proc/loadavg: 1.99 1.97 1.97 4/69 3888
/proc/meminfo: memFree=1560696/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13600 CPUtime=0.03
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 2863907 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302695 s]
/proc/loadavg: 1.99 1.97 1.97 4/69 3888
/proc/meminfo: memFree=1560696/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13600 CPUtime=0.03
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 2863907 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702733 s]
/proc/loadavg: 1.99 1.97 1.97 4/69 3888
/proc/meminfo: memFree=1560696/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13600 CPUtime=0.37
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 974 4529 0 1 2 1 31 3 15 0 1 0 2863907 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 1.99 1.97 1.97 4/84 3937
/proc/meminfo: memFree=1528640/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13600 CPUtime=0.38
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 974 4529 0 1 3 1 31 3 15 0 1 0 2863907 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3400 797 370 3 0 500 0
[pid=3928] ppid=3888 vsize=5356 CPUtime=0
/proc/3928/stat : 3928 (sh) S 3888 3888 3753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2863950 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3928/statm: 1339 233 193 169 0 50 0
[pid=3929] ppid=3928 vsize=868492 CPUtime=1.04
/proc/3929/stat : 3929 (java) S 3928 3888 3753 0 -1 0 6673 0 1 0 97 7 0 0 20 0 9 0 2863951 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3929/statm: 217123 5810 2563 9 0 211670 0
[pid=3929/tid=3930] ppid=3928 vsize=868492 CPUtime=0.71
/proc/3929/task/3930/stat : 3930 (java) R 3928 3888 3753 0 -1 64 2811 0 1 0 67 4 0 0 25 0 9 0 2863951 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3931] ppid=3928 vsize=868492 CPUtime=0.08
/proc/3929/task/3931/stat : 3931 (java) S 3928 3888 3753 0 -1 64 1675 0 0 0 7 1 0 0 16 0 9 0 2863952 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3932] ppid=3928 vsize=868492 CPUtime=0
/proc/3929/task/3932/stat : 3932 (java) S 3928 3888 3753 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2863953 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3933] ppid=3928 vsize=868492 CPUtime=0
/proc/3929/task/3933/stat : 3933 (java) S 3928 3888 3753 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2863953 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3934] ppid=3928 vsize=868492 CPUtime=0
/proc/3929/task/3934/stat : 3934 (java) S 3928 3888 3753 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2863954 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3935] ppid=3928 vsize=868492 CPUtime=0.23
/proc/3929/task/3935/stat : 3935 (java) S 3928 3888 3753 0 -1 64 1494 0 0 0 22 1 0 0 16 0 9 0 2863954 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3936] ppid=3928 vsize=868492 CPUtime=0
/proc/3929/task/3936/stat : 3936 (java) S 3928 3888 3753 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2863955 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3929/tid=3937] ppid=3928 vsize=868492 CPUtime=0
/proc/3929/task/3937/stat : 3937 (java) S 3928 3888 3753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2863955 889335808 5810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887448

[startup+3.10201 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 3937
/proc/meminfo: memFree=1517120/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 15 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 13732

[startup+6.30135 s]
/proc/loadavg: 1.99 1.97 1.97 3/76 3968
/proc/meminfo: memFree=1502152/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 15 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=26888 CPUtime=3.96
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 6524 0 0 0 392 4 0 0 25 0 1 0 2864138 27533312 6510 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 6722 6510 75 150 0 6569 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 45976

[startup+12.7011 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 4006
/proc/meminfo: memFree=1500680/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=26888 CPUtime=10.33
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 6533 0 0 0 1028 5 0 0 25 0 1 0 2864138 27533312 6519 996147200 134512640 135127466 4294956256 18446744073709551615 134530727 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 6722 6519 76 150 0 6569 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 45976

[startup+25.5015 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 4006
/proc/meminfo: memFree=1500424/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=27316 CPUtime=23.07
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 6619 0 0 0 2302 5 0 0 25 0 1 0 2864138 27971584 6605 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 6829 6605 76 150 0 6676 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 46404

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 4006
/proc/meminfo: memFree=1495624/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=32036 CPUtime=48.53
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 7810 0 0 0 4847 6 0 0 25 0 1 0 2864138 32804864 7796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 8009 7796 76 150 0 7856 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 51124

[startup+102.307 s]
/proc/loadavg: 2.03 1.99 1.98 3/84 4006
/proc/meminfo: memFree=1488328/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=39368 CPUtime=99.49
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 9592 0 0 0 9941 8 0 0 25 0 1 0 2864138 40312832 9578 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 9842 9578 76 150 0 9689 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 58456

[startup+162.301 s]
/proc/loadavg: 2.12 2.02 1.99 3/84 4006
/proc/meminfo: memFree=1480520/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=47156 CPUtime=159.19
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 11490 0 0 0 15909 10 0 0 25 0 1 0 2864138 48287744 11476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 11789 11476 76 150 0 11636 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 66244

[startup+222.301 s]
/proc/loadavg: 2.12 2.03 1.99 3/84 4006
/proc/meminfo: memFree=1474248/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=2.22
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1074 11766 0 2 3 1 200 18 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=3938] ppid=3888 vsize=5356 CPUtime=0
/proc/3938/stat : 3938 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2864138 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3938/statm: 1339 232 193 169 0 50 0
[pid=3939] ppid=3938 vsize=53348 CPUtime=218.91
/proc/3939/stat : 3939 (minisat) R 3938 3888 3753 0 -1 4194304 13054 0 0 0 21879 12 0 0 25 0 1 0 2864138 54628352 13040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3939/statm: 13337 13040 76 150 0 13184 0
Current children cumulated CPU time (s) 221.13
Current children cumulated vsize (KiB) 72436

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

/proc/meminfo: memFree=1497416/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3032.3
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1193 63303 0 3 3 1 303150 76 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4024] ppid=3888 vsize=5356 CPUtime=0
/proc/4024/stat : 4024 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 3168617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4024/statm: 1339 232 193 169 0 50 0
[pid=4025] ppid=4024 vsize=27548 CPUtime=54.91
/proc/4025/stat : 4025 (minisat) R 4024 3888 3753 0 -1 4194304 6705 0 0 0 5488 3 0 0 25 0 1 0 3168618 28209152 6691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4025/statm: 6887 6691 75 150 0 6734 0
Current children cumulated CPU time (s) 3087.21
Current children cumulated vsize (KiB) 46636

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4025
/proc/meminfo: memFree=1496776/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3032.3
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1193 63303 0 3 3 1 303150 76 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4024] ppid=3888 vsize=5356 CPUtime=0
/proc/4024/stat : 4024 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 3168617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4024/statm: 1339 232 193 169 0 50 0
[pid=4025] ppid=4024 vsize=28264 CPUtime=114.62
/proc/4025/stat : 4025 (minisat) R 4024 3888 3753 0 -1 4194304 6856 0 0 0 11459 3 0 0 25 0 1 0 3168618 28942336 6842 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/4025/statm: 7066 6842 75 150 0 6913 0
Current children cumulated CPU time (s) 3146.92
Current children cumulated vsize (KiB) 47352

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4025
/proc/meminfo: memFree=1496456/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3032.31
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1193 63303 0 3 4 1 303150 76 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4024] ppid=3888 vsize=5356 CPUtime=0
/proc/4024/stat : 4024 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 3168617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4024/statm: 1339 232 193 169 0 50 0
[pid=4025] ppid=4024 vsize=28556 CPUtime=174.33
/proc/4025/stat : 4025 (minisat) R 4024 3888 3753 0 -1 4194304 6916 0 0 0 17430 3 0 0 25 0 1 0 3168618 29241344 6902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4025/statm: 7139 6902 75 150 0 6986 0
Current children cumulated CPU time (s) 3206.64
Current children cumulated vsize (KiB) 47644

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4027
/proc/meminfo: memFree=1497416/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=27408 CPUtime=39.81
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 6651 0 0 0 3977 4 0 0 25 0 1 0 3188136 28065792 6637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 6852 6637 76 150 0 6699 0
Current children cumulated CPU time (s) 3266.35
Current children cumulated vsize (KiB) 46496

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4027
/proc/meminfo: memFree=1490760/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=34316 CPUtime=99.52
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 8334 0 0 0 9946 6 0 0 25 0 1 0 3188136 35139584 8320 996147200 134512640 135127466 4294956256 18446744073709551615 134710540 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 8579 8320 76 150 0 8426 0
Current children cumulated CPU time (s) 3326.06
Current children cumulated vsize (KiB) 53404

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4027
/proc/meminfo: memFree=1483976/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=41164 CPUtime=159.24
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 9999 0 0 0 15917 7 0 0 25 0 1 0 3188136 42151936 9985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 10291 9985 76 150 0 10138 0
Current children cumulated CPU time (s) 3385.78
Current children cumulated vsize (KiB) 60252

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4027
/proc/meminfo: memFree=1479176/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=45872 CPUtime=218.93
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 11179 0 0 0 21885 8 0 0 25 0 1 0 3188136 46972928 11165 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 11468 11165 76 150 0 11315 0
Current children cumulated CPU time (s) 3445.47
Current children cumulated vsize (KiB) 64960

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4027
/proc/meminfo: memFree=1474248/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=50460 CPUtime=278.65
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 12378 0 0 0 27855 10 0 0 25 0 1 0 3188136 51671040 12364 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 12615 12364 76 150 0 12462 0
Current children cumulated CPU time (s) 3505.19
Current children cumulated vsize (KiB) 69548

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4027
/proc/meminfo: memFree=1469640/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=55408 CPUtime=338.36
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 13537 0 0 0 33825 11 0 0 25 0 1 0 3188136 56737792 13523 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 13852 13523 76 150 0 13699 0
Current children cumulated CPU time (s) 3564.9
Current children cumulated vsize (KiB) 74496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 4027
/proc/meminfo: memFree=1467272/2055920 swapFree=4192956/4192956
[pid=3888] ppid=3886 vsize=13732 CPUtime=3226.54
/proc/3888/stat : 3888 (sugar) S 3886 3888 3753 0 -1 4194304 1248 70520 0 3 4 1 322568 81 16 0 1 0 2863907 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3888/statm: 3433 822 374 3 0 533 0
[pid=4026] ppid=3888 vsize=5356 CPUtime=0
/proc/4026/stat : 4026 (sh) S 3888 3888 3753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3188136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4026/statm: 1339 232 193 169 0 50 0
[pid=4027] ppid=4026 vsize=57580 CPUtime=373.49
/proc/4027/stat : 4027 (minisat) R 4026 3888 3753 0 -1 4194304 14083 0 0 0 37338 11 0 0 25 0 1 0 3188136 58961920 14069 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4027/statm: 14395 14069 76 150 0 14242 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 76668

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3888 and gives
#  childrusage.ru_utime.tv_sec=3225
#  childrusage.ru_utime.tv_usec=731614
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=845871
# CPU time returned by wait4() is 3226.58
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.62
CPU time (s): 3600.03
CPU user time (s): 3599.1
CPU system time (s): 0.93
CPU usage (%): 99.5137
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3225.73
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72113
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= 4404
involuntary context switches= 101419

runsolver used 3.52446 second user time and 9.65453 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-22 22:15:27
IDJOB=1127292
IDBENCH=63178
IDSOLVER=368
FILE ID=node9/1127292-1216757727
PBS_JOBID= 7974057
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2500-147426_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-1127292-1216757727/watcher-1127292-1216757727 -o /tmp/evaluation-result-1127292-1216757727/solver-1127292-1216757727 -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-1127292-1216757727.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 01c36084b7a012ba772593602cdd86d1
RANDOM SEED=795006598

node9.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.231
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.231
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:       1561176 kB
Buffers:         21016 kB
Cached:         412552 kB
SwapCached:          0 kB
Active:         165088 kB
Inactive:       284772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          26204 kB
Slab:            30464 kB
Committed_AS:    61788 kB
PageTables:       1680 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 node9 at 2008-07-22 23:15:47