Trace number 1035850

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 690.887 697.481

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-1_ext.xml
MD5SUM548e1e41090fd4d73bc3a06ddb34a1a7
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.05	c 0	BEGIN Wed Jul  2 01:12:12 2008
0.00/0.05	c 0	PID 16020
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035850-1214953932.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-1035850-1214953932.xml' 'HOME/temp.csp'
0.03/0.60	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.71	c 1	Parsing HOME/temp.csp
0.56/0.88	c 1	parsed 1385 expressions
0.56/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.88	c 1	Converting to clausal form CSP
0.56/0.91	c 1	converted 139 (10%) expressions
0.56/0.93	c 1	converted 277 (20%) expressions
0.56/0.96	c 1	converted 416 (30%) expressions
0.56/0.98	c 1	converted 554 (40%) expressions
0.56/1.00	c 1	converted 693 (50%) expressions
0.56/1.02	c 1	converted 831 (60%) expressions
1.00/1.10	c 1	converted 970 (70%) expressions
1.00/1.12	c 1	converted 1108 (80%) expressions
1.00/1.14	c 1	converted 1247 (90%) expressions
1.00/1.15	c 1	converted 1385 (100%) expressions
1.00/1.16	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.00/1.16	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.16	c 1	Propagation in CSP
1.11/1.22	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.22	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.22	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.22	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.22	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.22	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.29	c 2	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.20/1.30	c 2	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.20/1.30	c 2	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.20/1.30	c 2	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.20/1.30	c 2	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.20/1.31	c 2	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.20/1.31	c 2	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.20/1.31	c 2	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.20/1.31	c 2	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.20/1.31	c 2	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.20/1.36	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.29/1.40	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60656 bytes)
1.29/1.43	c 2	379 (30%) CSP clauses are encoded (5874 clauses, 92717 bytes)
1.29/1.46	c 2	505 (40%) CSP clauses are encoded (7510 clauses, 123515 bytes)
1.29/1.49	c 2	631 (50%) CSP clauses are encoded (9098 clauses, 153307 bytes)
1.39/1.52	c 2	757 (60%) CSP clauses are encoded (10734 clauses, 184591 bytes)
1.39/1.55	c 2	883 (70%) CSP clauses are encoded (12300 clauses, 213716 bytes)
1.39/1.58	c 2	1009 (80%) CSP clauses are encoded (13908 clauses, 244736 bytes)
1.49/1.60	c 2	1135 (90%) CSP clauses are encoded (15672 clauses, 280265 bytes)
1.49/1.63	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317632 bytes)
1.49/1.63	c 2	1261 CSP clauses encoded
1.49/1.63	c 2	Writing map file : HOME/temp.map
1.49/1.64	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.64	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317632 bytes
1.49/1.64	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.68	c 2	SOLVING HOME/temp.cnf
1.49/1.68	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.68	c 2	This is MiniSat 2.0 beta
1.49/1.68	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.68	c 2	============================[ Problem Statistics ]=============================
1.49/1.68	c 2	|                                                                             |
1.49/1.69	c 2	|  Number of variables:  1990                                                 |
1.49/1.69	c 2	|  Number of clauses:    17532                                                |
1.49/1.69	c 2	|  Parsing time:         0.01         s                                       |
1.49/1.70	c 2	============================[ Search Statistics ]==============================
1.49/1.70	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.70	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.70	c 2	===============================================================================
1.49/1.70	c 2	|         0 |    1888    15423    50624 |     5141        0    nan |  0.000 % |
1.57/1.70	c 2	|       100 |    1888    15423    50624 |     5655      100     10 |  5.127 % |
1.57/1.71	c 2	|       251 |    1888    15423    50624 |     6220      251     13 |  5.128 % |
1.57/1.72	c 2	|       476 |    1888    15423    50624 |     6842      476     14 |  5.128 % |
1.57/1.74	c 2	|       813 |    1888    15423    50624 |     7526      813     15 |  5.128 % |
1.57/1.76	c 2	|      1321 |    1888    15423    50624 |     8279     1321     15 |  5.127 % |
1.57/1.80	c 2	|      2080 |    1888    15423    50624 |     9107     2080     15 |  5.127 % |
1.57/1.87	c 2	|      3220 |    1888    15423    50624 |    10018     3220     19 |  5.129 % |
1.57/1.98	c 2	|      4929 |    1888    15423    50624 |    11020     4929     19 |  5.127 % |
1.57/2.14	c 2	|      7491 |    1888    15423    50624 |    12122     7491     19 |  5.127 % |
2.26/2.44	c 3	|     11335 |    1888    15423    50624 |    13334    11335     19 |  5.128 % |
2.76/2.92	c 3	|     17102 |    1888    15423    50624 |    14667    10303     19 |  5.127 % |
3.45/3.66	c 4	|     25751 |    1884    15382    50536 |    16134    11405     20 |  5.329 % |
4.74/4.92	c 5	|     38725 |    1879    15339    50444 |    17748    16063     17 |  5.580 % |
6.92/7.17	c 7	|     58189 |    1879    15339    50444 |    19522    17208     24 |  5.580 % |
10.29/10.56	c 11	|     87382 |    1879    15339    50444 |    21475    16105     22 |  5.580 % |
15.84/16.15	c 16	|    131171 |    1879    15339    50444 |    23622    15837     17 |  5.580 % |
23.96/24.32	c 25	|    196855 |    1879    15339    50444 |    25985    21118     18 |  5.580 % |
37.73/38.28	c 39	|    295381 |    1879    15339    50444 |    28583    13593     16 |  5.580 % |
59.72/60.44	c 61	|    443173 |    1877    15328    50416 |    31441    25767     15 |  5.680 % |
97.36/98.43	c 99	|    664856 |    1877    15328    50416 |    34586    24501     18 |  5.680 % |
153.54/155.11	c 155	|    997383 |    1877    15328    50416 |    38044    26238     16 |  5.681 % |
241.71/244.17	c 244	|   1496171 |    1869    15272    50292 |    41849    30237     17 |  6.083 % |
389.92/393.78	c 394	|   2244354 |    1869    15272    50292 |    46034    27939     17 |  6.080 % |
623.71/629.76	c 630	|   3366628 |    1853    15106    49766 |    50637    20577     17 |  6.888 % |
690.70/697.34	c 698	===============================================================================
690.70/697.34	c 698	restarts              : 25
690.70/697.34	c 698	conflicts             : 3668705        (5324 /sec)
690.70/697.34	c 698	decisions             : 6939184        (1.44 % random) (10069 /sec)
690.70/697.34	c 698	propagations          : 334860924      (485913 /sec)
690.70/697.34	c 698	conflict literals     : 67533959       (29.89 % deleted)
690.70/697.34	c 698	Memory used           : 12.80 MB
690.70/697.34	c 698	CPU time              : 689.138 s
690.70/697.34	c 698	
690.70/697.34	c 698	UNSATISFIABLE
690.70/697.35	c 698	DECODING HOME/temp.out WITH HOME/temp.map
690.70/697.35	c 698	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
690.77/697.44	c 698	Decoding HOME/temp.out
690.77/697.47	s UNSATISFIABLE
690.77/697.47	c 698	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
690.77/697.48	c 698	CPU 690.67 (0.03 0.01 690.64 0.18)
690.77/697.48	c 698	END Wed Jul  2 01:23:50 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-1035850-1214953932/watcher-1035850-1214953932 -o /tmp/evaluation-result-1035850-1214953932/solver-1035850-1214953932 -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-1035850-1214953932.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.94 4/74 16020
/proc/meminfo: memFree=1912672/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=12268 CPUtime=0
/proc/16020/stat : 16020 (sugar) R 16018 16020 15502 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974367022 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16020/statm: 3067 316 241 3 0 167 0

