Trace number 2056958

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.14.6+minisatSAT 494.181 495.438

General information on the benchmark

Namecsp/hanoi/
normalized-hanoi-7_ext.xml
MD5SUMeb96c548468c2556d48ce74fccf574fa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.326949
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints125
Maximum constraint arity2
Maximum domain size2187
Number of constraints which are defined in extension125
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.15	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.15	c 0	BEGIN Sat Jul 11 15:08:07 2009
0.04/0.15	c 0	PID 14790
0.04/0.15	c 0	HOST node44.alineos.net
0.04/0.15	c 0	CONVERTING HOME/instance-2056958-1247317686.xml TO HOME/temp.csp
0.04/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2056958-1247317686.xml' 'HOME/temp.csp'
0.06/0.83	c 1	3 domains, 126 variables, 0 predicates, 3 relations, 125 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.38/0.97	c 1	Parsing HOME/temp.csp
0.47/1.06	c 1	parsed 257 expressions
0.47/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/1.07	c 1	Converting to clausal form CSP
0.47/1.09	c 1	converted 26 (10%) expressions
0.47/1.09	c 1	converted 52 (20%) expressions
0.47/1.09	c 1	converted 78 (30%) expressions
0.47/1.09	c 1	converted 103 (40%) expressions
0.47/1.09	c 1	converted 129 (50%) expressions
1.07/1.62	c 1	converted 155 (60%) expressions
1.58/2.11	c 2	converted 180 (70%) expressions
2.18/2.79	c 3	converted 206 (80%) expressions
2.58/3.16	c 3	converted 232 (90%) expressions
3.38/3.94	c 4	converted 257 (100%) expressions
3.38/3.94	c 4	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.38/3.94	c 4	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.94	c 4	Propagation in CSP
3.38/3.94	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.38/3.94	c 4	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.38/3.94	c 4	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.95	c 4	Simplifing CSP by introducing new Boolean variables
3.38/3.95	c 4	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.38/3.95	c 4	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/4.35	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.78/4.40	c 4	13 (10%) CSP integer variables are encoded (26220 clauses, 371172 bytes)
3.89/4.43	c 4	26 (20%) CSP integer variables are encoded (54625 clauses, 797247 bytes)
3.89/4.45	c 4	38 (30%) CSP integer variables are encoded (80845 clauses, 1190547 bytes)
3.89/4.49	c 4	51 (40%) CSP integer variables are encoded (109250 clauses, 1635217 bytes)
3.99/4.52	c 4	63 (50%) CSP integer variables are encoded (135470 clauses, 2080957 bytes)
3.99/4.55	c 4	76 (60%) CSP integer variables are encoded (163875 clauses, 2563842 bytes)
3.99/4.58	c 4	89 (70%) CSP integer variables are encoded (192280 clauses, 3046727 bytes)
4.09/4.61	c 4	101 (80%) CSP integer variables are encoded (218500 clauses, 3492467 bytes)
4.09/4.64	c 4	114 (90%) CSP integer variables are encoded (246905 clauses, 3975352 bytes)
4.09/4.67	c 4	126 (100%) CSP integer variables are encoded (270940 clauses, 4383947 bytes)
23.29/23.89	c 24	13 (10%) CSP clauses are encoded (347589 clauses, 6124005 bytes)
43.20/43.84	c 44	25 (20%) CSP clauses are encoded (424233 clauses, 7960341 bytes)
64.62/65.37	c 65	38 (30%) CSP clauses are encoded (507264 clauses, 9949705 bytes)
84.56/85.39	c 85	50 (40%) CSP clauses are encoded (583908 clauses, 11865104 bytes)
106.07/106.95	c 107	63 (50%) CSP clauses are encoded (666939 clauses, 14135034 bytes)
126.00/126.99	c 127	75 (60%) CSP clauses are encoded (743583 clauses, 16230354 bytes)
147.63/148.61	c 148	88 (70%) CSP clauses are encoded (826614 clauses, 18500284 bytes)
166.63/167.67	c 167	100 (80%) CSP clauses are encoded (903258 clauses, 20595604 bytes)
188.36/189.40	c 189	113 (90%) CSP clauses are encoded (986289 clauses, 22865534 bytes)
206.70/207.85	c 208	125 (100%) CSP clauses are encoded (1056553 clauses, 24786386 bytes)
206.70/207.85	c 208	125 CSP clauses encoded
206.70/207.85	c 208	Writing map file : HOME/temp.map
206.70/207.86	c 208	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
206.70/207.86	c 208	SAT : 271066 SAT variables, 1056553 SAT clauses, 24786386 bytes
206.70/207.86	c 208	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
206.70/207.89	c 208	SOLVING HOME/temp.cnf
206.70/207.89	c 208	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
206.70/207.90	c 208	This is MiniSat 2.0 beta
206.70/207.90	c 208	WARNING: for repeatability, setting FPU to use double precision
206.70/207.90	c 208	============================[ Problem Statistics ]=============================
206.70/207.90	c 208	|                                                                             |
206.70/207.90	c 208	|  Number of variables:  271066                                               |
206.70/207.90	c 208	|  Number of clauses:    1056553                                              |
206.79/208.54	c 208	|  Parsing time:         0.56         s                                       |
206.79/208.59	c 208	============================[ Search Statistics ]==============================
206.79/208.59	c 208	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
206.79/208.59	c 208	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
206.79/208.59	c 208	===============================================================================
206.79/208.59	c 208	|         0 |  258319  1008558  3051220 |   336186        0    nan |  0.000 % |
206.79/208.77	c 209	|       101 |  258319  1008558  3051220 |   369804      101     34 |  4.703 % |
207.98/209.19	c 209	|       251 |  258319  1008558  3051220 |   406785      251     28 |  4.703 % |
208.28/209.44	c 209	|       476 |  258319  1008558  3051220 |   447463      476     19 |  4.703 % |
208.99/210.13	c 210	|       815 |  251942   983618  2975528 |   492209      810     17 |  9.200 % |
209.48/210.65	c 210	|      1323 |  251942   983618  2975528 |   541430     1318     14 |  9.200 % |
210.18/211.35	c 211	|      2082 |  244988   959289  2901319 |   595574     2074     13 | 12.142 % |
211.68/212.81	c 213	|      3221 |  237628   918214  2773049 |   655131     3166     13 | 12.336 % |
213.58/214.70	c 214	|      4930 |  237628   918214  2773049 |   720644     4875     16 | 12.336 % |
216.46/217.63	c 217	|      7492 |  236371   913285  2758132 |   792709     7435     15 | 14.132 % |
224.26/225.45	c 225	|     11337 |  228038   881502  2662327 |   871979    11234     19 | 18.362 % |
232.86/234.07	c 234	|     17103 |  216986   830588  2504374 |   959177    16970     19 | 19.951 % |
246.83/248.04	c 248	|     25752 |  208866   803529  2424905 |  1055095    25554     20 | 22.946 % |
270.03/271.23	c 271	|     38726 |  204524   785650  2370387 |  1160605    38189     23 | 24.548 % |
301.71/302.94	c 303	|     58187 |  194889   746502  2250492 |  1276665    57496     22 | 28.111 % |
367.19/368.47	c 368	|     87379 |  179828   685292  2064889 |  1404332    86101     24 | 33.704 % |
493.53/494.86	c 495	===============================================================================
493.53/494.87	c 495	restarts              : 16
493.53/494.87	c 495	conflicts             : 124408         (434 /sec)
493.53/494.87	c 495	decisions             : 385877         (0.92 % random) (1346 /sec)
493.53/494.87	c 495	propagations          : 412181764      (1438136 /sec)
493.53/494.87	c 495	conflict literals     : 3826650        (57.45 % deleted)
493.53/494.87	c 495	Memory used           : 80.91 MB
493.53/494.87	c 495	CPU time              : 286.608 s
493.53/494.87	c 495	
493.64/494.98	c 495	SATISFIABLE
493.64/494.99	c 495	DECODING HOME/temp.out WITH HOME/temp.map
493.64/494.99	c 495	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
493.74/495.08	c 495	Decoding HOME/temp.out
493.74/495.40	s SATISFIABLE
493.74/495.40	v 2 5 4 22 21 24 26 53 52 46 45 36 38 41 40 202 201 204 206 197 196 190 189 216 218 221 220 238 237 240 242 485 484 478 477 468 470 473 472 418 417 420 422 413 412 406 405 324 326 329 328 346 345 348 350 377 376 370 369 360 362 365 364 1822 1821 1824 1826 1817 1816 1810 1809 1836 1838 1841 1840 1858 1857 1860 1862 1781 1780 1774 1773 1764 1766 1769 1768 1714 1713 1716 1718 1709 1708 1702 1701 1944 1946 1949 1948 1966 1965 1968 1970 1997 1996 1990 1989 1980 1982 1985 1984 2146 2145 2148 2150 2141 2140 2134 2133 2160 2162 2165 2164 2182 2181 2184
493.74/495.41	c 495	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
493.74/495.43	c 495	CPU 494.15 (0.05 0.03 493.19 0.88)
493.74/495.43	c 495	END Sat Jul 11 15:16:22 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2056958-1247317686/watcher-2056958-1247317686 -o /tmp/evaluation-result-2056958-1247317686/solver-2056958-1247317686 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2056958-1247317686.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 14790
/proc/meminfo: memFree=1196072/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=12268 CPUtime=0
/proc/14790/stat : 14790 (sugar) R 14788 14790 14697 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 18832546 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264849374206 0 0 4224 0 0 0 0 17 1 0 0
/proc/14790/statm: 3067 316 241 3 0 167 0

