Trace number 1035940

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 842.823 850.982

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-3_ext.xml
MD5SUMf51f3f3c279702c67ea240949ebd644c
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.041993
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:25:16 2008
0.00/0.04	c 0	PID 20992
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1035940-1214954716.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035940-1214954716.xml' 'HOME/temp.csp'
0.03/0.66	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.63/0.79	c 1	Parsing HOME/temp.csp
0.90/1.09	c 1	parsed 1385 expressions
1.00/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.14	c 1	Converting to clausal form CSP
1.00/1.17	c 1	converted 139 (10%) expressions
1.09/1.21	c 1	converted 277 (20%) expressions
1.09/1.28	c 1	converted 416 (30%) expressions
1.19/1.37	c 1	converted 554 (40%) expressions
1.29/1.40	c 2	converted 693 (50%) expressions
1.29/1.42	c 2	converted 831 (60%) expressions
1.29/1.50	c 2	converted 970 (70%) expressions
1.39/1.51	c 2	converted 1108 (80%) expressions
1.39/1.53	c 2	converted 1247 (90%) expressions
1.39/1.55	c 2	converted 1385 (100%) expressions
1.39/1.55	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.39/1.55	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.55	c 2	Propagation in CSP
1.39/1.55	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.55	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.39/1.55	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.61	c 2	Simplifing CSP by introducing new Boolean variables
1.49/1.61	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.49/1.61	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.68	c 2	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.49/1.68	c 2	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.49/1.68	c 2	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.49/1.69	c 2	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.49/1.69	c 2	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.49/1.69	c 2	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.49/1.69	c 2	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.49/1.69	c 2	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.49/1.69	c 2	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.49/1.69	c 2	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.59/1.75	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.59/1.78	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60604 bytes)
1.69/1.81	c 2	379 (30%) CSP clauses are encoded (5850 clauses, 92330 bytes)
1.69/1.84	c 2	505 (40%) CSP clauses are encoded (7510 clauses, 123542 bytes)
1.69/1.87	c 2	631 (50%) CSP clauses are encoded (9122 clauses, 153769 bytes)
1.79/1.90	c 2	757 (60%) CSP clauses are encoded (10758 clauses, 184881 bytes)
1.79/1.93	c 2	883 (70%) CSP clauses are encoded (12300 clauses, 213679 bytes)
1.79/1.96	c 2	1009 (80%) CSP clauses are encoded (13936 clauses, 245278 bytes)
1.79/1.98	c 2	1135 (90%) CSP clauses are encoded (15696 clauses, 280669 bytes)
1.88/2.01	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317607 bytes)
1.88/2.01	c 2	1261 CSP clauses encoded
1.88/2.02	c 2	Writing map file : HOME/temp.map
1.88/2.02	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.02	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317607 bytes
1.88/2.02	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.03	c 2	SOLVING HOME/temp.cnf
1.88/2.03	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.88/2.03	c 2	This is MiniSat 2.0 beta
1.88/2.03	c 2	WARNING: for repeatability, setting FPU to use double precision
1.88/2.03	c 2	============================[ Problem Statistics ]=============================
1.88/2.03	c 2	|                                                                             |
1.88/2.03	c 2	|  Number of variables:  1990                                                 |
1.88/2.03	c 2	|  Number of clauses:    17532                                                |
1.88/2.04	c 2	|  Parsing time:         0.01         s                                       |
1.88/2.04	c 2	============================[ Search Statistics ]==============================
1.88/2.04	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.88/2.04	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.88/2.04	c 2	===============================================================================
1.88/2.04	c 2	|         0 |    1888    15423    50624 |     5141        0    nan |  0.000 % |
1.88/2.05	c 2	|       101 |    1888    15423    50624 |     5655      101     10 |  5.127 % |
1.88/2.06	c 2	|       251 |    1888    15423    50624 |     6220      251     12 |  5.128 % |
1.88/2.07	c 2	|       476 |    1888    15423    50624 |     6842      476     13 |  5.127 % |
1.88/2.08	c 2	|       813 |    1888    15423    50624 |     7526      813     13 |  5.127 % |
1.98/2.11	c 2	|      1320 |    1888    15423    50624 |     8279     1320     14 |  5.127 % |
1.98/2.16	c 2	|      2079 |    1888    15423    50624 |     9107     2079     16 |  5.128 % |
2.08/2.22	c 2	|      3218 |    1888    15423    50624 |    10018     3218     17 |  5.127 % |
2.17/2.33	c 2	|      4926 |    1888    15423    50624 |    11020     4926     19 |  5.127 % |
2.37/2.53	c 3	|      7488 |    1888    15423    50624 |    12122     7488     21 |  5.127 % |
2.67/2.85	c 3	|     11332 |    1884    15407    50586 |    13334    11329     20 |  5.329 % |
3.16/3.35	c 3	|     17098 |    1884    15407    50586 |    14667    10066     19 |  5.328 % |
3.96/4.13	c 4	|     25748 |    1881    15368    50502 |    16134    11125     21 |  5.480 % |
5.14/5.32	c 5	|     38722 |    1877    15328    50416 |    17748    15787     24 |  5.680 % |
7.42/7.70	c 8	|     58183 |    1877    15328    50416 |    19522    16943     24 |  5.680 % |
10.98/11.27	c 11	|     87376 |    1877    15328    50416 |    21475    15991     15 |  5.681 % |
16.64/16.94	c 17	|    131165 |    1876    15325    50410 |    23622    15726     19 |  5.731 % |
25.15/25.52	c 26	|    196849 |    1876    15325    50410 |    25985    20879     19 |  5.730 % |
37.43/37.95	c 38	|    295375 |    1876    15325    50410 |    28583    25103     18 |  5.731 % |
60.01/60.70	c 61	|    443165 |    1876    15325    50410 |    31441    22279     16 |  5.732 % |
97.16/98.28	c 98	|    664848 |    1876    15325    50410 |    34586    25604     18 |  5.730 % |
154.33/155.93	c 156	|    997374 |    1876    15325    50410 |    38044    31758     17 |  5.731 % |
240.89/243.30	c 243	|   1496163 |    1874    15314    50382 |    41849    21543     15 |  5.831 % |
381.75/385.58	c 386	|   2244346 |    1865    15230    50146 |    46034    28531     17 |  6.282 % |
631.27/637.43	c 638	|   3366621 |    1848    15062    49618 |    50637    17974     17 |  7.137 % |
842.65/850.80	c 851	===============================================================================
842.65/850.80	c 851	restarts              : 25
842.65/850.80	c 851	conflicts             : 4259871        (5067 /sec)
842.65/850.80	c 851	decisions             : 7992110        (1.44 % random) (9506 /sec)
842.65/850.80	c 851	propagations          : 390422117      (464394 /sec)
842.65/850.80	c 851	conflict literals     : 78228132       (31.09 % deleted)
842.65/850.80	c 851	Memory used           : 13.82 MB
842.65/850.80	c 851	CPU time              : 840.713 s
842.65/850.80	c 851	
842.65/850.80	c 851	UNSATISFIABLE
842.65/850.81	c 851	DECODING HOME/temp.out WITH HOME/temp.map
842.65/850.81	c 851	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
842.65/850.89	c 851	Decoding HOME/temp.out
842.68/850.92	s UNSATISFIABLE
842.68/850.92	c 851	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
842.68/850.98	c 851	CPU 842.65 (0.04 0 842.61 0.15)
842.68/850.98	c 851	END Wed Jul  2 01:39:27 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-1035940-1214954716/watcher-1035940-1214954716 -o /tmp/evaluation-result-1035940-1214954716/solver-1035940-1214954716 -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-1035940-1214954716.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: 1.92 1.98 1.92 4/81 20992
/proc/meminfo: memFree=1382200/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=12268 CPUtime=0
/proc/20992/stat : 20992 (sugar) R 20990 20992 19911 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974442992 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20992/statm: 3067 316 241 3 0 167 0

