Trace number 1083184

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 1554.07 1560.01

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-20.xml
MD5SUM303cb267479eea95161f15c5bcd9c03a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark150.792
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1334
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul  5 04:42:15 2008
0.00/0.13	c 0	PID 12429
0.00/0.14	c 0	HOST node62.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1083184-1215225735.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083184-1215225735.xml' 'HOME/temp.csp'
0.04/0.93	c 1	93 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.04/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.07	c 1	Parsing HOME/temp.csp
1.31/1.51	c 2	parsed 6127 expressions
1.31/1.51	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.51	c 2	Converting to clausal form CSP
1.31/1.57	c 2	converted 613 (10%) expressions
1.51/1.72	c 2	converted 1226 (20%) expressions
1.51/1.76	c 2	converted 1839 (30%) expressions
1.51/1.78	c 2	converted 2451 (40%) expressions
1.51/1.79	c 2	converted 3064 (50%) expressions
1.61/1.81	c 2	converted 3677 (60%) expressions
1.61/1.83	c 2	converted 4289 (70%) expressions
1.61/1.88	c 2	converted 4902 (80%) expressions
1.71/1.91	c 2	converted 5515 (90%) expressions
1.71/1.92	c 2	converted 6127 (100%) expressions
1.71/1.92	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1334
1.71/1.92	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.92	c 2	Propagation in CSP
1.91/2.20	c 2	317968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.20	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 700
1.91/2.20	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.20	c 2	Simplifing CSP by introducing new Boolean variables
2.11/2.31	c 3	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 700
2.11/2.33	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.37	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.43	c 3	45 (10%) CSP integer variables are encoded (22905 clauses, 321475 bytes)
2.21/2.45	c 3	90 (20%) CSP integer variables are encoded (44640 clauses, 647500 bytes)
2.21/2.49	c 3	135 (30%) CSP integer variables are encoded (71790 clauses, 1054750 bytes)
2.30/2.52	c 3	180 (40%) CSP integer variables are encoded (98370 clauses, 1453450 bytes)
2.30/2.56	c 3	225 (50%) CSP integer variables are encoded (125235 clauses, 1907262 bytes)
2.39/2.60	c 3	270 (60%) CSP integer variables are encoded (156120 clauses, 2432307 bytes)
2.39/2.64	c 3	315 (70%) CSP integer variables are encoded (184830 clauses, 2920377 bytes)
2.39/2.67	c 3	360 (80%) CSP integer variables are encoded (212670 clauses, 3393657 bytes)
2.50/2.71	c 3	405 (90%) CSP integer variables are encoded (237720 clauses, 3819507 bytes)
2.50/2.74	c 3	450 (100%) CSP integer variables are encoded (259170 clauses, 4184157 bytes)
3.19/3.40	c 4	1548 (10%) CSP clauses are encoded (580642 clauses, 11275043 bytes)
3.79/4.07	c 4	3096 (20%) CSP clauses are encoded (919526 clauses, 19117498 bytes)
4.39/4.66	c 5	4644 (30%) CSP clauses are encoded (1209938 clauses, 25835252 bytes)
5.08/5.33	c 6	6192 (40%) CSP clauses are encoded (1551485 clauses, 33744996 bytes)
5.76/6.07	c 6	7740 (50%) CSP clauses are encoded (1933756 clauses, 42611906 bytes)
6.46/6.78	c 7	9288 (60%) CSP clauses are encoded (2306112 clauses, 51256619 bytes)
7.23/7.52	c 8	10836 (70%) CSP clauses are encoded (2682731 clauses, 60223061 bytes)
8.04/8.35	c 9	12384 (80%) CSP clauses are encoded (3111015 clauses, 70574589 bytes)
8.83/9.19	c 9	13932 (90%) CSP clauses are encoded (3546442 clauses, 81009571 bytes)
9.62/9.95	c 10	15480 (100%) CSP clauses are encoded (3954144 clauses, 90339009 bytes)
9.62/9.95	c 10	15480 CSP clauses encoded
9.62/9.95	c 10	Writing map file : HOME/temp.map
9.62/9.96	c 10	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.62/9.96	c 10	SAT : 269520 SAT variables, 3954144 SAT clauses, 90339009 bytes
9.62/9.96	c 10	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.68/10.01	c 10	SOLVING HOME/temp.cnf
9.68/10.01	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.68/10.01	c 10	This is MiniSat 2.0 beta
9.68/10.01	c 10	WARNING: for repeatability, setting FPU to use double precision
9.68/10.01	c 10	============================[ Problem Statistics ]=============================
9.68/10.01	c 10	|                                                                             |
9.68/10.01	c 10	|  Number of variables:  269520                                               |
9.68/10.01	c 10	|  Number of clauses:    3954144                                              |
11.97/12.33	c 13	|  Parsing time:         1.99         s                                       |
12.05/12.45	c 13	============================[ Search Statistics ]==============================
12.05/12.45	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.05/12.45	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.05/12.45	c 13	===============================================================================
12.05/12.45	c 13	|         0 |  268470  3953094 11221770 |  1317698        0    nan |  0.000 % |
14.74/15.17	c 15	|       100 |  268470  3953094 11221770 |  1449467      100     24 |  0.390 % |
17.93/18.31	c 18	|       252 |  268470  3953094 11221770 |  1594414      252     21 |  0.390 % |
21.51/21.95	c 22	|       477 |  268470  3953094 11221770 |  1753856      477     22 |  0.390 % |
27.58/28.06	c 28	|       814 |  268447  3952746 11220807 |  1929241      813     19 |  0.398 % |
36.93/37.42	c 38	|      1320 |  268447  3952746 11220807 |  2122165     1319     19 |  0.398 % |
46.58/47.10	c 47	|      2079 |  268447  3952746 11220807 |  2334382     2078     20 |  0.398 % |
65.89/66.57	c 67	|      3218 |  268428  3952420 11219896 |  2567820     3216     22 |  0.405 % |
98.23/99.00	c 99	|      4926 |  268403  3952060 11218904 |  2824602     4922     23 |  0.420 % |
135.25/136.21	c 136	|      7488 |  268300  3950477 11214518 |  3107062     7480     24 |  0.453 % |
201.62/202.96	c 203	|     11333 |  268123  3948226 11208359 |  3417769    11316     25 |  0.526 % |
315.26/317.13	c 317	|     17100 |  267947  3945755 11201494 |  3759546    17075     25 |  0.584 % |
458.06/460.65	c 461	|     25749 |  267768  3942901 11193472 |  4135500    25704     26 |  0.650 % |
681.85/685.54	c 686	|     38726 |  267556  3940050 11185538 |  4549050    38655     26 |  0.729 % |
1025.27/1030.68	c 1031	|     58187 |  267306  3936340 11175111 |  5003955    58090     26 |  0.821 % |
1520.40/1526.33	c 1527	|     87379 |  267114  3933780 11167989 |  5504351    87252     28 |  0.893 % |
1553.38/1559.32	c 1560	===============================================================================
1553.38/1559.35	c 1560	restarts              : 16
1553.38/1559.35	c 1560	conflicts             : 89692          (58 /sec)
1553.38/1559.35	c 1560	decisions             : 197943         (0.76 % random) (128 /sec)
1553.38/1559.35	c 1560	propagations          : 1758158630     (1139230 /sec)
1553.38/1559.35	c 1560	conflict literals     : 2539915        (24.93 % deleted)
1553.38/1559.35	c 1560	Memory used           : 202.29 MB
1553.38/1559.35	c 1560	CPU time              : 1543.29 s
1553.38/1559.35	c 1560	
1553.48/1559.45	c 1560	SATISFIABLE
1553.48/1559.49	c 1560	DECODING HOME/temp.out WITH HOME/temp.map
1553.48/1559.49	c 1560	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1553.58/1559.57	c 1560	Decoding HOME/temp.out
1553.88/1559.89	s SATISFIABLE
1553.97/1559.91	v 3 2 214 213 330 329 410 409 728 729 782 783 797 796 890 891 961 960 975 976 1066 1065 1161 1162 1211 1210 1247 1248 1333 1332 130 131 216 215 258 257 280 281 310 309 362 363 444 445 484 485 676 677 758 757 821 822 834 833 1130 1129 1193 1192 1304 1303 39 40 100 99 144 143 286 287 302 301 362 361 400 399 508 509 639 640 762 761 819 820 886 885 913 914 1070 1069 1162 1163 59 58 297 296 357 356 401 400 407 408 447 448 573 574 579 578 623 624 718 717 749 748 845 844 1018 1019 1077 1076 1129 1130 260 259 419 418 458 459 534 533 632 633 635 636 727 728 810 809 843 842 938 939 1018 1017 1022 1023 1034 1033 1084 1085 1232 1233 185 186 432 431 461 460 505 504 575 576 633 634 722 721 755 756 769 768 776 777 826 999 1047 1046 1086 1087 1108 1107 1231 1232 35 34 47 46 128 127 195 196 289 288 381 380 434 433 486 487 590 591 674 673 678 679 1018 897 1146 1145 1290 1291 1309 1308 88 89 181 180 287 288 352 353 499 500 578 577 641 642 731 730 865 866 892 891 929 930 935 934 1012 1011 1030 1029 1227 1228 99 100 146 147 313 314 412 413 570 571 622 623 798 797 802 801 845 844 871 872 919 920 962 961 1117 1116 1238 1239 1274 1273 38 39 71 72 86 85 696 697 721 720 777 778 902 903 969 970 989 988 1039 1040 1073 1072 1189 1190 1220 1219 1311 1312 1323 1322 6 7 74 73 206 207 257 258 300 299 383 384 403 404 433 432 574 573 639 638 671 672 710 709 826 827 980 981 1263 1264 39 38 463 464 471 470 553 552 641 642 700 699 901 902 1000 1001 1002 1003 1074 1075 1082 1083 1100 1099 1184 1185 1207 1208 1241 1240 112 113 205 204 361 362 366 365 475 474 568 567 646 647 722 721 783 784 849 850 858 857 910 911 915 914 1072 1071 1166 1167 42 41 75 74 164 163 292 293 361 360 392 393 412 413 475 476 551 550 810 809 862 861 918 917 1182 1181 1227 1226 1312 1311 17 18 30 29 66 65 151 150 168 169 211 212 259 258 325 324 403 402 531 530 560 559 977 978 1086 1085 1180 1179 1276 1277
1553.97/1559.91	c 1560	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1553.97/1559.97	c 1560	CPU 1552.61 (0.03 0.01 1552.58 1.38)
1553.97/1559.97	c 1560	END Sat Jul  5 05:08:15 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-1083184-1215225735/watcher-1083184-1215225735 -o /tmp/evaluation-result-1083184-1215225735/solver-1083184-1215225735 -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-1083184-1215225735.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 4/92 12429
/proc/meminfo: memFree=1743096/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=18572 CPUtime=0
/proc/12429/stat : 12429 (runsolver) D 12427 12429 8764 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001545266 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12429/statm: 4643 292 257 25 0 2626 0

