Trace number 2071445

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.14.6+minisatSAT 1055.84 1059.5

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-163_ext.xml
MD5SUM3b29cce7fa484c6d0ef33e7228d1e446
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark83.4443
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 01:09:22 2009
0.05/0.08	c 0	PID 18711
0.05/0.08	c 0	HOST node38.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2071445-1247353761.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071445-1247353761.xml' 'HOME/temp.csp'
0.06/0.76	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.85	c 0	Parsing HOME/temp.csp
0.93/1.05	c 0	parsed 459 expressions
0.93/1.06	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.06	c 1	Converting to clausal form CSP
0.93/1.08	c 1	converted 46 (10%) expressions
0.93/1.10	c 1	converted 92 (20%) expressions
1.03/1.11	c 1	converted 138 (30%) expressions
1.03/1.12	c 1	converted 184 (40%) expressions
1.03/1.17	c 1	converted 230 (50%) expressions
1.03/1.18	c 1	converted 276 (60%) expressions
1.03/1.18	c 1	converted 322 (70%) expressions
1.03/1.19	c 1	converted 368 (80%) expressions
1.03/1.19	c 1	converted 414 (90%) expressions
4.19/4.35	c 4	converted 459 (100%) expressions
4.19/4.35	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
4.19/4.35	c 4	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.19/4.35	c 4	Propagation in CSP
4.19/4.35	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.19/4.35	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
4.19/4.35	c 4	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.19/4.35	c 4	Simplifing CSP by introducing new Boolean variables
4.19/4.35	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
4.19/4.35	c 4	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.87	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.79/4.92	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
4.79/4.93	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
4.79/4.93	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
4.79/4.94	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
4.79/4.94	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
4.79/4.94	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
4.79/4.94	c 4	54 (70%) CSP integer variables are encoded (26410 clauses, 374048 bytes)
4.79/4.96	c 4	61 (80%) CSP integer variables are encoded (27915 clauses, 396623 bytes)
4.79/4.96	c 4	69 (90%) CSP integer variables are encoded (29635 clauses, 422423 bytes)
4.79/4.97	c 4	76 (100%) CSP integer variables are encoded (30710 clauses, 438548 bytes)
4.88/5.03	c 4	35 (10%) CSP clauses are encoded (31630 clauses, 457035 bytes)
4.88/5.05	c 4	70 (20%) CSP clauses are encoded (32529 clauses, 478851 bytes)
4.88/5.08	c 5	105 (30%) CSP clauses are encoded (33452 clauses, 500696 bytes)
4.99/5.10	c 5	140 (40%) CSP clauses are encoded (34374 clauses, 522725 bytes)
4.99/5.12	c 5	175 (50%) CSP clauses are encoded (35296 clauses, 544944 bytes)
4.99/5.15	c 5	210 (60%) CSP clauses are encoded (36219 clauses, 567665 bytes)
4.99/5.17	c 5	245 (70%) CSP clauses are encoded (37142 clauses, 591924 bytes)
5.09/5.20	c 5	280 (80%) CSP clauses are encoded (38084 clauses, 616416 bytes)
5.09/5.25	c 5	315 (90%) CSP clauses are encoded (39077 clauses, 641602 bytes)
115.20/115.52	c 115	350 (100%) CSP clauses are encoded (1174743 clauses, 38389704 bytes)
115.20/115.52	c 115	350 CSP clauses encoded
115.20/115.52	c 115	Writing map file : HOME/temp.map
115.20/115.52	c 115	Heap : 104 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
115.20/115.52	c 115	SAT : 30784 SAT variables, 1174743 SAT clauses, 38389704 bytes
115.20/115.52	c 115	Heap : 104 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
115.20/115.57	c 115	SOLVING HOME/temp.cnf
115.20/115.57	c 115	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
115.20/115.58	c 115	This is MiniSat 2.0 beta
115.20/115.58	c 115	WARNING: for repeatability, setting FPU to use double precision
115.20/115.58	c 115	============================[ Problem Statistics ]=============================
115.20/115.58	c 115	|                                                                             |
115.20/115.58	c 115	|  Number of variables:  30784                                                |
115.20/115.58	c 115	|  Number of clauses:    1174743                                              |
115.27/116.35	c 116	|  Parsing time:         0.66         s                                       |
115.27/116.41	c 116	============================[ Search Statistics ]==============================
115.27/116.41	c 116	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
115.27/116.41	c 116	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
115.27/116.41	c 116	===============================================================================
115.27/116.41	c 116	|         0 |   29783  1150064  5593677 |   383354        0    nan |  0.000 % |
116.28/116.62	c 116	|       100 |   29596  1150064  5593677 |   421690       61      8 | 30.249 % |
116.37/116.78	c 116	|       250 |   29552  1150064  5593677 |   463859      194     24 | 38.345 % |
116.67/117.03	c 116	|       475 |   29535  1150064  5593677 |   510245      401     23 | 41.021 % |
116.97/117.30	c 117	|       812 |   29516  1150064  5593677 |   561269      721     17 | 51.312 % |
117.26/117.70	c 117	|      1318 |   29480  1150064  5593677 |   617396     1203     16 | 57.335 % |
118.05/118.46	c 118	|      2077 |   29350  1150064  5593677 |   679136     1897     13 | 66.681 % |
118.94/119.38	c 119	|      3216 |   29274  1150064  5593677 |   747049     3019     18 | 67.444 % |
120.23/120.68	c 120	|      4925 |   29208  1150064  5593677 |   821754     4715     18 | 71.180 % |
122.71/123.10	c 123	|      7487 |   29064  1150064  5593677 |   903930     7234     18 | 72.664 % |
128.68/129.13	c 129	|     11332 |   28994  1150064  5593677 |   994323    11069     20 | 73.701 % |
136.33/136.80	c 136	|     17098 |   28781  1150064  5593677 |  1093755    16827     23 | 74.883 % |
147.88/148.45	c 148	|     25747 |   28781  1150064  5593677 |  1203131    25476     27 | 74.883 % |
167.27/167.94	c 167	|     38721 |    7699   720560  3536686 |  1323444    36856     34 | 76.796 % |
198.51/199.35	c 199	|     58182 |    7116   656032  3219550 |  1455788    55921     37 | 76.884 % |
250.35/251.48	c 251	|     87374 |    7115   651957  3199364 |  1601367    84997     44 | 76.907 % |
339.65/341.24	c 341	|    131163 |    7109   649495  3187867 |  1761504   128785     44 | 76.913 % |
525.05/527.61	c 527	|    196848 |    7107   649192  3186373 |  1937654   194458     51 | 76.913 % |
857.94/861.59	c 861	|    295376 |    7106   649048  3185662 |  2131420   292983     51 | 76.917 % |
1055.47/1059.18	c 1059	===============================================================================
1055.47/1059.18	c 1059	restarts              : 19
1055.47/1059.18	c 1059	conflicts             : 346116         (368 /sec)
1055.47/1059.18	c 1059	decisions             : 451318         (0.97 % random) (480 /sec)
1055.47/1059.18	c 1059	propagations          : 163750041      (174215 /sec)
1055.47/1059.18	c 1059	conflict literals     : 16957598       (66.04 % deleted)
1055.47/1059.18	c 1059	Memory used           : 126.88 MB
1055.47/1059.18	c 1059	CPU time              : 939.93 s
1055.47/1059.18	c 1059	
1055.47/1059.19	c 1059	SATISFIABLE
1055.57/1059.21	c 1059	DECODING HOME/temp.out WITH HOME/temp.map
1055.57/1059.21	c 1059	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1055.57/1059.29	c 1059	Decoding HOME/temp.out
1055.59/1059.42	s SATISFIABLE
1055.59/1059.42	v 7 9 5 23 1 8 22 19 18 4 8 6 4 20 12 0 2 16 21 12 13 1 19 7 25 15 11 4 14 4 20 0 15 0 24 3 9 13 6 14 17 5 23 23 10 6 3 4 16 0 32 40 59 63 69 89 89 105 117 118 125 140 144 148 148 148 151 164 178 183 206 212 216 216 216 0
1055.59/1059.43	c 1059	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1055.59/1059.49	c 1059	CPU 1055.81 (0.06 0.01 1054.7 1.04)
1055.59/1059.49	c 1059	END Sun Jul 12 01:27:01 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071445-1247353761/watcher-2071445-1247353761 -o /tmp/evaluation-result-2071445-1247353761/solver-2071445-1247353761 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071445-1247353761.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.18 2.17 4/83 18711
/proc/meminfo: memFree=1266288/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=18576 CPUtime=0
/proc/18711/stat : 18711 (runsolver) R 18709 18711 17458 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22440218 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18711/statm: 4644 284 249 26 0 2626 0

