Trace number 1127308

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.1 3629.83

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 22 22:28:10 2008
0.00/0.04	c 0	PID 5272
0.03/0.04	c 0	HOST node87.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1127308-1216758490.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127308-1216758490.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 686 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.48	c 0	Parsing HOME/temp.csp
0.34/0.62	c 1	parsed 741 expressions
0.34/0.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.64	c 1	MAX CSP: 686 constraints
0.34/0.64	c 1	Converting to clausal form CSP
0.34/0.68	c 1	converted 143 (10%) expressions
0.34/0.69	c 1	converted 286 (20%) expressions
0.34/0.70	c 1	converted 429 (30%) expressions
0.34/0.71	c 1	converted 572 (40%) expressions
0.34/0.72	c 1	converted 715 (50%) expressions
0.34/0.74	c 1	converted 858 (60%) expressions
0.34/0.74	c 1	converted 1001 (70%) expressions
0.34/0.82	c 1	converted 1144 (80%) expressions
0.34/0.82	c 1	converted 1287 (90%) expressions
0.34/0.93	c 1	converted 1430 (100%) expressions
0.34/0.94	c 1	CSP : 1412 integers, 0 booleans, 2057 clauses, largest domain size 1030
0.34/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.94	c 1	Propagation in CSP
0.34/0.98	c 1	680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.98	c 1	CSP : 1412 integers, 0 booleans, 2057 clauses, largest domain size 687
0.34/0.98	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.99	c 1	CSP : 1412 integers, 0 booleans, 2057 clauses, largest domain size 687
0.34/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.03	c 1	142 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	283 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	424 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.03	c 1	565 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.04	c 1	706 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.92/1.05	c 1	848 (60%) CSP integer variables are encoded (1277 clauses, 16120 bytes)
0.92/1.05	c 1	989 (70%) CSP integer variables are encoded (2293 clauses, 29328 bytes)
0.92/1.06	c 1	1130 (80%) CSP integer variables are encoded (8994 clauses, 116652 bytes)
0.92/1.06	c 1	1271 (90%) CSP integer variables are encoded (9974 clauses, 131352 bytes)
0.92/1.06	c 1	1412 (100%) CSP integer variables are encoded (11331 clauses, 151707 bytes)
0.92/1.09	c 1	206 (10%) CSP clauses are encoded (11642 clauses, 155079 bytes)
1.01/1.11	c 1	412 (20%) CSP clauses are encoded (11930 clauses, 158437 bytes)
1.01/1.12	c 1	618 (30%) CSP clauses are encoded (12236 clauses, 162041 bytes)
1.01/1.14	c 1	823 (40%) CSP clauses are encoded (15341 clauses, 214578 bytes)
1.11/1.20	c 1	1029 (50%) CSP clauses are encoded (44333 clauses, 740107 bytes)
1.11/1.22	c 1	1235 (60%) CSP clauses are encoded (53043 clauses, 893866 bytes)
1.91/2.05	c 2	1440 (70%) CSP clauses are encoded (500628 clauses, 9094736 bytes)
1.91/2.07	c 2	1646 (80%) CSP clauses are encoded (510654 clauses, 9298536 bytes)
2.01/2.11	c 2	1852 (90%) CSP clauses are encoded (534762 clauses, 9805327 bytes)
2.12/2.27	c 2	2057 (100%) CSP clauses are encoded (623241 clauses, 11687267 bytes)
2.12/2.27	c 2	2057 CSP clauses encoded
2.12/2.27	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 : 12743 SAT variables, 623241 SAT clauses, 11687267 bytes
2.12/2.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.34	c 2	OBJECTIVE minimize _COST
2.20/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.20/2.34	c 2	SEARCHING: _COST <= 343
2.20/2.34	c 2	SOLVING HOME/temp.cnf
2.20/2.34	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.20/2.34	c 2	This is MiniSat 2.0 beta
2.20/2.34	c 2	WARNING: for repeatability, setting FPU to use double precision
2.20/2.34	c 2	============================[ Problem Statistics ]=============================
2.20/2.34	c 2	|                                                                             |
2.20/2.34	c 2	|  Number of variables:  12743                                                |
2.20/2.34	c 2	|  Number of clauses:    623242                                               |
2.22/2.65	c 3	|  Parsing time:         0.26         s                                       |
2.22/2.85	c 3	============================[ Search Statistics ]==============================
2.22/2.85	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.86	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.86	c 3	===============================================================================
2.22/2.86	c 3	|         0 |    9313   397881  1168299 |   132627        0    nan |  0.000 % |
2.22/3.12	c 3	|       100 |    9312   397881  1168299 |   145889       97     13 | 27.302 % |
3.07/3.28	c 3	|       251 |    9312   397881  1168299 |   160478      248     34 | 27.302 % |
3.27/3.50	c 3	|       476 |    9309   397881  1168299 |   176526      470     31 | 27.639 % |
3.47/3.69	c 4	|       813 |    9309   397881  1168299 |   194179      807     29 | 27.639 % |
3.87/4.03	c 4	|      1319 |    9309   397881  1168299 |   213597     1312     28 | 27.788 % |
4.28/4.41	c 4	|      2078 |    9308   397881  1168299 |   234956     2070     27 | 27.914 % |
4.77/4.99	c 5	|      3217 |    9186   390899  1147807 |   258452     3208     26 | 27.914 % |
5.87/6.00	c 6	|      4925 |    9186   390899  1147807 |   284297     4916     26 | 27.914 % |
7.47/7.66	c 8	|      7487 |    9186   390899  1147807 |   312727     7478     26 | 27.913 % |
10.06/10.28	c 10	|     11331 |    9186   390899  1147807 |   344000    11322     29 | 27.914 % |
10.16/10.39	c 10	===============================================================================
10.16/10.39	c 10	restarts              : 11
10.16/10.39	c 10	conflicts             : 11506          (1440 /sec)
10.16/10.39	c 10	decisions             : 15307          (0.71 % random) (1915 /sec)
10.16/10.39	c 10	propagations          : 5916854        (740367 /sec)
10.16/10.39	c 10	conflict literals     : 328121         (21.18 % deleted)
10.16/10.39	c 10	Memory used           : 26.27 MB
10.16/10.39	c 10	CPU time              : 7.99179 s
10.16/10.39	c 10	
10.26/10.40	c 10	SATISFIABLE
10.26/10.40	c 10	FOUND: _COST <= 343
10.26/10.40	s SATISFIABLE
10.26/10.40	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.26/10.40	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.26/10.48	c 10	Decoding HOME/temp.out
10.28/10.69	c 11	OBJECTIVE _COST 343
10.28/10.69	o 343
10.28/10.69	v 1 0 1 1 1 0 1 0 1 1 0 1 1 0 0 0 1 1 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 1 1 1 0 1 0
10.28/10.71	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.28/10.75	c 11	OBJECTIVE BOUND: 0 <= _COST <= 343
10.28/10.75	c 11	SEARCHING: _COST <= 171
10.28/10.75	c 11	SOLVING HOME/temp.cnf
10.28/10.75	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.28/10.75	c 11	This is MiniSat 2.0 beta
10.28/10.75	c 11	WARNING: for repeatability, setting FPU to use double precision
10.28/10.75	c 11	============================[ Problem Statistics ]=============================
10.28/10.75	c 11	|                                                                             |
10.28/10.76	c 11	|  Number of variables:  12743                                                |
10.28/10.76	c 11	|  Number of clauses:    623242                                               |
10.84/11.08	c 11	|  Parsing time:         0.27         s                                       |
11.12/11.36	c 11	============================[ Search Statistics ]==============================
11.12/11.36	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.12/11.36	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.12/11.36	c 11	===============================================================================
11.12/11.36	c 11	|         0 |    7419   259331   758159 |    86443        0    nan |  0.000 % |
11.32/11.57	c 11	|       101 |    7415   259331   758159 |    95088       96     12 | 42.533 % |
11.52/11.72	c 12	|       251 |    7413   259331   758159 |   104596      244     17 | 42.957 % |
11.62/11.89	c 12	|       476 |    7411   259331   758159 |   115056      468     16 | 43.240 % |
11.92/12.13	c 12	|       815 |    7411   259331   758159 |   126562      807     16 | 43.240 % |
12.31/12.50	c 12	|      1321 |    7145   241435   705430 |   139218     1303     15 | 44.079 % |
12.81/13.09	c 13	|      2081 |    7142   241435   705430 |   153140     2060     17 | 44.652 % |
13.70/13.93	c 14	|      3222 |    7142   241435   705430 |   168454     3201     18 | 44.652 % |
15.09/15.33	c 15	|      4931 |    7053   234939   686254 |   185299     4907     18 | 44.793 % |
16.97/17.27	c 17	|      7493 |    7018   232279   678390 |   203829     7466     18 | 45.060 % |
20.04/20.32	c 20	|     11338 |    7018   232279   678390 |   224212    11310     18 | 45.194 % |
25.41/25.78	c 26	|     17104 |    6966   228137   666129 |   246633    17070     19 | 45.617 % |
34.33/34.79	c 35	|     25754 |    6895   222779   650291 |   271297    25716     20 | 45.892 % |
49.10/49.67	c 50	|     38728 |    6813   215315   628152 |   298426    38678     20 | 46.535 % |
78.15/78.90	c 79	|     58189 |    6813   215315   628152 |   328269    58139     20 | 46.535 % |
134.58/135.89	c 136	|     87381 |    6760   211762   617671 |   361096    87325     21 | 46.951 % |
237.22/239.35	c 239	|    131170 |    6743   210627   614323 |   397206   131113     21 | 47.085 % |
416.25/419.80	c 420	|    196855 |    6743   210627   614323 |   436926   196798     21 | 47.085 % |
728.39/734.58	c 734	|    295382 |    6743   210627   614323 |   480619   295325     21 | 47.085 % |
1297.96/1308.90	c 1309	===============================================================================
1297.96/1308.90	c 1309	restarts              : 19
1297.96/1308.90	c 1309	conflicts             : 439637         (342 /sec)
1297.96/1308.90	c 1309	decisions             : 570374         (0.95 % random) (443 /sec)
1297.96/1308.90	c 1309	propagations          : 300782463      (233670 /sec)
1297.96/1308.90	c 1309	conflict literals     : 9035161        (48.02 % deleted)
1297.96/1308.90	c 1309	Memory used           : 66.83 MB
1297.96/1308.90	c 1309	CPU time              : 1287.21 s
1297.96/1308.90	c 1309	
1297.96/1308.90	c 1309	UNSATISFIABLE
1298.05/1308.91	c 1309	NOT FOUND: _COST <= 171
1298.05/1308.91	c 1309	OBJECTIVE BOUND: 172 <= _COST <= 343
1298.05/1308.91	c 1309	SEARCHING: _COST <= 257
1298.05/1308.91	c 1309	SOLVING HOME/temp.cnf
1298.05/1308.91	c 1309	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1298.05/1308.92	c 1309	This is MiniSat 2.0 beta
1298.05/1308.92	c 1309	WARNING: for repeatability, setting FPU to use double precision
1298.05/1308.92	c 1309	============================[ Problem Statistics ]=============================
1298.05/1308.92	c 1309	|                                                                             |
1298.05/1308.92	c 1309	|  Number of variables:  12743                                                |
1298.05/1308.92	c 1309	|  Number of clauses:    623242                                               |
1298.08/1309.24	c 1309	|  Parsing time:         0.27         s                                       |
1298.08/1309.48	c 1309	============================[ Search Statistics ]==============================
1298.08/1309.48	c 1309	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1298.08/1309.48	c 1309	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1298.08/1309.48	c 1309	===============================================================================
1298.08/1309.48	c 1309	|         0 |    8367   332478   974842 |   110826        0    nan |  0.000 % |
1298.08/1309.75	c 1310	|       100 |    8367   332478   974842 |   121908      100     32 | 34.341 % |
1298.08/1309.88	c 1310	|       250 |    8367   332478   974842 |   134099      250     27 | 34.341 % |
1299.14/1310.01	c 1310	|       475 |    8367   332478   974842 |   147509      475     23 | 34.341 % |
1299.24/1310.19	c 1310	|       812 |    8367   332478   974842 |   162260      810     19 | 34.592 % |
1299.54/1310.47	c 1310	|      1318 |    8367   332478   974842 |   178486     1315     18 | 34.717 % |
1300.04/1310.93	c 1311	|      2078 |    8302   329476   966077 |   196335     2074     17 | 34.851 % |
1300.73/1311.67	c 1312	|      3219 |    8300   329476   966077 |   215968     3213     20 | 35.133 % |
1302.02/1312.93	c 1313	|      4927 |    8299   329476   966077 |   237565     4919     22 | 35.423 % |
1303.70/1314.63	c 1315	|      7489 |    8229   326158   956387 |   261321     7481     23 | 35.424 % |
1306.08/1317.05	c 1317	|     11335 |    8212   325357   954045 |   287454    11325     22 | 35.690 % |
1310.54/1321.57	c 1321	|     17101 |    8195   324553   951694 |   316199    17091     24 | 35.690 % |
1318.17/1329.26	c 1329	|     25753 |    8195   324553   951694 |   347819    25743     24 | 35.690 % |
1331.86/1343.08	c 1343	|     38729 |    8163   322634   946048 |   382601    38716     24 | 35.941 % |
1356.14/1367.50	c 1367	|     58190 |    8146   321559   942880 |   420861    58176     25 | 36.075 % |
1391.54/1403.20	c 1403	|     87383 |    8098   318679   934400 |   462947    87362     26 | 36.812 % |
1460.65/1472.97	c 1473	|    131172 |    8023   313908   920344 |   509242   131148     28 | 37.040 % |
1596.86/1610.34	c 1610	|    196858 |    8023   313908   920344 |   560166   196834     30 | 37.040 % |
1830.83/1846.26	c 1846	|    295386 |    8023   313908   920344 |   616183   295362     30 | 37.040 % |
2277.09/2296.11	c 2296	|    443175 |    8023   313908   920344 |   677801   443151     29 | 37.040 % |
3312.57/3340.24	c 3340	|    664860 |    7995   312040   914831 |   745581   664834     30 | 37.260 % |
3600.10/3629.81	c ERROR INTERRUPTED
3600.10/3629.83	c 3630	CPU 1297.55 (0.04 0.01 1297.51 0.52)
3600.10/3629.83	c 3630	END Tue Jul 22 23:28:40 2008

