Trace number 1083100

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 995.789 1000.78

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-14.xml
MD5SUM706565457ea7a4d0a1ce73135f4ed524
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 benchmark106.091
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1240
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 04:31:38 2008
0.00/0.04	c 0	PID 14116
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083100-1215225098.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083100-1215225098.xml' 'HOME/temp.csp'
0.03/0.74	c 1	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.71/0.85	c 1	Parsing HOME/temp.csp
1.02/1.10	c 1	parsed 6119 expressions
1.02/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.11	c 1	Converting to clausal form CSP
1.02/1.17	c 1	converted 612 (10%) expressions
1.22/1.31	c 1	converted 1224 (20%) expressions
1.22/1.34	c 1	converted 1836 (30%) expressions
1.22/1.37	c 1	converted 2448 (40%) expressions
1.22/1.39	c 1	converted 3060 (50%) expressions
1.32/1.41	c 1	converted 3672 (60%) expressions
1.32/1.43	c 1	converted 4284 (70%) expressions
1.32/1.49	c 1	converted 4896 (80%) expressions
1.41/1.52	c 1	converted 5508 (90%) expressions
1.41/1.54	c 1	converted 6119 (100%) expressions
1.41/1.54	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1240
1.41/1.54	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.54	c 1	Propagation in CSP
1.61/1.80	c 2	306572 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.80	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 635
1.61/1.80	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.80	c 2	Simplifing CSP by introducing new Boolean variables
1.81/1.91	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 635
1.81/1.91	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.97	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.01	c 2	45 (10%) CSP integer variables are encoded (18825 clauses, 260281 bytes)
1.91/2.03	c 2	90 (20%) CSP integer variables are encoded (39030 clauses, 563356 bytes)
1.91/2.05	c 2	135 (30%) CSP integer variables are encoded (58365 clauses, 853381 bytes)
1.91/2.08	c 2	180 (40%) CSP integer variables are encoded (82260 clauses, 1211806 bytes)
2.01/2.12	c 2	225 (50%) CSP integer variables are encoded (106485 clauses, 1588578 bytes)
2.01/2.14	c 2	270 (60%) CSP integer variables are encoded (127950 clauses, 1953483 bytes)
2.01/2.18	c 2	315 (70%) CSP integer variables are encoded (152895 clauses, 2377548 bytes)
2.11/2.20	c 2	360 (80%) CSP integer variables are encoded (175110 clauses, 2755203 bytes)
2.11/2.24	c 2	405 (90%) CSP integer variables are encoded (201990 clauses, 3212163 bytes)
2.11/2.27	c 2	450 (100%) CSP integer variables are encoded (229080 clauses, 3672693 bytes)
2.61/2.78	c 3	1548 (10%) CSP clauses are encoded (487187 clauses, 9315086 bytes)
3.01/3.20	c 3	3096 (20%) CSP clauses are encoded (697882 clauses, 14148703 bytes)
3.50/3.67	c 4	4644 (30%) CSP clauses are encoded (947384 clauses, 19882088 bytes)
3.99/4.13	c 4	6192 (40%) CSP clauses are encoded (1189302 clauses, 25464071 bytes)
4.49/4.64	c 5	7740 (50%) CSP clauses are encoded (1465825 clauses, 31835926 bytes)
5.09/5.28	c 5	9288 (60%) CSP clauses are encoded (1822544 clauses, 40078515 bytes)
5.68/5.86	c 6	10836 (70%) CSP clauses are encoded (2139160 clauses, 47374575 bytes)
6.27/6.48	c 6	12384 (80%) CSP clauses are encoded (2467053 clauses, 55241266 bytes)
6.96/7.11	c 7	13932 (90%) CSP clauses are encoded (2813432 clauses, 63540029 bytes)
7.76/7.90	c 8	15480 (100%) CSP clauses are encoded (3271383 clauses, 74104831 bytes)
7.76/7.90	c 8	15480 CSP clauses encoded
7.76/7.90	c 8	Writing map file : HOME/temp.map
7.76/7.91	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.76/7.91	c 8	SAT : 239430 SAT variables, 3271383 SAT clauses, 74104831 bytes
7.76/7.91	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.76/7.93	c 8	SOLVING HOME/temp.cnf
7.76/7.93	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.76/7.93	c 8	This is MiniSat 2.0 beta
7.76/7.93	c 8	WARNING: for repeatability, setting FPU to use double precision
7.76/7.93	c 8	============================[ Problem Statistics ]=============================
7.76/7.93	c 8	|                                                                             |
7.76/7.93	c 8	|  Number of variables:  239430                                               |
7.76/7.93	c 8	|  Number of clauses:    3271383                                              |
9.53/9.77	c 10	|  Parsing time:         1.56         s                                       |
9.63/9.87	c 10	============================[ Search Statistics ]==============================
9.63/9.87	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.63/9.87	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.63/9.87	c 10	===============================================================================
9.63/9.87	c 10	|         0 |  237942  3269895  9245043 |  1089965        0    nan |  0.000 % |
12.11/12.34	c 12	|       100 |  237942  3269895  9245043 |  1198961      100     30 |  0.621 % |
15.30/15.58	c 16	|       250 |  237941  3269895  9245043 |  1318857      246     20 |  0.650 % |
18.98/19.25	c 19	|       475 |  237941  3269895  9245043 |  1450743      470     20 |  0.651 % |
24.86/25.20	c 25	|       812 |  237872  3268828  9242089 |  1595817      806     23 |  0.653 % |
34.80/35.19	c 35	|      1318 |  237847  3268473  9241115 |  1755399     1308     19 |  0.684 % |
49.82/50.28	c 50	|      2077 |  237766  3267447  9238291 |  1930939     2066     20 |  0.695 % |
71.33/71.87	c 72	|      3216 |  237753  3267233  9237682 |  2124033     3202     21 |  0.714 % |
94.02/94.61	c 95	|      4926 |  237694  3266395  9235376 |  2336436     4911     22 |  0.725 % |
136.41/137.27	c 137	|      7488 |  237671  3266070  9234482 |  2570080     7471     22 |  0.735 % |
198.61/199.78	c 200	|     11332 |  237604  3265155  9231952 |  2827088    11307     22 |  0.764 % |
307.37/309.05	c 309	|     17098 |  237567  3264561  9230292 |  3109797    17067     23 |  0.787 % |
474.67/477.14	c 477	|     25748 |  237381  3261711  9222287 |  3420777    25701     23 |  0.856 % |
706.53/710.12	c 710	|     38722 |  237185  3259245  9215500 |  3762854    38654     24 |  0.952 % |
994.93/999.96	c 1000	===============================================================================
994.93/999.98	c 1000	restarts              : 14
994.93/999.98	c 1000	conflicts             : 53679          (54 /sec)
994.93/999.98	c 1000	decisions             : 97139          (0.95 % random) (98 /sec)
994.93/999.98	c 1000	propagations          : 1165924997     (1181392 /sec)
994.93/999.98	c 1000	conflict literals     : 1388980        (28.87 % deleted)
994.93/999.98	c 1000	Memory used           : 163.84 MB
994.93/999.98	c 1000	CPU time              : 986.908 s
994.93/999.98	c 1000	
995.03/1000.08	c 1000	SATISFIABLE
995.12/1000.11	c 1000	DECODING HOME/temp.out WITH HOME/temp.map
995.12/1000.11	c 1000	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
995.12/1000.19	c 1000	Decoding HOME/temp.out
995.15/1000.68	s SATISFIABLE
995.15/1000.69	v 1 2 337 336 391 390 463 464 526 527 588 587 634 635 723 722 756 757 784 783 869 870 959 960 1016 1015 1086 1087 1153 1154 110 111 130 131 221 220 301 300 349 348 441 440 509 508 552 553 636 637 755 756 817 816 874 873 930 931 950 949 1121 1120 96 95 381 382 389 390 417 416 536 535 640 639 815 814 891 892 928 927 936 937 1022 1021 1029 1030 1074 1073 1076 1077 1149 1148 4 5 63 62 133 134 218 217 252 253 272 273 292 291 386 387 428 427 620 621 794 793 829 828 999 1000 1077 1076 1166 1165 65 247 356 357 433 434 456 455 485 486 551 550 593 594 619 618 623 624 718 719 798 797 1035 1036 1074 1075 1105 1104 1122 1123 210 209 330 329 389 388 436 435 530 529 596 597 681 680 721 722 726 725 741 742 757 756 811 812 853 852 974 973 1076 1077 92 93 203 202 294 295 384 385 442 441 519 520 726 725 789 788 930 931 1003 1002 1050 1051 1089 1088 1137 1136 1154 1153 1177 1176 190 84 262 263 284 283 398 399 441 440 610 611 695 694 764 765 848 849 874 875 940 939 1038 1039 1095 1094 1124 1125 1208 1207 8 7 56 57 158 157 245 246 272 271 340 341 345 344 392 393 544 545 569 568 623 624 717 716 911 910 995 996 1081 1082 19 20 56 57 91 92 163 164 228 227 258 259 300 299 353 354 697 533 774 773 787 788 904 905 917 918 1108 1109 1203 1202 0 1 64 63 74 73 388 300 442 443 471 472 495 494 508 509 588 587 689 688 851 850 1003 1004 1130 1131 1149 1150 1229 1228 11 10 85 86 190 191 234 233 411 410 515 514 577 578 618 617 678 679 741 740 819 820 862 861 870 871 892 891 903 904 114 113 124 123 147 146 157 156 165 166 228 229 261 260 364 365 512 513 529 530 625 626 695 696 860 861 1022 1023 1198 1199 16 17 84 83 126 125 220 219 426 425 513 514 518 517 566 567 911 910 993 994 1041 1040 1088 1089 1097 1096 1189 1190 1229 1228 312 311 386 387 432 431 457 456 495 496 530 529 588 587 691 692 843 842 847 848 876 877 946 945 1041 1042 1064 1063 1179 1178
995.15/1000.70	c 1001	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
995.15/1000.75	c 1001	CPU 994.65 (0.04 0.01 994.61 1.07)
995.15/1000.75	c 1001	END Sat Jul  5 04:48:19 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-1083100-1215225098/watcher-1083100-1215225098 -o /tmp/evaluation-result-1083100-1215225098/solver-1083100-1215225098 -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-1083100-1215225098.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.01 2.09 2.05 3/80 14116
/proc/meminfo: memFree=1592976/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=2504 CPUtime=0
/proc/14116/stat : 14116 (sugar) R 14114 14116 11626 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 134190426 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 265671472405 0 0 4096 0 0 0 0 17 0 0 0
/proc/14116/statm: 626 26 19 3 0 5 0