[startup+0.0706719 s]
/proc/loadavg: 2.10 2.18 2.17 4/83 18711
/proc/meminfo: memFree=1266288/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16344 CPUtime=0.05
/proc/18711/stat : 18711 (sugar) R 18709 18711 17458 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 22440218 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 266910191527 0 0 4224 0 0 0 0 17 1 0 0
/proc/18711/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102728 s]
/proc/loadavg: 2.10 2.18 2.17 4/83 18711
/proc/meminfo: memFree=1266288/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.06
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22440218 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18711/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301696 s]
/proc/loadavg: 2.10 2.18 2.17 4/83 18711
/proc/meminfo: memFree=1266288/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.06
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22440218 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18711/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701744 s]
/proc/loadavg: 2.10 2.18 2.17 4/83 18711
/proc/meminfo: memFree=1266288/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.06
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22440218 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18711/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 2.10 2.18 2.17 4/94 18733
/proc/meminfo: memFree=1255640/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.72
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1309 6928 0 1 5 1 62 4 15 0 1 0 22440218 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18711/statm: 4217 1111 409 3 0 796 0
[pid=18724] ppid=18711 vsize=5356 CPUtime=0
/proc/18724/stat : 18724 (sh) S 18711 18711 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22440295 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18724/statm: 1339 233 193 169 0 50 0
[pid=18725] ppid=18724 vsize=864452 CPUtime=0.69
/proc/18725/stat : 18725 (java) S 18724 18711 17458 0 -1 0 8397 0 1 0 65 4 0 0 18 0 9 0 22440296 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18725/statm: 216113 7457 2566 9 0 210618 0
[pid=18725/tid=18726] ppid=18724 vsize=864452 CPUtime=0.34
/proc/18725/task/18726/stat : 18726 (java) R 18724 18711 17458 0 -1 64 2665 0 1 0 32 2 0 0 19 0 9 0 22440297 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18727] ppid=18724 vsize=864452 CPUtime=0.28
/proc/18725/task/18727/stat : 18727 (java) R 18724 18711 17458 0 -1 64 4718 0 0 0 27 1 0 0 17 0 9 0 22440298 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 104190755 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18728] ppid=18724 vsize=864452 CPUtime=0
/proc/18725/task/18728/stat : 18728 (java) S 18724 18711 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22440298 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18729] ppid=18724 vsize=864452 CPUtime=0
/proc/18725/task/18729/stat : 18729 (java) S 18724 18711 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22440298 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18730] ppid=18724 vsize=864452 CPUtime=0
/proc/18725/task/18730/stat : 18730 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22440300 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18731] ppid=18724 vsize=864452 CPUtime=0.05
/proc/18725/task/18731/stat : 18731 (java) S 18724 18711 17458 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22440300 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18732] ppid=18724 vsize=864452 CPUtime=0
/proc/18725/task/18732/stat : 18732 (java) S 18724 18711 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22440300 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18733] ppid=18724 vsize=864452 CPUtime=0
/proc/18725/task/18733/stat : 18733 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22440300 885198848 7457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886676

