Trace number 1063917

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 1760.92 1775.17

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-08.xml
MD5SUM2132eccdc20c2509ca6c2784292838dd
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.488924
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints978
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension84
Number of constraints which are defined in intension894
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.27	c 0	Sugar v1-13 + HOME/minisat
0.00/0.27	c 0	BEGIN Fri Jul  4 04:40:32 2008
0.00/0.27	c 0	PID 6364
0.00/0.29	c 0	HOST node45.alineos.net
0.00/0.29	c 0	CONVERTING HOME/instance-1063917-1215139232.xml TO HOME/temp.csp
0.00/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063917-1215139232.xml' 'HOME/temp.csp'
1.31/1.66	c 1	1 domains, 186 variables, 7 predicates, 6 relations, 978 constraints
1.36/1.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.71	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'
1.36/1.79	c 2	Parsing HOME/temp.csp
2.43/2.84	c 3	parsed 1178 expressions
2.43/2.84	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.43/2.84	c 3	Converting to clausal form CSP
2.43/2.87	c 3	converted 118 (10%) expressions
3.01/3.42	c 3	converted 236 (20%) expressions
5.19/5.60	c 5	converted 354 (30%) expressions
5.59/6.08	c 6	converted 472 (40%) expressions
7.37/7.89	c 8	converted 589 (50%) expressions
7.47/7.90	c 8	converted 707 (60%) expressions
8.06/8.56	c 8	converted 825 (70%) expressions
8.76/9.24	c 9	converted 943 (80%) expressions
8.76/9.25	c 9	converted 1061 (90%) expressions
8.86/9.34	c 9	converted 1178 (100%) expressions
8.86/9.34	c 9	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
8.86/9.34	c 9	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.86/9.34	c 9	Propagation in CSP
8.86/9.36	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.86/9.36	c 9	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
8.86/9.36	c 9	Heap : 173 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.86/9.36	c 9	Simplifing CSP by introducing new Boolean variables
8.86/9.38	c 9	CSP : 186 integers, 7144 booleans, 8122 clauses, largest domain size 26
8.86/9.38	c 9	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.95/10.47	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.04/10.50	c 10	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
10.04/10.50	c 10	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
10.04/10.50	c 10	56 (30%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
10.04/10.51	c 10	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
10.04/10.51	c 10	93 (50%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
10.04/10.51	c 10	112 (60%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
10.04/10.51	c 10	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
10.04/10.51	c 10	149 (80%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
10.04/10.51	c 10	168 (90%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
10.04/10.51	c 10	186 (100%) CSP integer variables are encoded (4464 clauses, 55969 bytes)
85.49/86.77	c 87	813 (10%) CSP clauses are encoded (910358 clauses, 37047347 bytes)
515.08/520.53	c 520	1625 (20%) CSP clauses are encoded (1769965 clauses, 85212203 bytes)
515.08/520.57	c 520	2437 (30%) CSP clauses are encoded (1788827 clauses, 85534747 bytes)
515.18/520.62	c 520	3249 (40%) CSP clauses are encoded (1807689 clauses, 85868757 bytes)
515.18/520.65	c 520	4061 (50%) CSP clauses are encoded (1826526 clauses, 86201297 bytes)
1239.22/1250.56	c 1250	4874 (60%) CSP clauses are encoded (2565627 clauses, 134615694 bytes)
1463.91/1475.31	c 1475	5686 (70%) CSP clauses are encoded (2824560 clauses, 150989461 bytes)
1463.91/1475.35	c 1475	6498 (80%) CSP clauses are encoded (2843672 clauses, 151343876 bytes)
1463.91/1475.39	c 1475	7310 (90%) CSP clauses are encoded (2862934 clauses, 151711888 bytes)
1464.01/1475.42	c 1475	8122 (100%) CSP clauses are encoded (2882346 clauses, 152094284 bytes)
1464.01/1475.42	c 1475	8122 CSP clauses encoded
1464.01/1475.42	c 1475	Writing map file : HOME/temp.map
1464.01/1475.43	c 1475	Heap : 278 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1464.01/1475.43	c 1475	SAT : 11794 SAT variables, 2882346 SAT clauses, 152094284 bytes
1464.01/1475.43	c 1475	Heap : 278 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1464.01/1475.48	c 1475	SOLVING HOME/temp.cnf
1464.01/1475.48	c 1475	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1464.01/1475.48	c 1475	This is MiniSat 2.0 beta
1464.01/1475.48	c 1475	WARNING: for repeatability, setting FPU to use double precision
1464.01/1475.48	c 1475	============================[ Problem Statistics ]=============================
1464.01/1475.48	c 1475	|                                                                             |
1464.01/1475.49	c 1475	|  Number of variables:  11794                                                |
1464.01/1475.49	c 1475	|  Number of clauses:    2882346                                              |
1467.16/1478.61	c 1478	|  Parsing time:         2.75         s                                       |
1467.36/1478.81	c 1479	============================[ Search Statistics ]==============================
1467.36/1478.81	c 1479	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1467.36/1478.81	c 1479	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1467.36/1478.81	c 1479	===============================================================================
1467.36/1478.81	c 1479	|         0 |   11794  2882346 27086848 |   960782        0    nan |  0.000 % |
1467.46/1478.93	c 1479	|       100 |   11794  2882346 27086848 |  1056860      100     11 |  0.000 % |
1467.56/1479.07	c 1479	|       250 |   11794  2882346 27086848 |  1162546      250     10 |  0.000 % |
1467.66/1479.19	c 1479	|       476 |   11794  2882346 27086848 |  1278800      476     10 |  0.000 % |
1467.97/1479.43	c 1479	|       813 |   11794  2882346 27086848 |  1406680      813     10 |  0.000 % |
1468.15/1479.65	c 1479	|      1320 |   11794  2882346 27086848 |  1547349     1320     10 |  0.000 % |
1468.25/1479.79	c 1480	|      2079 |   11794  2882346 27086848 |  1702083     2079      9 |  0.000 % |
1468.85/1480.34	c 1480	|      3218 |   11794  2882346 27086848 |  1872292     3218     10 |  0.000 % |
1469.74/1481.25	c 1481	|      4926 |   11794  2882346 27086848 |  2059521     4926     10 |  0.000 % |
1470.33/1481.85	c 1482	|      7488 |   11794  2882346 27086848 |  2265473     7488     11 |  0.000 % |
1472.51/1484.07	c 1484	|     11332 |   11794  2882346 27086848 |  2492021    11332     11 |  0.000 % |
1475.29/1486.82	c 1487	|     17099 |   11794  2882346 27086848 |  2741223    17099     11 |  0.000 % |
1479.54/1491.17	c 1491	|     25748 |   11794  2882346 27086848 |  3015345    25748     12 |  0.000 % |
1485.29/1496.99	c 1497	|     38722 |   11794  2882346 27086848 |  3316880    38722     12 |  0.000 % |
1497.18/1508.96	c 1509	|     58185 |   11794  2882346 27086848 |  3648568    58185     13 |  0.000 % |
1520.64/1532.68	c 1532	|     87378 |   11794  2882346 27086848 |  4013424    87378     12 |  0.000 % |
1549.28/1561.58	c 1561	|    131170 |   11794  2882346 27086848 |  4414767   131170     13 |  0.000 % |
1596.62/1609.38	c 1609	|    196855 |   11794  2882346 27086848 |  4856244   196855     13 |  0.000 % |
1659.91/1673.20	c 1673	|    295381 |   11794  2882346 27086848 |  5341868   295381     13 |  0.000 % |
1760.46/1774.76	c 1774	===============================================================================
1760.46/1774.76	c 1774	restarts              : 19
1760.46/1774.76	c 1774	conflicts             : 391960         (1324 /sec)
1760.46/1774.76	c 1774	decisions             : 587278         (1.63 % random) (1984 /sec)
1760.46/1774.76	c 1774	propagations          : 15532997       (52481 /sec)
1760.46/1774.76	c 1774	conflict literals     : 5578391        (20.72 % deleted)
1760.46/1774.76	c 1774	Memory used           : 265.95 MB
1760.46/1774.76	c 1774	CPU time              : 295.975 s
1760.46/1774.76	c 1774	
1760.46/1774.77	c 1775	SATISFIABLE
1760.55/1774.81	c 1775	DECODING HOME/temp.out WITH HOME/temp.map
1760.55/1774.81	c 1775	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1760.59/1774.90	c 1775	Decoding HOME/temp.out
1760.59/1775.03	s SATISFIABLE
1760.59/1775.04	v 21 0 19 20 15 24 4 19 24 14 20 17 19 14 22 4 17 14 14 18 24 14 20 19 4 17 4 17 0 18 23 24 18 19 20 19 20 1 4 18 24 17 20 15 14 14 7 4 3 17 20 19 18 8 19 13 4 24 0 13 19 18 25 8 25 6 17 8 13 3 4 17 24 8 13 4 18 4 21 4 19 7 4 24 21 4 19 17 8 19 14 13 4 22 14 14 11 14 8 11 18 4 13 4 2 0 18 24 4 15 17 0 20 22 7 8 18 10 4 24 18 4 11 11 25 8 15 18 11 14 24 4 14 13 14 3 4 4 18 8 11 4 23 24 18 19 8 22 24 19 4 3 17 8 21 14 18 19 24 23 8 11 8 0 3 4 13 8 3 18 0 17 8 4 18 19 17 14 4 4 11 18 0 13 14 0
1760.59/1775.04	c 1775	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1760.59/1775.09	c 1775	CPU 1758.69 (0.03 0.02 1758.66 2.12)
1760.59/1775.09	c 1775	END Fri Jul  4 05:10:07 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-1063917-1215139232/watcher-1063917-1215139232 -o /tmp/evaluation-result-1063917-1215139232/solver-1063917-1215139232 -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-1063917-1215139232.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.98 2.05 2.03 4/81 6364
/proc/meminfo: memFree=1767484/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=18572 CPUtime=0
/proc/6364/stat : 6364 (runsolver) D 6362 6364 3991 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1992895549 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 258939088167 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6364/statm: 4643 292 257 25 0 2626 0

[startup+0.0378921 s]
/proc/loadavg: 1.98 2.05 2.03 4/81 6364
/proc/meminfo: memFree=1767484/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=124 CPUtime=0
/proc/6364/stat : 6364 (sugar) D 6362 6364 3991 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 1992895549 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 258936468873 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/6364/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101904 s]
/proc/loadavg: 1.98 2.05 2.03 4/81 6364
/proc/meminfo: memFree=1767484/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=11864 CPUtime=0
/proc/6364/stat : 6364 (sugar) D 6362 6364 3991 0 -1 4194304 123 0 3 0 0 0 0 0 18 0 1 0 1992895549 12148736 94 996147200 4194304 4206940 548682068608 18446744073709551615 258958626104 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/6364/statm: 2966 94 63 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301954 s]
/proc/loadavg: 1.98 2.05 2.03 4/81 6364
/proc/meminfo: memFree=1767484/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=0.03
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 882 127 18 0 2 1 0 0 18 0 1 0 1992895549 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702017 s]
/proc/loadavg: 1.98 2.05 2.03 4/81 6364
/proc/meminfo: memFree=1767484/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=0.03
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 882 127 18 0 2 1 0 0 18 0 1 0 1992895549 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 1.98 2.05 2.03 4/92 6376
/proc/meminfo: memFree=1751716/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=0.03
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 882 127 18 0 2 1 0 0 18 0 1 0 1992895549 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 796 370 3 0 500 0
[pid=6367] ppid=6364 vsize=5356 CPUtime=0
/proc/6367/stat : 6367 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992895578 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6367/statm: 1339 233 193 169 0 50 0
[pid=6368] ppid=6367 vsize=864608 CPUtime=1.18
/proc/6368/stat : 6368 (java) S 6367 6364 3991 0 -1 0 9548 0 1 0 113 5 0 0 18 0 9 0 1992895578 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6368/statm: 216152 8699 2528 9 0 210734 0
[pid=6368/tid=6369] ppid=6367 vsize=864608 CPUtime=0.83
/proc/6368/task/6369/stat : 6369 (java) R 6367 6364 3991 0 -1 64 4184 0 1 0 80 3 0 0 20 0 9 0 1992895579 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4126707315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6370] ppid=6367 vsize=864608 CPUtime=0.21
/proc/6368/task/6370/stat : 6370 (java) S 6367 6364 3991 0 -1 64 4166 0 0 0 20 1 0 0 16 0 9 0 1992895581 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6371] ppid=6367 vsize=864608 CPUtime=0
/proc/6368/task/6371/stat : 6371 (java) S 6367 6364 3991 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992895581 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6372] ppid=6367 vsize=864608 CPUtime=0
/proc/6368/task/6372/stat : 6372 (java) S 6367 6364 3991 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1992895581 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6373] ppid=6367 vsize=864608 CPUtime=0
/proc/6368/task/6373/stat : 6373 (java) S 6367 6364 3991 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992895583 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6374] ppid=6367 vsize=864608 CPUtime=0.12
/proc/6368/task/6374/stat : 6374 (java) S 6367 6364 3991 0 -1 64 497 0 0 0 12 0 0 0 16 0 9 0 1992895583 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6375] ppid=6367 vsize=864608 CPUtime=0
/proc/6368/task/6375/stat : 6375 (java) S 6367 6364 3991 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992895583 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6376] ppid=6367 vsize=864608 CPUtime=0
/proc/6368/task/6376/stat : 6376 (java) S 6367 6364 3991 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992895583 885358592 8699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 883564

