Trace number 1083079

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 963.645 966.86

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-15.xml
MD5SUMd4b8a3518de3d7b3c2da5e05ff268d86
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 benchmark57.2833
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1298
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:28:29 2008
0.00/0.04	c 0	PID 14667
0.03/0.05	c 0	HOST node68.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1083079-1215224909.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083079-1215224909.xml' 'HOME/temp.csp'
0.03/0.95	c 1	83 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.91/1.08	c 1	Parsing HOME/temp.csp
1.20/1.34	c 2	parsed 6117 expressions
1.20/1.35	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.35	c 2	Converting to clausal form CSP
1.29/1.41	c 2	converted 612 (10%) expressions
1.39/1.56	c 2	converted 1224 (20%) expressions
1.49/1.60	c 2	converted 1836 (30%) expressions
1.49/1.63	c 2	converted 2447 (40%) expressions
1.49/1.65	c 2	converted 3059 (50%) expressions
1.49/1.67	c 2	converted 3671 (60%) expressions
1.49/1.70	c 2	converted 4282 (70%) expressions
1.60/1.76	c 2	converted 4894 (80%) expressions
1.60/1.79	c 2	converted 5506 (90%) expressions
1.70/1.81	c 2	converted 6117 (100%) expressions
1.70/1.81	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1298
1.70/1.81	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.81	c 2	Propagation in CSP
1.89/2.09	c 2	315056 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.89/2.09	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 751
1.89/2.09	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.09	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.21	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 751
2.09/2.21	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.28	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.19/2.33	c 3	45 (10%) CSP integer variables are encoded (17370 clauses, 238464 bytes)
2.19/2.35	c 3	90 (20%) CSP integer variables are encoded (40170 clauses, 580464 bytes)
2.19/2.38	c 3	135 (30%) CSP integer variables are encoded (63555 clauses, 931239 bytes)
2.28/2.42	c 3	180 (40%) CSP integer variables are encoded (88890 clauses, 1311264 bytes)
2.28/2.44	c 3	225 (50%) CSP integer variables are encoded (108765 clauses, 1627334 bytes)
2.28/2.48	c 3	270 (60%) CSP integer variables are encoded (138810 clauses, 2138099 bytes)
2.39/2.52	c 3	315 (70%) CSP integer variables are encoded (166860 clauses, 2614949 bytes)
2.39/2.56	c 3	360 (80%) CSP integer variables are encoded (194010 clauses, 3076499 bytes)
2.39/2.59	c 3	405 (90%) CSP integer variables are encoded (219540 clauses, 3510509 bytes)
2.49/2.63	c 3	450 (100%) CSP integer variables are encoded (246090 clauses, 3961859 bytes)
2.99/3.11	c 3	1548 (10%) CSP clauses are encoded (466491 clauses, 8774942 bytes)
3.38/3.59	c 4	3096 (20%) CSP clauses are encoded (695010 clauses, 14002255 bytes)
4.08/4.25	c 4	4644 (30%) CSP clauses are encoded (1022859 clauses, 21595208 bytes)
4.77/4.91	c 5	6192 (40%) CSP clauses are encoded (1357019 clauses, 29325254 bytes)
5.37/5.55	c 6	7740 (50%) CSP clauses are encoded (1681157 clauses, 36824675 bytes)
6.05/6.26	c 6	9288 (60%) CSP clauses are encoded (2032597 clauses, 44965746 bytes)
6.63/6.99	c 7	10836 (70%) CSP clauses are encoded (2344313 clauses, 52179487 bytes)
7.43/7.75	c 8	12384 (80%) CSP clauses are encoded (2728560 clauses, 61477682 bytes)
8.33/8.65	c 9	13932 (90%) CSP clauses are encoded (3198247 clauses, 72768847 bytes)
9.22/9.55	c 10	15480 (100%) CSP clauses are encoded (3679329 clauses, 83873584 bytes)
9.22/9.55	c 10	15480 CSP clauses encoded
9.22/9.55	c 10	Writing map file : HOME/temp.map
9.22/9.56	c 10	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.22/9.56	c 10	SAT : 256440 SAT variables, 3679329 SAT clauses, 83873584 bytes
9.22/9.56	c 10	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.28/9.60	c 10	SOLVING HOME/temp.cnf
9.28/9.60	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.28/9.61	c 10	This is MiniSat 2.0 beta
9.28/9.61	c 10	WARNING: for repeatability, setting FPU to use double precision
9.28/9.61	c 10	============================[ Problem Statistics ]=============================
9.28/9.61	c 10	|                                                                             |
9.28/9.61	c 10	|  Number of variables:  256440                                               |
9.28/9.61	c 10	|  Number of clauses:    3679329                                              |
11.46/11.87	c 12	|  Parsing time:         1.94         s                                       |
11.56/11.99	c 12	============================[ Search Statistics ]==============================
11.56/11.99	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.56/11.99	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.56/11.99	c 12	===============================================================================
11.56/11.99	c 12	|         0 |  255114  3678003 10428270 |  1226001        0    nan |  0.000 % |
14.25/14.63	c 15	|       101 |  255113  3678003 10428270 |  1348601      100     17 |  0.527 % |
16.84/17.21	c 17	|       251 |  255113  3678003 10428270 |  1483461      250     18 |  0.527 % |
20.81/21.22	c 21	|       476 |  255113  3678003 10428270 |  1631807      475     17 |  0.527 % |
28.57/29.07	c 29	|       813 |  255113  3678003 10428270 |  1794988      812     18 |  0.527 % |
38.62/39.19	c 39	|      1319 |  255089  3677680 10427389 |  1974486     1316     18 |  0.536 % |
54.84/55.46	c 56	|      2078 |  255065  3677303 10426339 |  2171935     2075     20 |  0.536 % |
78.53/79.26	c 79	|      3217 |  254929  3675534 10421492 |  2389129     3203     19 |  0.589 % |
111.86/112.75	c 113	|      4925 |  254929  3675534 10421492 |  2628042     4910     18 |  0.596 % |
158.12/159.20	c 159	|      7489 |  254886  3674993 10420000 |  2890846     7471     22 |  0.633 % |
236.69/238.21	c 238	|     11333 |  254748  3673240 10415158 |  3179930    11307     22 |  0.668 % |
350.93/353.07	c 353	|     17100 |  254485  3669360 10404351 |  3497923    17052     23 |  0.762 % |
516.52/519.44	c 520	|     25749 |  254355  3667592 10399409 |  3847716    25691     25 |  0.819 % |
744.01/747.20	c 747	|     38723 |  254188  3665143 10392509 |  4232487    38652     25 |  0.879 % |
962.91/966.18	c 966	===============================================================================
963.01/966.20	c 966	restarts              : 14
963.01/966.20	c 966	conflicts             : 52186          (55 /sec)
963.01/966.20	c 966	decisions             : 110652         (0.75 % random) (116 /sec)
963.01/966.20	c 966	propagations          : 1030594006     (1081047 /sec)
963.01/966.20	c 966	conflict literals     : 1373217        (26.01 % deleted)
963.01/966.20	c 966	Memory used           : 186.15 MB
963.01/966.20	c 966	CPU time              : 953.329 s
963.01/966.20	c 966	
963.10/966.31	c 967	SATISFIABLE
963.10/966.34	c 967	DECODING HOME/temp.out WITH HOME/temp.map
963.10/966.34	c 967	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
963.16/966.42	c 967	Decoding HOME/temp.out
963.16/966.75	s SATISFIABLE
963.16/966.76	v 33 34 74 73 187 188 247 246 342 343 419 418 494 495 523 522 588 589 891 890 908 907 979 980 1089 1090 1174 1175 1274 1273 157 90 193 194 299 298 504 503 557 556 625 626 639 638 677 678 723 724 871 872 922 923 1025 1024 1063 1064 1132 1133 1227 1226 260 261 369 370 416 415 430 431 526 525 578 577 657 658 755 756 793 792 909 908 910 911 1008 1007 1024 1025 1032 1031 1202 1201 3 4 23 22 92 91 145 144 174 175 326 327 421 420 497 498 557 558 636 635 720 721 783 782 877 878 979 980 996 995 151 152 284 283 445 446 449 448 518 517 609 610 647 646 730 729 768 767 853 854 1008 1009 1060 1059 1111 1110 1180 1179 1234 1233 24 23 38 39 40 41 72 73 288 287 294 295 356 355 454 455 505 504 677 676 720 721 807 806 875 874 909 908 1100 1101 344 187 365 366 446 445 545 546 616 615 696 697 815 814 863 862 959 960 1016 1015 1094 1095 1148 1147 1158 1159 1263 1264 1265 1264 44 43 73 74 159 160 249 250 308 307 338 339 502 501 541 540 679 680 787 788 921 920 1027 1026 1112 1111 1200 1201 1251 1250 411 410 519 520 589 588 687 688 711 712 713 712 807 808 847 848 901 900 933 932 974 975 1010 1009 1093 1094 1102 1101 1166 1167 205 206 209 210 348 347 398 399 494 495 518 517 555 556 658 659 743 744 781 780 801 800 841 840 934 933 1125 1124 1247 1246 118 2 140 141 190 191 224 225 227 226 457 458 535 536 701 702 770 769 791 792 853 852 929 930 1042 1041 1210 1211 1250 1249 70 69 236 237 283 282 305 304 334 333 430 429 461 462 594 593 700 701 752 751 978 977 989 990 1086 1085 1163 1164 1188 1187 6 5 27 28 108 107 138 139 171 170 220 219 243 244 329 328 421 422 436 435 449 450 529 530 590 589 654 653 838 839 207 176 282 281 377 378 438 437 555 554 600 601 613 612 686 687 803 802 878 879 891 890 1007 1008 1011 1012 1102 1101 1160 1159 40 39 135 134 154 153 208 209 251 252 322 321 351 352 395 396 518 519 630 629 868 867 947 948 1083 1031 1084 1085 1146 1145
963.16/966.77	c 967	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
963.57/966.82	c 967	CPU 962.32 (0.03 0.02 962.29 1.24)
963.57/966.82	c 967	END Sat Jul  5 04:44:36 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-1083079-1215224909/watcher-1083079-1215224909 -o /tmp/evaluation-result-1083079-1215224909/solver-1083079-1215224909 -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-1083079-1215224909.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 14667
/proc/meminfo: memFree=1628408/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=12268 CPUtime=0
/proc/14667/stat : 14667 (sugar) R 14665 14667 12871 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001460484 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213112289893 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14667/statm: 3067 316 241 3 0 167 0