[startup+0.057423 s]
/proc/loadavg: 2.01 2.09 2.05 3/80 14116
/proc/meminfo: memFree=1592976/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.03
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134190426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101427 s]
/proc/loadavg: 2.01 2.09 2.05 3/80 14116
/proc/meminfo: memFree=1592976/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.03
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134190426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301448 s]
/proc/loadavg: 2.01 2.09 2.05 3/80 14116
/proc/meminfo: memFree=1592976/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.03
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134190426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701495 s]
/proc/loadavg: 2.01 2.09 2.05 3/80 14116
/proc/meminfo: memFree=1592976/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.03
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134190426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.01 2.09 2.05 3/91 14138
/proc/meminfo: memFree=1584696/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.72
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 974 7632 0 1 3 1 64 4 15 0 1 0 134190426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 797 370 3 0 500 0
[pid=14129] ppid=14116 vsize=5356 CPUtime=0
/proc/14129/stat : 14129 (sh) S 14116 14116 11626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134190504 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14129/statm: 1339 233 193 169 0 50 0
[pid=14130] ppid=14129 vsize=868400 CPUtime=0.69
/proc/14130/stat : 14130 (java) S 14129 14116 11626 0 -1 0 7077 0 1 0 65 4 0 0 18 0 9 0 134190504 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 217100 6306 2540 9 0 211675 0
[pid=14130/tid=14131] ppid=14129 vsize=868400 CPUtime=0.41
/proc/14130/task/14131/stat : 14131 (java) R 14129 14116 11626 0 -1 64 2667 0 1 0 39 2 0 0 22 0 9 0 134190505 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14129 vsize=868400 CPUtime=0.08
/proc/14130/task/14132/stat : 14132 (java) R 14129 14116 11626 0 -1 64 2255 0 0 0 8 0 0 0 16 0 9 0 134190506 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 103829680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14129 vsize=868400 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14129 14116 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134190506 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14129 vsize=868400 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14129 14116 11626 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 134190506 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14129 vsize=868400 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14129 14116 11626 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 134190508 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14129 vsize=868400 CPUtime=0.16
/proc/14130/task/14136/stat : 14136 (java) S 14129 14116 11626 0 -1 64 1462 0 0 0 16 0 0 0 16 0 9 0 134190508 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14129 vsize=868400 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14129 14116 11626 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 134190508 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14129 vsize=868400 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14129 14116 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134190508 889241600 6306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887356

