Trace number 1083163

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 1114.45 1125.26

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-12.xml
MD5SUM7160ac9735ff4cdf08aa3c1a73aa6e48
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 benchmark91.5701
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1326
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.05	c 0	BEGIN Sat Jul  5 04:39:03 2008
0.00/0.05	c 0	PID 15237
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083163-1215225543.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083163-1215225543.xml' 'HOME/temp.csp'
0.04/0.98	c 1	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.95/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.00	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.95/1.09	c 1	Parsing HOME/temp.csp
0.96/1.35	c 1	parsed 6119 expressions
0.96/1.36	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.36	c 1	Converting to clausal form CSP
0.96/1.42	c 1	converted 612 (10%) expressions
0.96/1.57	c 1	converted 1224 (20%) expressions
0.96/1.62	c 1	converted 1836 (30%) expressions
0.96/1.64	c 1	converted 2448 (40%) expressions
0.96/1.66	c 1	converted 3060 (50%) expressions
0.96/1.69	c 1	converted 3672 (60%) expressions
0.96/1.71	c 2	converted 4284 (70%) expressions
0.96/1.77	c 2	converted 4896 (80%) expressions
0.96/1.80	c 2	converted 5508 (90%) expressions
0.96/1.82	c 2	converted 6119 (100%) expressions
0.96/1.82	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1326
0.96/1.82	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.82	c 2	Propagation in CSP
2.03/2.11	c 2	317968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.11	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 790
2.03/2.11	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.11	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.23	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 790
2.12/2.23	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.35	c 2	45 (10%) CSP integer variables are encoded (23385 clauses, 328677 bytes)
2.22/2.37	c 2	90 (20%) CSP integer variables are encoded (44070 clauses, 638952 bytes)
2.32/2.40	c 2	135 (30%) CSP integer variables are encoded (68910 clauses, 1011552 bytes)
2.32/2.43	c 2	180 (40%) CSP integer variables are encoded (88650 clauses, 1307652 bytes)
2.32/2.46	c 2	225 (50%) CSP integer variables are encoded (111735 clauses, 1677804 bytes)
2.32/2.49	c 2	270 (60%) CSP integer variables are encoded (136230 clauses, 2094219 bytes)
2.42/2.54	c 2	315 (70%) CSP integer variables are encoded (165585 clauses, 2593254 bytes)
2.42/2.58	c 2	360 (80%) CSP integer variables are encoded (198330 clauses, 3149919 bytes)
2.52/2.62	c 2	405 (90%) CSP integer variables are encoded (230385 clauses, 3694854 bytes)
2.52/2.66	c 2	450 (100%) CSP integer variables are encoded (255570 clauses, 4122999 bytes)
3.21/3.31	c 3	1548 (10%) CSP clauses are encoded (554835 clauses, 10715642 bytes)
3.90/4.04	c 4	3096 (20%) CSP clauses are encoded (910715 clauses, 18938269 bytes)
4.49/4.61	c 4	4644 (30%) CSP clauses are encoded (1184907 clauses, 25277742 bytes)
4.99/5.18	c 5	6192 (40%) CSP clauses are encoded (1463187 clauses, 31702646 bytes)
5.69/5.87	c 6	7740 (50%) CSP clauses are encoded (1805507 clauses, 39635125 bytes)
6.26/6.48	c 6	9288 (60%) CSP clauses are encoded (2105180 clauses, 46580742 bytes)
6.95/7.15	c 7	10836 (70%) CSP clauses are encoded (2441284 clauses, 54409066 bytes)
7.75/7.91	c 8	12384 (80%) CSP clauses are encoded (2819830 clauses, 63582515 bytes)
8.54/8.79	c 9	13932 (90%) CSP clauses are encoded (3261029 clauses, 74186913 bytes)
9.63/9.82	c 10	15480 (100%) CSP clauses are encoded (3805941 clauses, 86767651 bytes)
9.63/9.82	c 10	15480 CSP clauses encoded
9.63/9.82	c 10	Writing map file : HOME/temp.map
9.63/9.83	c 10	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.63/9.83	c 10	SAT : 265920 SAT variables, 3805941 SAT clauses, 86767651 bytes
9.63/9.83	c 10	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.63/9.87	c 10	SOLVING HOME/temp.cnf
9.63/9.87	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.63/9.87	c 10	This is MiniSat 2.0 beta
9.63/9.87	c 10	WARNING: for repeatability, setting FPU to use double precision
9.63/9.87	c 10	============================[ Problem Statistics ]=============================
9.63/9.87	c 10	|                                                                             |
9.63/9.87	c 10	|  Number of variables:  265920                                               |
9.63/9.87	c 10	|  Number of clauses:    3805941                                              |
11.96/12.25	c 12	|  Parsing time:         2.00         s                                       |
12.06/12.37	c 12	============================[ Search Statistics ]==============================
12.06/12.37	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.06/12.37	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.06/12.37	c 12	===============================================================================
12.06/12.37	c 12	|         0 |  264678  3804699 10785513 |  1268233        0    nan |  0.000 % |
15.42/15.79	c 16	|       101 |  264678  3804699 10785513 |  1395056      101     31 |  0.467 % |
18.89/19.24	c 19	|       251 |  264676  3804699 10785513 |  1534561      248     20 |  0.488 % |
23.15/23.50	c 23	|       477 |  264676  3804699 10785513 |  1688018      473     18 |  0.496 % |
30.97/31.42	c 31	|       814 |  264602  3803467 10782071 |  1856819      807     20 |  0.502 % |
41.47/42.02	c 42	|      1320 |  264558  3802853 10780369 |  2042501     1312     24 |  0.512 % |
55.93/56.65	c 56	|      2079 |  264532  3802500 10779398 |  2246752     2069     21 |  0.524 % |
76.44/77.33	c 77	|      3218 |  264460  3801401 10776351 |  2471427     3200     20 |  0.564 % |
104.27/105.47	c 105	|      4926 |  264382  3800280 10773222 |  2718570     4905     21 |  0.578 % |
151.22/152.89	c 153	|      7489 |  264355  3799924 10772249 |  2990427     7466     20 |  0.591 % |
228.68/231.04	c 231	|     11333 |  264268  3798593 10768525 |  3289469    11300     20 |  0.621 % |
339.62/343.05	c 343	|     17100 |  264184  3797581 10765743 |  3618416    17057     22 |  0.654 % |
496.62/501.52	c 501	|     25749 |  264094  3796261 10762072 |  3980258    25693     23 |  0.695 % |
767.24/774.70	c 774	|     38723 |  263798  3792234 10750848 |  4378284    38641     23 |  0.798 % |
1113.52/1124.33	c 1124	===============================================================================
1113.52/1124.36	c 1124	restarts              : 14
1113.52/1124.36	c 1124	conflicts             : 57715          (52 /sec)
1113.52/1124.36	c 1124	decisions             : 133316         (0.80 % random) (121 /sec)
1113.52/1124.36	c 1124	propagations          : 1149885400     (1042034 /sec)
1113.52/1124.36	c 1124	conflict literals     : 1356102        (26.66 % deleted)
1113.52/1124.36	c 1124	Memory used           : 191.07 MB
1113.52/1124.36	c 1124	CPU time              : 1103.5 s
1113.52/1124.36	c 1124	
1113.62/1124.48	c 1124	SATISFIABLE
1113.72/1124.51	c 1124	DECODING HOME/temp.out WITH HOME/temp.map
1113.72/1124.51	c 1124	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1113.75/1124.60	c 1124	Decoding HOME/temp.out
1113.75/1125.14	s SATISFIABLE
1113.75/1125.15	v 81 82 168 167 228 229 249 250 309 308 374 375 480 479 622 621 647 648 746 745 795 796 839 838 994 993 1231 1232 1253 1252 4 5 175 176 204 205 243 244 280 281 419 420 513 514 551 552 622 623 743 742 864 865 1115 1114 1126 1127 1147 1146 1302 1303 8 9 42 41 183 182 279 280 371 372 455 454 536 537 597 596 685 686 706 707 948 947 993 994 1073 1072 1203 1204 1244 1243 220 219 282 283 297 298 485 484 574 573 598 599 615 616 786 785 856 857 969 970 1038 1039 1112 1111 1256 1255 1314 1315 1322 1321 39 40 133 132 185 186 469 267 482 483 515 516 561 560 633 632 692 693 712 711 772 773 858 857 1006 1007 1101 1102 1307 1306 4 5 67 66 128 127 221 222 238 237 313 314 386 385 474 475 544 543 629 628 670 671 717 716 833 834 910 909 1264 1263 120 119 240 241 329 328 422 423 457 458 502 552 557 507 565 566 591 592 662 661 769 770 848 847 1004 1003 1116 1117 1202 1203 29 113 173 172 294 293 494 495 539 538 602 603 694 693 715 857 940 941 1037 1036 1083 1084 1143 1142 1155 1156 1197 1196 1208 1209 362 361 512 513 559 558 610 611 703 704 803 802 893 894 957 958 998 997 1066 1067 1080 1079 1096 1097 1180 1179 1229 1230 1303 1302 61 60 113 114 149 150 171 172 314 315 636 637 640 641 669 668 767 768 831 830 895 896 972 971 1066 1067 1084 1085 1197 1196 3 4 65 64 108 107 171 170 239 240 386 387 414 413 466 467 506 505 803 804 829 830 850 849 884 885 935 936 1147 1148 90 89 116 117 186 185 540 539 550 551 580 579 648 649 736 735 911 912 970 971 1056 1057 1121 1120 1189 1188 1198 1197 1234 1235 44 45 73 74 105 106 109 110 138 137 234 233 436 435 460 461 1033 1032 1144 1145 1153 1154 1203 1204 1246 1247 1249 1248 1273 1272 414 413 425 426 519 520 547 548 607 608 680 679 744 713 772 773 780 781 930 931 995 996 1056 1057 1154 1153 1190 1191 1254 1253 36 35 73 72 185 186 224 223 248 249 333 334 381 380 453 454 455 456 547 548 800 801 869 868 977 978 1129 1128 1160 1159
1113.75/1125.16	c 1125	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1114.36/1125.22	c 1125	CPU 1113.06 (0.04 0.01 1113.02 1.32)
1114.36/1125.22	c 1125	END Sat Jul  5 04:57:48 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-1083163-1215225543/watcher-1083163-1215225543 -o /tmp/evaluation-result-1083163-1215225543/solver-1083163-1215225543 -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-1083163-1215225543.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.91 1.97 1.99 4/72 15237
/proc/meminfo: memFree=1753168/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=18572 CPUtime=0
/proc/15237/stat : 15237 (runsolver) R 15235 15237 12831 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 645491409 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15237/statm: 4643 292 257 25 0 2626 0