Verifier Data (download as text)

OK	313	373
313 unsatisfied constraints, 373 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-1127308-1216758490/watcher-1127308-1216758490 -o /tmp/evaluation-result-1127308-1216758490/solver-1127308-1216758490 -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-1127308-1216758490.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.05 1.99 1.91 4/74 5272
/proc/meminfo: memFree=1596760/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=12268 CPUtime=0
/proc/5272/stat : 5272 (sugar) R 5270 5272 5049 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 2933672 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 254613584864 0 0 4224 0 0 0 0 17 0 0 0
/proc/5272/statm: 3067 316 241 3 0 167 0

[startup+0.044574 s]
/proc/loadavg: 2.05 1.99 1.91 4/74 5272
/proc/meminfo: memFree=1596760/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 838 0 0 0 3 0 0 0 19 0 1 0 2933672 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101507 s]
/proc/loadavg: 2.05 1.99 1.91 4/74 5272
/proc/meminfo: memFree=1596760/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2933672 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301547 s]
/proc/loadavg: 2.05 1.99 1.91 4/74 5272
/proc/meminfo: memFree=1596760/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2933672 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701623 s]
/proc/loadavg: 2.05 1.99 1.91 4/74 5272
/proc/meminfo: memFree=1596760/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.34
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 974 4529 0 1 3 0 28 3 15 0 1 0 2933672 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50178 s]
/proc/loadavg: 2.05 1.99 1.91 4/85 5294
/proc/meminfo: memFree=1582144/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.34
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 974 4529 0 1 3 0 28 3 15 0 1 0 2933672 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 797 370 3 0 500 0
[pid=5285] ppid=5272 vsize=5356 CPUtime=0
/proc/5285/stat : 5285 (sh) S 5272 5272 5049 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2933713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5285/statm: 1339 233 193 169 0 50 0
[pid=5286] ppid=5285 vsize=868492 CPUtime=1.07
/proc/5286/stat : 5286 (java) S 5285 5272 5049 0 -1 0 6674 0 1 0 102 5 0 0 20 0 9 0 2933713 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5286/statm: 217123 5806 2563 9 0 211670 0
[pid=5286/tid=5287] ppid=5285 vsize=868492 CPUtime=0.73
/proc/5286/task/5287/stat : 5287 (java) R 5285 5272 5049 0 -1 64 2815 0 1 0 70 3 0 0 25 0 9 0 2933714 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5288] ppid=5285 vsize=868492 CPUtime=0.08
/proc/5286/task/5288/stat : 5288 (java) R 5285 5272 5049 0 -1 64 1674 0 0 0 8 0 0 0 15 0 9 0 2933715 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5289] ppid=5285 vsize=868492 CPUtime=0
/proc/5286/task/5289/stat : 5289 (java) S 5285 5272 5049 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2933715 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5290] ppid=5285 vsize=868492 CPUtime=0
/proc/5286/task/5290/stat : 5290 (java) S 5285 5272 5049 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2933715 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5291] ppid=5285 vsize=868492 CPUtime=0
/proc/5286/task/5291/stat : 5291 (java) S 5285 5272 5049 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2933717 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5292] ppid=5285 vsize=868492 CPUtime=0.23
/proc/5286/task/5292/stat : 5292 (java) S 5285 5272 5049 0 -1 64 1493 0 0 0 22 1 0 0 16 0 9 0 2933717 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5293] ppid=5285 vsize=868492 CPUtime=0
/proc/5286/task/5293/stat : 5293 (java) S 5285 5272 5049 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2933717 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5294] ppid=5285 vsize=868492 CPUtime=0
/proc/5286/task/5294/stat : 5294 (java) S 5285 5272 5049 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2933717 889335808 5806 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887448