[startup+3.10276 s]
/proc/loadavg: 2.01 2.09 2.05 3/91 14138
/proc/meminfo: memFree=1568760/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.72
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 974 7632 0 1 3 1 64 4 15 0 1 0 134190426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 797 370 3 0 500 0
[pid=14129] ppid=14116 vsize=5356 CPUtime=0
/proc/14129/stat : 14129 (sh) S 14116 14116 11626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134190504 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14129/statm: 1339 233 193 169 0 50 0
[pid=14130] ppid=14129 vsize=868512 CPUtime=2.29
/proc/14130/stat : 14130 (java) S 14129 14116 11626 0 -1 0 8771 0 1 0 213 16 0 0 18 0 9 0 134190504 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 217128 7580 2564 9 0 211675 0
[pid=14130/tid=14131] ppid=14129 vsize=868512 CPUtime=1.7
/proc/14130/task/14131/stat : 14131 (java) R 14129 14116 11626 0 -1 64 3100 0 1 0 160 10 0 0 25 0 9 0 134190505 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14129 vsize=868512 CPUtime=0.33
/proc/14130/task/14132/stat : 14132 (java) S 14129 14116 11626 0 -1 64 3479 0 0 0 30 3 0 0 16 0 9 0 134190506 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14129 14116 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134190506 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14129 14116 11626 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 134190506 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14129 14116 11626 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 134190508 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14129 vsize=868512 CPUtime=0.23
/proc/14130/task/14136/stat : 14136 (java) S 14129 14116 11626 0 -1 64 1499 0 0 0 22 1 0 0 16 0 9 0 134190508 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14129 14116 11626 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 134190508 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14129 14116 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134190508 889356288 7580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887468