[startup+3.10302 s]
/proc/loadavg: 2.17 2.19 2.18 3/94 18733
/proc/meminfo: memFree=1223832/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.72
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1309 6928 0 1 5 1 62 4 15 0 1 0 22440218 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18711/statm: 4217 1111 409 3 0 796 0
[pid=18724] ppid=18711 vsize=5356 CPUtime=0
/proc/18724/stat : 18724 (sh) S 18711 18711 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22440295 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18724/statm: 1339 233 193 169 0 50 0
[pid=18725] ppid=18724 vsize=864200 CPUtime=2.29
/proc/18725/stat : 18725 (java) S 18724 18711 17458 0 -1 0 20450 0 1 0 218 11 0 0 18 0 9 0 22440296 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18725/statm: 216050 19243 2566 9 0 210555 0
[pid=18725/tid=18726] ppid=18724 vsize=864200 CPUtime=0.95
/proc/18725/task/18726/stat : 18726 (java) R 18724 18711 17458 0 -1 64 3251 0 1 0 93 2 0 0 24 0 9 0 22440297 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18727] ppid=18724 vsize=864200 CPUtime=1.26
/proc/18725/task/18727/stat : 18727 (java) R 18724 18711 17458 0 -1 64 16185 0 0 0 119 7 0 0 16 0 9 0 22440298 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18728] ppid=18724 vsize=864200 CPUtime=0
/proc/18725/task/18728/stat : 18728 (java) S 18724 18711 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22440298 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18729] ppid=18724 vsize=864200 CPUtime=0
/proc/18725/task/18729/stat : 18729 (java) S 18724 18711 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22440298 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18730] ppid=18724 vsize=864200 CPUtime=0
/proc/18725/task/18730/stat : 18730 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22440300 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18731] ppid=18724 vsize=864200 CPUtime=0.05
/proc/18725/task/18731/stat : 18731 (java) S 18724 18711 17458 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22440300 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18732] ppid=18724 vsize=864200 CPUtime=0
/proc/18725/task/18732/stat : 18732 (java) S 18724 18711 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22440300 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18733] ppid=18724 vsize=864200 CPUtime=0
/proc/18725/task/18733/stat : 18733 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22440300 884940800 19243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886424

