Trace number 1098470

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+minisatSAT 819.584 823.682

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-49_ext.xml
MD5SUMb4935a075c43176651d5117b970f2bbc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.8295
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
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 Sat Jul  5 20:51:06 2008
0.00/0.04	c 0	PID 9146
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1098470-1215283866.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-1098470-1215283866.xml' 'HOME/temp.csp'
0.03/0.53	c 0	1 domains, 40 variables, 0 predicates, 348 relations, 348 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 0	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.52/0.64	c 1	Parsing HOME/temp.csp
1.03/1.14	c 1	parsed 737 expressions
1.03/1.14	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.14	c 1	Converting to clausal form CSP
1.03/1.17	c 1	converted 74 (10%) expressions
1.03/1.17	c 1	converted 148 (20%) expressions
1.03/1.17	c 1	converted 222 (30%) expressions
1.03/1.17	c 1	converted 295 (40%) expressions
1.03/1.18	c 1	converted 369 (50%) expressions
1.12/1.25	c 1	converted 443 (60%) expressions
1.12/1.27	c 1	converted 516 (70%) expressions
1.12/1.29	c 1	converted 590 (80%) expressions
1.23/1.31	c 1	converted 664 (90%) expressions
1.23/1.32	c 1	converted 737 (100%) expressions
1.23/1.32	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.23/1.32	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.32	c 1	Propagation in CSP
1.23/1.32	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.33	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.23/1.33	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.33	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.23/1.33	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.37	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.23/1.38	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.23/1.38	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.23/1.38	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.23/1.38	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.23/1.38	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.23/1.38	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.23/1.39	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.23/1.39	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.23/1.39	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.33/1.44	c 1	35 (10%) CSP clauses are encoded (3015 clauses, 45221 bytes)
1.33/1.46	c 1	70 (20%) CSP clauses are encoded (5013 clauses, 78912 bytes)
1.33/1.47	c 1	105 (30%) CSP clauses are encoded (7256 clauses, 119207 bytes)
1.33/1.49	c 1	140 (40%) CSP clauses are encoded (9516 clauses, 161539 bytes)
1.42/1.50	c 1	174 (50%) CSP clauses are encoded (11652 clauses, 201638 bytes)
1.42/1.52	c 1	209 (60%) CSP clauses are encoded (13832 clauses, 242495 bytes)
1.42/1.53	c 1	244 (70%) CSP clauses are encoded (15998 clauses, 283099 bytes)
1.42/1.54	c 1	279 (80%) CSP clauses are encoded (18358 clauses, 327332 bytes)
1.42/1.56	c 1	314 (90%) CSP clauses are encoded (20486 clauses, 367241 bytes)
1.42/1.57	c 1	348 (100%) CSP clauses are encoded (22623 clauses, 407470 bytes)
1.42/1.57	c 1	348 CSP clauses encoded
1.42/1.57	c 1	Writing map file : HOME/temp.map
1.42/1.57	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.57	c 1	SAT : 720 SAT variables, 22623 SAT clauses, 407470 bytes
1.42/1.57	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.62	c 1	SOLVING HOME/temp.cnf
1.49/1.62	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.62	c 1	This is MiniSat 2.0 beta
1.49/1.62	c 1	WARNING: for repeatability, setting FPU to use double precision
1.49/1.62	c 1	============================[ Problem Statistics ]=============================
1.49/1.62	c 1	|                                                                             |
1.49/1.62	c 1	|  Number of variables:  720                                                  |
1.49/1.62	c 1	|  Number of clauses:    22623                                                |
1.49/1.63	c 2	|  Parsing time:         0.01         s                                       |
1.49/1.63	c 2	============================[ Search Statistics ]==============================
1.49/1.63	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.63	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.63	c 2	===============================================================================
1.49/1.63	c 2	|         0 |     720    22623    83077 |     7541        0    nan |  0.000 % |
1.49/1.65	c 2	|       100 |     720    22623    83077 |     8295      100     12 |  0.000 % |
1.49/1.66	c 2	|       251 |     720    22623    83077 |     9124      251     11 |  0.007 % |
1.49/1.69	c 2	|       476 |     720    22623    83077 |    10037      476     11 |  0.007 % |
1.50/1.73	c 2	|       813 |     720    22623    83077 |    11040      813     11 |  0.005 % |
1.50/1.78	c 2	|      1320 |     720    22623    83077 |    12144     1320     12 |  0.007 % |
1.50/1.87	c 2	|      2079 |     720    22623    83077 |    13359     2079     12 |  0.003 % |
1.50/2.01	c 2	|      3218 |     720    22623    83077 |    14695     3218     13 |  0.003 % |
2.07/2.24	c 2	|      4926 |     720    22623    83077 |    16164     4926     13 |  0.007 % |
2.46/2.60	c 2	|      7489 |     720    22623    83077 |    17781     7489     14 |  0.007 % |
3.06/3.23	c 3	|     11334 |     720    22623    83077 |    19559    11334     14 |  0.007 % |
4.16/4.32	c 4	|     17100 |     720    22623    83077 |    21515    17100     14 |  0.007 % |
5.75/5.96	c 6	|     25750 |     720    22623    83077 |    23666    14903     15 |  0.007 % |
8.43/8.66	c 9	|     38725 |     720    22623    83077 |    26033    15965     15 |  0.007 % |
12.91/13.11	c 13	|     58186 |     720    22623    83077 |    28636    22034     16 |  0.007 % |
19.87/20.14	c 20	|     87378 |     720    22623    83077 |    31500    19530     16 |  0.007 % |
31.43/31.73	c 32	|    131167 |     720    22623    83077 |    34650    26771     18 |  0.008 % |
49.63/50.09	c 50	|    196851 |     720    22623    83077 |    38115    29959     16 |  0.010 % |
76.90/77.47	c 77	|    295377 |     719    22551    82871 |    41927    16788     20 |  0.140 % |
121.19/121.98	c 122	|    443166 |     719    22551    82871 |    46120    22611     19 |  0.142 % |
192.64/193.73	c 194	|    664849 |     719    22551    82871 |    50732    16841     20 |  0.141 % |
305.30/306.93	c 307	|    997374 |     719    22551    82871 |    55805    17536     19 |  0.140 % |
485.12/487.65	c 488	|   1496164 |     719    22551    82871 |    61385    24093     19 |  0.143 % |
778.11/782.02	c 782	|   2244346 |     719    22551    82871 |    67524    30625     20 |  0.141 % |
819.41/823.51	c 823	===============================================================================
819.41/823.51	c 823	restarts              : 24
819.41/823.51	c 823	conflicts             : 2346708        (2869 /sec)
819.41/823.51	c 823	decisions             : 2845434        (1.38 % random) (3479 /sec)
819.41/823.51	c 823	propagations          : 265147240      (324183 /sec)
819.41/823.51	c 823	conflict literals     : 46234837       (34.63 % deleted)
819.41/823.51	c 823	Memory used           : 16.43 MB
819.41/823.51	c 823	CPU time              : 817.894 s
819.41/823.51	c 823	
819.41/823.51	c 823	SATISFIABLE
819.41/823.51	c 823	DECODING HOME/temp.out WITH HOME/temp.map
819.41/823.51	c 823	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
819.44/823.60	c 823	Decoding HOME/temp.out
819.44/823.63	s SATISFIABLE
819.44/823.63	v 10 18 16 13 14 16 8 5 1 13 7 9 4 11 17 17 5 13 12 18 1 5 13 13 1 17 13 15 9 16 0 3 4 16 2 18 9 6 15 15
819.44/823.64	c 824	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
819.44/823.68	c 824	CPU 819.4 (0.03 0.01 819.37 0.15)
819.44/823.68	c 824	END Sat Jul  5 21:04:50 2008