[startup+0.0501129 s]
/proc/loadavg: 1.92 1.98 1.92 4/81 20992
/proc/meminfo: memFree=1382200/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=0.03
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1974442992 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101317 s]
/proc/loadavg: 1.92 1.98 1.92 4/81 20992
/proc/meminfo: memFree=1382200/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=0.03
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974442992 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30178 s]
/proc/loadavg: 1.92 1.98 1.92 4/81 20992
/proc/meminfo: memFree=1382200/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=0.03
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974442992 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701864 s]
/proc/loadavg: 1.92 1.98 1.92 4/81 20992
/proc/meminfo: memFree=1382200/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=0.63
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 956 4723 0 1 3 0 57 3 16 0 1 0 1974442992 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 1.92 1.98 1.92 4/92 21014
/proc/meminfo: memFree=1374432/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=0.63
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 973 4723 0 1 3 0 57 3 15 0 1 0 1974442992 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 797 370 3 0 500 0
[pid=21005] ppid=20992 vsize=5356 CPUtime=0
/proc/21005/stat : 21005 (sh) S 20992 20992 19911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974443060 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21005/statm: 1339 233 193 169 0 50 0
[pid=21006] ppid=21005 vsize=864236 CPUtime=0.76
/proc/21006/stat : 21006 (java) S 21005 20992 19911 0 -1 0 6068 0 1 0 73 3 0 0 19 0 9 0 1974443060 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21006/statm: 216059 5352 2539 9 0 210634 0
[pid=21006/tid=21007] ppid=21005 vsize=864236 CPUtime=0.56
/proc/21006/task/21007/stat : 21007 (java) R 21005 20992 19911 0 -1 64 2617 0 1 0 55 1 0 0 19 0 9 0 1974443061 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 103215925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21008] ppid=21005 vsize=864236 CPUtime=0.1
/proc/21006/task/21008/stat : 21008 (java) S 21005 20992 19911 0 -1 64 2407 0 0 0 10 0 0 0 16 0 9 0 1974443063 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21009] ppid=21005 vsize=864236 CPUtime=0
/proc/21006/task/21009/stat : 21009 (java) S 21005 20992 19911 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974443063 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21010] ppid=21005 vsize=864236 CPUtime=0
/proc/21006/task/21010/stat : 21010 (java) S 21005 20992 19911 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974443063 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21011] ppid=21005 vsize=864236 CPUtime=0
/proc/21006/task/21011/stat : 21011 (java) S 21005 20992 19911 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974443067 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21012] ppid=21005 vsize=864236 CPUtime=0.08
/proc/21006/task/21012/stat : 21012 (java) S 21005 20992 19911 0 -1 64 352 0 0 0 8 0 0 0 16 0 9 0 1974443067 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21013] ppid=21005 vsize=864236 CPUtime=0
/proc/21006/task/21013/stat : 21013 (java) S 21005 20992 19911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974443068 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21006/tid=21014] ppid=21005 vsize=864236 CPUtime=0
/proc/21006/task/21014/stat : 21014 (java) S 21005 20992 19911 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1974443068 884977664 5352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883192