[startup+6.30236 s]
/proc/loadavg: 2.17 2.19 2.18 3/94 18733
/proc/meminfo: memFree=1112536/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.73
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1311 6928 0 1 6 1 62 4 16 0 1 0 22440218 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1112 409 3 0 796 0
[pid=18724] ppid=18711 vsize=5356 CPUtime=0
/proc/18724/stat : 18724 (sh) S 18711 18711 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22440295 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18724/statm: 1339 233 193 169 0 50 0
[pid=18725] ppid=18724 vsize=864400 CPUtime=5.46
/proc/18725/stat : 18725 (java) S 18724 18711 17458 0 -1 0 28992 0 1 0 530 16 0 0 18 0 9 0 22440296 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18725/statm: 216100 27572 2590 9 0 210577 0
[pid=18725/tid=18726] ppid=18724 vsize=864400 CPUtime=2.69
/proc/18725/task/18726/stat : 18726 (java) R 18724 18711 17458 0 -1 64 3974 0 1 0 266 3 0 0 25 0 9 0 22440297 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 103210729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18725/tid=18727] ppid=18724 vsize=864400 CPUtime=2.65
/proc/18725/task/18727/stat : 18727 (java) S 18724 18711 17458 0 -1 64 23982 0 0 0 254 11 0 0 16 0 9 0 22440298 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18725/tid=18728] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18728/stat : 18728 (java) S 18724 18711 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22440298 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18729] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18729/stat : 18729 (java) S 18724 18711 17458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22440298 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18730] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18730/stat : 18730 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22440300 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18731] ppid=18724 vsize=864400 CPUtime=0.08
/proc/18725/task/18731/stat : 18731 (java) S 18724 18711 17458 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22440300 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18725/tid=18732] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18732/stat : 18732 (java) S 18724 18711 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22440300 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18733] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18733/stat : 18733 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22440300 885145600 27572 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886624

[startup+12.7021 s]
/proc/loadavg: 2.22 2.20 2.18 5/94 18733
/proc/meminfo: memFree=1108632/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.73
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1311 6928 0 1 6 1 62 4 16 0 1 0 22440218 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1112 409 3 0 796 0
[pid=18724] ppid=18711 vsize=5356 CPUtime=0
/proc/18724/stat : 18724 (sh) S 18711 18711 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22440295 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18724/statm: 1339 233 193 169 0 50 0
[pid=18725] ppid=18724 vsize=864400 CPUtime=11.81
/proc/18725/stat : 18725 (java) S 18724 18711 17458 0 -1 0 29778 0 1 0 1163 18 0 0 18 0 9 0 22440296 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18725/statm: 216100 28331 2590 9 0 210577 0
[pid=18725/tid=18726] ppid=18724 vsize=864400 CPUtime=8.93
/proc/18725/task/18726/stat : 18726 (java) R 18724 18711 17458 0 -1 64 4001 0 1 0 889 4 0 0 25 0 9 0 22440297 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 102524005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18727] ppid=18724 vsize=864400 CPUtime=2.76
/proc/18725/task/18727/stat : 18727 (java) S 18724 18711 17458 0 -1 64 24741 0 0 0 264 12 0 0 16 0 9 0 22440298 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18728] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18728/stat : 18728 (java) S 18724 18711 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22440298 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18729] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18729/stat : 18729 (java) S 18724 18711 17458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22440298 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18730] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18730/stat : 18730 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22440300 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18731] ppid=18724 vsize=864400 CPUtime=0.08
/proc/18725/task/18731/stat : 18731 (java) S 18724 18711 17458 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22440300 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18725/tid=18732] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18732/stat : 18732 (java) S 18724 18711 17458 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22440300 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18733] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18733/stat : 18733 (java) S 18724 18711 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22440300 885145600 28331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886624