Verifier Data (download as text)

OK

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-1098470-1215283866/watcher-1098470-1215283866 -o /tmp/evaluation-result-1098470-1215283866/solver-1098470-1215283866 -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-1098470-1215283866.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 2.00 4/72 9146
/proc/meminfo: memFree=1734920/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=12268 CPUtime=0
/proc/9146/stat : 9146 (sugar) R 9144 9146 8266 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140056706 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 0 0 0
/proc/9146/statm: 3067 316 241 3 0 167 0

[startup+0.070193 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9146
/proc/meminfo: memFree=1734920/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=0.03
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 140056706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102192 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9146
/proc/meminfo: memFree=1734920/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=0.03
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 140056706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301212 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9146
/proc/meminfo: memFree=1734920/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=0.03
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 140056706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702255 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9146
/proc/meminfo: memFree=1734920/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=0.52
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 973 4750 0 1 3 1 44 4 15 0 1 0 140056706 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 9168
/proc/meminfo: memFree=1725808/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=0.52
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 974 4750 0 1 3 1 44 4 15 0 1 0 140056706 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 797 370 3 0 500 0
[pid=9159] ppid=9146 vsize=5356 CPUtime=0
/proc/9159/stat : 9159 (sh) S 9146 9146 8266 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140056764 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9159/statm: 1339 233 193 169 0 50 0
[pid=9160] ppid=9159 vsize=864448 CPUtime=0.9
/proc/9160/stat : 9160 (java) S 9159 9146 8266 0 -1 0 6767 0 1 0 87 3 0 0 18 0 9 0 140056764 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9160/statm: 216112 6020 2563 9 0 210659 0
[pid=9160/tid=9161] ppid=9159 vsize=864448 CPUtime=0.62
/proc/9160/task/9161/stat : 9161 (java) R 9159 9146 8266 0 -1 64 2710 0 1 0 60 2 0 0 18 0 9 0 140056765 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4126591876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9162] ppid=9159 vsize=864448 CPUtime=0.15
/proc/9160/task/9162/stat : 9162 (java) S 9159 9146 8266 0 -1 64 3004 0 0 0 15 0 0 0 16 0 9 0 140056766 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9163] ppid=9159 vsize=864448 CPUtime=0
/proc/9160/task/9163/stat : 9163 (java) S 9159 9146 8266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140056766 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9164] ppid=9159 vsize=864448 CPUtime=0
/proc/9160/task/9164/stat : 9164 (java) S 9159 9146 8266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140056766 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9165] ppid=9159 vsize=864448 CPUtime=0
/proc/9160/task/9165/stat : 9165 (java) S 9159 9146 8266 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140056768 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9166] ppid=9159 vsize=864448 CPUtime=0.11
/proc/9160/task/9166/stat : 9166 (java) S 9159 9146 8266 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 140056768 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9167] ppid=9159 vsize=864448 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9159 9146 8266 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140056768 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9160/tid=9168] ppid=9159 vsize=864448 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9159 9146 8266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140056768 885194752 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883404