[startup+0.05041 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 14667
/proc/meminfo: memFree=1628408/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.03
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 2001460484 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102424 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 14667
/proc/meminfo: memFree=1628408/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.03
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001460484 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301538 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 14667
/proc/meminfo: memFree=1628408/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.03
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001460484 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701618 s]
/proc/loadavg: 1.92 2.00 1.99 4/72 14667
/proc/meminfo: memFree=1628408/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.03
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001460484 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 1.92 2.00 1.99 3/75 14681
/proc/meminfo: memFree=1626000/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.91
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 974 7633 0 1 2 1 83 5 15 0 1 0 2001460484 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 797 370 3 0 500 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 12871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001460584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=865800 CPUtime=0.48
/proc/14681/stat : 14681 (java) S 14680 14667 12871 0 -1 0 4643 0 1 0 46 2 0 0 19 0 9 0 2001460585 886579200 4081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 216450 4081 1733 9 0 211025 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 884756

[startup+3.10202 s]
/proc/loadavg: 1.92 2.00 1.99 3/83 14689
/proc/meminfo: memFree=1608912/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.92
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 974 7633 0 1 3 1 83 5 15 0 1 0 2001460484 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 797 370 3 0 500 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 12871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001460584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868512 CPUtime=2.07
/proc/14681/stat : 14681 (java) S 14680 14667 12871 0 -1 0 8541 0 1 0 196 11 0 0 19 0 9 0 2001460585 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217128 7445 2564 9 0 211675 0
[pid=14681/tid=14682] ppid=14680 vsize=868512 CPUtime=1.45
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 12871 0 -1 64 3005 0 1 0 138 7 0 0 25 0 9 0 2001460586 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4126582494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868512 CPUtime=0.34
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 12871 0 -1 64 3346 0 0 0 32 2 0 0 16 0 9 0 2001460587 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 12871 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001460587 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 12871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001460587 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 12871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001460589 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868512 CPUtime=0.24
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 12871 0 -1 64 1497 0 0 0 24 0 0 0 16 0 9 0 2001460589 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 12871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001460589 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 12871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001460589 889356288 7445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887468