[startup+0.0891659 s]
/proc/loadavg: 2.04 2.02 2.00 4/92 12429
/proc/meminfo: memFree=1743096/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=12412 CPUtime=0
/proc/12429/stat : 12429 (sugar) D 12427 12429 8764 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2001545266 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12429/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101167 s]
/proc/loadavg: 2.04 2.02 2.00 4/92 12429
/proc/meminfo: memFree=1743096/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=12544 CPUtime=0
/proc/12429/stat : 12429 (sugar) R 12427 12429 8764 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 2001545266 12845056 432 996147200 4194304 4206940 548682068608 18446744073709551615 236437539286 0 0 4224 0 0 0 0 17 1 0 0
/proc/12429/statm: 3136 432 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301209 s]
/proc/loadavg: 2.04 2.02 2.00 4/92 12429
/proc/meminfo: memFree=1743096/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=0.04
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001545266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701294 s]
/proc/loadavg: 2.04 2.02 2.00 4/92 12429
/proc/meminfo: memFree=1743096/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=0.04
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001545266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.04 2.02 2.00 3/96 12444
/proc/meminfo: memFree=1739344/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=0.82
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 973 7634 0 1 3 1 72 6 16 0 1 0 2001545266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 797 370 3 0 500 0
[pid=12442] ppid=12429 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (sh) S 12429 12429 8764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001545364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12442/statm: 1339 233 193 169 0 50 0
[pid=12443] ppid=12442 vsize=864040 CPUtime=0.49
/proc/12443/stat : 12443 (java) S 12442 12429 8764 0 -1 0 3951 0 1 0 47 2 0 0 18 0 9 0 2001545364 884776960 3411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12443/statm: 216010 3411 1671 9 0 210592 0
[pid=12443/tid=12444] ppid=12442 vsize=864040 CPUtime=0.39
/proc/12443/task/12444/stat : 12444 (java) R 12442 12429 8764 0 -1 64 2457 0 1 0 38 1 0 0 20 0 9 0 2001545365 884776960 3411 996147200 134512640 134550740 4294955952 18446744073709551615 4126428047 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 882996