[startup+3.1015 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9170
/proc/meminfo: memFree=1730032/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 15 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=3868 CPUtime=1.46
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 724 0 0 0 146 0 0 0 25 0 1 0 140056869 3960832 710 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 967 710 75 150 0 814 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22824

[startup+6.30183 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9170
/proc/meminfo: memFree=1728304/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=4988 CPUtime=4.65
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 991 0 0 0 465 0 0 0 25 0 1 0 140056869 5107712 977 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 1247 977 75 150 0 1094 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23944

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9170
/proc/meminfo: memFree=1727408/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=5648 CPUtime=11.01
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 1179 0 0 0 1101 0 0 0 25 0 1 0 140056869 5783552 1165 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 1412 1165 75 150 0 1259 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 24604

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9170
/proc/meminfo: memFree=1726448/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=6608 CPUtime=23.75
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 1409 0 0 0 2375 0 0 0 25 0 1 0 140056869 6766592 1395 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 1652 1395 75 150 0 1499 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 25564

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9170
/proc/meminfo: memFree=1725616/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=7412 CPUtime=49.23
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 1611 0 0 0 4922 1 0 0 25 0 1 0 140056869 7589888 1597 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 1853 1597 75 150 0 1700 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 26368

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9172
/proc/meminfo: memFree=1724080/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=9236 CPUtime=100.19
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 2037 0 0 0 10017 2 0 0 25 0 1 0 140056869 9457664 2023 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 2309 2023 75 150 0 2156 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 28192

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9172
/proc/meminfo: memFree=1722608/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=10588 CPUtime=159.9
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 2367 0 0 0 15988 2 0 0 25 0 1 0 140056869 10842112 2353 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 2647 2353 75 150 0 2494 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 29544

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9172
/proc/meminfo: memFree=1721776/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=13204 CPUtime=339.03
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3017 0 0 0 33901 2 0 0 25 0 1 0 140056869 13520896 3003 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 3301 3003 75 150 0 3148 0
Current children cumulated CPU time (s) 340.53
Current children cumulated vsize (KiB) 32160

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9172
/proc/meminfo: memFree=1719920/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=13352 CPUtime=398.74
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3048 0 0 0 39872 2 0 0 25 0 1 0 140056869 13672448 3034 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 3338 3034 75 150 0 3185 0
Current children cumulated CPU time (s) 400.24
Current children cumulated vsize (KiB) 32308

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 5/75 9172
/proc/meminfo: memFree=1719280/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=13884 CPUtime=458.45
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3204 0 0 0 45843 2 0 0 25 0 1 0 140056869 14217216 3190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 3471 3190 75 150 0 3318 0
Current children cumulated CPU time (s) 459.95
Current children cumulated vsize (KiB) 32840

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9172
/proc/meminfo: memFree=1718064/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=15264 CPUtime=518.17
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3508 0 0 0 51814 3 0 0 25 0 1 0 140056869 15630336 3494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 3816 3494 75 150 0 3663 0
Current children cumulated CPU time (s) 519.67
Current children cumulated vsize (KiB) 34220

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9172
/proc/meminfo: memFree=1717616/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=15708 CPUtime=577.88
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3591 0 0 0 57785 3 0 0 25 0 1 0 140056869 16084992 3577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 3927 3577 75 150 0 3774 0
Current children cumulated CPU time (s) 579.38
Current children cumulated vsize (KiB) 34664

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1717168/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=15980 CPUtime=637.58
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3666 0 0 0 63755 3 0 0 25 0 1 0 140056869 16363520 3652 996147200 134512640 135127466 4294956256 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 3995 3652 75 150 0 3842 0
Current children cumulated CPU time (s) 639.08
Current children cumulated vsize (KiB) 34936

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1716720/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=16392 CPUtime=697.29
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3777 0 0 0 69726 3 0 0 25 0 1 0 140056869 16785408 3763 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 4098 3763 75 150 0 3945 0
Current children cumulated CPU time (s) 698.79
Current children cumulated vsize (KiB) 35348

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1716528/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=16528 CPUtime=757.01
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3803 0 0 0 75698 3 0 0 25 0 1 0 140056869 16924672 3789 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 4132 3789 75 150 0 3979 0
Current children cumulated CPU time (s) 758.51
Current children cumulated vsize (KiB) 35484

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1716336/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=16824 CPUtime=816.71
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3864 0 0 0 81668 3 0 0 25 0 1 0 140056869 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 818.21
Current children cumulated vsize (KiB) 35780

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

[startup+823.102 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1716336/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=16824 CPUtime=817.51
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3864 0 0 0 81748 3 0 0 25 0 1 0 140056869 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 819.01
Current children cumulated vsize (KiB) 35780

[startup+823.502 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1716336/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=1.5
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1031 11839 0 2 3 1 138 8 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
[pid=9169] ppid=9146 vsize=5356 CPUtime=0
/proc/9169/stat : 9169 (sh) S 9146 9146 8266 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140056869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9169/statm: 1339 232 193 169 0 50 0
[pid=9170] ppid=9169 vsize=16824 CPUtime=817.91
/proc/9170/stat : 9170 (minisat) R 9169 9146 8266 0 -1 4194304 3864 0 0 0 81788 3 0 0 25 0 1 0 140056869 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9170/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 819.41
Current children cumulated vsize (KiB) 35780

[startup+823.602 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 9178
/proc/meminfo: memFree=1716336/2055920 swapFree=4192812/4192956
[pid=9146] ppid=9144 vsize=13600 CPUtime=819.44
/proc/9146/stat : 9146 (sugar) S 9144 9146 8266 0 -1 4194304 1070 15998 0 2 3 1 81928 12 16 0 1 0 140056706 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9146/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 819.44
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 823.682
CPU time (s): 819.584
CPU user time (s): 819.41
CPU system time (s): 0.173973
CPU usage (%): 99.5025
Max. virtual memory (cumulated for all children) (KiB): 883404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 819.41
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20835
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= 1951
involuntary context switches= 12021

runsolver used 1.14882 second user time and 2.6066 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 20:51:06
IDJOB=1098470
IDBENCH=59628
IDSOLVER=346
FILE ID=node27/1098470-1215283866
PBS_JOBID= 7882267
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-49_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-1098470-1215283866/watcher-1098470-1215283866 -o /tmp/evaluation-result-1098470-1215283866/solver-1098470-1215283866 -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-1098470-1215283866.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b4935a075c43176651d5117b970f2bbc
RANDOM SEED=1839686895

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1735400 kB
Buffers:         48292 kB
Cached:         195556 kB
SwapCached:          0 kB
Active:         159124 kB
Inactive:       105612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          33552 kB
Slab:            41436 kB
Committed_AS:   388356 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 21:04:50