Trace number 1128323

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.14 3625.92

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-70/
normalized-kbtree-9-2-3-5-70-50_ext.xml
MD5SUMf8a45b0a3a3f7375b1f3eb86d6d666a8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints112
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.12	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.12	c 0	BEGIN Wed Jul 23 05:06:41 2008
0.04/0.12	c 0	PID 5705
0.04/0.12	c 0	HOST node39.alineos.net
0.04/0.12	c 0	CONVERTING HOME/instance-1128323-1216782401.xml TO HOME/temp.csp
0.04/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128323-1216782401.xml' 'HOME/temp.csp'
0.07/0.66	c 1	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.07/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.70	c 1	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.07/0.78	c 1	Parsing HOME/temp.csp
0.59/0.95	c 1	parsed 677 expressions
0.59/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/0.96	c 1	MAX CSP: 309 constraints
0.59/0.96	c 1	Converting to clausal form CSP
0.59/0.98	c 1	converted 99 (10%) expressions
0.59/0.99	c 1	converted 198 (20%) expressions
0.59/0.99	c 1	converted 297 (30%) expressions
0.87/1.01	c 1	converted 396 (40%) expressions
0.87/1.02	c 1	converted 495 (50%) expressions
0.87/1.03	c 1	converted 594 (60%) expressions
0.87/1.04	c 1	converted 693 (70%) expressions
0.87/1.04	c 1	converted 792 (80%) expressions
0.87/1.06	c 1	converted 891 (90%) expressions
1.06/1.21	c 1	converted 989 (100%) expressions
1.06/1.21	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.06/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.21	c 1	Propagation in CSP
1.06/1.24	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.06/1.24	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.06/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.06/1.25	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.06/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.06/1.29	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.06/1.29	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.06/1.29	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.06/1.29	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.06/1.29	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.16/1.30	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.16/1.30	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.16/1.30	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.16/1.31	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.16/1.31	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.16/1.35	c 2	93 (10%) CSP clauses are encoded (5293 clauses, 69390 bytes)
1.16/1.36	c 2	186 (20%) CSP clauses are encoded (5956 clauses, 80484 bytes)
1.16/1.37	c 2	278 (30%) CSP clauses are encoded (6627 clauses, 92898 bytes)
1.16/1.39	c 2	371 (40%) CSP clauses are encoded (7592 clauses, 107366 bytes)
1.26/1.40	c 2	463 (50%) CSP clauses are encoded (13854 clauses, 217580 bytes)
1.26/1.41	c 2	556 (60%) CSP clauses are encoded (15877 clauses, 252186 bytes)
1.26/1.45	c 2	649 (70%) CSP clauses are encoded (33228 clauses, 567921 bytes)
1.26/1.50	c 2	741 (80%) CSP clauses are encoded (49882 clauses, 853855 bytes)
1.36/1.57	c 2	834 (90%) CSP clauses are encoded (86341 clauses, 1518803 bytes)
1.46/1.65	c 2	926 (100%) CSP clauses are encoded (134929 clauses, 2408708 bytes)
1.46/1.65	c 2	926 CSP clauses encoded
1.46/1.65	c 2	Writing map file : HOME/temp.map
1.46/1.66	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.46/1.66	c 2	SAT : 5288 SAT variables, 134929 SAT clauses, 2408708 bytes
1.46/1.66	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.46/1.70	c 2	OBJECTIVE minimize _COST
1.46/1.70	c 2	SOLVING HOME/temp.cnf
1.46/1.70	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.46/1.70	c 2	This is MiniSat 2.0 beta incremental
1.46/1.70	c 2	WARNING: for repeatability, setting FPU to use double precision
1.46/1.70	c 2	============================[ Problem Statistics ]=============================
1.46/1.70	c 2	|                                                                             |
1.54/1.70	c 2	|  Number of variables:  5288                                                 |
1.54/1.70	c 2	|  Number of clauses:    134929                                               |
1.54/1.76	c 2	|  Parsing time:         0.05         s                                       |
1.54/1.76	c 2	OK
1.54/1.76	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.54/1.76	c 2	SEARCHING: _COST <= 155
1.54/1.77	c 2	============================[ Search Statistics ]==============================
1.54/1.77	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.77	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.77	c 2	===============================================================================
1.54/1.77	c 2	|         0 |    5288   134929   392209 |    44976        0    nan |  0.000 % |
1.54/1.79	c 2	|       100 |    5284   134929   392209 |    49473       99     22 |  0.194 % |
1.54/1.83	c 2	|       250 |    5284   134929   392209 |    54421      249     26 |  0.194 % |
1.54/1.85	c 2	|       476 |    5284   134929   392209 |    59863      475     27 |  0.194 % |
1.54/1.91	c 2	|       813 |    5284   134929   392209 |    65849      812     27 |  0.194 % |
1.54/1.98	c 2	|      1320 |    5284   134929   392209 |    72434     1319     30 |  0.194 % |
1.54/2.08	c 2	|      2080 |    5284   134929   392209 |    79678     2079     30 |  0.194 % |
2.03/2.29	c 2	|      3219 |    5278   134738   391673 |    87646     3218     34 |  0.194 % |
2.33/2.57	c 3	|      4927 |    5278   134738   391673 |    96410     4926     36 |  0.194 % |
2.72/2.99	c 3	|      7489 |    5278   134738   391673 |   106051     7488     39 |  0.194 % |
3.42/3.61	c 4	|     11333 |    5278   134738   391673 |   116657    11332     38 |  0.194 % |
4.41/4.68	c 5	|     17100 |    5278   134738   391673 |   128322    17099     35 |  0.194 % |
6.49/6.77	c 7	|     25751 |    5278   134738   391673 |   141155    25750     40 |  0.194 % |
11.44/11.79	c 12	|     38725 |    5278   134738   391673 |   155270    38724     48 |  0.194 % |
21.55/21.92	c 22	|     58186 |    5278   134738   391673 |   170797    58185     50 |  0.194 % |
35.91/36.40	c 37	|     87378 |    5278   134738   391673 |   187877    87377     48 |  0.194 % |
65.94/66.74	c 67	|    131167 |    5278   134738   391673 |   206665   131166     44 |  0.194 % |
85.95/86.91	c 87	===============================================================================
85.95/86.91	c 87	restarts              : 17
85.95/86.91	c 87	conflicts             : 152229        (1805 /sec)
85.95/86.91	c 87	decisions             : 180027        (0.46 % random) (2135 /sec)
85.95/86.91	c 87	propagations          : 34593965       (410167 /sec)
85.95/86.91	c 87	conflict literals     : 6665649        (24.22 % deleted)
85.95/86.91	c 87	Memory used           : 39.30 MB
85.95/86.91	c 87	CPU time              : 84.3412 s
85.95/86.91	c 87	
85.95/86.91	c 87	SATISFIABLE
85.95/86.91	c 87	OK
85.95/86.91	c 87	FOUND: _COST <= 155
85.95/86.91	s SATISFIABLE
85.95/86.91	c 87	DECODING HOME/temp.out WITH HOME/temp.map
85.95/86.91	c 87	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
85.97/87.00	c 87	Decoding HOME/temp.out
85.97/87.09	c 87	OBJECTIVE _COST 142
85.97/87.09	o 142
85.97/87.10	v 3 4 2 1 2 1 4 4 2 4 2 4 3 1 4 1 4 4 2 2 3 1 0 4 1 4 0 0 4 3 4 2 0 4 4 3 1 4 2 1 4 1 0 3 4 1 4 1 4 3 0 4 3 4 1 3 1 4
85.97/87.10	c 87	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
86.24/87.24	c 87	OK
86.24/87.24	c 87	OBJECTIVE BOUND: 0 <= _COST <= 142
86.24/87.24	c 87	SEARCHING: _COST <= 71
86.24/87.24	c 87	============================[ Search Statistics ]==============================
86.24/87.24	c 87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
86.24/87.24	c 87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
86.24/87.24	c 87	===============================================================================
86.24/87.24	c 87	|    152229 |    3762    82891   240513 |    27630   145451     43 |  0.194 % |
86.83/87.81	c 88	|    152329 |    3762    82891   240513 |    30393    14171     40 | 28.860 % |
86.83/87.84	c 88	|    152482 |    3762    82891   240513 |    33432    14324     40 | 28.860 % |
86.83/87.89	c 88	|    152707 |    3762    82891   240513 |    36775    14549     39 | 28.860 % |
86.93/87.95	c 88	|    153047 |    3762    82891   240513 |    40453    14889     39 | 28.860 % |
87.03/88.05	c 88	|    153554 |    3762    82891   240513 |    44498    15396     38 | 28.860 % |
87.13/88.19	c 88	|    154314 |    3762    82891   240513 |    48948    16156     37 | 28.860 % |
87.33/88.40	c 89	|    155453 |    3762    82891   240513 |    53843    17295     37 | 28.860 % |
87.72/88.77	c 89	|    157162 |    3762    82891   240513 |    59228    19004     35 | 28.860 % |
88.41/89.41	c 90	|    159727 |    3762    82891   240513 |    65150    21569     34 | 28.860 % |
89.21/90.30	c 90	|    163572 |    3762    82891   240513 |    71665    25414     33 | 28.860 % |
90.49/91.54	c 92	|    169338 |    3762    82891   240513 |    78832    31180     31 | 28.860 % |
93.17/94.20	c 94	|    177988 |    3762    82891   240513 |    86715    39830     30 | 28.860 % |
97.43/98.53	c 99	|    190964 |    3762    82891   240513 |    95387    52806     28 | 28.860 % |
107.63/108.85	c 109	|    210425 |    3762    82891   240513 |   104926    72267     28 | 28.860 % |
126.85/128.21	c 128	|    239618 |    3762    82891   240513 |   115418   101460     28 | 28.860 % |
152.90/154.57	c 155	|    283407 |    3762    82891   240513 |   126960    41570     25 | 28.860 % |
206.81/208.97	c 209	|    349091 |    3762    82891   240513 |   139656   107254     25 | 28.860 % |
285.07/287.91	c 288	|    447619 |    3762    82891   240513 |   153622    78186     26 | 28.860 % |
416.16/420.23	c 420	|    595408 |    3762    82891   240513 |   168984    87033     25 | 28.860 % |
646.32/652.56	c 653	|    817091 |    3762    82891   240513 |   185883   153288     27 | 28.860 % |
988.16/997.57	c 998	|   1149617 |    3762    82891   240513 |   204471   143283     28 | 28.860 % |
1568.62/1583.32	c 1583	|   1648407 |    3762    82891   240513 |   224918    71808     27 | 28.860 % |
2421.25/2443.85	c 2444	|   2396593 |    3762    82891   240513 |   247410   190634     25 | 28.860 % |
3600.09/3625.91	c ERROR INTERRUPTED
3600.09/3625.91	c 3626	CPU 3599.67 (0.06 0.02 3599.61 0.42)
3600.09/3625.91	c 3626	END Wed Jul 23 06:07:07 2008

