Trace number 1071863

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 561.941 567.41

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle19.xml
MD5SUMa8072f23026ce455c1a4a12512ecc55b
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.278956
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints913
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension833
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:13:01 2008
0.00/0.04	c 0	PID 10318
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1071863-1215169981.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071863-1215169981.xml' 'HOME/temp.csp'
0.04/0.90	c 1	1 domains, 187 variables, 8 predicates, 7 relations, 913 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	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.92/1.03	c 1	Parsing HOME/temp.csp
1.61/1.73	c 2	parsed 1116 expressions
1.61/1.74	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.74	c 2	Converting to clausal form CSP
1.61/1.76	c 2	converted 112 (10%) expressions
1.70/1.89	c 2	converted 224 (20%) expressions
3.00/3.13	c 3	converted 335 (30%) expressions
3.50/3.62	c 4	converted 447 (40%) expressions
3.59/3.72	c 4	converted 558 (50%) expressions
3.59/3.73	c 4	converted 670 (60%) expressions
3.69/3.81	c 4	converted 782 (70%) expressions
3.69/3.82	c 4	converted 893 (80%) expressions
3.99/4.18	c 5	converted 1005 (90%) expressions
4.19/4.35	c 5	converted 1116 (100%) expressions
4.19/4.35	c 5	CSP : 187 integers, 0 booleans, 913 clauses, largest domain size 26
4.19/4.35	c 5	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.19/4.35	c 5	Propagation in CSP
4.29/4.40	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.29/4.40	c 5	CSP : 187 integers, 0 booleans, 913 clauses, largest domain size 26
4.29/4.40	c 5	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.41	c 5	Simplifing CSP by introducing new Boolean variables
4.29/4.43	c 5	CSP : 187 integers, 7014 booleans, 7927 clauses, largest domain size 26
4.29/4.43	c 5	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.58/4.79	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.67/4.81	c 5	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
4.67/4.82	c 5	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
4.67/4.82	c 5	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
4.67/4.82	c 5	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
4.67/4.82	c 5	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
4.67/4.82	c 5	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
4.67/4.82	c 5	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
4.67/4.82	c 5	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
4.67/4.82	c 5	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
4.67/4.82	c 5	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
85.18/86.18	c 87	793 (10%) CSP clauses are encoded (855732 clauses, 39218745 bytes)
85.28/86.22	c 87	1586 (20%) CSP clauses are encoded (874150 clauses, 39532177 bytes)
99.94/101.06	c 101	2379 (30%) CSP clauses are encoded (955889 clauses, 43412005 bytes)
99.94/101.10	c 101	3171 (40%) CSP clauses are encoded (974281 clauses, 43738933 bytes)
100.03/101.14	c 101	3964 (50%) CSP clauses are encoded (992674 clauses, 44072703 bytes)
114.90/116.15	c 117	4757 (60%) CSP clauses are encoded (1074413 clauses, 48452830 bytes)
114.90/116.19	c 117	5549 (70%) CSP clauses are encoded (1093005 clauses, 48792486 bytes)
128.47/129.87	c 130	6342 (80%) CSP clauses are encoded (1171516 clauses, 53299119 bytes)
142.33/143.87	c 144	7135 (90%) CSP clauses are encoded (1250027 clauses, 58171881 bytes)
142.44/143.90	c 144	7927 (100%) CSP clauses are encoded (1268969 clauses, 58544925 bytes)
142.44/143.91	c 144	7927 CSP clauses encoded
142.44/143.91	c 144	Writing map file : HOME/temp.map
142.44/143.91	c 144	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.44/143.91	c 144	SAT : 11689 SAT variables, 1268969 SAT clauses, 58544925 bytes
142.44/143.91	c 144	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.44/143.98	c 144	SOLVING HOME/temp.cnf
142.44/143.98	c 144	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
142.44/143.99	c 144	This is MiniSat 2.0 beta
142.44/143.99	c 144	WARNING: for repeatability, setting FPU to use double precision
142.44/143.99	c 144	============================[ Problem Statistics ]=============================
142.44/143.99	c 144	|                                                                             |
142.44/143.99	c 144	|  Number of variables:  11689                                                |
142.44/143.99	c 144	|  Number of clauses:    1268969                                              |
143.67/145.23	c 146	|  Parsing time:         1.11         s                                       |
143.77/145.31	c 146	============================[ Search Statistics ]==============================
143.77/145.31	c 146	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
143.77/145.31	c 146	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
143.77/145.31	c 146	===============================================================================
143.77/145.31	c 146	|         0 |   11689  1268969 10487075 |   422989        0    nan |  0.000 % |
143.86/145.42	c 146	|       100 |   11689  1268969 10487075 |   465288      100     12 |  0.000 % |
143.86/145.48	c 146	|       250 |   11689  1268969 10487075 |   511817      250     11 |  0.000 % |
144.06/145.65	c 146	|       475 |   11689  1268969 10487075 |   562999      475     11 |  0.000 % |
144.06/145.69	c 146	|       814 |   11689  1268969 10487075 |   619299      814     10 |  0.000 % |
144.26/145.84	c 146	|      1320 |   11689  1268969 10487075 |   681229     1320     11 |  0.000 % |
144.46/146.02	c 146	|      2079 |   11689  1268969 10487075 |   749351     2079     11 |  0.000 % |
144.56/146.19	c 147	|      3218 |   11689  1268969 10487075 |   824287     3218     10 |  0.000 % |
145.26/146.83	c 147	|      4927 |   11689  1268969 10487075 |   906715     4927     10 |  0.000 % |
145.85/147.49	c 148	|      7490 |   11689  1268969 10487075 |   997387     7490     10 |  0.000 % |
146.73/148.31	c 149	|     11334 |   11689  1268969 10487075 |  1097126    11334     10 |  0.000 % |
148.12/149.73	c 150	|     17100 |   11689  1268969 10487075 |  1206838    17100     10 |  0.000 % |
150.50/152.15	c 153	|     25749 |   11689  1268969 10487075 |  1327522    25749     11 |  0.000 % |
153.37/155.00	c 155	|     38723 |   11689  1268969 10487075 |  1460275    38723     11 |  0.000 % |
158.02/159.76	c 160	|     58185 |   11689  1268969 10487075 |  1606302    58185     12 |  0.000 % |
165.65/167.44	c 168	|     87377 |   11689  1268969 10487075 |  1766932    87377     12 |  0.000 % |
179.92/181.87	c 182	|    131167 |   11689  1268969 10487075 |  1943626   131167     13 |  0.000 % |
210.73/212.99	c 213	|    196854 |   11689  1268969 10487075 |  2137988   196854     14 |  0.000 % |
266.90/269.64	c 270	|    295380 |   11688  1268942 10487015 |  2351787   295379     14 |  0.009 % |
376.17/379.96	c 380	|    443169 |   11688  1268942 10487015 |  2586966   443168     15 |  0.009 % |
561.53/567.06	c 567	===============================================================================
561.53/567.06	c 567	restarts              : 20
561.53/567.06	c 567	conflicts             : 638132         (1524 /sec)
561.53/567.06	c 567	decisions             : 844024         (1.79 % random) (2015 /sec)
561.53/567.06	c 567	propagations          : 27615410       (65940 /sec)
561.53/567.07	c 567	conflict literals     : 10368014       (24.93 % deleted)
561.53/567.07	c 567	Memory used           : 156.57 MB
561.53/567.07	c 567	CPU time              : 418.798 s
561.53/567.07	c 567	
561.53/567.07	c 567	SATISFIABLE
561.62/567.10	c 567	DECODING HOME/temp.out WITH HOME/temp.map
561.62/567.10	c 567	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
561.62/567.19	c 568	Decoding HOME/temp.out
561.65/567.32	s SATISFIABLE
561.65/567.33	v 21 4 17 1 0 11 2 14 0 18 22 0 24 4 21 4 17 18 4 14 20 11 15 0 11 4 17 4 13 4 18 0 13 19 14 14 11 6 0 0 13 14 19 7 4 17 15 14 15 20 11 0 17 7 0 18 17 20 5 20 18 19 22 8 17 11 12 4 19 17 4 17 20 13 22 14 17 4 17 14 18 19 4 17 8 19 14 8 21 0 13 20 13 19 8 11 0 21 8 18 13 4 19 0 13 19 14 13 24 17 0 2 4 18 13 4 0 10 4 17 6 0 19 11 0 18 18 8 4 21 4 18 17 8 18 24 17 8 13 6 4 19 20 4 18 3 0 24 12 0 24 0 6 17 14 22 13 19 14 6 14 20 11 0 13 4 3 22 8 13 8 17 4 18 19 4 13 18 3 8 13 6 24 2 0 18 19
561.65/567.35	c 568	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
561.65/567.38	c 568	CPU 560.79 (0.04 0.01 560.75 1.09)
561.65/567.38	c 568	END Fri Jul  4 13:22:29 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-1071863-1215169981/watcher-1071863-1215169981 -o /tmp/evaluation-result-1071863-1215169981/solver-1071863-1215169981 -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-1071863-1215169981.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.99 1.98 1.98 4/73 10318
/proc/meminfo: memFree=1690936/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=12268 CPUtime=0
/proc/10318/stat : 10318 (sugar) R 10316 10318 7879 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 638187416 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10318/statm: 3067 316 241 3 0 167 0