[startup+3.10146 s]
/proc/loadavg: 1.98 2.05 2.03 4/92 6386
/proc/meminfo: memFree=1750628/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1.37
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 955 10043 18 1 2 1 128 6 16 0 1 0 1992895549 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 797 370 3 0 500 0
[pid=6377] ppid=6364 vsize=5356 CPUtime=0
/proc/6377/stat : 6377 (sh) S 6364 6364 3991 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992895720 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6377/statm: 1339 233 193 169 0 50 0
[pid=6378] ppid=6377 vsize=864388 CPUtime=1.34
/proc/6378/stat : 6378 (java) S 6377 6364 3991 0 -1 0 11613 0 3 0 129 5 0 0 18 0 9 0 1992895721 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6378/statm: 216097 10364 2540 9 0 210672 0
[pid=6378/tid=6379] ppid=6377 vsize=864388 CPUtime=0.71
/proc/6378/task/6379/stat : 6379 (java) R 6377 6364 3991 0 -1 64 2861 0 3 0 69 2 0 0 18 0 9 0 1992895721 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 101445083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6380] ppid=6377 vsize=864388 CPUtime=0.52
/proc/6378/task/6380/stat : 6380 (java) S 6377 6364 3991 0 -1 64 7712 0 0 0 50 2 0 0 16 0 9 0 1992895723 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6381] ppid=6377 vsize=864388 CPUtime=0
/proc/6378/task/6381/stat : 6381 (java) S 6377 6364 3991 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992895723 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6382] ppid=6377 vsize=864388 CPUtime=0
/proc/6378/task/6382/stat : 6382 (java) S 6377 6364 3991 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992895723 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6383] ppid=6377 vsize=864388 CPUtime=0
/proc/6378/task/6383/stat : 6383 (java) S 6377 6364 3991 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992895725 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6384] ppid=6377 vsize=864388 CPUtime=0.08
/proc/6378/task/6384/stat : 6384 (java) S 6377 6364 3991 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1992895725 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6385] ppid=6377 vsize=864388 CPUtime=0
/proc/6378/task/6385/stat : 6385 (java) S 6377 6364 3991 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992895725 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6386] ppid=6377 vsize=864388 CPUtime=0
/proc/6378/task/6386/stat : 6386 (java) S 6377 6364 3991 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992895725 885133312 10364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 883344

