Trace number 1071674

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 453.943 458.458

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle17.xml
MD5SUM11d889ae1dabda2666454efe676e4047
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.277957
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
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 Fri Jul  4 13:06:58 2008
0.00/0.04	c 0	PID 31246
0.00/0.05	c 1	HOST node19.alineos.net
0.00/0.05	c 1	CONVERTING HOME/instance-1071674-1215169618.xml TO HOME/temp.csp
0.00/0.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071674-1215169618.xml' 'HOME/temp.csp'
0.03/0.62	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 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.59/0.71	c 1	Parsing HOME/temp.csp
0.94/1.08	c 2	parsed 1612 expressions
0.94/1.08	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.08	c 2	Converting to clausal form CSP
1.03/1.11	c 2	converted 162 (10%) expressions
1.63/1.75	c 2	converted 323 (20%) expressions
1.73/1.87	c 2	converted 484 (30%) expressions
1.92/2.04	c 2	converted 645 (40%) expressions
1.92/2.05	c 3	converted 806 (50%) expressions
2.02/2.15	c 3	converted 968 (60%) expressions
2.02/2.17	c 3	converted 1129 (70%) expressions
2.12/2.22	c 3	converted 1290 (80%) expressions
3.11/3.26	c 4	converted 1451 (90%) expressions
3.11/3.29	c 4	converted 1612 (100%) expressions
3.11/3.29	c 4	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
3.11/3.29	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.29	c 4	Propagation in CSP
3.21/3.31	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.21/3.31	c 4	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
3.21/3.31	c 4	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.32	c 4	Simplifing CSP by introducing new Boolean variables
3.21/3.37	c 4	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
3.21/3.37	c 4	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.51/3.69	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.61/3.71	c 4	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.61/3.71	c 4	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.61/3.71	c 4	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
3.61/3.72	c 4	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.61/3.72	c 4	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.61/3.72	c 4	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
3.61/3.72	c 4	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
3.61/3.72	c 4	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.61/3.72	c 4	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
3.61/3.72	c 4	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
14.30/14.50	c 15	1027 (10%) CSP clauses are encoded (272977 clauses, 10190390 bytes)
14.30/14.56	c 15	2054 (20%) CSP clauses are encoded (296004 clauses, 10591672 bytes)
14.41/14.60	c 15	3081 (30%) CSP clauses are encoded (319031 clauses, 10997316 bytes)
21.23/21.59	c 22	4108 (40%) CSP clauses are encoded (403975 clauses, 14449390 bytes)
21.34/21.64	c 22	5134 (50%) CSP clauses are encoded (426976 clauses, 14878651 bytes)
21.34/21.68	c 22	6161 (60%) CSP clauses are encoded (450028 clauses, 15308846 bytes)
24.80/25.18	c 26	7188 (70%) CSP clauses are encoded (504001 clauses, 17332368 bytes)
140.23/141.73	c 142	8215 (80%) CSP clauses are encoded (1165257 clauses, 52173749 bytes)
140.23/141.78	c 142	9242 (90%) CSP clauses are encoded (1189434 clauses, 52645863 bytes)
140.32/141.83	c 142	10268 (100%) CSP clauses are encoded (1214360 clauses, 53125349 bytes)
140.32/141.83	c 142	10268 CSP clauses encoded
140.32/141.84	c 142	Writing map file : HOME/temp.map
140.32/141.84	c 142	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
140.32/141.84	c 142	SAT : 13348 SAT variables, 1214360 SAT clauses, 53125349 bytes
140.32/141.84	c 142	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
140.32/141.90	c 142	SOLVING HOME/temp.cnf
140.32/141.90	c 142	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
140.39/141.91	c 142	This is MiniSat 2.0 beta
140.39/141.91	c 142	WARNING: for repeatability, setting FPU to use double precision
140.39/141.91	c 142	============================[ Problem Statistics ]=============================
140.39/141.91	c 142	|                                                                             |
140.39/141.91	c 142	|  Number of variables:  13348                                                |
140.39/141.91	c 142	|  Number of clauses:    1214360                                              |
141.47/143.08	c 144	|  Parsing time:         1.03         s                                       |
141.55/143.15	c 144	============================[ Search Statistics ]==============================
141.55/143.15	c 144	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
141.55/143.15	c 144	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
141.55/143.15	c 144	===============================================================================
141.55/143.15	c 144	|         0 |   13348  1214360  9613536 |   404786        0    nan |  0.000 % |
141.65/143.29	c 144	|       100 |   13348  1214360  9613536 |   445265      100      8 |  0.000 % |
141.75/143.37	c 144	|       251 |   13348  1214360  9613536 |   489791      251      8 |  0.000 % |
141.85/143.43	c 144	|       478 |   13348  1214360  9613536 |   538771      478      9 |  0.000 % |
141.96/143.53	c 144	|       815 |   13347  1214360  9613536 |   592648      814      8 |  0.008 % |
141.96/143.60	c 144	|      1322 |   13347  1214360  9613536 |   651912     1321      8 |  0.008 % |
142.16/143.73	c 144	|      2082 |   13347  1214360  9613536 |   717104     2081      8 |  0.008 % |
142.35/143.98	c 144	|      3221 |   13347  1214360  9613536 |   788814     3220      9 |  0.008 % |
142.64/144.21	c 145	|      4929 |   13347  1214360  9613536 |   867696     4928      9 |  0.008 % |
143.04/144.68	c 145	|      7493 |   13347  1214360  9613536 |   954465     7492      9 |  0.007 % |
143.73/145.33	c 146	|     11338 |   13347  1214360  9613536 |  1049912    11337      9 |  0.008 % |
144.62/146.29	c 147	|     17104 |   13347  1214360  9613536 |  1154903    17103     10 |  0.007 % |
146.61/148.24	c 149	|     25754 |   13347  1214360  9613536 |  1270393    25753     10 |  0.007 % |
149.88/151.52	c 152	|     38729 |   13347  1214360  9613536 |  1397433    38728     11 |  0.007 % |
154.72/156.44	c 157	|     58190 |   13347  1214360  9613536 |  1537176    58189     11 |  0.007 % |
161.95/163.73	c 164	|     87382 |   13346  1214360  9613536 |  1690894    87380     12 |  0.015 % |
173.74/175.61	c 176	|    131173 |   13344  1214360  9613536 |  1859983   131169     12 |  0.030 % |
192.76/194.83	c 195	|    196857 |   13344  1214360  9613536 |  2045982   196853     12 |  0.030 % |
236.24/238.72	c 239	|    295385 |   13343  1214360  9613536 |  2250580   295380     13 |  0.037 % |
305.88/309.08	c 310	|    443174 |   13341  1213865  9612516 |  2475638   443155     14 |  0.052 % |
453.57/458.12	c 459	===============================================================================
453.57/458.12	c 459	restarts              : 20
453.57/458.12	c 459	conflicts             : 635785         (2032 /sec)
453.57/458.12	c 459	decisions             : 867522         (1.76 % random) (2772 /sec)
453.57/458.12	c 459	propagations          : 24711307       (78974 /sec)
453.57/458.12	c 459	conflict literals     : 9137010        (24.24 % deleted)
453.57/458.12	c 459	Memory used           : 147.46 MB
453.57/458.12	c 459	CPU time              : 312.903 s
453.57/458.12	c 459	
453.57/458.12	c 459	SATISFIABLE
453.57/458.15	c 459	DECODING HOME/temp.out WITH HOME/temp.map
453.57/458.15	c 459	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
453.63/458.24	c 459	Decoding HOME/temp.out
453.63/458.37	s SATISFIABLE
453.63/458.38	v 0 18 7 18 7 24 1 14 22 19 8 4 17 7 14 22 4 4 24 20 7 22 0 17 2 20 17 18 14 17 18 22 17 8 19 8 13 6 12 24 17 0 2 14 18 12 14 18 22 7 14 17 4 3 0 17 18 8 19 4 18 0 8 13 20 17 14 22 3 24 11 4 21 8 18 19 4 15 18 14 13 18 20 18 17 4 23 24 4 19 10 8 19 7 4 12 22 14 13 18 14 15 17 0 13 14 4 17 8 10 17 0 21 4 13 20 18 4 17 17 0 3 0 17 21 0 23 0 18 8 3 4 22 7 4 11 0 13 3 0 19 0 20 19 4 13 18 8 11 22 14 17 18 19 4 3 25 14 4 8 11 11 8 19 14 8 17 0 8 13 10 13 0 24 19 4 13 2 17 24
453.64/458.41	c 459	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
453.64/458.43	c 459	CPU 452.88 (0.04 0.01 452.84 1)
453.64/458.43	c 459	END Fri Jul  4 13:14:37 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-1071674-1215169618/watcher-1071674-1215169618 -o /tmp/evaluation-result-1071674-1215169618/solver-1071674-1215169618 -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-1071674-1215169618.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.00 1.00 1.00 4/81 31246
/proc/meminfo: memFree=1627248/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=18572 CPUtime=0
/proc/31246/stat : 31246 (runsolver) R 31244 31246 31170 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995936212 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31246/statm: 4643 292 257 25 0 2626 0