[startup+0.066842 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 10318
/proc/meminfo: memFree=1690936/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.04
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 638187416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102825 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 10318
/proc/meminfo: memFree=1690936/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.04
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 638187416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302841 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 10318
/proc/meminfo: memFree=1690936/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.04
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 638187416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70189 s]
/proc/loadavg: 1.99 1.98 1.98 4/73 10318
/proc/meminfo: memFree=1690936/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.04
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 638187416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 1.99 1.98 1.98 3/84 10340
/proc/meminfo: memFree=1684640/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.88
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 973 7632 0 1 3 1 78 6 16 0 1 0 638187416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 797 370 3 0 500 0
[pid=10331] ppid=10318 vsize=5356 CPUtime=0
/proc/10331/stat : 10331 (sh) S 10318 10318 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638187511 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10331/statm: 1339 233 193 169 0 50 0
[pid=10332] ppid=10331 vsize=864200 CPUtime=0.54
/proc/10332/stat : 10332 (java) S 10331 10318 7879 0 -1 0 4787 0 1 0 51 3 0 0 18 0 9 0 638187511 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10332/statm: 216050 4225 1803 9 0 210632 0
[pid=10332/tid=10333] ppid=10331 vsize=864200 CPUtime=0.42
/proc/10332/task/10333/stat : 10333 (java) R 10331 10318 7879 0 -1 64 2446 0 1 0 41 1 0 0 20 0 9 0 638187512 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10334] ppid=10331 vsize=864200 CPUtime=0.04
/proc/10332/task/10334/stat : 10334 (java) R 10331 10318 7879 0 -1 64 1325 0 0 0 4 0 0 0 16 0 9 0 638187513 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 103735816 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10335] ppid=10331 vsize=864200 CPUtime=0
/proc/10332/task/10335/stat : 10335 (java) S 10331 10318 7879 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 638187513 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10336] ppid=10331 vsize=864200 CPUtime=0
/proc/10332/task/10336/stat : 10336 (java) S 10331 10318 7879 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 638187513 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10337] ppid=10331 vsize=864200 CPUtime=0
/proc/10332/task/10337/stat : 10337 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638187515 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10338] ppid=10331 vsize=864200 CPUtime=0.05
/proc/10332/task/10338/stat : 10338 (java) S 10331 10318 7879 0 -1 64 325 0 0 0 5 0 0 0 19 0 9 0 638187515 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10339] ppid=10331 vsize=864200 CPUtime=0
/proc/10332/task/10339/stat : 10339 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638187515 884940800 4225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10340] ppid=10331 vsize=864200 CPUtime=0
/proc/10332/task/10340/stat : 10340 (java) S 10331 10318 7879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638187515 884940800 4225 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) 883156