[startup+25.5025 s]
/proc/loadavg: 2.18 2.19 2.18 3/94 18733
/proc/meminfo: memFree=1094680/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=0.73
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1311 6928 0 1 6 1 62 4 16 0 1 0 22440218 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1112 409 3 0 796 0
[pid=18724] ppid=18711 vsize=5356 CPUtime=0
/proc/18724/stat : 18724 (sh) S 18711 18711 17458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22440295 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18724/statm: 1339 233 193 169 0 50 0
[pid=18725] ppid=18724 vsize=864400 CPUtime=24.53
/proc/18725/stat : 18725 (java) S 18724 18711 17458 0 -1 0 32317 0 1 0 2431 22 0 0 18 0 9 0 22440296 885145600 30778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18725/statm: 216100 30778 2590 9 0 210577 0
[pid=18725/tid=18726] ppid=18724 vsize=864400 CPUtime=21.29
/proc/18725/task/18726/stat : 18726 (java) R 18724 18711 17458 0 -1 64 4094 0 1 0 2122 7 0 0 25 0 9 0 22440297 885145600 30778 996147200 134512640 134550932 4294955936 18446744073709551615 4126598291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18725/tid=18727] ppid=18724 vsize=864400 CPUtime=3.13
/proc/18725/task/18727/stat : 18727 (java) S 18724 18711 17458 0 -1 64 27187 0 0 0 299 14 0 0 16 0 9 0 22440298 885145600 30778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18725/tid=18728] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18728/stat : 18728 (java) S 18724 18711 17458 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22440298 885145600 30778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18729] ppid=18724 vsize=864400 CPUtime=0
/proc/18725/task/18729/stat : 18729 (java) S 18724 18711 17458 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22440298 885145600 30778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18725/tid=18730] ppid=18724 vsize=864400 CPUtime=0

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

/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=117556 CPUtime=703.49
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 28656 0 0 0 70317 32 0 0 25 0 1 0 22451776 120377344 28642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 29389 28642 75 150 0 29236 0
Current children cumulated CPU time (s) 818.76
Current children cumulated vsize (KiB) 139780

[startup+882.301 s]
/proc/loadavg: 2.03 2.29 2.27 3/76 18766
/proc/meminfo: memFree=1713192/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=120460 CPUtime=763.46
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 29395 0 0 0 76314 32 0 0 25 0 1 0 22451776 123351040 29381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 30115 29381 75 150 0 29962 0
Current children cumulated CPU time (s) 878.73
Current children cumulated vsize (KiB) 142684

[startup+942.302 s]
/proc/loadavg: 2.01 2.24 2.25 3/76 18766
/proc/meminfo: memFree=1710440/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=123852 CPUtime=823.44
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 30098 0 0 0 82310 34 0 0 25 0 1 0 22451776 126824448 30084 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 30963 30084 75 150 0 30810 0
Current children cumulated CPU time (s) 938.71
Current children cumulated vsize (KiB) 146076

[startup+1002.3 s]
/proc/loadavg: 2.00 2.19 2.24 3/76 18766
/proc/meminfo: memFree=1706984/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=127248 CPUtime=883.41
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 30942 0 0 0 88307 34 0 0 25 0 1 0 22451776 130301952 30928 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 31812 30928 75 150 0 31659 0
Current children cumulated CPU time (s) 998.68
Current children cumulated vsize (KiB) 149472

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.18 2.23 3/76 18766
/proc/meminfo: memFree=1705896/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=128304 CPUtime=905
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31236 0 0 0 90466 34 0 0 25 0 1 0 22451776 131383296 31222 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32076 31222 75 150 0 31923 0
Current children cumulated CPU time (s) 1020.27
Current children cumulated vsize (KiB) 150528

[startup+1036.7 s]
/proc/loadavg: 2.00 2.17 2.23 3/76 18766
/proc/meminfo: memFree=1705256/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=128964 CPUtime=917.8
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31387 0 0 0 91745 35 0 0 25 0 1 0 22451776 132059136 31373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32241 31373 75 150 0 32088 0
Current children cumulated CPU time (s) 1033.07
Current children cumulated vsize (KiB) 151188