[startup+0.059977 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 31246
/proc/meminfo: memFree=1627248/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.03
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995936212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102091 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 31246
/proc/meminfo: memFree=1627248/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.03
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995936212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30113 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 31246
/proc/meminfo: memFree=1627248/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.03
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995936212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702208 s]
/proc/loadavg: 1.00 1.00 1.00 4/81 31246
/proc/meminfo: memFree=1627248/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.59
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 956 7318 0 1 3 0 52 4 16 0 1 0 1995936212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50141 s]
/proc/loadavg: 1.08 1.02 1.01 3/92 31268
/proc/meminfo: memFree=1615384/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.59
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 973 7318 0 1 3 0 52 4 15 0 1 0 1995936212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 797 370 3 0 500 0
[pid=31259] ppid=31246 vsize=5356 CPUtime=0
/proc/31259/stat : 31259 (sh) S 31246 31246 31170 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995936275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31259/statm: 1339 233 193 169 0 50 0
[pid=31260] ppid=31259 vsize=864256 CPUtime=0.84
/proc/31260/stat : 31260 (java) S 31259 31246 31170 0 -1 0 7959 0 1 0 80 4 0 0 18 0 9 0 1995936276 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31260/statm: 216064 7223 2540 9 0 210639 0
[pid=31260/tid=31261] ppid=31259 vsize=864256 CPUtime=0.43
/proc/31260/task/31261/stat : 31261 (java) R 31259 31246 31170 0 -1 64 2583 0 1 0 42 1 0 0 19 0 9 0 1995936277 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31262] ppid=31259 vsize=864256 CPUtime=0.29
/proc/31260/task/31262/stat : 31262 (java) S 31259 31246 31170 0 -1 64 4335 0 0 0 28 1 0 0 16 0 9 0 1995936278 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31263] ppid=31259 vsize=864256 CPUtime=0
/proc/31260/task/31263/stat : 31263 (java) S 31259 31246 31170 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995936278 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31264] ppid=31259 vsize=864256 CPUtime=0
/proc/31260/task/31264/stat : 31264 (java) S 31259 31246 31170 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995936278 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31265] ppid=31259 vsize=864256 CPUtime=0
/proc/31260/task/31265/stat : 31265 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995936280 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31266] ppid=31259 vsize=864256 CPUtime=0.08
/proc/31260/task/31266/stat : 31266 (java) S 31259 31246 31170 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1995936280 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31267] ppid=31259 vsize=864256 CPUtime=0
/proc/31260/task/31267/stat : 31267 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995936280 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31268] ppid=31259 vsize=864256 CPUtime=0
/proc/31260/task/31268/stat : 31268 (java) S 31259 31246 31170 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995936280 884998144 7223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883212