[startup+3.10214 s]
/proc/loadavg: 2.07 2.00 1.99 3/84 10340
/proc/meminfo: memFree=1665120/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.88
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 973 7632 0 1 3 1 78 6 15 0 1 0 638187416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 797 370 3 0 500 0
[pid=10331] ppid=10318 vsize=5356 CPUtime=0
/proc/10331/stat : 10331 (sh) S 10318 10318 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638187511 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10331/statm: 1339 233 193 169 0 50 0
[pid=10332] ppid=10331 vsize=864248 CPUtime=2.12
/proc/10332/stat : 10332 (java) S 10331 10318 7879 0 -1 0 14723 0 1 0 204 8 0 0 18 0 9 0 638187511 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10332/statm: 216062 13957 2540 9 0 210637 0
[pid=10332/tid=10333] ppid=10331 vsize=864248 CPUtime=1.03
/proc/10332/task/10333/stat : 10333 (java) R 10331 10318 7879 0 -1 64 3157 0 1 0 102 1 0 0 25 0 9 0 638187512 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10334] ppid=10331 vsize=864248 CPUtime=0.96
/proc/10332/task/10334/stat : 10334 (java) R 10331 10318 7879 0 -1 64 10521 0 0 0 91 5 0 0 16 0 9 0 638187513 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 102722800 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10335] ppid=10331 vsize=864248 CPUtime=0
/proc/10332/task/10335/stat : 10335 (java) S 10331 10318 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638187513 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10336] ppid=10331 vsize=864248 CPUtime=0
/proc/10332/task/10336/stat : 10336 (java) S 10331 10318 7879 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 638187513 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10337] ppid=10331 vsize=864248 CPUtime=0
/proc/10332/task/10337/stat : 10337 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638187515 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10338] ppid=10331 vsize=864248 CPUtime=0.09
/proc/10332/task/10338/stat : 10338 (java) S 10331 10318 7879 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 638187515 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10339] ppid=10331 vsize=864248 CPUtime=0
/proc/10332/task/10339/stat : 10339 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638187515 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10340] ppid=10331 vsize=864248 CPUtime=0
/proc/10332/task/10340/stat : 10340 (java) S 10331 10318 7879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638187515 884989952 13957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883204