[startup+6.30204 s]
/proc/loadavg: 1.98 2.05 2.03 4/92 6386
/proc/meminfo: memFree=1672612/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1.37
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 955 10043 18 1 2 1 128 6 15 0 1 0 1992895549 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 797 370 3 0 500 0
[pid=6377] ppid=6364 vsize=5356 CPUtime=0
/proc/6377/stat : 6377 (sh) S 6364 6364 3991 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992895720 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6377/statm: 1339 233 193 169 0 50 0
[pid=6378] ppid=6377 vsize=868428 CPUtime=4.52
/proc/6378/stat : 6378 (java) S 6377 6364 3991 0 -1 0 32785 0 3 0 436 16 0 0 18 0 9 0 1992895721 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6378/statm: 217107 31090 2541 9 0 211682 0
[pid=6378/tid=6379] ppid=6377 vsize=868428 CPUtime=2.07
/proc/6378/task/6379/stat : 6379 (java) R 6377 6364 3991 0 -1 64 3634 0 3 0 205 2 0 0 25 0 9 0 1992895721 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4126588184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6380] ppid=6377 vsize=868428 CPUtime=2.24
/proc/6378/task/6380/stat : 6380 (java) S 6377 6364 3991 0 -1 64 27036 0 0 0 212 12 0 0 16 0 9 0 1992895723 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6381] ppid=6377 vsize=868428 CPUtime=0
/proc/6378/task/6381/stat : 6381 (java) S 6377 6364 3991 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992895723 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6382] ppid=6377 vsize=868428 CPUtime=0
/proc/6378/task/6382/stat : 6382 (java) S 6377 6364 3991 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992895723 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6383] ppid=6377 vsize=868428 CPUtime=0
/proc/6378/task/6383/stat : 6383 (java) S 6377 6364 3991 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992895725 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6384] ppid=6377 vsize=868428 CPUtime=0.17
/proc/6378/task/6384/stat : 6384 (java) S 6377 6364 3991 0 -1 64 1418 0 0 0 17 0 0 0 16 0 9 0 1992895725 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6385] ppid=6377 vsize=868428 CPUtime=0
/proc/6378/task/6385/stat : 6385 (java) S 6377 6364 3991 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992895725 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6386] ppid=6377 vsize=868428 CPUtime=0
/proc/6378/task/6386/stat : 6386 (java) S 6377 6364 3991 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992895725 889270272 31090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 887384