[startup+3.10266 s]
/proc/loadavg: 1.08 1.02 1.01 3/92 31268
/proc/meminfo: memFree=1589784/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.59
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 973 7318 0 1 3 0 52 4 15 0 1 0 1995936212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 797 370 3 0 500 0
[pid=31259] ppid=31246 vsize=5356 CPUtime=0
/proc/31259/stat : 31259 (sh) S 31246 31246 31170 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995936275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31259/statm: 1339 233 193 169 0 50 0
[pid=31260] ppid=31259 vsize=868384 CPUtime=2.43
/proc/31260/stat : 31260 (java) S 31259 31246 31170 0 -1 0 18921 0 1 0 234 9 0 0 18 0 9 0 1995936276 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31260/statm: 217096 18110 2540 9 0 211671 0
[pid=31260/tid=31261] ppid=31259 vsize=868384 CPUtime=1.07
/proc/31260/task/31261/stat : 31261 (java) R 31259 31246 31170 0 -1 64 3161 0 1 0 106 1 0 0 25 0 9 0 1995936277 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31262] ppid=31259 vsize=868384 CPUtime=1.14
/proc/31260/task/31262/stat : 31262 (java) R 31259 31246 31170 0 -1 64 13612 0 0 0 108 6 0 0 16 0 9 0 1995936278 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 104185922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31263] ppid=31259 vsize=868384 CPUtime=0
/proc/31260/task/31263/stat : 31263 (java) S 31259 31246 31170 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995936278 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31264] ppid=31259 vsize=868384 CPUtime=0
/proc/31260/task/31264/stat : 31264 (java) S 31259 31246 31170 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995936278 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31265] ppid=31259 vsize=868384 CPUtime=0
/proc/31260/task/31265/stat : 31265 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995936280 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31266] ppid=31259 vsize=868384 CPUtime=0.19
/proc/31260/task/31266/stat : 31266 (java) S 31259 31246 31170 0 -1 64 1452 0 0 0 19 0 0 0 16 0 9 0 1995936280 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31267] ppid=31259 vsize=868384 CPUtime=0
/proc/31260/task/31267/stat : 31267 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995936280 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31268] ppid=31259 vsize=868384 CPUtime=0
/proc/31260/task/31268/stat : 31268 (java) S 31259 31246 31170 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995936280 889225216 18110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887340