[startup+3.10176 s]
/proc/loadavg: 2.11 2.03 2.01 3/103 12451
/proc/meminfo: memFree=1723352/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=0.82
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 974 7634 0 1 3 1 72 6 15 0 1 0 2001545266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 797 370 3 0 500 0
[pid=12442] ppid=12429 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (sh) S 12429 12429 8764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001545364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12442/statm: 1339 233 193 169 0 50 0
[pid=12443] ppid=12442 vsize=868488 CPUtime=2.08
/proc/12443/stat : 12443 (java) S 12442 12429 8764 0 -1 0 8624 0 1 0 196 12 0 0 18 0 9 0 2001545364 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12443/statm: 217122 7572 2564 9 0 211669 0
[pid=12443/tid=12444] ppid=12442 vsize=868488 CPUtime=1.5
/proc/12443/task/12444/stat : 12444 (java) R 12442 12429 8764 0 -1 64 2968 0 1 0 143 7 0 0 23 0 9 0 2001545365 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4126951009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12445] ppid=12442 vsize=868488 CPUtime=0.31
/proc/12443/task/12445/stat : 12445 (java) S 12442 12429 8764 0 -1 64 3483 0 0 0 29 2 0 0 16 0 9 0 2001545367 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12446] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12446/stat : 12446 (java) S 12442 12429 8764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001545367 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12447] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12447/stat : 12447 (java) S 12442 12429 8764 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001545367 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12448] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12448/stat : 12448 (java) S 12442 12429 8764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001545369 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12449] ppid=12442 vsize=868488 CPUtime=0.23
/proc/12443/task/12449/stat : 12449 (java) S 12442 12429 8764 0 -1 64 1480 0 0 0 22 1 0 0 16 0 9 0 2001545369 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12450] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12450/stat : 12450 (java) S 12442 12429 8764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001545369 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12451] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12451/stat : 12451 (java) S 12442 12429 8764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001545369 889331712 7572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887444