[startup+12.7012 s]
/proc/loadavg: 1.99 2.04 2.03 3/92 6386
/proc/meminfo: memFree=1563108/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1.38
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 956 10043 18 1 3 1 128 6 16 0 1 0 1992895549 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 797 370 3 0 500 0
[pid=6377] ppid=6364 vsize=5356 CPUtime=0
/proc/6377/stat : 6377 (sh) S 6364 6364 3991 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992895720 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6377/statm: 1339 233 193 169 0 50 0
[pid=6378] ppid=6377 vsize=868540 CPUtime=10.84
/proc/6378/stat : 6378 (java) S 6377 6364 3991 0 -1 0 72689 0 4 0 1049 35 0 0 18 0 9 0 1992895721 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6378/statm: 217135 51287 2565 9 0 211682 0
[pid=6378/tid=6379] ppid=6377 vsize=868540 CPUtime=5.31
/proc/6378/task/6379/stat : 6379 (java) R 6377 6364 3991 0 -1 64 5030 0 4 0 526 5 0 0 25 0 9 0 1992895721 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4126949191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6380] ppid=6377 vsize=868540 CPUtime=5.28
/proc/6378/task/6380/stat : 6380 (java) S 6377 6364 3991 0 -1 64 65514 0 0 0 500 28 0 0 16 0 9 0 1992895723 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6381] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6381/stat : 6381 (java) S 6377 6364 3991 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992895723 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6382] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6382/stat : 6382 (java) S 6377 6364 3991 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992895723 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6383] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6383/stat : 6383 (java) S 6377 6364 3991 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992895725 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6384] ppid=6377 vsize=868540 CPUtime=0.23
/proc/6378/task/6384/stat : 6384 (java) S 6377 6364 3991 0 -1 64 1448 0 0 0 22 1 0 0 16 0 9 0 1992895725 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6385] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6385/stat : 6385 (java) S 6377 6364 3991 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992895725 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6386] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6386/stat : 6386 (java) S 6377 6364 3991 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992895725 889384960 51287 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 887496