[startup+6.30226 s]
/proc/loadavg: 1.08 1.02 1.01 3/92 31268
/proc/meminfo: memFree=1547864/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.6
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 974 7318 0 1 3 1 52 4 15 0 1 0 1995936212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 797 370 3 0 500 0
[pid=31259] ppid=31246 vsize=5356 CPUtime=0
/proc/31259/stat : 31259 (sh) S 31246 31246 31170 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995936275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31259/statm: 1339 233 193 169 0 50 0
[pid=31260] ppid=31259 vsize=868496 CPUtime=5.58
/proc/31260/stat : 31260 (java) S 31259 31246 31170 0 -1 0 22008 0 1 0 546 12 0 0 18 0 9 0 1995936276 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31260/statm: 217124 21052 2565 9 0 211671 0
[pid=31260/tid=31261] ppid=31259 vsize=868496 CPUtime=3.67
/proc/31260/task/31261/stat : 31261 (java) R 31259 31246 31170 0 -1 64 3551 0 1 0 363 4 0 0 25 0 9 0 1995936277 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4126958148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31262] ppid=31259 vsize=868496 CPUtime=1.65
/proc/31260/task/31262/stat : 31262 (java) S 31259 31246 31170 0 -1 64 16276 0 0 0 158 7 0 0 16 0 9 0 1995936278 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31263] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31263/stat : 31263 (java) S 31259 31246 31170 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995936278 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31264] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31264/stat : 31264 (java) S 31259 31246 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995936278 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31265] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31265/stat : 31265 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995936280 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31266] ppid=31259 vsize=868496 CPUtime=0.24
/proc/31260/task/31266/stat : 31266 (java) S 31259 31246 31170 0 -1 64 1485 0 0 0 24 0 0 0 16 0 9 0 1995936280 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31267] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31267/stat : 31267 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995936280 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31268] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31268/stat : 31268 (java) S 31259 31246 31170 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995936280 889339904 21052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887452

[startup+12.7015 s]
/proc/loadavg: 1.22 1.05 1.02 3/92 31268
/proc/meminfo: memFree=1536792/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.6
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 974 7318 0 1 3 1 52 4 15 0 1 0 1995936212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 797 370 3 0 500 0
[pid=31259] ppid=31246 vsize=5356 CPUtime=0
/proc/31259/stat : 31259 (sh) S 31246 31246 31170 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995936275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31259/statm: 1339 233 193 169 0 50 0
[pid=31260] ppid=31259 vsize=868496 CPUtime=11.93
/proc/31260/stat : 31260 (java) S 31259 31246 31170 0 -1 0 23762 0 1 0 1175 18 0 0 18 0 9 0 1995936276 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31260/statm: 217124 22745 2565 9 0 211671 0
[pid=31260/tid=31261] ppid=31259 vsize=868496 CPUtime=9.79
/proc/31260/task/31261/stat : 31261 (java) R 31259 31246 31170 0 -1 64 3612 0 1 0 972 7 0 0 25 0 9 0 1995936277 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4125952113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31262] ppid=31259 vsize=868496 CPUtime=1.85
/proc/31260/task/31262/stat : 31262 (java) S 31259 31246 31170 0 -1 64 17965 0 0 0 177 8 0 0 16 0 9 0 1995936278 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31263] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31263/stat : 31263 (java) S 31259 31246 31170 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995936278 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31264] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31264/stat : 31264 (java) S 31259 31246 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995936278 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31265] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31265/stat : 31265 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995936280 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31266] ppid=31259 vsize=868496 CPUtime=0.25
/proc/31260/task/31266/stat : 31266 (java) S 31259 31246 31170 0 -1 64 1489 0 0 0 25 0 0 0 17 0 9 0 1995936280 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31267] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31267/stat : 31267 (java) S 31259 31246 31170 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995936280 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31268] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31268/stat : 31268 (java) S 31259 31246 31170 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995936280 889339904 22745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887452