[startup+0.0500981 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 14790
/proc/meminfo: memFree=1196072/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=13336 CPUtime=0.03
/proc/14790/stat : 14790 (sugar) D 14788 14790 14697 0 -1 4194304 723 0 0 0 2 1 0 0 18 0 1 0 18832546 13656064 691 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14790/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101104 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 14790
/proc/meminfo: memFree=1196072/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=14776 CPUtime=0.04
/proc/14790/stat : 14790 (sugar) R 14788 14790 14697 0 -1 4194304 869 0 0 0 3 1 0 0 18 0 1 0 18832546 15130624 837 996147200 4194304 4206940 548682068608 18446744073709551615 264858321429 0 0 4224 0 0 0 0 17 0 0 0
/proc/14790/statm: 3694 837 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.301475 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 14790
/proc/meminfo: memFree=1196072/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.06
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701165 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 14790
/proc/meminfo: memFree=1196072/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.06
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 14812
/proc/meminfo: memFree=1166992/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.38
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1309 4525 0 94 4 2 23 9 16 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
[pid=14803] ppid=14790 vsize=5356 CPUtime=0
/proc/14803/stat : 14803 (sh) S 14790 14790 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14803/statm: 1339 233 193 169 0 50 0
[pid=14804] ppid=14803 vsize=865360 CPUtime=0.59
/proc/14804/stat : 14804 (java) S 14803 14790 14697 0 -1 0 8260 0 9 0 57 2 0 0 18 0 9 0 18832634 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14804/statm: 216340 7540 2566 9 0 210845 0
[pid=14804/tid=14805] ppid=14803 vsize=865360 CPUtime=0.32
/proc/14804/task/14805/stat : 14805 (java) S 14803 14790 14697 0 -1 64 2667 0 6 0 31 1 0 0 16 0 9 0 18832635 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14803 vsize=865360 CPUtime=0.22
/proc/14804/task/14806/stat : 14806 (java) R 14803 14790 14697 0 -1 64 4587 0 3 0 21 1 0 0 17 0 9 0 18832639 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 103732261 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14803 14790 14697 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18832639 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14808] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14803 14790 14697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18832639 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14809] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14803 14790 14697 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832641 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14810] ppid=14803 vsize=865360 CPUtime=0.04
/proc/14804/task/14810/stat : 14810 (java) S 14803 14790 14697 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 18832641 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14803 14790 14697 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832641 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14812] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14803 14790 14697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18832641 886128640 7540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 887584