[startup+3.10108 s]
/proc/loadavg: 2.05 1.99 1.91 3/85 5294
/proc/meminfo: memFree=1571264/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=2.22
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1074 11764 0 2 3 0 203 16 15 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 13732

[startup+6.30168 s]
/proc/loadavg: 2.05 1.99 1.91 3/77 5296
/proc/meminfo: memFree=1555904/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=2.22
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1074 11764 0 2 3 0 203 16 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2933906 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=26892 CPUtime=3.95
/proc/5296/stat : 5296 (minisat) R 5295 5272 5049 0 -1 4194304 6520 0 0 0 390 5 0 0 25 0 1 0 2933906 27537408 6506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 6723 6506 76 150 0 6570 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 45980

[startup+12.7019 s]
/proc/loadavg: 2.12 2.00 1.92 3/77 5308
/proc/meminfo: memFree=1554496/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=10.6
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1193 22472 0 3 4 1 1030 25 15 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5307] ppid=5272 vsize=5356 CPUtime=0
/proc/5307/stat : 5307 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2934748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5307/statm: 1339 232 193 169 0 50 0
[pid=5308] ppid=5307 vsize=27164 CPUtime=1.91
/proc/5308/stat : 5308 (minisat) R 5307 5272 5049 0 -1 4194304 6594 0 0 0 187 4 0 0 25 0 1 0 2934748 27815936 6580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5308/statm: 6791 6580 75 150 0 6638 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 46252