[startup+6.30267 s]
/proc/loadavg: 1.93 2.00 1.99 3/83 14689
/proc/meminfo: memFree=1570960/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=0.92
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 974 7633 0 1 3 1 83 5 15 0 1 0 2001460484 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 797 370 3 0 500 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 12871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001460584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868512 CPUtime=5.23
/proc/14681/stat : 14681 (java) S 14680 14667 12871 0 -1 0 9519 0 1 0 483 40 0 0 19 0 9 0 2001460585 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217128 7454 2565 9 0 211675 0
[pid=14681/tid=14682] ppid=14680 vsize=868512 CPUtime=4.35
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 12871 0 -1 64 3974 0 1 0 404 31 0 0 25 0 9 0 2001460586 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868512 CPUtime=0.6
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 12871 0 -1 64 3346 0 0 0 52 8 0 0 15 0 9 0 2001460587 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 12871 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001460587 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 12871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001460587 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 12871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001460589 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868512 CPUtime=0.26
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 12871 0 -1 64 1506 0 0 0 26 0 0 0 15 0 9 0 2001460589 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 12871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001460589 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868512 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 12871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001460589 889356288 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887468

[startup+12.7017 s]
/proc/loadavg: 1.93 2.00 1.99 3/75 14691
/proc/meminfo: memFree=1385368/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 15 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=176752 CPUtime=3.05
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 41575 0 0 0 274 31 0 0 25 0 1 0 2001461446 180994048 41561 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/14691/statm: 44188 41561 72 150 0 44035 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 195708