[startup+6.30212 s]
/proc/loadavg: 2.01 2.09 2.05 3/91 14138
/proc/meminfo: memFree=1528376/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=0.72
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 974 7632 0 1 3 1 64 4 15 0 1 0 134190426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 797 370 3 0 500 0
[pid=14129] ppid=14116 vsize=5356 CPUtime=0
/proc/14129/stat : 14129 (sh) S 14116 14116 11626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134190504 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14129/statm: 1339 233 193 169 0 50 0
[pid=14130] ppid=14129 vsize=868512 CPUtime=5.45
/proc/14130/stat : 14130 (java) S 14129 14116 11626 0 -1 0 9756 0 1 0 499 46 0 0 18 0 9 0 134190504 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 217128 7587 2565 9 0 211675 0
[pid=14130/tid=14131] ppid=14129 vsize=868512 CPUtime=4.64
/proc/14130/task/14131/stat : 14131 (java) R 14129 14116 11626 0 -1 64 4078 0 1 0 428 36 0 0 25 0 9 0 134190505 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14132] ppid=14129 vsize=868512 CPUtime=0.55
/proc/14130/task/14132/stat : 14132 (java) S 14129 14116 11626 0 -1 64 3479 0 0 0 47 8 0 0 16 0 9 0 134190506 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14133] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14133/stat : 14133 (java) S 14129 14116 11626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134190506 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14134] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14134/stat : 14134 (java) S 14129 14116 11626 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 134190506 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14135] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14135/stat : 14135 (java) S 14129 14116 11626 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 134190508 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14136] ppid=14129 vsize=868512 CPUtime=0.23
/proc/14130/task/14136/stat : 14136 (java) S 14129 14116 11626 0 -1 64 1506 0 0 0 22 1 0 0 15 0 9 0 134190508 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14137] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14129 14116 11626 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 134190508 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14138] ppid=14129 vsize=868512 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14129 14116 11626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134190508 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887468