[startup+25.5013 s]
/proc/loadavg: 2.09 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1552184/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=10.6
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1193 22472 0 3 4 1 1030 25 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5307] ppid=5272 vsize=5356 CPUtime=0
/proc/5307/stat : 5307 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2934748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5307/statm: 1339 232 193 169 0 50 0
[pid=5308] ppid=5307 vsize=27164 CPUtime=14.61
/proc/5308/stat : 5308 (minisat) R 5307 5272 5049 0 -1 4194304 6611 0 0 0 1456 5 0 0 25 0 1 0 2934748 27815936 6597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5308/statm: 6791 6597 75 150 0 6638 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 46252

[startup+51.1012 s]
/proc/loadavg: 2.06 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1551488/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=10.6
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1193 22472 0 3 4 1 1030 25 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5307] ppid=5272 vsize=5356 CPUtime=0
/proc/5307/stat : 5307 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2934748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5307/statm: 1339 232 193 169 0 50 0
[pid=5308] ppid=5307 vsize=27328 CPUtime=39.99
/proc/5308/stat : 5308 (minisat) R 5307 5272 5049 0 -1 4194304 6660 0 0 0 3994 5 0 0 25 0 1 0 2934748 27983872 6646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5308/statm: 6832 6646 75 150 0 6679 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 46416

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1550848/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=10.6
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1193 22472 0 3 4 1 1030 25 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5307] ppid=5272 vsize=5356 CPUtime=0
/proc/5307/stat : 5307 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2934748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5307/statm: 1339 232 193 169 0 50 0
[pid=5308] ppid=5307 vsize=27672 CPUtime=90.76
/proc/5308/stat : 5308 (minisat) R 5307 5272 5049 0 -1 4194304 6722 0 0 0 9071 5 0 0 25 0 1 0 2934748 28336128 6708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5308/statm: 6918 6708 75 150 0 6765 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 46760

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1546432/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=10.6
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1193 22472 0 3 4 1 1030 25 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5307] ppid=5272 vsize=5356 CPUtime=0
/proc/5307/stat : 5307 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2934748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5307/statm: 1339 232 193 169 0 50 0
[pid=5308] ppid=5307 vsize=30536 CPUtime=150.26
/proc/5308/stat : 5308 (minisat) R 5307 5272 5049 0 -1 4194304 7374 0 0 0 15020 6 0 0 25 0 1 0 2934748 31268864 7360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5308/statm: 7634 7360 75 150 0 7481 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 49624

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 5318
/proc/meminfo: memFree=1540224/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=10.6
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1193 22472 0 3 4 1 1030 25 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5307] ppid=5272 vsize=5356 CPUtime=0
/proc/5307/stat : 5307 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2934748 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5307/statm: 1339 232 193 169 0 50 0
[pid=5308] ppid=5307 vsize=33876 CPUtime=209.75
/proc/5308/stat : 5308 (minisat) R 5307 5272 5049 0 -1 4194304 8194 0 0 0 20968 7 0 0 25 0 1 0 2934748 34689024 8180 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/5308/statm: 8469 8180 75 150 0 8316 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 52964

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