[startup+25.5028 s]
/proc/loadavg: 1.41 1.10 1.03 3/92 31268
/proc/meminfo: memFree=1512664/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=0.6
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 974 7318 0 1 3 1 52 4 16 0 1 0 1995936212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 797 370 3 0 500 0
[pid=31259] ppid=31246 vsize=5356 CPUtime=0
/proc/31259/stat : 31259 (sh) S 31246 31246 31170 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995936275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31259/statm: 1339 233 193 169 0 50 0
[pid=31260] ppid=31259 vsize=868496 CPUtime=24.59
/proc/31260/stat : 31260 (java) S 31259 31246 31170 0 -1 0 27209 0 1 0 2434 25 0 0 18 0 9 0 1995936276 889339904 26091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31260/statm: 217124 26091 2566 9 0 211671 0
[pid=31260/tid=31261] ppid=31259 vsize=868496 CPUtime=22.15
/proc/31260/task/31261/stat : 31261 (java) R 31259 31246 31170 0 -1 64 3714 0 1 0 2202 13 0 0 25 0 9 0 1995936277 889339904 26091 996147200 134512640 134550740 4294955952 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31262] ppid=31259 vsize=868496 CPUtime=2.13
/proc/31260/task/31262/stat : 31262 (java) S 31259 31246 31170 0 -1 64 21298 0 0 0 203 10 0 0 16 0 9 0 1995936278 889339904 26091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31263] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31263/stat : 31263 (java) S 31259 31246 31170 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995936278 889339904 26091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31260/tid=31264] ppid=31259 vsize=868496 CPUtime=0
/proc/31260/task/31264/stat : 31264 (java) S 31259 31246 31170 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995936278 889339904 26091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.26 3/84 31270
/proc/meminfo: memFree=1448664/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=126152 CPUtime=139.04
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 30829 0 0 0 13880 24 0 0 25 0 1 0 1995950403 129179648 30815 996147200 134512640 135127466 4294956256 18446744073709551615 134527154 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 31538 30815 76 150 0 31385 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 145108

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/84 31270
/proc/meminfo: memFree=1438488/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=136676 CPUtime=198.47
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 33285 0 0 0 19821 26 0 0 25 0 1 0 1995950403 139956224 33271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 34169 33271 76 150 0 34016 0
Current children cumulated CPU time (s) 338.86
Current children cumulated vsize (KiB) 155632

[startup+402.302 s]
/proc/loadavg: 1.99 1.74 1.34 3/84 31270
/proc/meminfo: memFree=1430808/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=144276 CPUtime=257.91
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 35217 0 0 0 25763 28 0 0 25 0 1 0 1995950403 147738624 35203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 36069 35203 76 150 0 35916 0
Current children cumulated CPU time (s) 398.3
Current children cumulated vsize (KiB) 163232

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

[startup+409.502 s]
/proc/loadavg: 1.99 1.74 1.34 3/84 31270
/proc/meminfo: memFree=1429912/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=145072 CPUtime=265.03
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 35428 0 0 0 26475 28 0 0 25 0 1 0 1995950403 148553728 35414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 36268 35414 76 150 0 36115 0
Current children cumulated CPU time (s) 405.42
Current children cumulated vsize (KiB) 164028

[startup+435.102 s]
/proc/loadavg: 1.99 1.76 1.36 3/84 31270
/proc/meminfo: memFree=1426648/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=148128 CPUtime=290.4
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 36202 0 0 0 29011 29 0 0 25 0 1 0 1995950403 151683072 36188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 37032 36188 76 150 0 36879 0
Current children cumulated CPU time (s) 430.79
Current children cumulated vsize (KiB) 167084