[startup+3.10241 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 14812
/proc/meminfo: memFree=1132688/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.38
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1309 4525 0 94 4 2 23 9 15 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
[pid=14803] ppid=14790 vsize=5356 CPUtime=0
/proc/14803/stat : 14803 (sh) S 14790 14790 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14803/statm: 1339 233 193 169 0 50 0
[pid=14804] ppid=14803 vsize=865360 CPUtime=2.2
/proc/14804/stat : 14804 (java) S 14803 14790 14697 0 -1 0 20150 0 9 0 211 9 0 0 18 0 9 0 18832634 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14804/statm: 216340 19402 2566 9 0 210845 0
[pid=14804/tid=14805] ppid=14803 vsize=865360 CPUtime=0.92
/proc/14804/task/14805/stat : 14805 (java) S 14803 14790 14697 0 -1 64 3319 0 6 0 91 1 0 0 17 0 9 0 18832635 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14803 vsize=865360 CPUtime=1.2
/proc/14804/task/14806/stat : 14806 (java) R 14803 14790 14697 0 -1 64 15825 0 3 0 114 6 0 0 16 0 9 0 18832639 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 104516229 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14803 14790 14697 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18832639 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14808] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14803 14790 14697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18832639 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14809] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14803 14790 14697 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832641 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14810] ppid=14803 vsize=865360 CPUtime=0.04
/proc/14804/task/14810/stat : 14810 (java) S 14803 14790 14697 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 18832641 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14803 14790 14697 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832641 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14812] ppid=14803 vsize=865360 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14803 14790 14697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18832641 886128640 19402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 887584

