Trace number 1035706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 556.01 557.215

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-8_ext.xml
MD5SUMc096ffa3df6241d5684b321eb04ac13a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:04:19 2008
0.00/0.04	c 0	PID 25756
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035706-1214953459.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035706-1214953459.xml' 'HOME/temp.csp'
0.03/0.52	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.63	c 1	Parsing HOME/temp.csp
0.56/0.79	c 1	parsed 1385 expressions
0.56/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.79	c 1	Converting to clausal form CSP
0.56/0.82	c 1	converted 139 (10%) expressions
0.56/0.85	c 1	converted 277 (20%) expressions
0.56/0.87	c 1	converted 416 (30%) expressions
0.56/0.89	c 1	converted 554 (40%) expressions
0.56/0.92	c 1	converted 693 (50%) expressions
0.56/0.93	c 1	converted 831 (60%) expressions
1.00/1.01	c 1	converted 970 (70%) expressions
1.00/1.03	c 1	converted 1108 (80%) expressions
1.00/1.05	c 1	converted 1247 (90%) expressions
1.00/1.06	c 1	converted 1385 (100%) expressions
1.00/1.06	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.00/1.06	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.06	c 1	Propagation in CSP
1.00/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.07	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.00/1.07	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.13	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.10/1.13	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.19	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.19/1.20	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.19/1.20	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.19/1.20	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.19/1.20	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.19/1.21	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.19/1.21	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.19/1.21	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.19/1.21	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.19/1.21	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.19/1.26	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.28/1.30	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60378 bytes)
1.28/1.33	c 2	379 (30%) CSP clauses are encoded (5898 clauses, 92919 bytes)
1.28/1.36	c 2	505 (40%) CSP clauses are encoded (7510 clauses, 123183 bytes)
1.28/1.39	c 2	631 (50%) CSP clauses are encoded (9122 clauses, 153582 bytes)
1.38/1.43	c 2	757 (60%) CSP clauses are encoded (10782 clauses, 185129 bytes)
1.38/1.45	c 2	883 (70%) CSP clauses are encoded (12280 clauses, 213330 bytes)
1.38/1.48	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245568 bytes)
1.48/1.51	c 2	1135 (90%) CSP clauses are encoded (15744 clauses, 281330 bytes)
1.48/1.53	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317410 bytes)
1.48/1.54	c 2	1261 CSP clauses encoded
1.48/1.54	c 2	Writing map file : HOME/temp.map
1.48/1.54	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.54	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317410 bytes
1.48/1.54	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.54	c 2	SOLVING HOME/temp.cnf
1.48/1.54	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.55	c 2	This is MiniSat 2.0 beta
1.48/1.55	c 2	WARNING: for repeatability, setting FPU to use double precision
1.48/1.55	c 2	============================[ Problem Statistics ]=============================
1.48/1.55	c 2	|                                                                             |
1.48/1.55	c 2	|  Number of variables:  1990                                                 |
1.48/1.55	c 2	|  Number of clauses:    17532                                                |
1.48/1.56	c 2	|  Parsing time:         0.01         s                                       |
1.48/1.56	c 2	============================[ Search Statistics ]==============================
1.48/1.56	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.56	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.56	c 2	===============================================================================
1.48/1.56	c 2	|         0 |    1888    15423    50632 |     5141        0    nan |  0.000 % |
1.48/1.56	c 2	|       101 |    1888    15423    50632 |     5655      101     10 |  5.127 % |
1.48/1.57	c 2	|       251 |    1888    15423    50632 |     6220      251     11 |  5.127 % |
1.48/1.58	c 2	|       476 |    1888    15423    50632 |     6842      476     11 |  5.128 % |
1.48/1.60	c 2	|       813 |    1888    15423    50632 |     7526      813     13 |  5.127 % |
1.54/1.62	c 2	|      1319 |    1888    15423    50632 |     8279     1319     15 |  5.131 % |
1.54/1.67	c 2	|      2078 |    1888    15423    50632 |     9107     2078     17 |  5.127 % |
1.54/1.73	c 2	|      3217 |    1888    15423    50632 |    10018     3217     18 |  5.127 % |
1.54/1.85	c 2	|      4925 |    1888    15423    50632 |    11020     4925     18 |  5.127 % |
1.54/2.03	c 2	|      7487 |    1888    15423    50632 |    12122     7487     19 |  5.127 % |
2.28/2.31	c 3	|     11331 |    1888    15423    50632 |    13334    11331     20 |  5.127 % |
2.77/2.82	c 3	|     17100 |    1888    15423    50632 |    14667    10087     22 |  5.128 % |
3.56/3.62	c 4	|     25749 |    1888    15423    50632 |    16134    11085     19 |  5.128 % |
4.75/4.80	c 5	|     38723 |    1888    15423    50632 |    17748    15544     20 |  5.127 % |
6.63/6.75	c 7	|     58187 |    1888    15423    50632 |    19522    16768     18 |  5.129 % |
9.80/9.95	c 10	|     87379 |    1888    15423    50632 |    21475    15941     19 |  5.127 % |
15.05/15.22	c 15	|    131169 |    1888    15423    50632 |    23622    15641     17 |  5.128 % |
23.56/23.84	c 24	|    196853 |    1888    15423    50632 |    25985    20812     15 |  5.131 % |
37.43/37.81	c 38	|    295379 |    1877    15328    50424 |    28583    26436     15 |  5.681 % |
58.54/59.17	c 59	|    443168 |    1876    15325    50418 |    31441    24776     16 |  5.730 % |
94.13/95.02	c 95	|    664852 |    1871    15283    50328 |    34586    17023     17 |  5.983 % |
147.08/148.08	c 148	|    997377 |    1869    15272    50300 |    38044    28384     17 |  6.082 % |
231.93/232.98	c 233	|   1496166 |    1864    15231    50212 |    41849    37041     17 |  6.334 % |
374.64/375.73	c 376	|   2244349 |    1852    15103    49769 |    46034    40727     21 |  6.936 % |
555.81/557.04	c 557	===============================================================================
555.81/557.04	c 557	restarts              : 24
555.81/557.04	c 557	conflicts             : 3086084        (5568 /sec)
555.81/557.04	c 557	decisions             : 5715871        (1.44 % random) (10312 /sec)
555.81/557.04	c 557	propagations          : 278128615      (501776 /sec)
555.81/557.04	c 557	conflict literals     : 56808439       (30.83 % deleted)
555.81/557.04	c 557	Memory used           : 12.52 MB
555.81/557.04	c 557	CPU time              : 554.289 s
555.81/557.04	c 557	
555.81/557.04	c 557	UNSATISFIABLE
555.81/557.05	c 557	DECODING HOME/temp.out WITH HOME/temp.map
555.81/557.05	c 557	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
555.87/557.13	c 557	Decoding HOME/temp.out
555.87/557.16	s UNSATISFIABLE
555.87/557.17	c 557	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
555.87/557.21	c 557	CPU 555.83 (0.03 0.01 555.8 0.14)
555.87/557.21	c 557	END Wed Jul  2 01:13:36 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035706-1214953459/watcher-1035706-1214953459 -o /tmp/evaluation-result-1035706-1214953459/solver-1035706-1214953459 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1035706-1214953459.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 25756
/proc/meminfo: memFree=1577536/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=12268 CPUtime=0
/proc/25756/stat : 25756 (sugar) R 25754 25756 25418 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 979800850 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269037386750 0 0 4224 0 0 0 0 17 1 0 0
/proc/25756/statm: 3067 316 241 3 0 167 0