[startup+0.109017 s]
/proc/loadavg: 2.00 2.00 1.94 4/74 16020
/proc/meminfo: memFree=1912672/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974367022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202023 s]
/proc/loadavg: 2.00 2.00 1.94 4/74 16020
/proc/meminfo: memFree=1912672/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974367022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301011 s]
/proc/loadavg: 2.00 2.00 1.94 4/74 16020
/proc/meminfo: memFree=1912672/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.03
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974367022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701041 s]
/proc/loadavg: 2.00 2.00 1.94 4/74 16020
/proc/meminfo: memFree=1912672/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.56
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 956 4728 0 1 3 0 50 3 16 0 1 0 1974367022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50109 s]
/proc/loadavg: 2.08 2.02 1.95 4/85 16042
/proc/meminfo: memFree=1899272/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=0.56
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 974 4728 0 1 3 0 50 3 15 0 1 0 1974367022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 797 370 3 0 500 0
[pid=16033] ppid=16020 vsize=5356 CPUtime=0
/proc/16033/stat : 16033 (sh) S 16020 16020 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974367086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16033/statm: 1339 233 193 169 0 50 0
[pid=16034] ppid=16033 vsize=864244 CPUtime=0.83
/proc/16034/stat : 16034 (java) S 16033 16020 15502 0 -1 0 6793 0 1 0 79 4 0 0 18 0 9 0 1974367087 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16034/statm: 216061 6013 2565 9 0 210608 0
[pid=16034/tid=16035] ppid=16033 vsize=864244 CPUtime=0.45
/proc/16034/task/16035/stat : 16035 (java) R 16033 16020 15502 0 -1 64 2718 0 1 0 43 2 0 0 19 0 9 0 1974367088 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4126614316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16036] ppid=16033 vsize=864244 CPUtime=0.24
/proc/16034/task/16036/stat : 16036 (java) S 16033 16020 15502 0 -1 64 3020 0 0 0 23 1 0 0 16 0 9 0 1974367089 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16037] ppid=16033 vsize=864244 CPUtime=0
/proc/16034/task/16037/stat : 16037 (java) S 16033 16020 15502 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974367089 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16038] ppid=16033 vsize=864244 CPUtime=0
/proc/16034/task/16038/stat : 16038 (java) S 16033 16020 15502 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974367089 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16039] ppid=16033 vsize=864244 CPUtime=0
/proc/16034/task/16039/stat : 16039 (java) S 16033 16020 15502 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1974367091 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16040] ppid=16033 vsize=864244 CPUtime=0.12
/proc/16034/task/16040/stat : 16040 (java) S 16033 16020 15502 0 -1 64 362 0 0 0 12 0 0 0 16 0 9 0 1974367091 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16041] ppid=16033 vsize=864244 CPUtime=0
/proc/16034/task/16041/stat : 16041 (java) S 16033 16020 15502 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974367091 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16034/tid=16042] ppid=16033 vsize=864244 CPUtime=0
/proc/16034/task/16042/stat : 16042 (java) S 16033 16020 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974367091 884985856 6013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883200

