Trace number 1035958

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 1359.03 1359.51

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-2_ext.xml
MD5SUMf21ccc0da74fb345380c65d4914b72c4
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.043992
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:28:44 2008
0.00/0.04	c 0	PID 18735
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1035958-1214954924.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035958-1214954924.xml' 'HOME/temp.csp'
0.03/0.40	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	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.39/0.53	c 1	Parsing HOME/temp.csp
0.39/0.79	c 1	parsed 1385 expressions
0.39/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.80	c 1	Converting to clausal form CSP
0.39/0.82	c 1	converted 139 (10%) expressions
0.39/0.84	c 1	converted 277 (20%) expressions
0.39/0.86	c 1	converted 416 (30%) expressions
0.39/0.89	c 1	converted 554 (40%) expressions
0.39/0.91	c 1	converted 693 (50%) expressions
0.39/0.92	c 1	converted 831 (60%) expressions
0.39/0.99	c 1	converted 970 (70%) expressions
0.92/1.01	c 1	converted 1108 (80%) expressions
0.92/1.02	c 1	converted 1247 (90%) expressions
0.92/1.04	c 1	converted 1385 (100%) expressions
0.92/1.04	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.92/1.04	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.04	c 1	Propagation in CSP
0.92/1.04	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.04	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.92/1.04	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.10	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.92/1.10	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.16	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.02/1.16	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.02/1.17	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.02/1.17	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.02/1.17	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.02/1.17	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.02/1.17	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.02/1.17	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.02/1.17	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.02/1.17	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.12/1.22	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.12/1.25	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60500 bytes)
1.12/1.28	c 1	379 (30%) CSP clauses are encoded (5874 clauses, 92613 bytes)
1.21/1.31	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123689 bytes)
1.21/1.33	c 2	631 (50%) CSP clauses are encoded (9122 clauses, 153560 bytes)
1.21/1.37	c 2	757 (60%) CSP clauses are encoded (10782 clauses, 185279 bytes)
1.21/1.39	c 2	883 (70%) CSP clauses are encoded (12304 clauses, 213790 bytes)
1.31/1.42	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245649 bytes)
1.31/1.44	c 2	1135 (90%) CSP clauses are encoded (15672 clauses, 280209 bytes)
1.31/1.46	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317576 bytes)
1.31/1.46	c 2	1261 CSP clauses encoded
1.31/1.46	c 2	Writing map file : HOME/temp.map
1.31/1.47	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317576 bytes
1.31/1.47	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.50	c 2	SOLVING HOME/temp.cnf
1.39/1.50	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.50	c 2	This is MiniSat 2.0 beta
1.39/1.50	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.50	c 2	============================[ Problem Statistics ]=============================
1.39/1.50	c 2	|                                                                             |
1.39/1.50	c 2	|  Number of variables:  1990                                                 |
1.39/1.50	c 2	|  Number of clauses:    17532                                                |
1.39/1.51	c 2	|  Parsing time:         0.01         s                                       |
1.39/1.51	c 2	============================[ Search Statistics ]==============================
1.39/1.51	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.51	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.51	c 2	===============================================================================
1.39/1.51	c 2	|         0 |    1888    15423    50622 |     5141        0    nan |  0.000 % |
1.39/1.52	c 2	|       100 |    1888    15423    50622 |     5655      100     10 |  5.127 % |
1.39/1.53	c 2	|       251 |    1888    15423    50622 |     6220      251     11 |  5.128 % |
1.39/1.54	c 2	|       476 |    1888    15423    50622 |     6842      476     12 |  5.127 % |
1.39/1.55	c 2	|       814 |    1888    15423    50622 |     7526      814     14 |  5.127 % |
1.39/1.58	c 2	|      1322 |    1884    15382    50534 |     8279     1320     14 |  5.330 % |
1.40/1.61	c 2	|      2082 |    1884    15382    50534 |     9107     2080     16 |  5.329 % |
1.40/1.67	c 2	|      3223 |    1884    15382    50534 |    10018     3221     18 |  5.328 % |
1.40/1.78	c 2	|      4931 |    1884    15382    50534 |    11020     4929     19 |  5.328 % |
1.40/1.95	c 2	|      7493 |    1884    15382    50534 |    12122     7491     19 |  5.328 % |
2.08/2.22	c 2	|     11337 |    1884    15382    50534 |    13334    11335     19 |  5.329 % |
2.48/2.67	c 3	|     17103 |    1884    15382    50534 |    14667    10164     19 |  5.328 % |
3.28/3.45	c 4	|     25752 |    1884    15382    50534 |    16134    11081     22 |  5.328 % |
4.78/4.91	c 5	|     38726 |    1884    15382    50534 |    17748    15692     21 |  5.329 % |
6.68/6.85	c 7	|     58189 |    1884    15382    50534 |    19522    16841     18 |  5.330 % |
9.68/9.87	c 10	|     87382 |    1884    15382    50534 |    21475    15849     19 |  5.327 % |
14.37/14.58	c 15	|    131172 |    1879    15339    50442 |    23622    15386     17 |  5.580 % |
21.87/22.01	c 22	|    196856 |    1879    15339    50442 |    25985    20673     17 |  5.580 % |
34.37/34.55	c 35	|    295383 |    1879    15339    50442 |    28583    26360     19 |  5.580 % |
54.57/54.75	c 55	|    443173 |    1879    15339    50442 |    31441    22158     17 |  5.581 % |
88.16/88.33	c 89	|    664856 |    1879    15339    50442 |    34586    29715     24 |  5.580 % |
140.24/140.49	c 141	|    997381 |    1877    15328    50414 |    38044    24429     16 |  5.680 % |
225.23/225.44	c 226	|   1496169 |    1877    15328    50414 |    41849    20759     20 |  5.680 % |
356.28/356.57	c 357	|   2244351 |    1874    15314    50380 |    46034    21127     19 |  5.831 % |
571.33/571.64	c 572	|   3366625 |    1874    15314    50380 |    50637    26038     17 |  5.831 % |
957.32/957.79	c 958	|   5050036 |    1874    15314    50380 |    55701    22350     18 |  5.831 % |
1358.81/1359.37	c 1360	===============================================================================
1358.81/1359.37	c 1360	restarts              : 26
1358.81/1359.37	c 1360	conflicts             : 6769166        (4987 /sec)
1358.81/1359.37	c 1360	decisions             : 12286261       (1.43 % random) (9051 /sec)
1358.81/1359.37	c 1360	propagations          : 616078299      (453853 /sec)
1358.81/1359.37	c 1360	conflict literals     : 136870886      (28.97 % deleted)
1358.81/1359.37	c 1360	Memory used           : 16.36 MB
1358.81/1359.37	c 1360	CPU time              : 1357.44 s
1358.81/1359.37	c 1360	
1358.81/1359.37	c 1360	UNSATISFIABLE
1358.81/1359.38	c 1360	DECODING HOME/temp.out WITH HOME/temp.map
1358.81/1359.38	c 1360	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1358.91/1359.46	c 1360	Decoding HOME/temp.out
1358.91/1359.48	s UNSATISFIABLE
1358.91/1359.49	c 1360	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1359.01/1359.50	c 1360	CPU 1358.82 (0.03 0.01 1358.79 0.18)
1359.01/1359.50	c 1360	END Wed Jul  2 01:51:24 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-1035958-1214954924/watcher-1035958-1214954924 -o /tmp/evaluation-result-1035958-1214954924/solver-1035958-1214954924 -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-1035958-1214954924.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 2.05 2.01 4/81 18735
/proc/meminfo: memFree=1902696/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=12272 CPUtime=0
/proc/18735/stat : 18735 (sugar) R 18733 18735 17717 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1974442191 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 1 0 0
/proc/18735/statm: 3068 327 246 3 0 168 0