[startup+6.30293 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 14812
/proc/meminfo: memFree=1072912/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.38
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1310 4525 0 94 4 2 23 9 16 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
[pid=14803] ppid=14790 vsize=5356 CPUtime=0
/proc/14803/stat : 14803 (sh) S 14790 14790 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14803/statm: 1339 233 193 169 0 50 0
[pid=14804] ppid=14803 vsize=865472 CPUtime=5.42
/proc/14804/stat : 14804 (java) S 14803 14790 14697 0 -1 0 26491 0 9 0 529 13 0 0 18 0 9 0 18832634 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14804/statm: 216368 25686 2590 9 0 210845 0
[pid=14804/tid=14805] ppid=14803 vsize=865472 CPUtime=3.06
/proc/14804/task/14805/stat : 14805 (java) R 14803 14790 14697 0 -1 64 4140 0 6 0 302 4 0 0 18 0 9 0 18832635 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4126573361 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14803 vsize=865472 CPUtime=2.26
/proc/14804/task/14806/stat : 14806 (java) S 14803 14790 14697 0 -1 64 21317 0 3 0 218 8 0 0 16 0 9 0 18832639 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14803 14790 14697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832639 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14808] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14803 14790 14697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832639 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14809] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14803 14790 14697 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832641 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14810] ppid=14803 vsize=865472 CPUtime=0.08
/proc/14804/task/14810/stat : 14810 (java) S 14803 14790 14697 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 18832641 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14803 14790 14697 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832641 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14812] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14803 14790 14697 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 18832641 886243328 25686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 887696

[startup+12.7016 s]
/proc/loadavg: 0.22 0.05 0.02 2/78 14812
/proc/meminfo: memFree=1071568/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.38
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1310 4525 0 94 4 2 23 9 16 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
[pid=14803] ppid=14790 vsize=5356 CPUtime=0
/proc/14803/stat : 14803 (sh) S 14790 14790 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14803/statm: 1339 233 193 169 0 50 0
[pid=14804] ppid=14803 vsize=865472 CPUtime=11.83
/proc/14804/stat : 14804 (java) S 14803 14790 14697 0 -1 0 26756 0 9 0 1168 15 0 0 18 0 9 0 18832634 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14804/statm: 216368 25862 2590 9 0 210845 0
[pid=14804/tid=14805] ppid=14803 vsize=865472 CPUtime=9.31
/proc/14804/task/14805/stat : 14805 (java) R 14803 14790 14697 0 -1 64 4229 0 6 0 926 5 0 0 17 0 9 0 18832635 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 103210614 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14803 vsize=865472 CPUtime=2.4
/proc/14804/task/14806/stat : 14806 (java) S 14803 14790 14697 0 -1 64 21492 0 3 0 232 8 0 0 16 0 9 0 18832639 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14803 14790 14697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832639 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14808] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14803 14790 14697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832639 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14809] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14803 14790 14697 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832641 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14810] ppid=14803 vsize=865472 CPUtime=0.08
/proc/14804/task/14810/stat : 14810 (java) S 14803 14790 14697 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 18832641 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14803 14790 14697 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832641 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14812] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14803 14790 14697 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 18832641 886243328 25862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 887696