[startup+3.10232 s]
/proc/loadavg: 1.92 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1378144/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 15 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=4304 CPUtime=1.04
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 799 0 0 0 104 0 0 0 25 0 1 0 1974443196 4407296 785 996147200 134512640 135127466 4294956272 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 1076 785 75 150 0 923 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23260

[startup+6.30193 s]
/proc/loadavg: 1.93 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1375840/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=5368 CPUtime=4.22
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 1055 0 0 0 422 0 0 0 25 0 1 0 1974443196 5496832 1041 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 1342 1041 75 150 0 1189 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24324

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1375136/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=5632 CPUtime=10.55
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 1148 0 0 0 1055 0 0 0 25 0 1 0 1974443196 5767168 1134 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 1408 1134 75 150 0 1255 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24588

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1374112/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=6692 CPUtime=23.23
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 1413 0 0 0 2322 1 0 0 25 0 1 0 1974443196 6852608 1399 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 1673 1399 75 150 0 1520 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25648

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1373536/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=7412 CPUtime=48.59
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 1565 0 0 0 4858 1 0 0 25 0 1 0 1974443196 7589888 1551 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 1853 1551 75 150 0 1700 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 26368

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1371616/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=9004 CPUtime=99.3
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 1995 0 0 0 9929 1 0 0 25 0 1 0 1974443196 9220096 1981 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 2251 1981 75 150 0 2098 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 27960

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1370784/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=9800 CPUtime=158.74
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 2184 0 0 0 15872 2 0 0 25 0 1 0 1974443196 10035200 2170 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 2450 2170 75 150 0 2297 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 28756

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1370528/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=12356 CPUtime=574.77
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 2811 0 0 0 57474 3 0 0 25 0 1 0 1974443196 12652544 2797 996147200 134512640 135127466 4294956272 18446744073709551615 134528184 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3089 2797 75 150 0 2936 0
Current children cumulated CPU time (s) 576.69
Current children cumulated vsize (KiB) 31312

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1367528/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=12900 CPUtime=634.2
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 2945 0 0 0 63417 3 0 0 25 0 1 0 1974443196 13209600 2931 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3225 2931 75 150 0 3072 0
Current children cumulated CPU time (s) 636.12
Current children cumulated vsize (KiB) 31856

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1367016/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=13332 CPUtime=693.64
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3053 0 0 0 69361 3 0 0 25 0 1 0 1974443196 13651968 3039 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3333 3039 75 150 0 3180 0
Current children cumulated CPU time (s) 695.56
Current children cumulated vsize (KiB) 32288