[startup+0.082518 s]
/proc/loadavg: 1.92 2.05 2.01 4/81 18735
/proc/meminfo: memFree=1902696/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=0.03
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1974442191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101907 s]
/proc/loadavg: 1.92 2.05 2.01 4/81 18735
/proc/meminfo: memFree=1902696/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=0.03
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1974442191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30193 s]
/proc/loadavg: 1.92 2.05 2.01 4/81 18735
/proc/meminfo: memFree=1902696/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=0.03
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1974442191 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701977 s]
/proc/loadavg: 1.92 2.05 2.01 4/81 18735
/proc/meminfo: memFree=1902696/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=0.39
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 973 4727 0 1 3 0 32 4 15 0 1 0 1974442191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 1.92 2.05 2.01 4/92 18757
/proc/meminfo: memFree=1889168/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=0.39
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 974 4727 0 1 3 0 32 4 15 0 1 0 1974442191 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 797 370 3 0 500 0
[pid=18748] ppid=18735 vsize=5356 CPUtime=0
/proc/18748/stat : 18748 (sh) S 18735 18735 17717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974442237 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18748/statm: 1339 233 193 169 0 50 0
[pid=18749] ppid=18748 vsize=0 CPUtime=1
/proc/18749/stat : 18749 (java) Z 18748 18735 17717 0 -1 12 6846 0 1 0 94 6 0 0 16 0 2 0 1974442237 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18749/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 18956