[startup+25.5095 s]
/proc/loadavg: 1.99 2.04 2.03 3/92 6386
/proc/meminfo: memFree=1551076/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1.38
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 956 10043 18 1 3 1 128 6 16 0 1 0 1992895549 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 797 370 3 0 500 0
[pid=6377] ppid=6364 vsize=5356 CPUtime=0
/proc/6377/stat : 6377 (sh) S 6364 6364 3991 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992895720 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6377/statm: 1339 233 193 169 0 50 0
[pid=6378] ppid=6377 vsize=868540 CPUtime=23.52
/proc/6378/stat : 6378 (java) S 6377 6364 3991 0 -1 0 73221 0 4 0 2311 41 0 0 18 0 9 0 1992895721 889384960 51778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6378/statm: 217135 51778 2565 9 0 211682 0
[pid=6378/tid=6379] ppid=6377 vsize=868540 CPUtime=17.76
/proc/6378/task/6379/stat : 6379 (java) R 6377 6364 3991 0 -1 64 5072 0 4 0 1766 10 0 0 25 0 9 0 1992895721 889384960 51778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6380] ppid=6377 vsize=868540 CPUtime=5.5
/proc/6378/task/6380/stat : 6380 (java) R 6377 6364 3991 0 -1 64 65999 0 0 0 522 28 0 0 15 0 9 0 1992895723 889384960 51778 996147200 134512640 134550740 4294955952 18446744073709551615 101443072 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6381] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6381/stat : 6381 (java) S 6377 6364 3991 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992895723 889384960 51778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6378/tid=6382] ppid=6377 vsize=868540 CPUtime=0
/proc/6378/task/6382/stat : 6382 (java) S 6377 6364 3991 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992895723 889384960 51778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=236460 CPUtime=66.15
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 57315 0 0 0 6576 39 0 0 25 0 1 0 1993043098 242135040 57301 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 59115 57301 76 150 0 58962 0
Current children cumulated CPU time (s) 1530.25
Current children cumulated vsize (KiB) 255416

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1445156/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=247992 CPUtime=125.58
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 60104 0 0 0 12518 40 0 0 25 0 1 0 1993043098 253943808 60090 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 61998 60090 76 150 0 61845 0
Current children cumulated CPU time (s) 1589.68
Current children cumulated vsize (KiB) 266948

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1435044/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=258464 CPUtime=185.01
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 62614 0 0 0 18459 42 0 0 25 0 1 0 1993043098 264667136 62600 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 64616 62600 76 150 0 64463 0
Current children cumulated CPU time (s) 1649.11
Current children cumulated vsize (KiB) 277420

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1427620/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=266428 CPUtime=244.45
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 64471 0 0 0 24402 43 0 0 25 0 1 0 1993043098 272822272 64457 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 66607 64457 76 150 0 66454 0
Current children cumulated CPU time (s) 1708.55
Current children cumulated vsize (KiB) 285384

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