[startup+0.0576129 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 25756
/proc/meminfo: memFree=1577536/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=0.03
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 979800850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102484 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 25756
/proc/meminfo: memFree=1577536/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=0.03
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 979800850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302496 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 25756
/proc/meminfo: memFree=1577536/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=0.03
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 979800850 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702533 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 25756
/proc/meminfo: memFree=1577536/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=0.56
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 973 4729 0 1 3 1 49 3 16 0 1 0 979800850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 2.00 2.00 1.93 4/91 25778
/proc/meminfo: memFree=1564648/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=0.56
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 974 4729 0 1 3 1 49 3 15 0 1 0 979800850 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 797 370 3 0 500 0
[pid=25769] ppid=25756 vsize=5356 CPUtime=0
/proc/25769/stat : 25769 (sh) S 25756 25756 25418 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 979800905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25769/statm: 1339 233 193 169 0 50 0
[pid=25770] ppid=25769 vsize=864428 CPUtime=0.92
/proc/25770/stat : 25770 (java) S 25769 25756 25418 0 -1 0 6815 0 1 0 89 3 0 0 18 0 9 0 979800905 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 216107 6040 2565 9 0 210654 0
[pid=25770/tid=25771] ppid=25769 vsize=864428 CPUtime=0.53
/proc/25770/task/25771/stat : 25771 (java) R 25769 25756 25418 0 -1 64 2734 0 1 0 52 1 0 0 20 0 9 0 979800906 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4126598110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25769 vsize=864428 CPUtime=0.25
/proc/25770/task/25772/stat : 25772 (java) S 25769 25756 25418 0 -1 64 3021 0 0 0 24 1 0 0 16 0 9 0 979800907 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25769 vsize=864428 CPUtime=0
/proc/25770/task/25773/stat : 25773 (java) S 25769 25756 25418 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 979800907 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25774] ppid=25769 vsize=864428 CPUtime=0
/proc/25770/task/25774/stat : 25774 (java) S 25769 25756 25418 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 979800907 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25775] ppid=25769 vsize=864428 CPUtime=0
/proc/25770/task/25775/stat : 25775 (java) S 25769 25756 25418 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 979800909 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25776] ppid=25769 vsize=864428 CPUtime=0.12
/proc/25770/task/25776/stat : 25776 (java) S 25769 25756 25418 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 979800909 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25777] ppid=25769 vsize=864428 CPUtime=0
/proc/25770/task/25777/stat : 25777 (java) S 25769 25756 25418 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 979800909 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25770/tid=25778] ppid=25769 vsize=864428 CPUtime=0
/proc/25770/task/25778/stat : 25778 (java) S 25769 25756 25418 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 979800909 885174272 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 883384