[startup+25.5028 s]
/proc/loadavg: 1.95 2.00 1.99 3/75 14691
/proc/meminfo: memFree=1372184/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=182176 CPUtime=15.78
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 42844 0 0 0 1546 32 0 0 25 0 1 0 2001461446 186548224 42830 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14691/statm: 45544 42830 75 150 0 45391 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 201132

[startup+51.1022 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 14691
/proc/meminfo: memFree=1371160/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=183100 CPUtime=41.25
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 43108 0 0 0 4093 32 0 0 25 0 1 0 2001461446 187494400 43094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14691/statm: 45775 43094 75 150 0 45622 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 202056

[startup+102.307 s]
/proc/loadavg: 2.21 2.05 2.01 3/75 14691
/proc/meminfo: memFree=1370264/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=183892 CPUtime=92.2
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 43288 0 0 0 9187 33 0 0 25 0 1 0 2001461446 188305408 43274 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14691/statm: 45973 43274 75 150 0 45820 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 202848

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 14691
/proc/meminfo: memFree=1370072/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0

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

[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=189044 CPUtime=809.85
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44587 0 0 0 80948 37 0 0 25 0 1 0 2001461446 193581056 44573 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47261 44573 75 150 0 47108 0
Current children cumulated CPU time (s) 819.16
Current children cumulated vsize (KiB) 208000

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1460568/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=189572 CPUtime=869.84
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44724 0 0 0 86946 38 0 0 25 0 1 0 2001461446 194121728 44710 996147200 134512640 135127466 4294956256 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47393 44710 75 150 0 47240 0
Current children cumulated CPU time (s) 879.15
Current children cumulated vsize (KiB) 208528

[startup+942.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459992/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190100 CPUtime=929.81
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44858 0 0 0 92943 38 0 0 25 0 1 0 2001461446 194662400 44844 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47525 44844 75 150 0 47372 0
Current children cumulated CPU time (s) 939.12
Current children cumulated vsize (KiB) 209056

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

[startup+947.106 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459928/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190232 CPUtime=934.61
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44872 0 0 0 93423 38 0 0 25 0 1 0 2001461446 194797568 44858 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47558 44858 75 150 0 47405 0
Current children cumulated CPU time (s) 943.92
Current children cumulated vsize (KiB) 209188

[startup+959.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459800/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190364 CPUtime=947.4
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44906 0 0 0 94702 38 0 0 25 0 1 0 2001461446 194932736 44892 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47591 44892 75 150 0 47438 0
Current children cumulated CPU time (s) 956.71
Current children cumulated vsize (KiB) 209320

[startup+963.101 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459736/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190364 CPUtime=950.6
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44918 0 0 0 95022 38 0 0 25 0 1 0 2001461446 194932736 44904 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47591 44904 75 150 0 47438 0
Current children cumulated CPU time (s) 959.91
Current children cumulated vsize (KiB) 209320

[startup+964.706 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459736/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190364 CPUtime=952.2
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44923 0 0 0 95182 38 0 0 25 0 1 0 2001461446 194932736 44909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47591 44909 75 150 0 47438 0
Current children cumulated CPU time (s) 961.51
Current children cumulated vsize (KiB) 209320

[startup+965.503 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459736/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190364 CPUtime=953
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 44927 0 0 0 95262 38 0 0 25 0 1 0 2001461446 194932736 44913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47591 44913 75 150 0 47438 0
Current children cumulated CPU time (s) 962.31
Current children cumulated vsize (KiB) 209320

[startup+966.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459672/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=9.31
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1033 18436 0 2 3 1 848 79 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14690] ppid=14667 vsize=5356 CPUtime=0
/proc/14690/stat : 14690 (sh) S 14667 14667 12871 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001461445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14690/statm: 1339 232 193 169 0 50 0
[pid=14691] ppid=14690 vsize=190628 CPUtime=953.79
/proc/14691/stat : 14691 (minisat) R 14690 14667 12871 0 -1 4194304 45015 0 0 0 95341 38 0 0 25 0 1 0 2001461446 195203072 45000 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/14691/statm: 47657 45000 81 150 0 47504 0
Current children cumulated CPU time (s) 963.1
Current children cumulated vsize (KiB) 209584

[startup+966.703 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 14754
/proc/meminfo: memFree=1459672/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=963.16
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1090 63736 0 2 3 1 96191 121 16 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 963.16
Current children cumulated vsize (KiB) 13600

[startup+966.803 s]
/proc/loadavg: 2.00 1.99 1.99 2/83 14764
/proc/meminfo: memFree=1631832/2055920 swapFree=4180444/4192956
[pid=14667] ppid=14665 vsize=13600 CPUtime=963.17
/proc/14667/stat : 14667 (sugar) S 14665 14667 12871 0 -1 4194304 1091 63736 0 2 3 2 96191 121 15 0 1 0 2001460484 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14667/statm: 3400 799 370 3 0 500 0
[pid=14755] ppid=14667 vsize=5356 CPUtime=0
/proc/14755/stat : 14755 (sh) S 14667 14667 12871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001557119 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14755/statm: 1339 233 193 169 0 50 0
[pid=14756] ppid=14755 vsize=864072 CPUtime=0.4
/proc/14756/stat : 14756 (java) S 14755 14667 12871 0 -1 0 3586 0 1 0 38 2 0 0 19 0 9 0 2001557119 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14756/statm: 216018 3055 1700 9 0 210593 0
[pid=14756/tid=14757] ppid=14755 vsize=864072 CPUtime=0.34
/proc/14756/task/14757/stat : 14757 (java) S 14755 14667 12871 0 -1 64 2519 0 1 0 33 1 0 0 25 0 9 0 2001557120 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14758] ppid=14755 vsize=864072 CPUtime=0
/proc/14756/task/14758/stat : 14758 (java) S 14755 14667 12871 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 2001557122 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14759] ppid=14755 vsize=864072 CPUtime=0
/proc/14756/task/14759/stat : 14759 (java) S 14755 14667 12871 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2001557122 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14760] ppid=14755 vsize=864072 CPUtime=0
/proc/14756/task/14760/stat : 14760 (java) S 14755 14667 12871 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2001557122 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14761] ppid=14755 vsize=864072 CPUtime=0
/proc/14756/task/14761/stat : 14761 (java) S 14755 14667 12871 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001557124 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14762] ppid=14755 vsize=864072 CPUtime=0.04
/proc/14756/task/14762/stat : 14762 (java) S 14755 14667 12871 0 -1 64 303 0 0 0 4 0 0 0 16 0 9 0 2001557124 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14763] ppid=14755 vsize=864072 CPUtime=0
/proc/14756/task/14763/stat : 14763 (java) S 14755 14667 12871 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2001557124 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14756/tid=14764] ppid=14755 vsize=864072 CPUtime=0
/proc/14756/task/14764/stat : 14764 (java) S 14755 14667 12871 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001557124 884809728 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 963.57
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 966.86
CPU time (s): 963.645
CPU user time (s): 962.334
CPU system time (s): 1.3118
CPU usage (%): 99.6675
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 962.334
system time used= 1.3118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68761
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= 18607
involuntary context switches= 26291

runsolver used 1.19582 second user time and 3.21651 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-05 04:28:29
IDJOB=1083079
IDBENCH=57406
IDSOLVER=346
FILE ID=node68/1083079-1215224909
PBS_JOBID= 7881762
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4b8a3518de3d7b3c2da5e05ff268d86
RANDOM SEED=1597876332

node68.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.261
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.261
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:       1628888 kB
Buffers:         46148 kB
Cached:         212492 kB
SwapCached:       6560 kB
Active:         259840 kB
Inactive:       113056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628888 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:         121728 kB
Slab:            39444 kB
Committed_AS:  4377680 kB
PageTables:       1888 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= 66524 MiB
End job on node68 at 2008-07-05 04:44:36