[startup+447.902 s]
/proc/loadavg: 1.99 1.77 1.37 3/84 31270
/proc/meminfo: memFree=1424792/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=149852 CPUtime=303.08
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 36653 0 0 0 30278 30 0 0 25 0 1 0 1995950403 153448448 36639 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 37463 36639 76 150 0 37310 0
Current children cumulated CPU time (s) 443.47
Current children cumulated vsize (KiB) 168808

[startup+454.306 s]
/proc/loadavg: 1.99 1.77 1.37 3/84 31270
/proc/meminfo: memFree=1424280/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=150260 CPUtime=309.42
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 36783 0 0 0 30912 30 0 0 25 0 1 0 1995950403 153866240 36769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 37565 36769 76 150 0 37412 0
Current children cumulated CPU time (s) 449.81
Current children cumulated vsize (KiB) 169216

[startup+455.902 s]
/proc/loadavg: 1.99 1.77 1.37 3/84 31270
/proc/meminfo: memFree=1424088/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=150540 CPUtime=311
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 36844 0 0 0 31070 30 0 0 25 0 1 0 1995950403 154152960 36830 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 37635 36830 76 150 0 37482 0
Current children cumulated CPU time (s) 451.39
Current children cumulated vsize (KiB) 169496

[startup+457.503 s]
/proc/loadavg: 1.99 1.78 1.38 4/84 31270
/proc/meminfo: memFree=1423704/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=150828 CPUtime=312.59
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 36908 0 0 0 31229 30 0 0 25 0 1 0 1995950403 154447872 36894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 37707 36894 76 150 0 37554 0
Current children cumulated CPU time (s) 452.98
Current children cumulated vsize (KiB) 169784

[startup+457.903 s]
/proc/loadavg: 1.99 1.78 1.38 4/84 31270
/proc/meminfo: memFree=1423704/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=140.39
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1032 48356 0 2 3 1 13970 65 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
[pid=31269] ppid=31246 vsize=5356 CPUtime=0
/proc/31269/stat : 31269 (sh) S 31246 31246 31170 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995950403 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1339 232 193 169 0 50 0
[pid=31270] ppid=31269 vsize=150828 CPUtime=312.98
/proc/31270/stat : 31270 (minisat) R 31269 31246 31170 0 -1 4194304 36911 0 0 0 31268 30 0 0 25 0 1 0 1995950403 154447872 36897 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/31270/statm: 37707 36897 76 150 0 37554 0
Current children cumulated CPU time (s) 453.37
Current children cumulated vsize (KiB) 169784

[startup+458.303 s]
/proc/loadavg: 1.99 1.78 1.38 4/84 31270
/proc/meminfo: memFree=1423704/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=453.63
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1087 85583 0 2 3 1 45261 98 16 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 453.63
Current children cumulated vsize (KiB) 13600

[startup+458.403 s]
/proc/loadavg: 1.99 1.78 1.38 4/84 31270
/proc/meminfo: memFree=1423704/2055920 swapFree=4180456/4192956
[pid=31246] ppid=31244 vsize=13600 CPUtime=453.64
/proc/31246/stat : 31246 (sugar) S 31244 31246 31170 0 -1 4194304 1089 85583 0 2 4 1 45261 98 15 0 1 0 1995936212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31246/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 453.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 458.458
CPU time (s): 453.943
CPU user time (s): 452.89
CPU system time (s): 1.05284
CPU usage (%): 99.0152
Max. virtual memory (cumulated for all children) (KiB): 897700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.89
system time used= 1.05284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90480
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= 10383
involuntary context switches= 20216

runsolver used 0.510922 second user time and 1.59876 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 13:06:58
IDJOB=1071674
IDBENCH=56133
IDSOLVER=346
FILE ID=node19/1071674-1215169618
PBS_JOBID= 7881513
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle17.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-1071674-1215169618/watcher-1071674-1215169618 -o /tmp/evaluation-result-1071674-1215169618/solver-1071674-1215169618 -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-1071674-1215169618.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11d889ae1dabda2666454efe676e4047
RANDOM SEED=1354798449

node19.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.263
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	: 5931.00
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.263
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:       1627792 kB
Buffers:         90360 kB
Cached:         238884 kB
SwapCached:       6540 kB
Active:         229336 kB
Inactive:       129008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627792 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:          45344 kB
Slab:            54992 kB
Committed_AS:  3432616 kB
PageTables:       1948 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= 66556 MiB
End job on node19 at 2008-07-04 13:14:37