[startup+0.097426 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 15237
/proc/meminfo: memFree=1753168/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.04
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645491409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102422 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 15237
/proc/meminfo: memFree=1753168/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.04
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645491409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302459 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 15237
/proc/meminfo: memFree=1753168/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.04
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645491409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701543 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 15237
/proc/meminfo: memFree=1753168/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.04
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645491409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 1.91 1.97 1.99 3/76 15249
/proc/meminfo: memFree=1750704/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.96
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 974 7639 0 1 3 1 87 5 15 0 1 0 645491409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13600

[startup+3.10301 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 15259
/proc/meminfo: memFree=1733752/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.96
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 974 7639 0 1 3 1 87 5 15 0 1 0 645491409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 797 370 3 0 500 0
[pid=15250] ppid=15237 vsize=5356 CPUtime=0
/proc/15250/stat : 15250 (sh) S 15237 15237 12831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645491509 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15250/statm: 1339 233 193 169 0 50 0
[pid=15251] ppid=15250 vsize=868512 CPUtime=2.05
/proc/15251/stat : 15251 (java) S 15250 15237 12831 0 -1 0 8654 0 1 0 193 12 0 0 19 0 9 0 645491510 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15251/statm: 217128 7577 2564 9 0 211675 0
[pid=15251/tid=15252] ppid=15250 vsize=868512 CPUtime=1.44
/proc/15251/task/15252/stat : 15252 (java) R 15250 15237 12831 0 -1 64 2985 0 1 0 138 6 0 0 25 0 9 0 645491511 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4126476237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15253] ppid=15250 vsize=868512 CPUtime=0.33
/proc/15251/task/15253/stat : 15253 (java) S 15250 15237 12831 0 -1 64 3479 0 0 0 30 3 0 0 16 0 9 0 645491512 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15254] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15254/stat : 15254 (java) S 15250 15237 12831 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645491512 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15255] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15255/stat : 15255 (java) S 15250 15237 12831 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645491512 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15256] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15256/stat : 15256 (java) S 15250 15237 12831 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645491514 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15257] ppid=15250 vsize=868512 CPUtime=0.25
/proc/15251/task/15257/stat : 15257 (java) S 15250 15237 12831 0 -1 64 1497 0 0 0 24 1 0 0 16 0 9 0 645491514 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15258] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15258/stat : 15258 (java) S 15250 15237 12831 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645491514 889356288 7577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15259] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15259/stat : 15259 (java) S 15250 15237 12831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645491514 889356288 7577 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.30162 s]
/proc/loadavg: 1.92 1.97 1.99 4/83 15259
/proc/meminfo: memFree=1696056/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=0.96
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 974 7639 0 1 3 1 87 5 15 0 1 0 645491409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 797 370 3 0 500 0
[pid=15250] ppid=15237 vsize=5356 CPUtime=0
/proc/15250/stat : 15250 (sh) S 15237 15237 12831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645491509 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15250/statm: 1339 233 193 169 0 50 0
[pid=15251] ppid=15250 vsize=868512 CPUtime=5.22
/proc/15251/stat : 15251 (java) S 15250 15237 12831 0 -1 0 9554 0 1 0 479 43 0 0 19 0 9 0 645491510 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15251/statm: 217128 7587 2565 9 0 211675 0
[pid=15251/tid=15252] ppid=15250 vsize=868512 CPUtime=4.35
/proc/15251/task/15252/stat : 15252 (java) R 15250 15237 12831 0 -1 64 3875 0 1 0 403 32 0 0 25 0 9 0 645491511 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4126836207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15253] ppid=15250 vsize=868512 CPUtime=0.58
/proc/15251/task/15253/stat : 15253 (java) S 15250 15237 12831 0 -1 64 3479 0 0 0 50 8 0 0 16 0 9 0 645491512 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15254] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15254/stat : 15254 (java) S 15250 15237 12831 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645491512 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15255] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15255/stat : 15255 (java) S 15250 15237 12831 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645491512 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15256] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15256/stat : 15256 (java) S 15250 15237 12831 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645491514 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15257] ppid=15250 vsize=868512 CPUtime=0.26
/proc/15251/task/15257/stat : 15257 (java) S 15250 15237 12831 0 -1 64 1507 0 0 0 25 1 0 0 15 0 9 0 645491514 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15258] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15258/stat : 15258 (java) S 15250 15237 12831 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645491514 889356288 7587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15251/tid=15259] ppid=15250 vsize=868512 CPUtime=0
/proc/15251/task/15259/stat : 15259 (java) S 15250 15237 12831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645491514 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.18
Current children cumulated vsize (KiB) 887468