[startup+3.10172 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25780
/proc/meminfo: memFree=1572776/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 15 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=4320 CPUtime=1.53
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 817 0 0 0 153 0 0 0 25 0 1 0 979801005 4423680 803 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25780/statm: 1080 803 75 150 0 927 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23276

[startup+6.30197 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25780
/proc/meminfo: memFree=1571304/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=5072 CPUtime=4.7
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 981 0 0 0 470 0 0 0 25 0 1 0 979801005 5193728 967 996147200 134512640 135127466 4294956272 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 1 0 0
/proc/25780/statm: 1268 967 75 150 0 1115 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 24028

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25780
/proc/meminfo: memFree=1570536/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=5732 CPUtime=11.03
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 1164 0 0 0 1103 0 0 0 25 0 1 0 979801005 5869568 1150 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25780/statm: 1433 1150 75 150 0 1280 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 24688

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 25780
/proc/meminfo: memFree=1570024/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=6264 CPUtime=23.7
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 1298 0 0 0 2370 0 0 0 25 0 1 0 979801005 6414336 1284 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25780/statm: 1566 1284 75 150 0 1413 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 25220

[startup+51.1025 s]
/proc/loadavg: 2.06 2.02 1.94 3/83 25780
/proc/meminfo: memFree=1569000/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=7228 CPUtime=49.07
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 1538 0 0 0 4906 1 0 0 25 0 1 0 979801005 7401472 1524 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25780/statm: 1807 1524 75 150 0 1654 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 26184

[startup+102.307 s]
/proc/loadavg: 2.08 2.03 1.94 3/76 25931
/proc/meminfo: memFree=1613088/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=8832 CPUtime=99.88
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 1919 0 0 0 9986 2 0 0 25 0 1 0 979801005 9043968 1905 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 2208 1905 75 150 0 2055 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 27788

[startup+162.302 s]
/proc/loadavg: 2.16 2.05 1.95 3/76 25931
/proc/meminfo: memFree=1588832/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=9520 CPUtime=159.83
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2100 0 0 0 15981 2 0 0 25 0 1 0 979801005 9748480 2086 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 2380 2086 75 150 0 2227 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 28476

[startup+222.302 s]
/proc/loadavg: 2.09 2.05 1.96 3/76 25931
/proc/meminfo: memFree=1580256/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+342.303 s]
/proc/loadavg: 2.01 2.03 1.96 3/76 25931
/proc/meminfo: memFree=1579040/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=11204 CPUtime=339.71
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2510 0 0 0 33968 3 0 0 25 0 1 0 979801005 11472896 2496 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 2801 2496 75 150 0 2648 0
Current children cumulated CPU time (s) 341.25
Current children cumulated vsize (KiB) 30160

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 25931
/proc/meminfo: memFree=1568928/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12268 CPUtime=399.67
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2787 0 0 0 39964 3 0 0 25 0 1 0 979801005 12562432 2773 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3067 2773 75 150 0 2914 0
Current children cumulated CPU time (s) 401.21
Current children cumulated vsize (KiB) 31224

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 25931
/proc/meminfo: memFree=1563552/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12544 CPUtime=459.64
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2828 0 0 0 45961 3 0 0 25 0 1 0 979801005 12845056 2814 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3136 2814 75 150 0 2983 0
Current children cumulated CPU time (s) 461.18
Current children cumulated vsize (KiB) 31500

[startup+522.303 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1559200/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12676 CPUtime=519.59
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2871 0 0 0 51956 3 0 0 25 0 1 0 979801005 12980224 2857 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3169 2857 75 150 0 3016 0
Current children cumulated CPU time (s) 521.13
Current children cumulated vsize (KiB) 31632

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

[startup+537.502 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1559072/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12676 CPUtime=534.79
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2886 0 0 0 53476 3 0 0 25 0 1 0 979801005 12980224 2872 996147200 134512640 135127466 4294956272 18446744073709551615 134530703 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3169 2872 75 150 0 3016 0
Current children cumulated CPU time (s) 536.33
Current children cumulated vsize (KiB) 31632

[startup+550.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1559008/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12816 CPUtime=547.57
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2894 0 0 0 54754 3 0 0 25 0 1 0 979801005 13123584 2880 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3204 2880 75 150 0 3051 0
Current children cumulated CPU time (s) 549.11
Current children cumulated vsize (KiB) 31772

[startup+553.501 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1559008/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12816 CPUtime=550.77
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2894 0 0 0 55074 3 0 0 25 0 1 0 979801005 13123584 2880 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3204 2880 75 150 0 3051 0
Current children cumulated CPU time (s) 552.31
Current children cumulated vsize (KiB) 31772

[startup+555.102 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1559008/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12816 CPUtime=552.38
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2903 0 0 0 55235 3 0 0 25 0 1 0 979801005 13123584 2889 996147200 134512640 135127466 4294956272 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3204 2889 75 150 0 3051 0
Current children cumulated CPU time (s) 553.92
Current children cumulated vsize (KiB) 31772

[startup+555.903 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1559008/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12816 CPUtime=553.17
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2904 0 0 0 55314 3 0 0 25 0 1 0 979801005 13123584 2890 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3204 2890 75 150 0 3051 0
Current children cumulated CPU time (s) 554.71
Current children cumulated vsize (KiB) 31772

[startup+556.703 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1558944/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=1.54
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1031 11855 0 2 3 1 143 7 16 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
[pid=25779] ppid=25756 vsize=5356 CPUtime=0
/proc/25779/stat : 25779 (sh) S 25756 25756 25418 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979801005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25779/statm: 1339 232 193 169 0 50 0
[pid=25780] ppid=25779 vsize=12816 CPUtime=553.97
/proc/25780/stat : 25780 (minisat) R 25779 25756 25418 0 -1 4194304 2909 0 0 0 55394 3 0 0 25 0 1 0 979801005 13123584 2895 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/25780/statm: 3204 2895 75 150 0 3051 0
Current children cumulated CPU time (s) 555.51
Current children cumulated vsize (KiB) 31772

[startup+557.102 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1558944/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=555.87
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1070 15058 0 2 3 1 55572 11 17 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 555.87
Current children cumulated vsize (KiB) 13600

[startup+557.202 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 25931
/proc/meminfo: memFree=1558944/2055920 swapFree=4133472/4192956
[pid=25756] ppid=25754 vsize=13600 CPUtime=555.87
/proc/25756/stat : 25756 (sugar) S 25754 25756 25418 0 -1 4194304 1089 15058 0 2 3 1 55572 11 15 0 1 0 979800850 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25756/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 555.87
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 557.215
CPU time (s): 556.01
CPU user time (s): 555.85
CPU system time (s): 0.160975
CPU usage (%): 99.7838
Max. virtual memory (cumulated for all children) (KiB): 883384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 555.849
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19856
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= 1879
involuntary context switches= 4922

runsolver used 0.611906 second user time and 1.93271 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-02 01:04:19
IDJOB=1035706
IDBENCH=53412
IDSOLVER=346
FILE ID=node26/1035706-1214953459
PBS_JOBID= 7870282
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035706-1214953459/watcher-1035706-1214953459 -o /tmp/evaluation-result-1035706-1214953459/solver-1035706-1214953459 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1035706-1214953459.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c096ffa3df6241d5684b321eb04ac13a
RANDOM SEED=1731252211

node26.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.221
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.221
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:       1578016 kB
Buffers:         43424 kB
Cached:         258740 kB
SwapCached:      53680 kB
Active:         179032 kB
Inactive:       251172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578016 kB
SwapTotal:     4192956 kB
SwapFree:      4133472 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:         141048 kB
Slab:            32756 kB
Committed_AS:  2356092 kB
PageTables:       1988 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= 66544 MiB
End job on node26 at 2008-07-02 01:13:37