[startup+3.10119 s]
/proc/loadavg: 2.08 2.02 1.95 3/77 16044
/proc/meminfo: memFree=1907848/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 15 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=4256 CPUtime=1.39
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 781 0 0 0 139 0 0 0 25 0 1 0 1974367191 4358144 767 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 1064 767 75 150 0 911 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23212

[startup+6.30239 s]
/proc/loadavg: 2.07 2.02 1.95 3/77 16044
/proc/meminfo: memFree=1906440/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=5408 CPUtime=4.56
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 1066 0 0 0 456 0 0 0 25 0 1 0 1974367191 5537792 1052 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 1352 1052 75 150 0 1199 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24364

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 1.95 3/77 16044
/proc/meminfo: memFree=1905416/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=5940 CPUtime=10.9
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 1219 0 0 0 1089 1 0 0 25 0 1 0 1974367191 6082560 1205 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 1485 1205 75 150 0 1332 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24896

[startup+25.5026 s]
/proc/loadavg: 2.05 2.01 1.95 3/77 16044
/proc/meminfo: memFree=1904840/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=6472 CPUtime=23.57
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 1357 0 0 0 2356 1 0 0 25 0 1 0 1974367191 6627328 1343 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 1618 1343 75 150 0 1465 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 25428

[startup+51.1022 s]
/proc/loadavg: 2.03 2.01 1.95 3/77 16044
/proc/meminfo: memFree=1903624/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=7296 CPUtime=48.93
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 1554 0 0 0 4892 1 0 0 25 0 1 0 1974367191 7471104 1540 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 1824 1540 75 150 0 1671 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 26252

