Trace number 2088726

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 366.076 367.464

General information on the benchmark

Namecsp/geom/
normalized-geo50-20-d4-75-19_ext.xml
MD5SUM3f3f74c8ef085d4a308d66c1f5299a7b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.52961
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints498
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension498
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 11:05:59 2009
0.06/0.08	c 0	PID 25266
0.06/0.08	c 0	HOST node48.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2088726-1247389559.xml TO HOME/temp.csp
0.06/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-2088726-1247389559.xml' 'HOME/temp.csp'
0.06/0.62	c 1	1 domains, 50 variables, 0 predicates, 498 relations, 498 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	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.59/0.74	c 1	Parsing HOME/temp.csp
0.91/1.08	c 1	parsed 1047 expressions
0.91/1.09	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.09	c 1	Converting to clausal form CSP
1.01/1.12	c 1	converted 105 (10%) expressions
1.01/1.12	c 1	converted 210 (20%) expressions
1.01/1.13	c 1	converted 315 (30%) expressions
1.01/1.13	c 1	converted 419 (40%) expressions
1.01/1.14	c 1	converted 524 (50%) expressions
1.01/1.17	c 1	converted 629 (60%) expressions
1.10/1.26	c 1	converted 733 (70%) expressions
1.10/1.28	c 1	converted 838 (80%) expressions
1.20/1.31	c 1	converted 943 (90%) expressions
1.20/1.34	c 1	converted 1047 (100%) expressions
1.20/1.34	c 1	CSP : 50 integers, 0 booleans, 498 clauses, largest domain size 20
1.20/1.34	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.34	c 1	Propagation in CSP
1.20/1.34	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.34	c 1	CSP : 50 integers, 0 booleans, 498 clauses, largest domain size 20
1.20/1.34	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.35	c 1	CSP : 50 integers, 0 booleans, 498 clauses, largest domain size 20
1.20/1.35	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.41	c 1	5 (10%) CSP integer variables are encoded (90 clauses, 857 bytes)
1.30/1.41	c 1	10 (20%) CSP integer variables are encoded (180 clauses, 1840 bytes)
1.30/1.41	c 1	15 (30%) CSP integer variables are encoded (270 clauses, 2830 bytes)
1.30/1.42	c 1	20 (40%) CSP integer variables are encoded (360 clauses, 3820 bytes)
1.30/1.42	c 1	25 (50%) CSP integer variables are encoded (450 clauses, 4810 bytes)
1.30/1.42	c 1	30 (60%) CSP integer variables are encoded (540 clauses, 5800 bytes)
1.30/1.42	c 1	35 (70%) CSP integer variables are encoded (630 clauses, 6790 bytes)
1.30/1.42	c 1	40 (80%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.30/1.42	c 1	45 (90%) CSP integer variables are encoded (810 clauses, 8770 bytes)
1.30/1.42	c 1	50 (100%) CSP integer variables are encoded (900 clauses, 9760 bytes)
1.30/1.49	c 2	50 (10%) CSP clauses are encoded (4188 clauses, 64040 bytes)
1.40/1.51	c 2	100 (20%) CSP clauses are encoded (7584 clauses, 121540 bytes)
1.40/1.54	c 2	150 (30%) CSP clauses are encoded (10926 clauses, 182164 bytes)
1.40/1.56	c 2	200 (40%) CSP clauses are encoded (14201 clauses, 243951 bytes)
1.40/1.58	c 2	249 (50%) CSP clauses are encoded (17487 clauses, 306068 bytes)
1.50/1.60	c 2	299 (60%) CSP clauses are encoded (20847 clauses, 369336 bytes)
1.50/1.62	c 2	349 (70%) CSP clauses are encoded (24246 clauses, 433481 bytes)
1.50/1.64	c 2	399 (80%) CSP clauses are encoded (27627 clauses, 497286 bytes)
1.50/1.66	c 2	449 (90%) CSP clauses are encoded (31005 clauses, 560999 bytes)
1.50/1.69	c 2	498 (100%) CSP clauses are encoded (34320 clauses, 623457 bytes)
1.50/1.69	c 2	498 CSP clauses encoded
1.50/1.69	c 2	Writing map file : HOME/temp.map
1.50/1.69	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.69	c 2	SAT : 950 SAT variables, 34320 SAT clauses, 623457 bytes
1.50/1.69	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.72	c 2	SOLVING HOME/temp.cnf
1.58/1.72	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/1.72	c 2	This is MiniSat 2.0 beta
1.58/1.72	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.72	c 2	============================[ Problem Statistics ]=============================
1.58/1.72	c 2	|                                                                             |
1.58/1.72	c 2	|  Number of variables:  950                                                  |
1.58/1.72	c 2	|  Number of clauses:    34320                                                |
1.58/1.74	c 2	|  Parsing time:         0.02         s                                       |
1.58/1.74	c 2	============================[ Search Statistics ]==============================
1.58/1.74	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.74	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.74	c 2	===============================================================================
1.58/1.74	c 2	|         0 |     950    34320   127065 |    11440        0    nan |  0.000 % |
1.58/1.76	c 2	|       100 |     950    34320   127065 |    12584      100     10 |  0.000 % |
1.58/1.77	c 2	|       250 |     950    34320   127065 |    13842      250     11 |  0.002 % |
1.62/1.80	c 2	|       475 |     950    34320   127065 |    15226      475     11 |  0.003 % |
1.62/1.84	c 2	|       812 |     950    34320   127065 |    16749      812     11 |  0.006 % |
1.63/1.90	c 2	|      1319 |     950    34320   127065 |    18424     1319     11 |  0.004 % |
1.63/1.99	c 2	|      2078 |     950    34320   127065 |    20266     2078     11 |  0.006 % |
2.00/2.13	c 2	|      3218 |     950    34320   127065 |    22293     3218     11 |  0.004 % |
2.19/2.34	c 2	|      4926 |     950    34320   127065 |    24522     4926     11 |  0.006 % |
2.59/2.70	c 3	|      7490 |     950    34320   127065 |    26974     7490     11 |  0.006 % |
3.09/3.28	c 3	|     11334 |     950    34320   127065 |    29672    11334     11 |  0.002 % |
4.07/4.29	c 4	|     17100 |     950    34320   127065 |    32639    17100     12 |  0.004 % |
5.95/6.16	c 6	|     25749 |     950    34320   127065 |    35903    25749     12 |  0.004 % |
9.52/9.71	c 10	|     38723 |     950    34320   127065 |    39493    15188     12 |  0.004 % |
14.97/15.21	c 15	|     58184 |     950    34320   127065 |    43443    34649     13 |  0.007 % |
23.08/23.42	c 23	|     87377 |     950    34320   127065 |    47787    32885     15 |  0.000 % |
37.35/37.84	c 38	|    131166 |     950    34320   127065 |    52566    41246     14 |  0.002 % |
57.65/58.37	c 58	|    196850 |     949    34247   126852 |    57823    24881     16 |  0.105 % |
91.64/92.75	c 93	|    295376 |     949    34247   126852 |    63605    33616     14 |  0.109 % |
140.21/141.34	c 141	|    443166 |     948    34161   126607 |    69965    44626     16 |  0.211 % |
225.68/226.87	c 227	|    664849 |     948    34161   126607 |    76962    45241     17 |  0.211 % |
365.83/367.28	c 367	===============================================================================
365.83/367.28	c 367	restarts              : 21
365.83/367.28	c 367	conflicts             : 989252         (2717 /sec)
365.83/367.28	c 367	decisions             : 1166988        (1.67 % random) (3205 /sec)
365.83/367.28	c 367	propagations          : 93037765       (255554 /sec)
365.83/367.28	c 367	conflict literals     : 15276550       (31.82 % deleted)
365.83/367.28	c 367	Memory used           : 15.62 MB
365.83/367.28	c 367	CPU time              : 364.063 s
365.83/367.28	c 367	
365.83/367.28	c 367	SATISFIABLE
365.83/367.29	c 367	DECODING HOME/temp.out WITH HOME/temp.map
365.83/367.29	c 367	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'
365.93/367.37	c 367	Decoding HOME/temp.out
365.93/367.39	s SATISFIABLE
365.93/367.40	v 14 20 14 3 1 3 19 20 17 9 18 20 11 8 11 5 10 3 7 14 20 1 4 6 20 19 1 10 9 12 15 15 7 6 7 6 16 13 12 16 12 16 14 6 8 14 18 16 2 9
366.03/367.40	c 367	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
366.03/367.46	c 368	CPU 366.05 (0.06 0.02 365.59 0.38)
366.03/367.46	c 368	END Sun Jul 12 11:12:07 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-2088726-1247389559/watcher-2088726-1247389559 -o /tmp/evaluation-result-2088726-1247389559/solver-2088726-1247389559 -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-2088726-1247389559.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.14 2.03 2.01 4/84 25266
/proc/meminfo: memFree=1440440/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=18576 CPUtime=0
/proc/25266/stat : 25266 (runsolver) R 25264 25266 23179 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26020058 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25266/statm: 4644 284 249 26 0 2626 0

[startup+0.079472 s]
/proc/loadavg: 2.14 2.03 2.01 4/84 25266
/proc/meminfo: memFree=1440440/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16740 CPUtime=0.06
/proc/25266/stat : 25266 (sugar) R 25264 25266 23179 0 -1 4194304 1109 0 0 0 5 1 0 0 20 0 1 0 26020058 17141760 1077 996147200 4194304 4206940 548682068608 18446744073709551615 255553324288 0 0 4224 0 0 0 0 17 1 0 0
/proc/25266/statm: 4185 1077 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.107442 s]
/proc/loadavg: 2.14 2.03 2.01 4/84 25266
/proc/meminfo: memFree=1440440/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=0.06
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 26020058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301488 s]
/proc/loadavg: 2.14 2.03 2.01 4/84 25266
/proc/meminfo: memFree=1440440/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=0.06
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 26020058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701529 s]
/proc/loadavg: 2.14 2.03 2.01 4/84 25266
/proc/meminfo: memFree=1440440/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=0.59
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1292 4933 0 1 5 1 49 4 16 0 1 0 26020058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.14 2.03 2.01 4/95 25288
/proc/meminfo: memFree=1427232/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=0.59
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1310 4933 0 1 5 1 49 4 15 0 1 0 26020058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1111 409 3 0 796 0
[pid=25279] ppid=25266 vsize=5356 CPUtime=0
/proc/25279/stat : 25279 (sh) S 25266 25266 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26020124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25279/statm: 1339 233 193 169 0 50 0
[pid=25280] ppid=25279 vsize=864312 CPUtime=0.81
/proc/25280/stat : 25280 (java) S 25279 25266 23179 0 -1 0 7724 0 1 0 76 5 0 0 18 0 9 0 26020124 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25280/statm: 216078 6962 2591 9 0 210555 0
[pid=25280/tid=25281] ppid=25279 vsize=864312 CPUtime=0.45
/proc/25280/task/25281/stat : 25281 (java) R 25279 25266 23179 0 -1 64 2673 0 1 0 43 2 0 0 23 0 9 0 26020125 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4126562152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25282] ppid=25279 vsize=864312 CPUtime=0.26
/proc/25280/task/25282/stat : 25282 (java) S 25279 25266 23179 0 -1 64 4012 0 0 0 25 1 0 0 16 0 9 0 26020126 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25283] ppid=25279 vsize=864312 CPUtime=0
/proc/25280/task/25283/stat : 25283 (java) S 25279 25266 23179 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26020127 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25284] ppid=25279 vsize=864312 CPUtime=0
/proc/25280/task/25284/stat : 25284 (java) S 25279 25266 23179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26020127 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25285] ppid=25279 vsize=864312 CPUtime=0
/proc/25280/task/25285/stat : 25285 (java) S 25279 25266 23179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26020129 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25286] ppid=25279 vsize=864312 CPUtime=0.07
/proc/25280/task/25286/stat : 25286 (java) S 25279 25266 23179 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 26020129 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25287] ppid=25279 vsize=864312 CPUtime=0
/proc/25280/task/25287/stat : 25287 (java) S 25279 25266 23179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26020129 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25280/tid=25288] ppid=25279 vsize=864312 CPUtime=0
/proc/25280/task/25288/stat : 25288 (java) S 25279 25266 23179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26020129 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886536