[startup+6.30238 s]
/proc/loadavg: 2.11 2.03 2.01 3/103 12451
/proc/meminfo: memFree=1685208/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=0.82
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 974 7634 0 1 3 1 72 6 15 0 1 0 2001545266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 797 370 3 0 500 0
[pid=12442] ppid=12429 vsize=5356 CPUtime=0
/proc/12442/stat : 12442 (sh) S 12429 12429 8764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001545364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12442/statm: 1339 233 193 169 0 50 0
[pid=12443] ppid=12442 vsize=868488 CPUtime=5.24
/proc/12443/stat : 12443 (java) S 12442 12429 8764 0 -1 0 9558 0 1 0 481 43 0 0 18 0 9 0 2001545364 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12443/statm: 217122 7581 2565 9 0 211669 0
[pid=12443/tid=12444] ppid=12442 vsize=868488 CPUtime=4.41
/proc/12443/task/12444/stat : 12444 (java) R 12442 12429 8764 0 -1 64 3893 0 1 0 408 33 0 0 25 0 9 0 2001545365 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4126948494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12445] ppid=12442 vsize=868488 CPUtime=0.55
/proc/12443/task/12445/stat : 12445 (java) S 12442 12429 8764 0 -1 64 3483 0 0 0 48 7 0 0 16 0 9 0 2001545367 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12446] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12446/stat : 12446 (java) S 12442 12429 8764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001545367 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12447] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12447/stat : 12447 (java) S 12442 12429 8764 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001545367 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12448] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12448/stat : 12448 (java) S 12442 12429 8764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001545369 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12449] ppid=12442 vsize=868488 CPUtime=0.24
/proc/12443/task/12449/stat : 12449 (java) S 12442 12429 8764 0 -1 64 1489 0 0 0 23 1 0 0 16 0 9 0 2001545369 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12450] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12450/stat : 12450 (java) S 12442 12429 8764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001545369 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12443/tid=12451] ppid=12442 vsize=868488 CPUtime=0
/proc/12443/task/12451/stat : 12451 (java) S 12442 12429 8764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001545369 889331712 7581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887444