[startup+762.306 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366696/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=13728 CPUtime=753.07
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3131 0 0 0 75304 3 0 0 25 0 1 0 1974443196 14057472 3117 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3432 3117 75 150 0 3279 0
Current children cumulated CPU time (s) 754.99
Current children cumulated vsize (KiB) 32684

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366248/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14012 CPUtime=812.5
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3223 0 0 0 81247 3 0 0 25 0 1 0 1974443196 14348288 3209 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3503 3209 75 150 0 3350 0
Current children cumulated CPU time (s) 814.42
Current children cumulated vsize (KiB) 32968

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

[startup+831.903 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366248/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14012 CPUtime=822.01
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3223 0 0 0 82198 3 0 0 25 0 1 0 1974443196 14348288 3209 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3503 3209 75 150 0 3350 0
Current children cumulated CPU time (s) 823.93
Current children cumulated vsize (KiB) 32968

[startup+844.702 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366248/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14152 CPUtime=834.69
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3230 0 0 0 83466 3 0 0 25 0 1 0 1974443196 14491648 3216 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3538 3216 75 150 0 3385 0
Current children cumulated CPU time (s) 836.61
Current children cumulated vsize (KiB) 33108

[startup+847.902 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366184/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14152 CPUtime=837.86
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3234 0 0 0 83783 3 0 0 25 0 1 0 1974443196 14491648 3220 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3538 3220 75 150 0 3385 0
Current children cumulated CPU time (s) 839.78
Current children cumulated vsize (KiB) 33108

[startup+849.502 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366120/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14152 CPUtime=839.44
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3234 0 0 0 83941 3 0 0 25 0 1 0 1974443196 14491648 3220 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3538 3220 75 150 0 3385 0
Current children cumulated CPU time (s) 841.36
Current children cumulated vsize (KiB) 33108

[startup+850.306 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366120/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14152 CPUtime=840.24
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3234 0 0 0 84021 3 0 0 25 0 1 0 1974443196 14491648 3220 996147200 134512640 135127466 4294956272 18446744073709551615 134533680 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3538 3220 75 150 0 3385 0
Current children cumulated CPU time (s) 842.16
Current children cumulated vsize (KiB) 33108

[startup+850.701 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366120/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=1.92
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1031 11862 0 2 4 0 179 9 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
[pid=21015] ppid=20992 vsize=5356 CPUtime=0
/proc/21015/stat : 21015 (sh) S 20992 20992 19911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974443195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21015/statm: 1339 232 193 169 0 50 0
[pid=21016] ppid=21015 vsize=14152 CPUtime=840.63
/proc/21016/stat : 21016 (minisat) R 21015 20992 19911 0 -1 4194304 3234 0 0 0 84060 3 0 0 25 0 1 0 1974443196 14491648 3220 996147200 134512640 135127466 4294956272 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/21016/statm: 3538 3220 75 150 0 3385 0
Current children cumulated CPU time (s) 842.55
Current children cumulated vsize (KiB) 33108

[startup+850.902 s]
/proc/loadavg: 1.99 1.98 1.92 3/84 21016
/proc/meminfo: memFree=1366120/2055920 swapFree=4180500/4192956
[pid=20992] ppid=20990 vsize=13600 CPUtime=842.68
/proc/20992/stat : 20992 (sugar) S 20990 20992 19911 0 -1 4194304 1089 15390 0 2 4 0 84251 13 16 0 1 0 1974442992 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20992/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 842.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 850.982
CPU time (s): 842.823
CPU user time (s): 842.656
CPU system time (s): 0.166974
CPU usage (%): 99.0412
Max. virtual memory (cumulated for all children) (KiB): 883304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 842.656
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20182
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= 1436
involuntary context switches= 19338

runsolver used 1.04084 second user time and 2.84957 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-02 01:25:16
IDJOB=1035940
IDBENCH=53425
IDSOLVER=346
FILE ID=node59/1035940-1214954716
PBS_JOBID= 7870216
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-3_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-1035940-1214954716/watcher-1035940-1214954716 -o /tmp/evaluation-result-1035940-1214954716/solver-1035940-1214954716 -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-1035940-1214954716.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f51f3f3c279702c67ea240949ebd644c
RANDOM SEED=68226250

node59.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.261
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.261
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:       1382680 kB
Buffers:         49124 kB
Cached:         528952 kB
SwapCached:       6384 kB
Active:          71412 kB
Inactive:       530620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382680 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          40060 kB
Slab:            56292 kB
Committed_AS:  3924924 kB
PageTables:       1960 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= 66548 MiB
End job on node59 at 2008-07-02 01:39:27