[startup+12.7028 s]
/proc/loadavg: 2.09 2.10 2.05 3/83 14140
/proc/meminfo: memFree=1365624/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=155956 CPUtime=4.74
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 37482 0 0 0 446 28 0 0 25 0 1 0 134191219 159698944 37468 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 38989 37468 76 150 0 38836 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 174912

[startup+25.5013 s]
/proc/loadavg: 2.36 2.16 2.07 3/83 14140
/proc/meminfo: memFree=1362296/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=159528 CPUtime=17.47
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 38294 0 0 0 1718 29 0 0 25 0 1 0 134191219 163356672 38280 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 39882 38280 76 150 0 39729 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 178484

[startup+51.1012 s]
/proc/loadavg: 2.56 2.23 2.09 3/83 14140
/proc/meminfo: memFree=1363320/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=160320 CPUtime=42.94
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 38519 0 0 0 4264 30 0 0 25 0 1 0 134191219 164167680 38505 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 40080 38505 76 150 0 39927 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 179276

[startup+102.307 s]
/proc/loadavg: 2.24 2.19 2.09 3/83 14140
/proc/meminfo: memFree=1363128/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0

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


[startup+762.306 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 14140
/proc/meminfo: memFree=1357752/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=165688 CPUtime=750.7
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 39826 0 0 0 75038 32 0 0 25 0 1 0 134191219 169664512 39812 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41422 39812 76 150 0 41269 0
Current children cumulated CPU time (s) 758.48
Current children cumulated vsize (KiB) 184644

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 14140
/proc/meminfo: memFree=1357304/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=166084 CPUtime=810.41
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 39933 0 0 0 81009 32 0 0 25 0 1 0 134191219 170070016 39919 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41521 39919 76 150 0 41368 0
Current children cumulated CPU time (s) 818.19
Current children cumulated vsize (KiB) 185040

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 14140
/proc/meminfo: memFree=1356728/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=166612 CPUtime=870.12
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40070 0 0 0 86979 33 0 0 25 0 1 0 134191219 170610688 40056 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41653 40056 76 150 0 41500 0
Current children cumulated CPU time (s) 877.9
Current children cumulated vsize (KiB) 185568

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 14140
/proc/meminfo: memFree=1356088/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167140 CPUtime=929.83
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40221 0 0 0 92950 33 0 0 25 0 1 0 134191219 171151360 40207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41785 40207 76 150 0 41632 0
Current children cumulated CPU time (s) 937.61
Current children cumulated vsize (KiB) 186096

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

[startup+972.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355832/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167404 CPUtime=960.09
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40272 0 0 0 95976 33 0 0 25 0 1 0 134191219 171421696 40258 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41851 40258 76 150 0 41698 0
Current children cumulated CPU time (s) 967.87
Current children cumulated vsize (KiB) 186360

[startup+985.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355704/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167536 CPUtime=972.82
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40301 0 0 0 97249 33 0 0 25 0 1 0 134191219 171556864 40287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41884 40287 76 150 0 41731 0
Current children cumulated CPU time (s) 980.6
Current children cumulated vsize (KiB) 186492

[startup+991.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355704/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167536 CPUtime=979.19
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40312 0 0 0 97886 33 0 0 25 0 1 0 134191219 171556864 40298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41884 40298 76 150 0 41731 0
Current children cumulated CPU time (s) 986.97
Current children cumulated vsize (KiB) 186492

[startup+995.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355704/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167536 CPUtime=982.38
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40315 0 0 0 98205 33 0 0 25 0 1 0 134191219 171556864 40301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41884 40301 76 150 0 41731 0
Current children cumulated CPU time (s) 990.16
Current children cumulated vsize (KiB) 186492

[startup+998.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355640/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167536 CPUtime=985.56
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40318 0 0 0 98523 33 0 0 25 0 1 0 134191219 171556864 40304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41884 40304 76 150 0 41731 0
Current children cumulated CPU time (s) 993.34
Current children cumulated vsize (KiB) 186492

[startup+999.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355640/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=7.78
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1033 18196 0 2 3 1 707 67 16 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
[pid=14139] ppid=14116 vsize=5356 CPUtime=0
/proc/14139/stat : 14139 (sh) S 14116 14116 11626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134191219 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14139/statm: 1339 232 193 169 0 50 0
[pid=14140] ppid=14139 vsize=167536 CPUtime=987.15
/proc/14140/stat : 14140 (minisat) R 14139 14116 11626 0 -1 4194304 40332 0 0 0 98682 33 0 0 25 0 1 0 134191219 171556864 40318 996147200 134512640 135127466 4294956256 18446744073709551615 134521733 0 0 4096 3 0 0 0 17 1 0 0
/proc/14140/statm: 41884 40318 76 150 0 41731 0
Current children cumulated CPU time (s) 994.93
Current children cumulated vsize (KiB) 186492

[startup+1000.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355640/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=995.15
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1090 58886 0 2 3 1 99407 104 15 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 995.15
Current children cumulated vsize (KiB) 13600

[startup+1000.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14140
/proc/meminfo: memFree=1355640/2055920 swapFree=4179164/4192956
[pid=14116] ppid=14114 vsize=13600 CPUtime=995.15
/proc/14116/stat : 14116 (sugar) S 14114 14116 11626 0 -1 4194304 1091 58886 0 2 3 1 99407 104 15 0 1 0 134190426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14116/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 995.15
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1000.78
CPU time (s): 995.789
CPU user time (s): 994.66
CPU system time (s): 1.12883
CPU usage (%): 99.5011
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 994.66
system time used= 1.12883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63911
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= 16006
involuntary context switches= 26612

runsolver used 1.17782 second user time and 3.39048 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 04:31:38
IDJOB=1083100
IDBENCH=57411
IDSOLVER=346
FILE ID=node76/1083100-1215225098
PBS_JOBID= 7881792
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 706565457ea7a4d0a1ce73135f4ed524
RANDOM SEED=1650096919

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1593456 kB
Buffers:         19824 kB
Cached:         215772 kB
SwapCached:       7640 kB
Active:         326244 kB
Inactive:        71088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593456 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:         171948 kB
Slab:            49804 kB
Committed_AS:   559012 kB
PageTables:       2368 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= 66444 MiB
End job on node76 at 2008-07-05 04:48:19