[startup+3.10226 s]
/proc/loadavg: 1.92 2.05 2.01 3/84 18759
/proc/meminfo: memFree=1897616/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 15 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=4464 CPUtime=1.58
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 866 0 0 0 158 0 0 0 25 0 1 0 1974442342 4571136 852 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 1116 852 75 150 0 963 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23420

[startup+6.30164 s]
/proc/loadavg: 1.93 2.05 2.00 3/84 18759
/proc/meminfo: memFree=1896208/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=5192 CPUtime=4.78
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 1010 0 0 0 478 0 0 0 25 0 1 0 1974442342 5316608 996 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 1298 996 75 150 0 1145 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 24148

[startup+12.7014 s]
/proc/loadavg: 1.94 2.05 2.00 3/84 18759
/proc/meminfo: memFree=1895440/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=5720 CPUtime=11.17
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 1178 0 0 0 1117 0 0 0 25 0 1 0 1974442342 5857280 1164 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 1430 1164 75 150 0 1277 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 24676

[startup+25.5019 s]
/proc/loadavg: 1.95 2.05 2.00 3/84 18759
/proc/meminfo: memFree=1894352/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=6512 CPUtime=23.97
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 1348 0 0 0 2397 0 0 0 25 0 1 0 1974442342 6668288 1334 996147200 134512640 135127466 4294956272 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 1628 1334 75 150 0 1475 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 25468

[startup+51.1019 s]
/proc/loadavg: 1.97 2.04 2.00 3/84 18759
/proc/meminfo: memFree=1892880/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=7740 CPUtime=49.57
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 1659 0 0 0 4956 1 0 0 25 0 1 0 1974442342 7925760 1645 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 1935 1645 75 150 0 1782 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 26696

[startup+102.307 s]
/proc/loadavg: 1.98 2.03 2.00 3/84 18759
/proc/meminfo: memFree=1890384/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=9340 CPUtime=100.76
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 2066 0 0 0 10075 1 0 0 25 0 1 0 1974442342 9564160 2052 996147200 134512640 135127466 4294956272 18446744073709551615 134521648 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 2335 2052 75 150 0 2182 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 28296