[startup+25.5029 s]
/proc/loadavg: 0.34 0.08 0.02 2/78 14812
/proc/meminfo: memFree=1069072/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=0.38
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1310 4525 0 94 4 2 23 9 16 0 1 0 18832546 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1111 409 3 0 796 0
[pid=14803] ppid=14790 vsize=5356 CPUtime=0
/proc/14803/stat : 14803 (sh) S 14790 14790 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14803/statm: 1339 233 193 169 0 50 0
[pid=14804] ppid=14803 vsize=865472 CPUtime=24.6
/proc/14804/stat : 14804 (java) S 14803 14790 14697 0 -1 0 27273 0 9 0 2443 17 0 0 18 0 9 0 18832634 886243328 26205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14804/statm: 216368 26205 2590 9 0 210845 0
[pid=14804/tid=14805] ppid=14803 vsize=865472 CPUtime=21.81
/proc/14804/task/14805/stat : 14805 (java) R 14803 14790 14697 0 -1 64 4403 0 6 0 2175 6 0 0 17 0 9 0 18832635 886243328 26205 996147200 134512640 134550932 4294955936 18446744073709551615 4126568447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14803 vsize=865472 CPUtime=2.68
/proc/14804/task/14806/stat : 14806 (java) S 14803 14790 14697 0 -1 64 21835 0 3 0 258 10 0 0 16 0 9 0 18832639 886243328 26205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14803 14790 14697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832639 886243328 26205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14808] ppid=14803 vsize=865472 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14803 14790 14697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832639 886243328 26205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14804/tid=14809] ppid=14803 vsize=865472 CPUtime=0

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

/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=70412 CPUtime=14.36
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 16246 0 0 0 1421 15 0 0 25 0 1 0 18853336 72101888 16232 996147200 134512640 135127466 4294956256 18446744073709551615 134528513 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 17603 16232 76 150 0 17450 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 92636

[startup+282.302 s]
/proc/loadavg: 1.75 0.83 0.33 3/87 14836
/proc/meminfo: memFree=977536/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=73608 CPUtime=74.33
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 17023 0 0 0 7416 17 0 0 25 0 1 0 18853336 75374592 17009 996147200 134512640 135127466 4294956256 18446744073709551615 134521779 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 18402 17009 76 150 0 18249 0
Current children cumulated CPU time (s) 281.13
Current children cumulated vsize (KiB) 95832

[startup+342.303 s]
/proc/loadavg: 1.91 1.04 0.43 4/87 14836
/proc/meminfo: memFree=974592/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=76368 CPUtime=134.3
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 17717 0 0 0 13412 18 0 0 25 0 1 0 18853336 78200832 17703 996147200 134512640 135127466 4294956256 18446744073709551615 134527036 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 19092 17703 76 150 0 18939 0
Current children cumulated CPU time (s) 341.1
Current children cumulated vsize (KiB) 98592

[startup+402.303 s]
/proc/loadavg: 1.96 1.20 0.52 3/87 14836
/proc/meminfo: memFree=971328/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=79600 CPUtime=194.27
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 18502 0 0 0 19408 19 0 0 25 0 1 0 18853336 81510400 18488 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 19900 18488 76 150 0 19747 0
Current children cumulated CPU time (s) 401.07
Current children cumulated vsize (KiB) 101824

[startup+462.302 s]
/proc/loadavg: 1.98 1.35 0.62 3/87 14836
/proc/meminfo: memFree=969472/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=81392 CPUtime=254.25
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 18956 0 0 0 25405 20 0 0 25 0 1 0 18853336 83345408 18942 996147200 134512640 135127466 4294956256 18446744073709551615 134522955 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 20348 18942 76 150 0 20195 0
Current children cumulated CPU time (s) 461.05
Current children cumulated vsize (KiB) 103616

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

[startup+473.501 s]
/proc/loadavg: 1.99 1.37 0.63 3/87 14836
/proc/meminfo: memFree=969024/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=81920 CPUtime=265.44
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 19066 0 0 0 26524 20 0 0 25 0 1 0 18853336 83886080 19052 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 20480 19052 76 150 0 20327 0
Current children cumulated CPU time (s) 472.24
Current children cumulated vsize (KiB) 104144

[startup+486.302 s]
/proc/loadavg: 1.99 1.39 0.64 3/87 14836
/proc/meminfo: memFree=968576/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=82316 CPUtime=278.23
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 19175 0 0 0 27803 20 0 0 25 0 1 0 18853336 84291584 19161 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 20579 19161 76 150 0 20426 0
Current children cumulated CPU time (s) 485.03
Current children cumulated vsize (KiB) 104540