[startup+6.30246 s]
/proc/loadavg: 2.07 2.00 1.99 3/84 10340
/proc/meminfo: memFree=1603744/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.88
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 974 7632 0 1 3 1 78 6 15 0 1 0 638187416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 797 370 3 0 500 0
[pid=10331] ppid=10318 vsize=5356 CPUtime=0
/proc/10331/stat : 10331 (sh) S 10318 10318 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638187511 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10331/statm: 1339 233 193 169 0 50 0
[pid=10332] ppid=10331 vsize=868500 CPUtime=5.28
/proc/10332/stat : 10332 (java) S 10331 10318 7879 0 -1 0 24243 0 1 0 513 15 0 0 18 0 9 0 638187511 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10332/statm: 217125 23297 2565 9 0 211672 0
[pid=10332/tid=10333] ppid=10331 vsize=868500 CPUtime=2.9
/proc/10332/task/10333/stat : 10333 (java) R 10331 10318 7879 0 -1 64 3719 0 1 0 287 3 0 0 25 0 9 0 638187512 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4126945189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10334] ppid=10331 vsize=868500 CPUtime=2.12
/proc/10332/task/10334/stat : 10334 (java) S 10331 10318 7879 0 -1 64 18357 0 0 0 203 9 0 0 16 0 9 0 638187513 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10335] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10335/stat : 10335 (java) S 10331 10318 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638187513 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10336] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10336/stat : 10336 (java) S 10331 10318 7879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 638187513 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10337] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10337/stat : 10337 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638187515 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10338] ppid=10331 vsize=868500 CPUtime=0.23
/proc/10332/task/10338/stat : 10338 (java) S 10331 10318 7879 0 -1 64 1471 0 0 0 22 1 0 0 15 0 9 0 638187515 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10339] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10339/stat : 10339 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638187515 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10340] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10340/stat : 10340 (java) S 10331 10318 7879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638187515 889344000 23297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887456