[startup+12.7016 s]
/proc/loadavg: 2.10 2.03 2.00 3/95 12453
/proc/meminfo: memFree=1503192/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 15 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=182336 CPUtime=2.66
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 43383 0 0 0 234 32 0 0 25 0 1 0 2001546267 186712064 43369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12453/statm: 45584 43369 72 150 0 45431 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 201292

[startup+25.5011 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 12453
/proc/meminfo: memFree=1466648/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=192644 CPUtime=15.39
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 45904 0 0 0 1506 33 0 0 25 0 1 0 2001546267 197267456 45890 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/12453/statm: 48161 45890 75 150 0 48008 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 211600

[startup+51.1012 s]
/proc/loadavg: 2.05 2.03 2.00 3/95 12455
/proc/meminfo: memFree=1465624/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=193700 CPUtime=40.86
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 46195 0 0 0 4053 33 0 0 25 0 1 0 2001546267 198348800 46181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12453/statm: 48425 46181 75 150 0 48272 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 212656

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 12455
/proc/meminfo: memFree=1464856/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=194360 CPUtime=91.82
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 46351 0 0 0 9148 34 0 0 25 0 1 0 2001546267 199024640 46337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12453/statm: 48590 46337 75 150 0 48437 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 213316

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 12455
/proc/meminfo: memFree=1464600/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1455048/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=205028 CPUtime=1346.78
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49023 0 0 0 134634 44 0 0 25 0 1 0 2001546267 209948672 49009 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51257 49009 75 150 0 51104 0
Current children cumulated CPU time (s) 1356.48
Current children cumulated vsize (KiB) 223984

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1454344/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=205556 CPUtime=1406.76
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49179 0 0 0 140631 45 0 0 25 0 1 0 2001546267 210489344 49165 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51389 49165 75 150 0 51236 0
Current children cumulated CPU time (s) 1416.46
Current children cumulated vsize (KiB) 224512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1453704/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=206084 CPUtime=1466.72
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49315 0 0 0 146627 45 0 0 25 0 1 0 2001546267 211030016 49301 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51521 49301 75 150 0 51368 0
Current children cumulated CPU time (s) 1476.42
Current children cumulated vsize (KiB) 225040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1453128/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=206616 CPUtime=1526.69
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49447 0 0 0 152624 45 0 0 25 0 1 0 2001546267 211574784 49433 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51654 49433 75 150 0 51501 0
Current children cumulated CPU time (s) 1536.39
Current children cumulated vsize (KiB) 225572

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

[startup+1548.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1453000/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=206748 CPUtime=1533.09
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49468 0 0 0 153264 45 0 0 25 0 1 0 2001546267 211709952 49454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51687 49454 75 150 0 51534 0
Current children cumulated CPU time (s) 1542.79
Current children cumulated vsize (KiB) 225704

[startup+1555.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1452936/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=206880 CPUtime=1539.49
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49493 0 0 0 153904 45 0 0 25 0 1 0 2001546267 211845120 49479 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51720 49479 75 150 0 51567 0
Current children cumulated CPU time (s) 1549.19
Current children cumulated vsize (KiB) 225836

[startup+1558.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1452872/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=206880 CPUtime=1542.68
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49500 0 0 0 154223 45 0 0 25 0 1 0 2001546267 211845120 49486 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51720 49486 75 150 0 51567 0
Current children cumulated CPU time (s) 1552.38
Current children cumulated vsize (KiB) 225836

[startup+1559.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1452872/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=9.7
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1033 18567 0 2 3 1 880 86 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12452] ppid=12429 vsize=5356 CPUtime=0
/proc/12452/stat : 12452 (sh) S 12429 12429 8764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001546267 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12452/statm: 1339 232 193 169 0 50 0
[pid=12453] ppid=12452 vsize=206880 CPUtime=1543.48
/proc/12453/stat : 12453 (minisat) R 12452 12429 8764 0 -1 4194304 49504 0 0 0 154303 45 0 0 25 0 1 0 2001546267 211845120 49490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12453/statm: 51720 49490 75 150 0 51567 0
Current children cumulated CPU time (s) 1553.18
Current children cumulated vsize (KiB) 225836

[startup+1559.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12500
/proc/meminfo: memFree=1452872/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=1553.58
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1071 68437 0 2 3 1 155219 135 16 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1553.58
Current children cumulated vsize (KiB) 13600

[startup+1559.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 12510
/proc/meminfo: memFree=1643464/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=1553.58
/proc/12429/stat : 12429 (sugar) S 12427 12429 8764 0 -1 4194304 1090 68437 0 2 3 1 155219 135 15 0 1 0 2001545266 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12429/statm: 3400 799 370 3 0 500 0
[pid=12501] ppid=12429 vsize=5356 CPUtime=0
/proc/12501/stat : 12501 (sh) S 12429 12429 8764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001701215 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12501/statm: 1339 233 193 169 0 50 0
[pid=12502] ppid=12501 vsize=864044 CPUtime=0.39
/proc/12502/stat : 12502 (java) S 12501 12429 8764 0 -1 0 3528 0 1 0 37 2 0 0 19 0 9 0 2001701215 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12502/statm: 216011 3002 1669 9 0 210593 0
[pid=12502/tid=12503] ppid=12501 vsize=864044 CPUtime=0.34
/proc/12502/task/12503/stat : 12503 (java) R 12501 12429 8764 0 -1 64 2461 0 1 0 33 1 0 0 25 0 9 0 2001701216 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12504] ppid=12501 vsize=864044 CPUtime=0
/proc/12502/task/12504/stat : 12504 (java) S 12501 12429 8764 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 2001701217 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12505] ppid=12501 vsize=864044 CPUtime=0
/proc/12502/task/12505/stat : 12505 (java) S 12501 12429 8764 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2001701218 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12506] ppid=12501 vsize=864044 CPUtime=0
/proc/12502/task/12506/stat : 12506 (java) S 12501 12429 8764 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2001701218 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12507] ppid=12501 vsize=864044 CPUtime=0
/proc/12502/task/12507/stat : 12507 (java) S 12501 12429 8764 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001701220 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12508] ppid=12501 vsize=864044 CPUtime=0.03
/proc/12502/task/12508/stat : 12508 (java) S 12501 12429 8764 0 -1 64 302 0 0 0 3 0 0 0 16 0 9 0 2001701220 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12509] ppid=12501 vsize=864044 CPUtime=0
/proc/12502/task/12509/stat : 12509 (java) S 12501 12429 8764 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2001701220 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12502/tid=12510] ppid=12501 vsize=864044 CPUtime=0
/proc/12502/task/12510/stat : 12510 (java) S 12501 12429 8764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001701220 884781056 3002 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1553.97
Current children cumulated vsize (KiB) 883000