[startup+489.507 s]
/proc/loadavg: 1.99 1.40 0.65 3/87 14836
/proc/meminfo: memFree=968448/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=82448 CPUtime=281.44
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 19208 0 0 0 28124 20 0 0 25 0 1 0 18853336 84426752 19194 996147200 134512640 135127466 4294956256 18446744073709551615 134531112 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 20612 19194 76 150 0 20459 0
Current children cumulated CPU time (s) 488.24
Current children cumulated vsize (KiB) 104672

[startup+492.702 s]
/proc/loadavg: 1.99 1.41 0.66 3/87 14836
/proc/meminfo: memFree=968320/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=82580 CPUtime=284.63
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 19239 0 0 0 28443 20 0 0 25 0 1 0 18853336 84561920 19225 996147200 134512640 135127466 4294956256 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 20645 19225 76 150 0 20492 0
Current children cumulated CPU time (s) 491.43
Current children cumulated vsize (KiB) 104804

[startup+494.302 s]
/proc/loadavg: 1.99 1.41 0.66 3/87 14836
/proc/meminfo: memFree=968320/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=206.8
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1376 39171 0 103 5 3 20610 62 16 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
[pid=14813] ppid=14790 vsize=5356 CPUtime=0
/proc/14813/stat : 14813 (sh) S 14790 14790 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14813/statm: 1339 232 193 169 0 50 0
[pid=14814] ppid=14813 vsize=82580 CPUtime=286.23
/proc/14814/stat : 14814 (minisat) R 14813 14790 14697 0 -1 4194304 19254 0 0 0 28603 20 0 0 25 0 1 0 18853336 84561920 19240 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 0 0 0
/proc/14814/statm: 20645 19240 76 150 0 20492 0
Current children cumulated CPU time (s) 493.03
Current children cumulated vsize (KiB) 104804

[startup+495.102 s]
/proc/loadavg: 1.99 1.41 0.66 3/87 14836
/proc/meminfo: memFree=967616/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=493.74
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1448 58787 0 103 5 3 49281 85 15 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 493.74
Current children cumulated vsize (KiB) 16868

[startup+495.302 s]
/proc/loadavg: 1.99 1.41 0.66 3/87 14836
/proc/meminfo: memFree=967616/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=493.74
/proc/14790/stat : 14790 (sugar) S 14788 14790 14697 0 -1 4194304 1448 58787 0 103 5 3 49281 85 15 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 493.74
Current children cumulated vsize (KiB) 16868

[startup+495.402 s]
/proc/loadavg: 1.99 1.41 0.66 3/87 14836
/proc/meminfo: memFree=967616/2055920 swapFree=4192812/4192956
[pid=14790] ppid=14788 vsize=16868 CPUtime=493.74
/proc/14790/stat : 14790 (sugar) R 14788 14790 14697 0 -1 4194304 1449 58787 0 103 5 3 49281 85 15 0 1 0 18832546 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14790/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 493.74
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 495.438
CPU time (s): 494.181
CPU user time (s): 493.248
CPU system time (s): 0.932858
CPU usage (%): 99.7462
Max. virtual memory (cumulated for all children) (KiB): 887696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.248
system time used= 0.932858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64146
page faults= 104
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16825
involuntary context switches= 13229

runsolver used 0.593909 second user time and 1.67274 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 15:08:07
IDJOB=2056958
IDBENCH=53321
IDSOLVER=739
FILE ID=node44/2056958-1247317686
PBS_JOBID= 9506539
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/hanoi/normalized-hanoi-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2056958-1247317686/watcher-2056958-1247317686 -o /tmp/evaluation-result-2056958-1247317686/solver-2056958-1247317686 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2056958-1247317686.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eb96c548468c2556d48ce74fccf574fa
RANDOM SEED=2115799195

node44.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.219
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.219
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:       1196552 kB
Buffers:         42784 kB
Cached:         742476 kB
SwapCached:        140 kB
Active:         101972 kB
Inactive:       698716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          25084 kB
Slab:            44360 kB
Committed_AS:   123840 kB
PageTables:       1592 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= 66380 MiB
End job on node44 at 2009-07-11 15:16:22