[startup+102.302 s]
/proc/loadavg: 2.01 2.01 1.95 3/77 16044
/proc/meminfo: memFree=1901640/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=9144 CPUtime=99.66
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2005 0 0 0 9964 2 0 0 25 0 1 0 1974367191 9363456 1991 996147200 134512640 135127466 4294956272 18446744073709551615 134530852 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 2286 1991 75 150 0 2133 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 28100

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 16044
/proc/meminfo: memFree=1901000/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=9540 CPUtime=159.1
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2114 0 0 0 15908 2 0 0 25 0 1 0 1974367191 9768960 2100 996147200 134512640 135127466 4294956272 18446744073709551615 134521697 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 2385 2100 75 150 0 2232 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 28496

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 16044
/proc/meminfo: memFree=1900744/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=12180 CPUtime=515.75
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2755 0 0 0 51572 3 0 0 25 0 1 0 1974367191 12472320 2741 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3045 2741 75 150 0 2892 0
Current children cumulated CPU time (s) 517.32
Current children cumulated vsize (KiB) 31136

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 1.97 3/77 16044
/proc/meminfo: memFree=1896520/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=12708 CPUtime=575.18
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2870 0 0 0 57515 3 0 0 25 0 1 0 1974367191 13012992 2856 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3177 2856 75 150 0 3024 0
Current children cumulated CPU time (s) 576.75
Current children cumulated vsize (KiB) 31664

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/77 16044
/proc/meminfo: memFree=1896328/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=12708 CPUtime=634.63
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2895 0 0 0 63460 3 0 0 25 0 1 0 1974367191 13012992 2881 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3177 2881 75 150 0 3024 0
Current children cumulated CPU time (s) 636.2
Current children cumulated vsize (KiB) 31664

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

[startup+665.607 s]
/proc/loadavg: 2.00 2.02 1.97 3/77 16044
/proc/meminfo: memFree=1895880/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=657.72
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2972 0 0 0 65768 4 0 0 25 0 1 0 1974367191 13422592 2958 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2958 75 150 0 3124 0
Current children cumulated CPU time (s) 659.29
Current children cumulated vsize (KiB) 32064

[startup+678.402 s]
/proc/loadavg: 2.00 2.01 1.97 3/77 16044
/proc/meminfo: memFree=1895560/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=670.4
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2976 0 0 0 67036 4 0 0 25 0 1 0 1974367191 13422592 2962 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2962 75 150 0 3124 0
Current children cumulated CPU time (s) 671.97
Current children cumulated vsize (KiB) 32064

[startup+691.202 s]
/proc/loadavg: 2.00 2.01 1.97 3/77 16044
/proc/meminfo: memFree=1895560/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=683.08
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2976 0 0 0 68304 4 0 0 25 0 1 0 1974367191 13422592 2962 996147200 134512640 135127466 4294956272 18446744073709551615 134527909 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2962 75 150 0 3124 0
Current children cumulated CPU time (s) 684.65
Current children cumulated vsize (KiB) 32064

[startup+694.402 s]
/proc/loadavg: 2.00 2.01 1.97 3/77 16044
/proc/meminfo: memFree=1895560/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=686.25
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2976 0 0 0 68621 4 0 0 25 0 1 0 1974367191 13422592 2962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2962 75 150 0 3124 0
Current children cumulated CPU time (s) 687.82
Current children cumulated vsize (KiB) 32064

[startup+696.002 s]
/proc/loadavg: 2.00 2.01 1.97 3/77 16044
/proc/meminfo: memFree=1895560/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=687.84
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2976 0 0 0 68780 4 0 0 25 0 1 0 1974367191 13422592 2962 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2962 75 150 0 3124 0
Current children cumulated CPU time (s) 689.41
Current children cumulated vsize (KiB) 32064

[startup+696.802 s]
/proc/loadavg: 2.00 2.01 1.97 3/77 16044
/proc/meminfo: memFree=1895560/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=688.63
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2976 0 0 0 68859 4 0 0 25 0 1 0 1974367191 13422592 2962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2962 75 150 0 3124 0
Current children cumulated CPU time (s) 690.2
Current children cumulated vsize (KiB) 32064