[startup+1560 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 12510
/proc/meminfo: memFree=1643464/2055920 swapFree=4179416/4192956
[pid=12429] ppid=12427 vsize=13600 CPUtime=1554.04
/proc/12429/stat : 12429 (sugar) R 12427 12429 8764 0 -1 4194304 1119 72313 0 3 3 5 155258 138 16 0 1 0 2001545266 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12429/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1554.04
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1560.01
CPU time (s): 1554.07
CPU user time (s): 1552.63
CPU system time (s): 1.44678
CPU usage (%): 99.6194
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1552.63
system time used= 1.44678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73462
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18493
involuntary context switches= 54071

runsolver used 1.58376 second user time and 5.52116 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 04:42:15
IDJOB=1083184
IDBENCH=57426
IDSOLVER=346
FILE ID=node62/1083184-1215225735
PBS_JOBID= 7881720
Free space on /tmp= 65232 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-20.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-1083184-1215225735/watcher-1083184-1215225735 -o /tmp/evaluation-result-1083184-1215225735/solver-1083184-1215225735 -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-1083184-1215225735.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 303cb267479eea95161f15c5bcd9c03a
RANDOM SEED=1764750643

node62.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.259
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.259
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:       1743576 kB
Buffers:          4636 kB
Cached:         135772 kB
SwapCached:       6676 kB
Active:         174676 kB
Inactive:        79832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743576 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         131148 kB
Slab:            42224 kB
Committed_AS:  4725168 kB
PageTables:       2284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65248 MiB
End job on node62 at 2008-07-05 05:08:15