[startup+1049.5 s]
/proc/loadavg: 2.00 2.16 2.22 3/76 18766
/proc/meminfo: memFree=1704680/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=129500 CPUtime=930.6
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31526 0 0 0 93025 35 0 0 25 0 1 0 22451776 132608000 31512 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32375 31512 75 150 0 32222 0
Current children cumulated CPU time (s) 1045.87
Current children cumulated vsize (KiB) 151724

[startup+1055.9 s]
/proc/loadavg: 2.00 2.16 2.22 3/76 18766
/proc/meminfo: memFree=1704360/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=129780 CPUtime=937
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31602 0 0 0 93665 35 0 0 25 0 1 0 22451776 132894720 31588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32445 31588 75 150 0 32292 0
Current children cumulated CPU time (s) 1052.27
Current children cumulated vsize (KiB) 152004

[startup+1057.5 s]
/proc/loadavg: 2.00 2.16 2.22 3/76 18766
/proc/meminfo: memFree=1704296/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=129916 CPUtime=938.6
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31617 0 0 0 93825 35 0 0 25 0 1 0 22451776 133033984 31603 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32479 31603 75 150 0 32326 0
Current children cumulated CPU time (s) 1053.87
Current children cumulated vsize (KiB) 152140

[startup+1058.3 s]
/proc/loadavg: 2.00 2.16 2.22 3/76 18766
/proc/meminfo: memFree=1704296/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=129916 CPUtime=939.4
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31624 0 0 0 93905 35 0 0 25 0 1 0 22451776 133033984 31610 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32479 31610 75 150 0 32326 0
Current children cumulated CPU time (s) 1054.67
Current children cumulated vsize (KiB) 152140

[startup+1059.1 s]
/proc/loadavg: 2.00 2.16 2.22 3/76 18766
/proc/meminfo: memFree=1704296/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=115.27
/proc/18711/stat : 18711 (sugar) S 18709 18711 17458 0 -1 4194304 1378 61141 0 2 6 1 11457 63 16 0 1 0 22440218 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18711/statm: 4217 1113 409 3 0 796 0
[pid=18734] ppid=18711 vsize=5356 CPUtime=0
/proc/18734/stat : 18734 (sh) S 18711 18711 17458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22451776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18734/statm: 1339 232 193 169 0 50 0
[pid=18735] ppid=18734 vsize=129916 CPUtime=940.2
/proc/18735/stat : 18735 (minisat) R 18734 18711 17458 0 -1 4194304 31631 0 0 0 93985 35 0 0 25 0 1 0 22451776 133033984 31617 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/18735/statm: 32479 31617 75 150 0 32326 0
Current children cumulated CPU time (s) 1055.47
Current children cumulated vsize (KiB) 152140

[startup+1059.5 s]
/proc/loadavg: 2.00 2.16 2.22 3/76 18766
/proc/meminfo: memFree=1760360/2055920 swapFree=4192812/4192956
[pid=18711] ppid=18709 vsize=16868 CPUtime=1055.83
/proc/18711/stat : 18711 (sugar) R 18709 18711 17458 0 -1 4194304 1478 96849 0 3 6 3 105470 104 16 0 1 0 22440218 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18711/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1055.83
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1059.5
CPU time (s): 1055.84
CPU user time (s): 1054.76
CPU system time (s): 1.08083
CPU usage (%): 99.6546
Max. virtual memory (cumulated for all children) (KiB): 907364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1054.76
system time used= 1.08083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98387
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= 10971
involuntary context switches= 28220

runsolver used 1.23681 second user time and 3.60145 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 01:09:21
IDJOB=2071445
IDBENCH=55493
IDSOLVER=739
FILE ID=node38/2071445-1247353761
PBS_JOBID= 9506956
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-163_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071445-1247353761/watcher-2071445-1247353761 -o /tmp/evaluation-result-2071445-1247353761/solver-2071445-1247353761 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071445-1247353761.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3b29cce7fa484c6d0ef33e7228d1e446
RANDOM SEED=146742394

node38.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.229
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.229
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:       1266768 kB
Buffers:          8664 kB
Cached:          80688 kB
SwapCached:          0 kB
Active:         689092 kB
Inactive:        50508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         665840 kB
Slab:            33584 kB
Committed_AS:   875788 kB
PageTables:       3104 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= 66396 MiB
End job on node38 at 2009-07-12 01:27:01