[startup+12.7019 s]
/proc/loadavg: 2.09 2.00 2.00 3/75 15261
/proc/meminfo: memFree=1516024/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 15 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=178072 CPUtime=2.77
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 42137 0 0 0 242 35 0 0 25 0 1 0 645492396 182345728 42123 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 44518 42123 72 150 0 44365 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 197028

[startup+25.5023 s]
/proc/loadavg: 2.13 2.02 2.00 3/75 15261
/proc/meminfo: memFree=1487288/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=186796 CPUtime=15.44
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 44283 0 0 0 1507 37 0 0 25 0 1 0 645492396 191279104 44269 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 46699 44269 75 150 0 46546 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 205752

[startup+51.1022 s]
/proc/loadavg: 2.09 2.01 2.00 3/75 15261
/proc/meminfo: memFree=1486392/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=187852 CPUtime=40.8
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 44541 0 0 0 4042 38 0 0 25 0 1 0 645492396 192360448 44527 996147200 134512640 135127466 4294956256 18446744073709551615 134531660 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 46963 44527 75 150 0 46810 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 206808

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 15261
/proc/meminfo: memFree=1485688/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=188512 CPUtime=91.52
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 44714 0 0 0 9114 38 0 0 25 0 1 0 645492396 193036288 44700 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 47128 44700 75 150 0 46975 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 207468