[startup+162.301 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 18759
/proc/meminfo: memFree=1889296/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=9888 CPUtime=160.73
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 2186 0 0 0 16072 1 0 0 25 0 1 0 1974442342 10125312 2172 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 2472 2172 75 150 0 2319 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 28844

[startup+222.301 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 18759
/proc/meminfo: memFree=1888592/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=10416 CPUtime=220.72
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 2343 0 0 0 22070 2 0 0 25 0 1 0 1974442342 10665984 2329 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 2604 2329 75 150 0 2451 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 29372

[startup+282.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/84 18759
/proc/meminfo: memFree=1887120/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0

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

/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16200 CPUtime=1120.48
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3728 0 0 0 112043 5 0 0 25 0 1 0 1974442342 16588800 3714 996147200 134512640 135127466 4294956272 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4050 3714 75 150 0 3897 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 35156

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1882064/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16200 CPUtime=1180.46
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3754 0 0 0 118041 5 0 0 25 0 1 0 1974442342 16588800 3740 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4050 3740 75 150 0 3897 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 35156

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881872/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16344 CPUtime=1240.44
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3788 0 0 0 124039 5 0 0 25 0 1 0 1974442342 16736256 3774 996147200 134512640 135127466 4294956272 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4086 3774 75 150 0 3933 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 35300

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881744/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16480 CPUtime=1300.43
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3822 0 0 0 130038 5 0 0 25 0 1 0 1974442342 16875520 3808 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4120 3808 75 150 0 3967 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 35436

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

[startup+1331.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1329.22
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 132917 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1330.62
Current children cumulated vsize (KiB) 35700

[startup+1343.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1342.01
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 134196 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1343.41
Current children cumulated vsize (KiB) 35700

[startup+1350.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1348.41
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 134836 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1349.81
Current children cumulated vsize (KiB) 35700

[startup+1353.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1351.61
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 135156 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1353.01
Current children cumulated vsize (KiB) 35700

[startup+1356.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1354.81
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 135476 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1356.21
Current children cumulated vsize (KiB) 35700

[startup+1358.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1356.41
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 135636 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1357.81
Current children cumulated vsize (KiB) 35700

[startup+1359.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 18761
/proc/meminfo: memFree=1881552/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1.4
/proc/18735/stat : 18735 (sugar) S 18733 18735 17717 0 -1 4194304 1031 11859 0 2 3 1 126 10 16 0 1 0 1974442191 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18735/statm: 3400 798 370 3 0 500 0
[pid=18758] ppid=18735 vsize=5356 CPUtime=0
/proc/18758/stat : 18758 (sh) S 18735 18735 17717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974442342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18758/statm: 1339 232 193 169 0 50 0
[pid=18759] ppid=18758 vsize=16744 CPUtime=1357.21
/proc/18759/stat : 18759 (minisat) R 18758 18735 17717 0 -1 4194304 3873 0 0 0 135716 5 0 0 25 0 1 0 1974442342 17145856 3859 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18759/statm: 4186 3859 75 150 0 4033 0
Current children cumulated CPU time (s) 1358.61
Current children cumulated vsize (KiB) 35700

[startup+1359.5 s]
/proc/loadavg: 1.99 2.00 2.00 2/90 18771
/proc/meminfo: memFree=1891872/2055920 swapFree=4180584/4192956
[pid=18735] ppid=18733 vsize=13600 CPUtime=1359.01
/proc/18735/stat : 18735 (sugar) R 18733 18735 17717 0 -1 4194304 1116 19663 0 3 3 1 135879 18 15 0 1 0 1974442191 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18735/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1359.01
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1359.51
CPU time (s): 1359.03
CPU user time (s): 1358.83
CPU system time (s): 0.202969
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 883352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1358.83
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20809
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= 1798
involuntary context switches= 28773

runsolver used 1.2818 second user time and 3.68144 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-02 01:28:44
IDJOB=1035958
IDBENCH=53426
IDSOLVER=346
FILE ID=node75/1035958-1214954924
PBS_JOBID= 7870185
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f21ccc0da74fb345380c65d4914b72c4
RANDOM SEED=1848883147

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1903176 kB
Buffers:         10416 kB
Cached:          55752 kB
SwapCached:       6320 kB
Active:          67900 kB
Inactive:        23708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903176 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          41584 kB
Slab:            46196 kB
Committed_AS:  4074396 kB
PageTables:       1924 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= 66536 MiB
End job on node75 at 2008-07-02 01:51:24