Trace number 1115715

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.05 3600.22

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeTight/
normalized-vcsp-15-10-100-93-8_ext.xml
MD5SUM1986076dde3d878cedadad18e80d8767
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints71
Best CPU time to get the best result obtained on this benchmark10.2754
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension105
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Mon Jul 14 13:30:52 2008
0.00/0.08	c 0	PID 26263
0.06/0.09	c 0	HOST node16.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-1115715-1216035052.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115715-1216035052.xml' 'HOME/temp.csp'
0.06/0.33	c 0	1 domains, 15 variables, 0 predicates, 105 relations, 105 constraints
0.06/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.31/0.45	c 1	Parsing HOME/temp.csp
0.31/0.54	c 1	parsed 226 expressions
0.31/0.55	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.55	c 1	MAX CSP: 105 constraints
0.31/0.55	c 1	Converting to clausal form CSP
0.31/0.57	c 1	converted 34 (10%) expressions
0.31/0.57	c 1	converted 67 (20%) expressions
0.31/0.57	c 1	converted 101 (30%) expressions
0.31/0.58	c 1	converted 134 (40%) expressions
0.31/0.59	c 1	converted 167 (50%) expressions
0.31/0.59	c 1	converted 201 (60%) expressions
0.32/0.60	c 1	converted 234 (70%) expressions
0.32/0.61	c 1	converted 268 (80%) expressions
0.32/0.61	c 1	converted 301 (90%) expressions
0.32/0.67	c 1	converted 334 (100%) expressions
0.32/0.67	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 158
0.32/0.67	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.67	c 1	Propagation in CSP
0.32/0.69	c 1	101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.69	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.32/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.69	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.69	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.32/0.69	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.71	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.72	c 1	23 (10%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.73	c 1	45 (20%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.73	c 1	68 (30%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.73	c 1	90 (40%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.73	c 1	113 (50%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.73	c 1	135 (60%) CSP integer variables are encoded (266 clauses, 2798 bytes)
0.32/0.73	c 1	158 (70%) CSP integer variables are encoded (353 clauses, 3755 bytes)
0.32/0.73	c 1	180 (80%) CSP integer variables are encoded (494 clauses, 5306 bytes)
0.32/0.74	c 1	203 (90%) CSP integer variables are encoded (1060 clauses, 12025 bytes)
0.32/0.74	c 1	225 (100%) CSP integer variables are encoded (1257 clauses, 14586 bytes)
0.32/0.77	c 1	32 (10%) CSP clauses are encoded (1674 clauses, 20860 bytes)
0.32/0.78	c 1	63 (20%) CSP clauses are encoded (2093 clauses, 27525 bytes)
0.32/0.79	c 1	95 (30%) CSP clauses are encoded (2534 clauses, 34596 bytes)
0.32/0.79	c 1	126 (40%) CSP clauses are encoded (2790 clauses, 38534 bytes)
0.32/0.81	c 1	157 (50%) CSP clauses are encoded (3631 clauses, 50682 bytes)
0.32/0.81	c 1	189 (60%) CSP clauses are encoded (3919 clauses, 54615 bytes)
0.32/0.81	c 1	220 (70%) CSP clauses are encoded (6102 clauses, 87247 bytes)
0.32/0.82	c 1	252 (80%) CSP clauses are encoded (9764 clauses, 141629 bytes)
0.32/0.83	c 1	283 (90%) CSP clauses are encoded (12845 clauses, 196537 bytes)
0.32/0.84	c 1	314 (100%) CSP clauses are encoded (18672 clauses, 301602 bytes)
0.32/0.84	c 1	314 CSP clauses encoded
0.32/0.84	c 1	Writing map file : HOME/temp.map
0.32/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.85	c 1	SAT : 1482 SAT variables, 18672 SAT clauses, 301602 bytes
0.32/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.90	c 1	OBJECTIVE minimize _COST
0.32/0.90	c 1	SOLVING HOME/temp.cnf
0.32/0.90	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.79/0.90	c 1	This is MiniSat 2.0 beta incremental
0.79/0.90	c 1	WARNING: for repeatability, setting FPU to use double precision
0.79/0.90	c 1	============================[ Problem Statistics ]=============================
0.79/0.90	c 1	|                                                                             |
0.79/0.90	c 1	|  Number of variables:  1482                                                 |
0.79/0.90	c 1	|  Number of clauses:    18672                                                |
0.79/0.91	c 1	|  Parsing time:         0.01         s                                       |
0.79/0.91	c 1	OK
0.79/0.91	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.79/0.91	c 1	SEARCHING: _COST <= 53
0.79/0.91	c 1	============================[ Search Statistics ]==============================
0.79/0.91	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.91	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.91	c 1	===============================================================================
0.79/0.91	c 1	|         0 |    1482    18672    53014 |     6224        0    nan |  0.000 % |
0.79/0.92	c 1	|       101 |    1480    18672    53014 |     6846      100     12 |  0.556 % |
0.79/0.92	c 1	|       251 |    1480    18672    53014 |     7531      250     12 |  0.556 % |
0.79/0.94	c 1	|       476 |    1480    18672    53014 |     8284      475     13 |  0.556 % |
0.79/0.95	c 1	|       814 |    1474    18591    52800 |     9112      813     14 |  0.556 % |
0.79/0.98	c 1	|      1320 |    1474    18591    52800 |    10023     1319     15 |  0.556 % |
0.88/1.03	c 1	|      2079 |    1474    18591    52800 |    11026     2078     16 |  0.556 % |
0.98/1.11	c 1	|      3219 |    1474    18591    52800 |    12128     3218     17 |  0.556 % |
1.08/1.23	c 1	|      4928 |    1470    18526    52621 |    13341     4925     16 |  0.826 % |
1.28/1.47	c 2	|      7490 |    1470    18526    52621 |    14675     7487     17 |  0.826 % |
1.68/1.89	c 2	|     11334 |    1470    18526    52621 |    16143    11331     17 |  0.826 % |
2.67/2.83	c 3	|     17100 |    1470    18526    52621 |    17757     8581     14 |  0.826 % |
3.87/4.03	c 4	|     25749 |    1470    18526    52621 |    19533    17230     15 |  0.827 % |
5.76/5.97	c 6	|     38723 |    1470    18526    52621 |    21486    19964     16 |  0.827 % |
8.77/8.95	c 9	|     58184 |    1470    18526    52621 |    23635    17088     16 |  0.827 % |
13.87/14.06	c 14	|     87378 |    1470    18526    52621 |    25999    21803     16 |  0.827 % |
22.26/22.44	c 23	|    131168 |    1470    18526    52621 |    28599    25027     17 |  0.827 % |
35.76/35.91	c 36	|    196854 |    1470    18526    52621 |    31459    14255     16 |  0.827 % |
56.97/57.11	c 57	|    295381 |    1470    18526    52621 |    34604    22314     18 |  0.827 % |
92.66/92.83	c 93	|    443170 |    1470    18526    52621 |    38065    26345     17 |  0.827 % |
152.96/153.15	c 153	|    664853 |    1470    18526    52621 |    41871    31886     17 |  0.827 % |
255.66/255.81	c 256	|    997378 |    1470    18526    52621 |    46059    33667     20 |  0.827 % |
416.86/417.07	c 417	|   1496168 |    1460    18392    52255 |    50665    32991     21 |  1.503 % |
450.77/450.99	c 451	===============================================================================
450.77/450.99	c 451	restarts              : 23
450.77/450.99	c 451	conflicts             : 1599982       (3555 /sec)
450.77/450.99	c 451	decisions             : 2056381       (0.60 % random) (4570 /sec)
450.77/450.99	c 451	propagations          : 190611000      (423561 /sec)
450.77/450.99	c 451	conflict literals     : 31978542       (38.80 % deleted)
450.77/450.99	c 451	Memory used           : 14.14 MB
450.77/450.99	c 451	CPU time              : 450.021 s
450.77/450.99	c 451	
450.77/450.99	c 451	UNSATISFIABLE
450.77/450.99	c 451	OK
450.77/450.99	c 451	NOT FOUND: _COST <= 53
450.77/450.99	c 451	OK
450.77/450.99	c 451	OBJECTIVE BOUND: 54 <= _COST <= 
450.77/450.99	c 451	SEARCHING: _COST <= 80
450.77/450.99	c 451	============================[ Search Statistics ]==============================
450.77/450.99	c 451	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
450.77/450.99	c 451	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
450.77/450.99	c 451	===============================================================================
450.77/450.99	c 451	|   1599982 |    1197    15292    43733 |     5097    16375     17 |  1.503 % |
450.86/451.03	c 451	|   1600083 |    1197    15292    43733 |     5607     4195     12 | 19.239 % |
450.86/451.04	c 451	|   1600234 |    1197    15292    43733 |     6167     4346     12 | 19.239 % |
450.86/451.05	c 451	|   1600459 |    1197    15292    43733 |     6784     4571     13 | 19.239 % |
450.86/451.07	c 451	|   1600797 |    1197    15292    43733 |     7463     4909     13 | 19.239 % |
450.96/451.11	c 451	|   1601304 |    1197    15292    43733 |     8209     5416     14 | 19.239 % |
450.96/451.16	c 451	|   1602064 |    1197    15292    43733 |     9030     6176     15 | 19.239 % |
451.06/451.25	c 451	|   1603204 |    1197    15292    43733 |     9933     7316     16 | 19.239 % |
451.16/451.39	c 451	|   1604914 |    1197    15292    43733 |    10926     9026     17 | 19.239 % |
451.26/451.40	c 451	===============================================================================
451.26/451.40	c 451	restarts              : 32
451.26/451.40	c 451	conflicts             : 1605019       (3563 /sec)
451.26/451.40	c 451	decisions             : 2063431       (0.60 % random) (4581 /sec)
451.26/451.40	c 451	propagations          : 191118195      (424305 /sec)
451.26/451.40	c 451	conflict literals     : 32082137       (38.77 % deleted)
451.26/451.40	c 451	Memory used           : 14.14 MB
451.26/451.40	c 451	CPU time              : 450.427 s
451.26/451.40	c 451	
451.26/451.40	c 451	SATISFIABLE
451.26/451.40	c 451	OK
451.26/451.40	c 451	FOUND: _COST <= 80
451.26/451.40	s SATISFIABLE
451.26/451.40	c 451	DECODING HOME/temp.out WITH HOME/temp.map
451.26/451.40	c 451	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
451.26/451.49	c 452	Decoding HOME/temp.out
451.26/451.53	c 452	OBJECTIVE _COST 80
451.26/451.53	o 80
451.26/451.53	v 9 2 9 0 7 9 4 8 7 1 5 4 2 7 0
451.26/451.54	c 452	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
451.26/451.57	c 452	OK
451.26/451.57	c 452	OBJECTIVE BOUND: 54 <= _COST <= 80
451.26/451.57	c 452	SEARCHING: _COST <= 67
451.26/451.57	c 452	============================[ Search Statistics ]==============================
451.26/451.57	c 452	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
451.26/451.57	c 452	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
451.26/451.57	c 452	===============================================================================
451.26/451.57	c 452	|   1605019 |    1022    12645    36318 |     4215     9131     17 | 19.239 % |
451.26/451.58	c 452	|   1605120 |    1022    12645    36318 |     4636     4667     18 | 31.043 % |
451.26/451.60	c 452	|   1605272 |    1022    12645    36318 |     5100     4819     17 | 31.043 % |
451.42/451.61	c 452	|   1605498 |    1022    12645    36318 |     5610     5045     17 | 31.043 % |
451.42/451.63	c 452	|   1605835 |    1022    12645    36318 |     6171     5382     17 | 31.043 % |
451.42/451.67	c 452	|   1606341 |    1022    12645    36318 |     6788     5888     17 | 31.043 % |
451.52/451.72	c 452	|   1607101 |    1022    12645    36318 |     7467     6648     17 | 31.043 % |
451.62/451.80	c 452	|   1608240 |    1022    12645    36318 |     8213     7787     17 | 31.044 % |
451.72/451.94	c 452	|   1609949 |    1022    12645    36318 |     9035     4875     15 | 31.044 % |
451.92/452.16	c 452	|   1612511 |    1022    12645    36318 |     9938     7437     17 | 31.044 % |
452.32/452.56	c 453	|   1616355 |    1022    12645    36318 |    10932     5860     17 | 31.044 % |
452.92/453.13	c 453	|   1622121 |    1022    12645    36318 |    12025    11626     18 | 31.044 % |
453.82/454.09	c 454	|   1630771 |    1022    12645    36318 |    13228     7342     18 | 31.044 % |
455.42/455.66	c 456	|   1643747 |    1022    12645    36318 |    14551    13217     19 | 31.044 % |
457.82/458.01	c 458	|   1663210 |    1022    12645    36318 |    16006     9420     20 | 31.044 % |
462.02/462.21	c 462	|   1692403 |    1022    12645    36318 |    17607    13211     19 | 31.044 % |
468.22/468.41	c 468	|   1736193 |    1022    12645    36318 |    19367    10565     21 | 31.044 % |
478.22/478.47	c 479	|   1801879 |    1022    12645    36318 |    21304    15203     22 | 31.044 % |
495.21/495.44	c 496	|   1900405 |    1022    12645    36318 |    23435    13427     21 | 31.044 % |
524.71/524.94	c 525	|   2048195 |    1022    12645    36318 |    25778    14950     23 | 31.044 % |
574.41/574.60	c 575	|   2269878 |    1022    12645    36318 |    28356    22046     23 | 31.044 % |
650.71/650.96	c 651	|   2602404 |    1022    12645    36318 |    31192    23903     23 | 31.044 % |
777.60/777.87	c 778	|   3101193 |    1022    12645    36318 |    34311    19404     23 | 31.044 % |
977.11/977.36	c 977	|   3849375 |    1022    12645    36318 |    37742    33154     21 | 31.044 % |
1292.90/1293.10	c 1293	|   4971650 |    1022    12645    36318 |    41516    18900     23 | 31.044 % |
1818.60/1818.83	c 1819	|   6655062 |    1022    12645    36318 |    45668    32397     25 | 31.044 % |
2644.40/2644.64	c 2645	|   9180178 |    1022    12645    36318 |    50235    33981     20 | 31.044 % |
3600.00/3600.21	c 3600	CPU 3599.79 (0.06 0.01 3599.73 0.22)
3600.00/3600.21	c 3600	END Mon Jul 14 14:30:52 2008

Verifier Data (download as text)

OK	77	28
77 unsatisfied constraints, 28 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-1115715-1216035052/watcher-1115715-1216035052 -o /tmp/evaluation-result-1115715-1216035052/solver-1115715-1216035052 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1115715-1216035052.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.64 3.05 3.13 4/70 26263
/proc/meminfo: memFree=1795456/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=12268 CPUtime=0
/proc/26263/stat : 26263 (sugar++) R 26261 26263 26025 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 60207776 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26263/statm: 3067 316 241 3 0 167 0

[startup+0.09108 s]
/proc/loadavg: 2.64 3.05 3.13 4/70 26263
/proc/meminfo: memFree=1795456/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.06
/proc/26263/stat : 26263 (sugar++) R 26261 26263 26025 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 60207776 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26263/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101082 s]
/proc/loadavg: 2.64 3.05 3.13 4/70 26263
/proc/meminfo: memFree=1795456/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.06
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 60207776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26263/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301029 s]
/proc/loadavg: 2.64 3.05 3.13 4/70 26263
/proc/meminfo: memFree=1795456/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.06
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 60207776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26263/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701926 s]
/proc/loadavg: 2.64 3.05 3.13 4/70 26263
/proc/meminfo: memFree=1795456/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.32
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1297 4287 0 1 6 1 23 2 15 0 1 0 60207776 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26263/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16740

[startup+1.50171 s]
/proc/loadavg: 2.64 3.05 3.13 3/72 26286
/proc/meminfo: memFree=1790768/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 15 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=3552 CPUtime=0.59
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 640 0 0 0 59 0 0 0 22 0 1 0 60207866 3637248 588 996147200 134512640 135134323 4294956192 18446744073709551615 134529065 0 0 4096 3 0 0 0 17 1 0 0
/proc/26286/statm: 888 588 73 151 0 734 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 20292

[startup+3.10129 s]
/proc/loadavg: 2.64 3.05 3.13 3/72 26286
/proc/meminfo: memFree=1789296/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=4512 CPUtime=2.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 889 0 0 0 218 0 0 0 25 0 1 0 60207866 4620288 837 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/26286/statm: 1128 837 73 151 0 974 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 21252

[startup+6.30246 s]
/proc/loadavg: 2.59 3.03 3.13 2/84 26325
/proc/meminfo: memFree=1800592/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=5208 CPUtime=5.38
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 1054 0 0 0 537 1 0 0 25 0 1 0 60207866 5332992 1002 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 1302 1002 73 151 0 1148 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 21948

[startup+12.7018 s]
/proc/loadavg: 2.54 3.01 3.12 3/75 26326
/proc/meminfo: memFree=1803288/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=5768 CPUtime=11.78
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 1198 0 0 0 1177 1 0 0 25 0 1 0 60207866 5906432 1146 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 1442 1146 73 151 0 1288 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 22508

[startup+25.5015 s]
/proc/loadavg: 2.42 2.96 3.10 3/75 26326
/proc/meminfo: memFree=1801688/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=6740 CPUtime=24.57
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 1417 0 0 0 2456 1 0 0 25 0 1 0 60207866 6901760 1365 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 1685 1365 73 151 0 1531 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 23480

[startup+51.1018 s]
/proc/loadavg: 2.28 2.88 3.07 3/75 26326
/proc/meminfo: memFree=1799320/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=7724 CPUtime=50.17
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 1655 0 0 0 5015 2 0 0 25 0 1 0 60207866 7909376 1603 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 1931 1603 73 151 0 1777 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 24464

[startup+102.306 s]
/proc/loadavg: 2.12 2.74 3.01 3/75 26326
/proc/meminfo: memFree=1795992/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=9256 CPUtime=101.38
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 2061 0 0 0 10135 3 0 0 25 0 1 0 60207866 9478144 2009 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 2314 2009 73 151 0 2160 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 25996

[startup+162.302 s]
/proc/loadavg: 2.04 2.61 2.95 3/75 26326
/proc/meminfo: memFree=1793432/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=10400 CPUtime=161.37
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 2318 0 0 0 16134 3 0 0 25 0 1 0 60207866 10649600 2266 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 2600 2266 73 151 0 2446 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 27140

[startup+222.301 s]
/proc/loadavg: 2.01 2.49 2.88 3/75 26326
/proc/meminfo: memFree=1791320/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=11988 CPUtime=221.37
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 2678 0 0 0 22133 4 0 0 25 0 1 0 60207866 12275712 2626 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 2997 2626 73 151 0 2843 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 28728

[startup+282.301 s]
/proc/loadavg: 2.00 2.40 2.83 3/75 26326
/proc/meminfo: memFree=1790104/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=12564 CPUtime=281.37
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 2824 0 0 0 28133 4 0 0 25 0 1 0 60207866 12865536 2772 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 3141 2772 73 151 0 2987 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 29304

[startup+342.302 s]
/proc/loadavg: 2.05 2.34 2.78 3/75 26326
/proc/meminfo: memFree=1788248/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=13324 CPUtime=341.37
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 2995 0 0 0 34133 4 0 0 25 0 1 0 60207866 13643776 2943 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 3331 2943 73 151 0 3177 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 30064

[startup+402.301 s]
/proc/loadavg: 2.02 2.28 2.72 3/75 26326
/proc/meminfo: memFree=1787224/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16740 CPUtime=0.79
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1464 9694 0 2 6 1 66 6 16 0 1 0 60207776 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4185 1114 414 3 0 764 0
[pid=26286] ppid=26263 vsize=14284 CPUtime=401.36
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 3226 0 0 0 40132 4 0 0 25 0 1 0 60207866 14626816 3174 996147200 134512640 135134323 4294956192 18446744073709551615 134522629 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 3571 3174 73 151 0 3417 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 31024


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

[pid=26286] ppid=26263 vsize=30160 CPUtime=2861.19
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 6928 0 0 0 286108 11 0 0 25 0 1 0 60207866 30883840 6872 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7540 6872 79 151 0 7386 0
Current children cumulated CPU time (s) 2862.11
Current children cumulated vsize (KiB) 47032

[startup+2922.3 s]
/proc/loadavg: 2.03 2.01 2.02 3/75 26354
/proc/meminfo: memFree=1759000/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=30332 CPUtime=2921.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 6944 0 0 0 292107 11 0 0 25 0 1 0 60207866 31059968 6888 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7583 6888 79 151 0 7429 0
Current children cumulated CPU time (s) 2922.1
Current children cumulated vsize (KiB) 47204

[startup+2982.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/75 26354
/proc/meminfo: memFree=1758808/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=30500 CPUtime=2981.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 6981 0 0 0 298107 11 0 0 25 0 1 0 60207866 31232000 6925 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7625 6925 79 151 0 7471 0
Current children cumulated CPU time (s) 2982.1
Current children cumulated vsize (KiB) 47372

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 26354
/proc/meminfo: memFree=1758360/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=30664 CPUtime=3041.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7044 0 0 0 304107 11 0 0 25 0 1 0 60207866 31399936 6988 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7666 6988 79 151 0 7512 0
Current children cumulated CPU time (s) 3042.1
Current children cumulated vsize (KiB) 47536

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26354
/proc/meminfo: memFree=1758040/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=30880 CPUtime=3101.17
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7097 0 0 0 310106 11 0 0 25 0 1 0 60207866 31621120 7041 996147200 134512640 135134323 4294956192 18446744073709551615 134524688 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7720 7041 79 151 0 7566 0
Current children cumulated CPU time (s) 3102.09
Current children cumulated vsize (KiB) 47752

[startup+3162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1757784/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=30880 CPUtime=3161.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7098 0 0 0 316107 11 0 0 25 0 1 0 60207866 31621120 7042 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7720 7042 79 151 0 7566 0
Current children cumulated CPU time (s) 3162.1
Current children cumulated vsize (KiB) 47752

[startup+3222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1757080/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=30880 CPUtime=3221.17
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7099 0 0 0 322106 11 0 0 25 0 1 0 60207866 31621120 7043 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7720 7043 79 151 0 7566 0
Current children cumulated CPU time (s) 3222.09
Current children cumulated vsize (KiB) 47752

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26354
/proc/meminfo: memFree=1756824/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=31200 CPUtime=3281.17
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7163 0 0 0 328106 11 0 0 25 0 1 0 60207866 31948800 7107 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7800 7107 79 151 0 7646 0
Current children cumulated CPU time (s) 3282.09
Current children cumulated vsize (KiB) 48072

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26354
/proc/meminfo: memFree=1756632/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=31472 CPUtime=3341.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7218 0 0 0 334106 12 0 0 25 0 1 0 60207866 32227328 7162 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7868 7162 79 151 0 7714 0
Current children cumulated CPU time (s) 3342.1
Current children cumulated vsize (KiB) 48344

[startup+3402.31 s]
/proc/loadavg: 2.13 2.03 2.01 3/75 26354
/proc/meminfo: memFree=1756120/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=31612 CPUtime=3401.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7257 0 0 0 340106 12 0 0 25 0 1 0 60207866 32370688 7201 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 7903 7201 79 151 0 7749 0
Current children cumulated CPU time (s) 3402.1
Current children cumulated vsize (KiB) 48484

[startup+3462.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 26354
/proc/meminfo: memFree=1755096/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=32436 CPUtime=3461.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7447 0 0 0 346106 12 0 0 25 0 1 0 60207866 33214464 7391 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 8109 7391 79 151 0 7955 0
Current children cumulated CPU time (s) 3462.1
Current children cumulated vsize (KiB) 49308

[startup+3522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 26354
/proc/meminfo: memFree=1754648/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=32648 CPUtime=3521.17
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7488 0 0 0 352105 12 0 0 25 0 1 0 60207866 33431552 7432 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 8162 7432 79 151 0 8008 0
Current children cumulated CPU time (s) 3522.09
Current children cumulated vsize (KiB) 49520

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1754264/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=32828 CPUtime=3581.18
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7531 0 0 0 358106 12 0 0 25 0 1 0 60207866 33615872 7475 996147200 134512640 135134323 4294956192 18446744073709551615 134530283 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 8207 7475 79 151 0 8053 0
Current children cumulated CPU time (s) 3582.1
Current children cumulated vsize (KiB) 49700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1754264/2055920 swapFree=4180820/4192956
[pid=26263] ppid=26261 vsize=16872 CPUtime=0.92
/proc/26263/stat : 26263 (sugar++) S 26261 26263 26025 0 -1 4194304 1549 13411 0 3 6 1 76 9 16 0 1 0 60207776 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26263/statm: 4218 1116 414 3 0 797 0
[pid=26286] ppid=26263 vsize=32828 CPUtime=3599.08
/proc/26286/stat : 26286 (minisat-inc) R 26263 26263 26025 0 -1 4194304 7550 0 0 0 359896 12 0 0 25 0 1 0 60207866 33615872 7494 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26286/statm: 8207 7494 79 151 0 8053 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 49700

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

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

Child status: 0
Real time (s): 3600.22
CPU time (s): 3600.05
CPU user time (s): 3599.8
CPU system time (s): 0.246962
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 49700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.8
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22586
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= 1506
involuntary context switches= 13633

runsolver used 4.52931 second user time and 11.8572 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-14 13:30:52
IDJOB=1115715
IDBENCH=61904
IDSOLVER=367
FILE ID=node16/1115715-1216035052
PBS_JOBID= 7904892
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeTight/normalized-vcsp-15-10-100-93-8_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115715-1216035052/watcher-1115715-1216035052 -o /tmp/evaluation-result-1115715-1216035052/solver-1115715-1216035052 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1115715-1216035052.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1986076dde3d878cedadad18e80d8767
RANDOM SEED=1187037206

node16.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.218
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.218
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:       1795936 kB
Buffers:         49940 kB
Cached:         146272 kB
SwapCached:       6020 kB
Active:         164240 kB
Inactive:        48296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795936 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:           15456 kB
Writeback:           0 kB
Mapped:          21992 kB
Slab:            32848 kB
Committed_AS:   252196 kB
PageTables:       1900 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= 66524 MiB
End job on node16 at 2008-07-14 14:30:54