/proc/meminfo: memFree=1387968/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=120740 CPUtime=1778.55
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 29541 0 0 0 177813 42 0 0 25 0 1 0 3064564 123637760 29518 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 30185 29518 76 150 0 30032 0
Current children cumulated CPU time (s) 3076.63
Current children cumulated vsize (KiB) 139828

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1384256/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=122464 CPUtime=1838.06
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 29973 0 0 0 183764 42 0 0 25 0 1 0 3064564 125403136 29950 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 30616 29950 76 150 0 30463 0
Current children cumulated CPU time (s) 3136.14
Current children cumulated vsize (KiB) 141552

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1380800/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=124268 CPUtime=1897.56
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 30455 0 0 0 189713 43 0 0 25 0 1 0 3064564 127250432 30432 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 31067 30432 76 150 0 30914 0
Current children cumulated CPU time (s) 3195.64
Current children cumulated vsize (KiB) 143356

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1377536/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=125984 CPUtime=1957.07
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 30893 0 0 0 195663 44 0 0 25 0 1 0 3064564 129007616 30870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 31496 30870 76 150 0 31343 0
Current children cumulated CPU time (s) 3255.15
Current children cumulated vsize (KiB) 145072

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1374080/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=127872 CPUtime=2016.57
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 31374 0 0 0 201613 44 0 0 25 0 1 0 3064564 130940928 31351 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 31968 31351 76 150 0 31815 0
Current children cumulated CPU time (s) 3314.65
Current children cumulated vsize (KiB) 146960

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1370432/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=129796 CPUtime=2076.07
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 31796 0 0 0 207562 45 0 0 25 0 1 0 3064564 132911104 31773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 32449 31773 76 150 0 32296 0
Current children cumulated CPU time (s) 3374.15
Current children cumulated vsize (KiB) 148884

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1367040/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=131264 CPUtime=2135.57
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 32191 0 0 0 213511 46 0 0 25 0 1 0 3064564 134414336 32168 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 32816 32168 76 150 0 32663 0
Current children cumulated CPU time (s) 3433.65
Current children cumulated vsize (KiB) 150352

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1363520/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=133160 CPUtime=2195.08
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 32625 0 0 0 219461 47 0 0 25 0 1 0 3064564 136355840 32602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 33290 32602 76 150 0 33137 0
Current children cumulated CPU time (s) 3493.16
Current children cumulated vsize (KiB) 152248

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5328
/proc/meminfo: memFree=1360320/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=136112 CPUtime=2254.59
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 33049 0 0 0 225412 47 0 0 25 0 1 0 3064564 139378688 33026 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5320/statm: 34028 33026 76 150 0 33875 0
Current children cumulated CPU time (s) 3552.67
Current children cumulated vsize (KiB) 155200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 5362
/proc/meminfo: memFree=1470792/2055920 swapFree=4192956/4192956
[pid=5272] ppid=5270 vsize=13732 CPUtime=1298.08
/proc/5272/stat : 5272 (sugar) S 5270 5272 5049 0 -1 4194304 1248 39407 0 3 4 1 129751 52 16 0 1 0 2933672 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3433 822 374 3 0 533 0
[pid=5319] ppid=5272 vsize=5356 CPUtime=0
/proc/5319/stat : 5319 (sh) S 5272 5272 5049 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3064564 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5319/statm: 1339 232 193 169 0 50 0
[pid=5320] ppid=5319 vsize=137860 CPUtime=2302.02
/proc/5320/stat : 5320 (minisat) R 5319 5272 5049 0 -1 4194304 33460 0 0 0 230155 47 0 0 25 0 1 0 3064564 141168640 33437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5320/statm: 34465 33437 76 150 0 34312 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 156948

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 5272 and gives
#  childrusage.ru_utime.tv_sec=1297
#  childrusage.ru_utime.tv_usec=563740
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=545917
# CPU time returned by wait4() is 1298.11
# while last known CPU time is 3600.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3629.83
CPU time (s): 3600.1
CPU user time (s): 3599.1
CPU system time (s): 1
CPU usage (%): 99.1808
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.56
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40998
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= 4372
involuntary context switches= 32634

runsolver used 4.22536 second user time and 10.5144 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-22 22:28:10
IDJOB=1127308
IDBENCH=63209
IDSOLVER=368
FILE ID=node87/1127308-1216758490
PBS_JOBID= 7974073
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 69937d0c5a6286780a6dec116565991e
RANDOM SEED=2107533859

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1597240 kB
Buffers:         27688 kB
Cached:         317956 kB
SwapCached:          0 kB
Active:         228476 kB
Inactive:       164296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13844 kB
Writeback:           0 kB
Mapped:          58256 kB
Slab:            51088 kB
Committed_AS:   111776 kB
PageTables:       1928 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= 66552 MiB
End job on node87 at 2008-07-22 23:28:42