Verifier Data (download as text)

OK	137	172
137 unsatisfied constraints, 172 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-1128323-1216782401/watcher-1128323-1216782401 -o /tmp/evaluation-result-1128323-1216782401/solver-1128323-1216782401 -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-1128323-1216782401.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.00 2.00 2.00 4/81 5705
/proc/meminfo: memFree=1635072/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=6268 CPUtime=0
/proc/5705/stat : 5705 (sugar++) R 5703 5705 3267 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 5329165 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 231491040649 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5705/statm: 1567 47 36 3 0 8 0

[startup+0.079735 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5705
/proc/meminfo: memFree=1635072/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=13468 CPUtime=0.03
/proc/5705/stat : 5705 (sugar++) R 5703 5705 3267 0 -1 4194304 755 0 0 0 2 1 0 0 18 0 1 0 5329165 13791232 723 996147200 4194304 4206940 548682068528 18446744073709551615 231502560254 0 0 4224 0 0 0 0 17 1 0 0
/proc/5705/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.10173 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5705
/proc/meminfo: memFree=1635072/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=15948 CPUtime=0.04
/proc/5705/stat : 5705 (sugar++) D 5703 5705 3267 0 -1 4194304 911 0 0 0 3 1 0 0 18 0 1 0 5329165 16330752 879 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/5705/statm: 3987 879 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.301743 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5705
/proc/meminfo: memFree=1635072/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16740 CPUtime=0.07
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 5329165 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701767 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5705
/proc/meminfo: memFree=1635072/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16740 CPUtime=0.07
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 5329165 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50282 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 5727
/proc/meminfo: memFree=1624936/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16740 CPUtime=0.6
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1297 4627 0 1 6 2 50 2 15 0 1 0 5329165 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4185 1104 409 3 0 764 0
[pid=5718] ppid=5705 vsize=5356 CPUtime=0
/proc/5718/stat : 5718 (sh) S 5705 5705 3267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5329235 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5718/statm: 1339 233 193 169 0 50 0
[pid=5719] ppid=5718 vsize=868472 CPUtime=0.76
/proc/5719/stat : 5719 (java) S 5718 5705 3267 0 -1 0 6489 0 1 0 72 4 0 0 18 0 9 0 5329235 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5719/statm: 217118 5698 2564 9 0 211665 0
[pid=5719/tid=5720] ppid=5718 vsize=868472 CPUtime=0.44
/proc/5719/task/5720/stat : 5720 (java) R 5718 5705 3267 0 -1 64 2735 0 1 0 42 2 0 0 19 0 9 0 5329236 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4126584686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5721] ppid=5718 vsize=868472 CPUtime=0.06
/proc/5719/task/5721/stat : 5721 (java) S 5718 5705 3267 0 -1 64 1580 0 0 0 6 0 0 0 16 0 9 0 5329237 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5722] ppid=5718 vsize=868472 CPUtime=0
/proc/5719/task/5722/stat : 5722 (java) S 5718 5705 3267 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5329238 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5723] ppid=5718 vsize=868472 CPUtime=0
/proc/5719/task/5723/stat : 5723 (java) S 5718 5705 3267 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5329238 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5724] ppid=5718 vsize=868472 CPUtime=0
/proc/5719/task/5724/stat : 5724 (java) S 5718 5705 3267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5329240 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5725] ppid=5718 vsize=868472 CPUtime=0.23
/proc/5719/task/5725/stat : 5725 (java) S 5718 5705 3267 0 -1 64 1482 0 0 0 23 0 0 0 16 0 9 0 5329240 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5726] ppid=5718 vsize=868472 CPUtime=0
/proc/5719/task/5726/stat : 5726 (java) S 5718 5705 3267 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5329240 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5719/tid=5727] ppid=5718 vsize=868472 CPUtime=0
/proc/5719/task/5727/stat : 5727 (java) S 5718 5705 3267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5329240 889315328 5698 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 890568