[startup+3.10175 s]
/proc/loadavg: 2.14 2.03 2.01 3/87 25290
/proc/meminfo: memFree=1433376/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 15 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=4296 CPUtime=1.36
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 887 0 0 0 136 0 0 0 25 0 1 0 26020230 4399104 873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25290/statm: 1074 873 75 150 0 921 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26520

[startup+6.30205 s]
/proc/loadavg: 2.13 2.03 2.01 3/87 25290
/proc/meminfo: memFree=1431712/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=5672 CPUtime=4.52
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 1223 0 0 0 452 0 0 0 25 0 1 0 26020230 5808128 1209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25290/statm: 1418 1209 75 150 0 1265 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27896

[startup+12.7016 s]
/proc/loadavg: 2.12 2.03 2.01 3/87 25290
/proc/meminfo: memFree=1430560/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=6508 CPUtime=10.86
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 1421 0 0 0 1086 0 0 0 25 0 1 0 26020230 6664192 1407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25290/statm: 1627 1407 75 150 0 1474 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28732

[startup+25.5029 s]
/proc/loadavg: 2.09 2.03 2.01 3/87 25290
/proc/meminfo: memFree=1429344/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=7804 CPUtime=23.53
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 1728 0 0 0 2353 0 0 0 25 0 1 0 26020230 7991296 1714 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/25290/statm: 1951 1714 75 150 0 1798 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 30028