[startup+697.202 s]
/proc/loadavg: 2.00 2.01 1.97 3/77 16044
/proc/meminfo: memFree=1895560/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=1.57
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1031 11855 0 2 3 1 143 10 16 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16043] ppid=16020 vsize=5356 CPUtime=0
/proc/16043/stat : 16043 (sh) S 16020 16020 15502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974367191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16043/statm: 1339 232 193 169 0 50 0
[pid=16044] ppid=16043 vsize=13108 CPUtime=689.03
/proc/16044/stat : 16044 (minisat) R 16043 16020 15502 0 -1 4194304 2976 0 0 0 68899 4 0 0 25 0 1 0 1974367191 13422592 2962 996147200 134512640 135127466 4294956272 18446744073709551615 134531439 0 0 4096 3 0 0 0 17 1 0 0
/proc/16044/statm: 3277 2962 75 150 0 3124 0
Current children cumulated CPU time (s) 690.6
Current children cumulated vsize (KiB) 32064

[startup+697.402 s]
/proc/loadavg: 2.00 2.01 1.97 3/81 16050
/proc/meminfo: memFree=1904296/2055920 swapFree=4180440/4192956
[pid=16020] ppid=16018 vsize=13600 CPUtime=690.74
/proc/16020/stat : 16020 (sugar) S 16018 16020 15502 0 -1 4194304 1070 15125 0 2 3 1 69056 14 17 0 1 0 1974367022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16020/statm: 3400 798 370 3 0 500 0
[pid=16045] ppid=16020 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 16020 16020 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974436758 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16045/statm: 1339 233 193 169 0 50 0
[pid=16046] ppid=16045 vsize=859832 CPUtime=0.03
/proc/16046/stat : 16046 (java) S 16045 16020 15502 0 -1 0 1924 0 1 0 1 2 0 0 18 0 5 0 1974436758 880467968 1526 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16046/statm: 214958 1526 869 9 0 209937 0
[pid=16046/tid=16047] ppid=16045 vsize=859832 CPUtime=0.02
/proc/16046/task/16047/stat : 16047 (java) R 16045 16020 15502 0 -1 64 1231 0 1 0 1 1 0 0 17 0 5 0 1974436760 880467968 1526 996147200 134512640 134550740 4294956000 18446744073709551615 4125970289 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=16046/tid=16048] ppid=16045 vsize=859832 CPUtime=0
/proc/16046/task/16048/stat : 16048 (java) S 16045 16020 15502 0 -1 64 4 0 0 0 0 0 0 0 19 0 5 0 1974436761 880467968 1526 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=16046/tid=16049] ppid=16045 vsize=859832 CPUtime=0
/proc/16046/task/16049/stat : 16049 (java) S 16045 16020 15502 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 1974436761 880467968 1526 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=16046/tid=16050] ppid=16045 vsize=859832 CPUtime=0
/proc/16046/task/16050/stat : 16050 (java) S 16045 16020 15502 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 1974436761 880467968 1526 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 690.77
Current children cumulated vsize (KiB) 878788

Child status: 0
Real time (s): 697.481
CPU time (s): 690.887
CPU user time (s): 690.689
CPU system time (s): 0.197969
CPU usage (%): 99.0546
Max. virtual memory (cumulated for all children) (KiB): 883332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 690.689
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19902
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= 1963
involuntary context switches= 16743

runsolver used 0.733888 second user time and 2.45563 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-02 01:12:12
IDJOB=1035850
IDBENCH=53420
IDSOLVER=346
FILE ID=node29/1035850-1214953932
PBS_JOBID= 7870275
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 548e1e41090fd4d73bc3a06ddb34a1a7
RANDOM SEED=345967251

node29.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.220
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.220
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:       1913216 kB
Buffers:          5096 kB
Cached:          60560 kB
SwapCached:       6492 kB
Active:          53240 kB
Inactive:        30572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913216 kB
SwapTotal:     4192956 kB
SwapFree:      4180440 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          25120 kB
Slab:            43928 kB
Committed_AS:  3264972 kB
PageTables:       2024 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= 66540 MiB
End job on node29 at 2008-07-02 01:23:50