[startup+12.7021 s]
/proc/loadavg: 2.06 2.00 1.99 3/84 10340
/proc/meminfo: memFree=1597088/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.88
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 974 7632 0 1 3 1 78 6 15 0 1 0 638187416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 797 370 3 0 500 0
[pid=10331] ppid=10318 vsize=5356 CPUtime=0
/proc/10331/stat : 10331 (sh) S 10318 10318 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638187511 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10331/statm: 1339 233 193 169 0 50 0
[pid=10332] ppid=10331 vsize=868500 CPUtime=11.61
/proc/10332/stat : 10332 (java) S 10331 10318 7879 0 -1 0 24451 0 1 0 1142 19 0 0 18 0 9 0 638187511 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10332/statm: 217125 23437 2565 9 0 211672 0
[pid=10332/tid=10333] ppid=10331 vsize=868500 CPUtime=9.04
/proc/10332/task/10333/stat : 10333 (java) R 10331 10318 7879 0 -1 64 3787 0 1 0 897 7 0 0 25 0 9 0 638187512 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10334] ppid=10331 vsize=868500 CPUtime=2.31
/proc/10332/task/10334/stat : 10334 (java) S 10331 10318 7879 0 -1 64 18493 0 0 0 221 10 0 0 16 0 9 0 638187513 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10335] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10335/stat : 10335 (java) S 10331 10318 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638187513 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10336] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10336/stat : 10336 (java) S 10331 10318 7879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 638187513 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10337] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10337/stat : 10337 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 638187515 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10338] ppid=10331 vsize=868500 CPUtime=0.23
/proc/10332/task/10338/stat : 10338 (java) S 10331 10318 7879 0 -1 64 1475 0 0 0 22 1 0 0 17 0 9 0 638187515 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10339] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10339/stat : 10339 (java) S 10331 10318 7879 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 638187515 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10340] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10340/stat : 10340 (java) S 10331 10318 7879 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 638187515 889344000 23437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887456

[startup+25.5024 s]
/proc/loadavg: 2.13 2.02 1.99 3/84 10340
/proc/meminfo: memFree=1568800/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=0.88
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 974 7632 0 1 3 1 78 6 15 0 1 0 638187416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 797 370 3 0 500 0
[pid=10331] ppid=10318 vsize=5356 CPUtime=0
/proc/10331/stat : 10331 (sh) S 10318 10318 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 638187511 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10331/statm: 1339 233 193 169 0 50 0
[pid=10332] ppid=10331 vsize=868500 CPUtime=24.28
/proc/10332/stat : 10332 (java) S 10331 10318 7879 0 -1 0 29267 0 1 0 2400 28 0 0 18 0 9 0 638187511 889344000 28139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10332/statm: 217125 28139 2565 9 0 211672 0
[pid=10332/tid=10333] ppid=10331 vsize=868500 CPUtime=21.29
/proc/10332/task/10333/stat : 10333 (java) R 10331 10318 7879 0 -1 64 3901 0 1 0 2116 13 0 0 25 0 9 0 638187512 889344000 28139 996147200 134512640 134550740 4294955952 18446744073709551615 4126945060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10334] ppid=10331 vsize=868500 CPUtime=2.73
/proc/10332/task/10334/stat : 10334 (java) S 10331 10318 7879 0 -1 64 23190 0 0 0 260 13 0 0 16 0 9 0 638187513 889344000 28139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10335] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10335/stat : 10335 (java) S 10331 10318 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 638187513 889344000 28139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10332/tid=10336] ppid=10331 vsize=868500 CPUtime=0
/proc/10332/task/10336/stat : 10336 (java) S 10331 10318 7879 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 638187513 889344000 28139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1491608/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=140320 CPUtime=255.88
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 34488 0 0 0 25561 27 0 0 25 0 1 0 638201815 143687680 34474 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 35080 34474 76 150 0 34927 0
Current children cumulated CPU time (s) 398.36
Current children cumulated vsize (KiB) 159276

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1484632/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=148036 CPUtime=315.32
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 36230 0 0 0 31504 28 0 0 25 0 1 0 638201815 151588864 36216 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 37009 36216 76 150 0 36856 0
Current children cumulated CPU time (s) 457.8
Current children cumulated vsize (KiB) 166992

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1478872/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=153668 CPUtime=374.76
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 37670 0 0 0 37446 30 0 0 25 0 1 0 638201815 157356032 37656 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 38417 37656 76 150 0 38264 0
Current children cumulated CPU time (s) 517.24
Current children cumulated vsize (KiB) 172624

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