[startup+1740.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1425060/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=268872 CPUtime=262.67
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65092 0 0 0 26223 44 0 0 25 0 1 0 1993043098 275324928 65078 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 67218 65078 76 150 0 67065 0
Current children cumulated CPU time (s) 1726.77
Current children cumulated vsize (KiB) 287828

[startup+1753.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1423652/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=270316 CPUtime=275.35
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65425 0 0 0 27491 44 0 0 25 0 1 0 1993043098 276803584 65411 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 67579 65411 76 150 0 67426 0
Current children cumulated CPU time (s) 1739.45
Current children cumulated vsize (KiB) 289272

[startup+1766.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1422500/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=271372 CPUtime=288.04
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65722 0 0 0 28759 45 0 0 25 0 1 0 1993043098 277884928 65708 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 67843 65708 76 150 0 67690 0
Current children cumulated CPU time (s) 1752.14
Current children cumulated vsize (KiB) 290328

[startup+1769.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1422180/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=271768 CPUtime=291.21
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65808 0 0 0 29076 45 0 0 25 0 1 0 1993043098 278290432 65794 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 67942 65794 76 150 0 67789 0
Current children cumulated CPU time (s) 1755.31
Current children cumulated vsize (KiB) 290724

[startup+1772.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1421860/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=272060 CPUtime=294.38
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65869 0 0 0 29393 45 0 0 25 0 1 0 1993043098 278589440 65855 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 68015 65855 76 150 0 67862 0
Current children cumulated CPU time (s) 1758.48
Current children cumulated vsize (KiB) 291016

[startup+1774.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1421668/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=272192 CPUtime=295.96
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65926 0 0 0 29551 45 0 0 25 0 1 0 1993043098 278724608 65912 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 68048 65912 76 150 0 67895 0
Current children cumulated CPU time (s) 1760.06
Current children cumulated vsize (KiB) 291148

[startup+1774.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1421668/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1464.1
/proc/6364/stat : 6364 (sugar) S 6362 6364 3991 0 -1 4194304 1014 130049 18 5 3 1 146246 160 16 0 1 0 1992895549 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6364/statm: 3400 798 370 3 0 500 0
[pid=6443] ppid=6364 vsize=5356 CPUtime=0
/proc/6443/stat : 6443 (sh) S 6364 6364 3991 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993043097 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6443/statm: 1339 232 193 169 0 50 0
[pid=6444] ppid=6443 vsize=272324 CPUtime=296.36
/proc/6444/stat : 6444 (minisat) R 6443 6364 3991 0 -1 4194304 65932 0 0 0 29591 45 0 0 25 0 1 0 1993043098 278859776 65918 996147200 134512640 135127466 4294956272 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/6444/statm: 68081 65918 76 150 0 67928 0
Current children cumulated CPU time (s) 1760.46
Current children cumulated vsize (KiB) 291280

[startup+1775.1 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 6444
/proc/meminfo: memFree=1421668/2055920 swapFree=4179816/4192956
[pid=6364] ppid=6362 vsize=13600 CPUtime=1760.84
/proc/6364/stat : 6364 (sugar) R 6362 6364 3991 0 -1 4194304 1098 200022 18 6 3 3 175866 212 16 0 1 0 1992895549 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6364/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1760.84
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1775.17
CPU time (s): 1760.92
CPU user time (s): 1758.7
CPU system time (s): 2.22466
CPU usage (%): 99.1976
Max. virtual memory (cumulated for all children) (KiB): 913500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1758.7
system time used= 2.22466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201150
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37611
involuntary context switches= 67978

runsolver used 2.23066 second user time and 5.8831 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 04:40:32
IDJOB=1063917
IDBENCH=54889
IDSOLVER=346
FILE ID=node45/1063917-1215139232
PBS_JOBID= 7877280
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-08.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-1063917-1215139232/watcher-1063917-1215139232 -o /tmp/evaluation-result-1063917-1215139232/solver-1063917-1215139232 -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-1063917-1215139232.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2132eccdc20c2509ca6c2784292838dd
RANDOM SEED=1804671755

node45.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.268
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.268
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:       1767964 kB
Buffers:          2624 kB
Cached:          55488 kB
SwapCached:       7032 kB
Active:         205048 kB
Inactive:        27948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767964 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:         191196 kB
Slab:            39732 kB
Committed_AS:  4460252 kB
PageTables:       2132 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= 66552 MiB
End job on node45 at 2008-07-04 05:10:07