[startup+3.10294 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 5728
/proc/meminfo: memFree=1621744/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.54
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1470 11466 0 2 6 2 137 9 15 0 1 0 5329165 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1120 414 3 0 797 0
[pid=5728] ppid=5705 vsize=9152 CPUtime=1.38
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 2245 0 0 0 137 1 0 0 25 0 1 0 5329335 9371648 2194 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 2288 2194 74 151 0 2134 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 26024

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 5728
/proc/meminfo: memFree=1618224/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.54
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1470 11466 0 2 6 2 137 9 16 0 1 0 5329165 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1120 414 3 0 797 0
[pid=5728] ppid=5705 vsize=12352 CPUtime=4.55
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 3027 0 0 0 453 2 0 0 25 0 1 0 5329335 12648448 2976 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 3088 2976 74 151 0 2934 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 29224

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 5728
/proc/meminfo: memFree=1612912/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.54
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1470 11466 0 2 6 2 137 9 16 0 1 0 5329165 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1120 414 3 0 797 0
[pid=5728] ppid=5705 vsize=17216 CPUtime=10.89
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 4218 0 0 0 1086 3 0 0 25 0 1 0 5329335 17629184 4167 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 4304 4167 74 151 0 4150 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 34088

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 5728
/proc/meminfo: memFree=1606448/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.54
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1470 11466 0 2 6 2 137 9 16 0 1 0 5329165 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1120 414 3 0 797 0
[pid=5728] ppid=5705 vsize=23568 CPUtime=23.57
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 5816 0 0 0 2352 5 0 0 25 0 1 0 5329335 24133632 5765 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 5892 5765 74 151 0 5738 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 40440

[startup+51.1012 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 5728
/proc/meminfo: memFree=1597808/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.54
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1470 11466 0 2 6 2 137 9 16 0 1 0 5329165 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1120 414 3 0 797 0
[pid=5728] ppid=5705 vsize=32260 CPUtime=48.93
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 7980 0 0 0 4886 7 0 0 25 0 1 0 5329335 33034240 7929 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 8065 7929 74 151 0 7911 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 49132

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 5738
/proc/meminfo: memFree=1589424/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=40240 CPUtime=99.44
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 9931 0 0 0 9935 9 0 0 25 0 1 0 5329335 41205760 9878 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 10060 9878 80 151 0 9906 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 57112

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5738
/proc/meminfo: memFree=1589488/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=40240 CPUtime=158.88
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 9933 0 0 0 15879 9 0 0 25 0 1 0 5329335 41205760 9880 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 10060 9880 80 151 0 9906 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 57112

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5738
/proc/meminfo: memFree=1589424/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=40240 CPUtime=218.33
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 9936 0 0 0 21824 9 0 0 25 0 1 0 5329335 41205760 9883 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 10060 9883 80 151 0 9906 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 57112

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5738
/proc/meminfo: memFree=1589424/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=40240 CPUtime=277.77
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 9936 0 0 0 27768 9 0 0 25 0 1 0 5329335 41205760 9883 996147200 134512640 135134323 4294956192 18446744073709551615 134531963 0 0 4096 3 0 0 0 17 1 0 0
/proc/5728/statm: 10060 9883 80 151 0 9906 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 57112

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5738
/proc/meminfo: memFree=1589424/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=5728] ppid=5705 vsize=61676 CPUtime=2894.98
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 14966 0 0 0 289472 26 0 0 25 0 1 0 5329335 63156224 14884 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15419 14884 80 151 0 15265 0
Current children cumulated CPU time (s) 2896.73
Current children cumulated vsize (KiB) 78548

[startup+2982.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 5829
/proc/meminfo: memFree=1559584/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=61856 CPUtime=2954.96
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15034 0 0 0 295470 26 0 0 25 0 1 0 5329335 63340544 14952 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15464 14952 80 151 0 15310 0
Current children cumulated CPU time (s) 2956.71
Current children cumulated vsize (KiB) 78728

[startup+3042.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 5829
/proc/meminfo: memFree=1559008/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=62196 CPUtime=3014.94
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15093 0 0 0 301468 26 0 0 25 0 1 0 5329335 63688704 15011 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15549 15011 80 151 0 15395 0
Current children cumulated CPU time (s) 3016.69
Current children cumulated vsize (KiB) 79068

[startup+3102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 5829
/proc/meminfo: memFree=1558248/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=62668 CPUtime=3074.92
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15184 0 0 0 307466 26 0 0 25 0 1 0 5329335 64172032 15102 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15667 15102 80 151 0 15513 0
Current children cumulated CPU time (s) 3076.67
Current children cumulated vsize (KiB) 79540

[startup+3162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 5829
/proc/meminfo: memFree=1557352/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=62996 CPUtime=3134.9
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15254 0 0 0 313464 26 0 0 25 0 1 0 5329335 64507904 15172 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15749 15172 80 151 0 15595 0
Current children cumulated CPU time (s) 3136.65
Current children cumulated vsize (KiB) 79868

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5829
/proc/meminfo: memFree=1556648/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=63428 CPUtime=3194.88
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15360 0 0 0 319461 27 0 0 25 0 1 0 5329335 64950272 15278 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15857 15278 80 151 0 15703 0
Current children cumulated CPU time (s) 3196.63
Current children cumulated vsize (KiB) 80300

[startup+3282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 5835
/proc/meminfo: memFree=1556200/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=63508 CPUtime=3254.86
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15368 0 0 0 325459 27 0 0 25 0 1 0 5329335 65032192 15286 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15877 15286 80 151 0 15723 0
Current children cumulated CPU time (s) 3256.61
Current children cumulated vsize (KiB) 80380

[startup+3342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 5835
/proc/meminfo: memFree=1555432/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=63672 CPUtime=3314.83
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15411 0 0 0 331456 27 0 0 25 0 1 0 5329335 65200128 15329 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 15918 15329 80 151 0 15764 0
Current children cumulated CPU time (s) 3316.58
Current children cumulated vsize (KiB) 80544

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5835
/proc/meminfo: memFree=1554152/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=64024 CPUtime=3374.81
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15492 0 0 0 337454 27 0 0 25 0 1 0 5329335 65560576 15410 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 16006 15410 80 151 0 15852 0
Current children cumulated CPU time (s) 3376.56
Current children cumulated vsize (KiB) 80896

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5835
/proc/meminfo: memFree=1551528/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=65680 CPUtime=3434.79
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 15891 0 0 0 343451 28 0 0 25 0 1 0 5329335 67256320 15809 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 16420 15809 80 151 0 16266 0
Current children cumulated CPU time (s) 3436.54
Current children cumulated vsize (KiB) 82552

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5835
/proc/meminfo: memFree=1549672/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=67428 CPUtime=3494.78
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 16313 0 0 0 349449 29 0 0 25 0 1 0 5329335 69046272 16231 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 16857 16231 80 151 0 16703 0
Current children cumulated CPU time (s) 3496.53
Current children cumulated vsize (KiB) 84300

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5835
/proc/meminfo: memFree=1547368/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=67800 CPUtime=3554.75
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 16422 0 0 0 355446 29 0 0 25 0 1 0 5329335 69427200 16332 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 16950 16332 80 151 0 16796 0
Current children cumulated CPU time (s) 3556.5
Current children cumulated vsize (KiB) 84672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5835
/proc/meminfo: memFree=1546856/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=68044 CPUtime=3598.34
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 16480 0 0 0 359805 29 0 0 25 0 1 0 5329335 69677056 16390 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 17011 16390 80 151 0 16857 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 84916

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

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

[startup+3625.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 5835
/proc/meminfo: memFree=1546856/2055920 swapFree=4192956/4192956
[pid=5705] ppid=5703 vsize=16872 CPUtime=1.75
/proc/5705/stat : 5705 (sugar++) S 5703 5705 3267 0 -1 4194304 1553 15249 0 3 6 2 156 11 16 0 1 0 5329165 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5705/statm: 4218 1121 414 3 0 797 0
[pid=5728] ppid=5705 vsize=68044 CPUtime=3598.34
/proc/5728/stat : 5728 (minisat-inc) R 5705 5705 3267 0 -1 4194304 16480 0 0 0 359805 29 0 0 25 0 1 0 5329335 69677056 16390 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5728/statm: 17011 16390 80 151 0 16857 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 84916

Child status: 0
Real time (s): 3625.92
CPU time (s): 3600.14
CPU user time (s): 3599.68
CPU system time (s): 0.452931
CPU usage (%): 99.2889
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33361
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= 2464
involuntary context switches= 116760

runsolver used 5.05423 second user time and 10.9803 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-23 05:06:41
IDJOB=1128323
IDBENCH=65184
IDSOLVER=367
FILE ID=node39/1128323-1216782401
PBS_JOBID= 7974195
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-70/normalized-kbtree-9-2-3-5-70-50_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-1128323-1216782401/watcher-1128323-1216782401 -o /tmp/evaluation-result-1128323-1216782401/solver-1128323-1216782401 -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-1128323-1216782401.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8a45b0a3a3f7375b1f3eb86d6d666a8
RANDOM SEED=149949722

node39.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:       1635552 kB
Buffers:         36540 kB
Cached:         293464 kB
SwapCached:          0 kB
Active:         167052 kB
Inactive:       187276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             888 kB
Writeback:           0 kB
Mapped:          44448 kB
Slab:            51232 kB
Committed_AS:   121056 kB
PageTables:       1912 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= 66556 MiB
End job on node39 at 2008-07-23 06:07:09