[startup+162.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 15261
/proc/meminfo: memFree=1485368/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=188664 CPUtime=150.95
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 44759 0 0 0 15057 38 0 0 25 0 1 0 645492396 193191936 44745 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 47166 44745 75 150 0 47013 0
Current children cumulated CPU time (s) 160.63

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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15261
/proc/meminfo: memFree=1480696/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=193276 CPUtime=804.71
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 45893 0 0 0 80431 40 0 0 25 0 1 0 645492396 197914624 45879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48319 45879 75 150 0 48166 0
Current children cumulated CPU time (s) 814.39
Current children cumulated vsize (KiB) 212232

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1479992/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=193804 CPUtime=864.13
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46023 0 0 0 86373 40 0 0 25 0 1 0 645492396 198455296 46009 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48451 46009 75 150 0 48298 0
Current children cumulated CPU time (s) 873.81
Current children cumulated vsize (KiB) 212760

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1479736/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=194200 CPUtime=923.56
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46112 0 0 0 92316 40 0 0 25 0 1 0 645492396 198860800 46098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48550 46098 75 150 0 48397 0
Current children cumulated CPU time (s) 933.24
Current children cumulated vsize (KiB) 213156

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1479160/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=194596 CPUtime=983
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46224 0 0 0 98260 40 0 0 25 0 1 0 645492396 199266304 46210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48649 46210 75 150 0 48496 0
Current children cumulated CPU time (s) 992.68
Current children cumulated vsize (KiB) 213552

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1478648/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=194992 CPUtime=1042.44
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46333 0 0 0 104203 41 0 0 25 0 1 0 645492396 199671808 46319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48748 46319 75 150 0 48595 0
Current children cumulated CPU time (s) 1052.12
Current children cumulated vsize (KiB) 213948

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1478264/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=195388 CPUtime=1101.87
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46433 0 0 0 110146 41 0 0 25 0 1 0 645492396 200077312 46419 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48847 46419 75 150 0 48694 0
Current children cumulated CPU time (s) 1111.55
Current children cumulated vsize (KiB) 214344

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

[startup+1123.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1478264/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=195388 CPUtime=1102.66
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46434 0 0 0 110225 41 0 0 25 0 1 0 645492396 200077312 46420 996147200 134512640 135127466 4294956256 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48847 46420 75 150 0 48694 0
Current children cumulated CPU time (s) 1112.34
Current children cumulated vsize (KiB) 214344

[startup+1123.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1478264/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=9.68
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1033 18500 0 2 4 1 881 82 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15260] ppid=15237 vsize=5356 CPUtime=0
/proc/15260/stat : 15260 (sh) S 15237 15237 12831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645492396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15260/statm: 1339 232 193 169 0 50 0
[pid=15261] ppid=15260 vsize=195388 CPUtime=1103.45
/proc/15261/stat : 15261 (minisat) R 15260 15237 12831 0 -1 4194304 46435 0 0 0 110304 41 0 0 25 0 1 0 645492396 200077312 46421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15261/statm: 48847 46421 75 150 0 48694 0
Current children cumulated CPU time (s) 1113.13
Current children cumulated vsize (KiB) 214344

[startup+1124.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1478264/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=1113.75
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1090 65305 0 2 4 1 111243 127 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1113.75
Current children cumulated vsize (KiB) 13600

[startup+1125.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15263
/proc/meminfo: memFree=1478264/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=1113.75
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1090 65305 0 2 4 1 111243 127 16 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1113.75
Current children cumulated vsize (KiB) 13600

[startup+1125.2 s]
/proc/loadavg: 2.00 2.00 2.00 2/83 15273
/proc/meminfo: memFree=1656312/2055920 swapFree=4180232/4192956
[pid=15237] ppid=15235 vsize=13600 CPUtime=1113.75
/proc/15237/stat : 15237 (sugar) S 15235 15237 12831 0 -1 4194304 1091 65305 0 2 4 1 111243 127 15 0 1 0 645491409 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15237/statm: 3400 799 370 3 0 500 0
[pid=15264] ppid=15237 vsize=5356 CPUtime=0
/proc/15264/stat : 15264 (sh) S 15237 15237 12831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645603860 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15264/statm: 1339 233 193 169 0 50 0
[pid=15265] ppid=15264 vsize=864068 CPUtime=0.61
/proc/15265/stat : 15265 (java) S 15264 15237 12831 0 -1 0 3585 0 1 0 58 3 0 0 18 0 9 0 645603861 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15265/statm: 216017 3054 1700 9 0 210592 0
[pid=15265/tid=15266] ppid=15264 vsize=864068 CPUtime=0.56
/proc/15265/task/15266/stat : 15266 (java) S 15264 15237 12831 0 -1 64 2517 0 1 0 54 2 0 0 22 0 9 0 645603862 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15267] ppid=15264 vsize=864068 CPUtime=0
/proc/15265/task/15267/stat : 15267 (java) S 15264 15237 12831 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 645603863 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15268] ppid=15264 vsize=864068 CPUtime=0
/proc/15265/task/15268/stat : 15268 (java) S 15264 15237 12831 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 645603864 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15269] ppid=15264 vsize=864068 CPUtime=0
/proc/15265/task/15269/stat : 15269 (java) S 15264 15237 12831 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 645603864 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15270] ppid=15264 vsize=864068 CPUtime=0
/proc/15265/task/15270/stat : 15270 (java) S 15264 15237 12831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 645603866 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15271] ppid=15264 vsize=864068 CPUtime=0.04
/proc/15265/task/15271/stat : 15271 (java) S 15264 15237 12831 0 -1 64 299 0 0 0 4 0 0 0 16 0 9 0 645603866 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15272] ppid=15264 vsize=864068 CPUtime=0
/proc/15265/task/15272/stat : 15272 (java) S 15264 15237 12831 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645603866 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15265/tid=15273] ppid=15264 vsize=864068 CPUtime=0
/proc/15265/task/15273/stat : 15273 (java) S 15264 15237 12831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645603866 884805632 3054 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1114.36
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 1125.26
CPU time (s): 1114.45
CPU user time (s): 1113.07
CPU system time (s): 1.38679
CPU usage (%): 99.0395
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1113.07
system time used= 1.38679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70329
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= 17916
involuntary context switches= 42932

runsolver used 1.40679 second user time and 3.72643 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 04:39:03
IDJOB=1083163
IDBENCH=57422
IDSOLVER=346
FILE ID=node5/1083163-1215225543
PBS_JOBID= 7881737
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7160ac9735ff4cdf08aa3c1a73aa6e48
RANDOM SEED=1984243615

node5.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.279
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.279
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:       1753648 kB
Buffers:         38844 kB
Cached:         166384 kB
SwapCached:       6592 kB
Active:         176176 kB
Inactive:        71572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753648 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          49972 kB
Slab:            39808 kB
Committed_AS:   990884 kB
PageTables:       1776 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= 66532 MiB
End job on node5 at 2008-07-05 04:57:48