[startup+51.1023 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 25290
/proc/meminfo: memFree=1428256/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=8880 CPUtime=48.9
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 2000 0 0 0 4889 1 0 0 25 0 1 0 26020230 9093120 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/25290/statm: 2220 1986 75 150 0 2067 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 31104

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 25379
/proc/meminfo: memFree=1852976/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=10676 CPUtime=99.6
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 2460 0 0 0 9957 3 0 0 25 0 1 0 26020230 10932224 2446 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 2669 2446 75 150 0 2516 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 32900

[startup+162.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 25379
/proc/meminfo: memFree=1850160/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=12720 CPUtime=159.58
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 2948 0 0 0 15954 4 0 0 25 0 1 0 26020230 13025280 2934 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3180 2934 75 150 0 3027 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 34944

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 25379
/proc/meminfo: memFree=1848496/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=13932 CPUtime=219.55
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3252 0 0 0 21951 4 0 0 25 0 1 0 26020230 14266368 3238 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3483 3238 75 150 0 3330 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 36156

[startup+282.302 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 25456
/proc/meminfo: memFree=1851584/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15060 CPUtime=279.48
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3507 0 0 0 27942 6 0 0 25 0 1 0 26020230 15421440 3493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3765 3493 75 150 0 3612 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 37284

[startup+342.302 s]
/proc/loadavg: 2.08 2.04 2.01 3/77 25587
/proc/meminfo: memFree=1822704/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15420 CPUtime=339.32
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3599 0 0 0 33909 23 0 0 25 0 1 0 26020230 15790080 3585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3855 3585 75 150 0 3702 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 37644

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

[startup+345.502 s]
/proc/loadavg: 2.08 2.04 2.01 3/77 25587
/proc/meminfo: memFree=1822576/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15556 CPUtime=342.52
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3616 0 0 0 34229 23 0 0 25 0 1 0 26020230 15929344 3602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3889 3602 75 150 0 3736 0
Current children cumulated CPU time (s) 344.15
Current children cumulated vsize (KiB) 37780

[startup+358.303 s]
/proc/loadavg: 2.07 2.04 2.01 3/75 25624
/proc/meminfo: memFree=1827520/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15688 CPUtime=355.31
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3657 0 0 0 35508 23 0 0 25 0 1 0 26020230 16064512 3643 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3922 3643 75 150 0 3769 0
Current children cumulated CPU time (s) 356.94
Current children cumulated vsize (KiB) 37912

[startup+361.501 s]
/proc/loadavg: 2.06 2.04 2.01 3/75 25624
/proc/meminfo: memFree=1827392/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15832 CPUtime=358.51
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3679 0 0 0 35828 23 0 0 25 0 1 0 26020230 16211968 3665 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3958 3665 75 150 0 3805 0
Current children cumulated CPU time (s) 360.14
Current children cumulated vsize (KiB) 38056

[startup+364.702 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 25624
/proc/meminfo: memFree=1827072/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15996 CPUtime=361.71
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3730 0 0 0 36148 23 0 0 25 0 1 0 26020230 16379904 3716 996147200 134512640 135127466 4294956256 18446744073709551615 134541834 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3999 3716 75 150 0 3846 0
Current children cumulated CPU time (s) 363.34
Current children cumulated vsize (KiB) 38220

[startup+366.307 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 25624
/proc/meminfo: memFree=1827008/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15996 CPUtime=363.31
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3730 0 0 0 36308 23 0 0 25 0 1 0 26020230 16379904 3716 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3999 3716 75 150 0 3846 0
Current children cumulated CPU time (s) 364.94
Current children cumulated vsize (KiB) 38220

[startup+367.103 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 25624
/proc/meminfo: memFree=1827008/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=1.63
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1376 12999 0 2 6 2 144 11 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25289] ppid=25266 vsize=5356 CPUtime=0
/proc/25289/stat : 25289 (sh) S 25266 25266 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26020230 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25289/statm: 1339 232 193 169 0 50 0
[pid=25290] ppid=25289 vsize=15996 CPUtime=364.1
/proc/25290/stat : 25290 (minisat) R 25289 25266 23179 0 -1 4194304 3730 0 0 0 36387 23 0 0 25 0 1 0 26020230 16379904 3716 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/25290/statm: 3999 3716 75 150 0 3846 0
Current children cumulated CPU time (s) 365.73
Current children cumulated vsize (KiB) 38220

[startup+367.303 s]
/proc/loadavg: 2.06 2.04 2.00 3/76 25627
/proc/meminfo: memFree=1840504/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=365.93
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1430 17024 0 2 6 2 36550 35 17 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25625] ppid=25266 vsize=5356 CPUtime=0
/proc/25625/stat : 25625 (sh) S 25266 25266 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26056787 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25625/statm: 1339 233 193 169 0 50 0
[pid=25626] ppid=25625 vsize=10764 CPUtime=0
/proc/25626/stat : 25626 (java) S 25625 25266 23179 0 -1 0 723 0 0 0 0 0 0 0 18 0 2 0 26056787 11022336 505 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25626/statm: 2691 505 225 9 0 1196 0
[pid=25626/tid=25627] ppid=25625 vsize=10764 CPUtime=0
/proc/25626/task/25627/stat : 25627 (java) R 25625 25266 23179 0 -1 64 46 0 0 0 0 0 0 0 19 0 2 0 26056788 11022336 505 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 365.93
Current children cumulated vsize (KiB) 32988

[startup+367.408 s]
/proc/loadavg: 2.06 2.04 2.00 3/76 25627
/proc/meminfo: memFree=1840504/2055920 swapFree=4192812/4192956
[pid=25266] ppid=25264 vsize=16868 CPUtime=365.93
/proc/25266/stat : 25266 (sugar) S 25264 25266 23179 0 -1 4194304 1450 17024 0 2 6 2 36550 35 16 0 1 0 26020058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25266/statm: 4217 1113 409 3 0 796 0
[pid=25625] ppid=25266 vsize=5356 CPUtime=0
/proc/25625/stat : 25625 (sh) S 25266 25266 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26056787 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25625/statm: 1339 233 193 169 0 50 0
[pid=25626] ppid=25625 vsize=863848 CPUtime=0.1
/proc/25626/stat : 25626 (java) S 25625 25266 23179 0 -1 0 3368 0 1 0 8 2 0 0 18 0 9 0 26056787 884580352 2837 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25626/statm: 215962 2837 1684 9 0 210467 0
[pid=25626/tid=25627] ppid=25625 vsize=863848 CPUtime=0.08
/proc/25626/task/25627/stat : 25627 (java) R 25625 25266 23179 0 -1 64 2466 0 1 0 7 1 0 0 18 0 9 0 26056788 884580352 2837 996147200 134512640 134550932 4294955984 18446744073709551615 3535932 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 366.03
Current children cumulated vsize (KiB) 886072

Child status: 0
Real time (s): 367.464
CPU time (s): 366.076
CPU user time (s): 365.664
CPU system time (s): 0.411937
CPU usage (%): 99.6225
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.664
system time used= 0.411937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22317
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= 2265
involuntary context switches= 7216

runsolver used 0.407937 second user time and 1.26481 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 11:05:59
IDJOB=2088726
IDBENCH=58974
IDSOLVER=739
FILE ID=node48/2088726-1247389559
PBS_JOBID= 9507301
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/geom/normalized-geo50-20-d4-75-19_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-2088726-1247389559/watcher-2088726-1247389559 -o /tmp/evaluation-result-2088726-1247389559/solver-2088726-1247389559 -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-2088726-1247389559.xml

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

MD5SUM BENCH= 3f3f74c8ef085d4a308d66c1f5299a7b
RANDOM SEED=1795237062

node48.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.237
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.237
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:       1440920 kB
Buffers:         21200 kB
Cached:          99432 kB
SwapCached:          0 kB
Active:         504828 kB
Inactive:        56160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:         456052 kB
Slab:            38420 kB
Committed_AS:   901956 kB
PageTables:       2564 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= 66464 MiB
End job on node48 at 2009-07-12 11:12:07