[startup+537.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1477400/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=154988 CPUtime=389.82
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 37995 0 0 0 38951 31 0 0 25 0 1 0 638201815 158707712 37981 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 38747 37981 76 150 0 38594 0
Current children cumulated CPU time (s) 532.3
Current children cumulated vsize (KiB) 173944

[startup+550.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1475160/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=157104 CPUtime=402.5
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 38551 0 0 0 40219 31 0 0 25 0 1 0 638201815 160874496 38537 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 39276 38537 76 150 0 39123 0
Current children cumulated CPU time (s) 544.98
Current children cumulated vsize (KiB) 176060

[startup+556.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1474456/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=157920 CPUtime=408.83
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 38729 0 0 0 40852 31 0 0 25 0 1 0 638201815 161710080 38715 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 39480 38715 76 150 0 39327 0
Current children cumulated CPU time (s) 551.31
Current children cumulated vsize (KiB) 176876

[startup+563.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1472920/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=159260 CPUtime=415.18
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 39106 0 0 0 41486 32 0 0 25 0 1 0 638201815 163082240 39092 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 39815 39092 76 150 0 39662 0
Current children cumulated CPU time (s) 557.66
Current children cumulated vsize (KiB) 178216

[startup+564.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1472664/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=159656 CPUtime=416.77
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 39190 0 0 0 41645 32 0 0 25 0 1 0 638201815 163487744 39176 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 39914 39176 76 150 0 39761 0
Current children cumulated CPU time (s) 559.25
Current children cumulated vsize (KiB) 178612

[startup+566.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1472472/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=160052 CPUtime=418.35
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194304 39306 0 0 0 41803 32 0 0 25 0 1 0 638201815 163893248 39292 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 40013 39292 76 150 0 39860 0
Current children cumulated CPU time (s) 560.83
Current children cumulated vsize (KiB) 179008

[startup+567.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1472088/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=142.48
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1032 54845 0 2 3 1 14173 71 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
[pid=10341] ppid=10318 vsize=5356 CPUtime=0
/proc/10341/stat : 10341 (sh) S 10318 10318 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 638201815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10341/statm: 1339 232 193 169 0 50 0
[pid=10342] ppid=10341 vsize=0 CPUtime=419.14
/proc/10342/stat : 10342 (minisat) R 10341 10318 7879 0 -1 4194308 39374 0 0 0 41880 34 0 0 25 0 1 0 638201815 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/10342/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 561.62
Current children cumulated vsize (KiB) 18956

[startup+567.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1472088/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=561.65
/proc/10318/stat : 10318 (sugar) S 10316 10318 7879 0 -1 4194304 1087 94504 0 2 4 1 56053 107 16 0 1 0 638187416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10318/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 561.65
Current children cumulated vsize (KiB) 13600

[startup+567.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10343
/proc/meminfo: memFree=1472088/2055920 swapFree=4179840/4192956
[pid=10318] ppid=10316 vsize=13600 CPUtime=561.91
/proc/10318/stat : 10318 (sugar) R 10316 10318 7879 0 -1 4194304 1116 98258 0 3 4 3 56075 109 16 0 1 0 638187416 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10318/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 561.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 567.41
CPU time (s): 561.941
CPU user time (s): 560.795
CPU system time (s): 1.14582
CPU usage (%): 99.036
Max. virtual memory (cumulated for all children) (KiB): 913068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 560.795
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99404
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= 10305
involuntary context switches= 22025

runsolver used 0.790879 second user time and 1.81672 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 13:13:01
IDJOB=1071863
IDBENCH=56147
IDSOLVER=346
FILE ID=node17/1071863-1215169981
PBS_JOBID= 7877394
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8072f23026ce455c1a4a12512ecc55b
RANDOM SEED=315784590

node17.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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:       1691416 kB
Buffers:         57364 kB
Cached:         156564 kB
SwapCached:       6936 kB
Active:         220060 kB
Inactive:        87384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691416 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:         100144 kB
Slab:            42020 kB
Committed_AS:  1075712 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node17 at 2008-07-04 13:22:29