Trace number 1082326

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 320.731 324.232

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-1.xml
MD5SUM8fafd39c31371d79429097ec8078bafd
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 benchmark209.49
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size956
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
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 03:38:05 2008
0.00/0.04	c 0	PID 18508
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1082326-1215221885.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-1082326-1215221885.xml' 'HOME/temp.csp'
1.05/1.11	c 1	89 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.05/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.14	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'
1.07/1.22	c 1	Parsing HOME/temp.csp
1.07/1.67	c 2	parsed 10000 expressions
1.07/1.67	c 2	parsed 10217 expressions
1.07/1.67	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.67	c 2	Converting to clausal form CSP
1.07/1.87	c 2	converted 1022 (10%) expressions
1.07/1.93	c 2	converted 2044 (20%) expressions
1.07/2.00	c 2	converted 3066 (30%) expressions
1.07/2.03	c 2	converted 4087 (40%) expressions
1.07/2.06	c 2	converted 5109 (50%) expressions
1.07/2.09	c 2	converted 6131 (60%) expressions
2.00/2.12	c 2	converted 7152 (70%) expressions
2.00/2.20	c 2	converted 8174 (80%) expressions
2.10/2.23	c 2	converted 9196 (90%) expressions
2.10/2.26	c 2	converted 10217 (100%) expressions
2.10/2.26	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 956
2.10/2.26	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.26	c 2	Propagation in CSP
2.20/2.35	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.20/2.35	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 956
2.20/2.35	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.37	c 2	Simplifing CSP by introducing new Boolean variables
2.40/2.55	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 956
2.40/2.55	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.64	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.72	c 3	45 (10%) CSP integer variables are encoded (40801 clauses, 589893 bytes)
2.60/2.77	c 3	90 (20%) CSP integer variables are encoded (81460 clauses, 1199778 bytes)
2.70/2.82	c 3	135 (30%) CSP integer variables are encoded (121888 clauses, 1850197 bytes)
2.70/2.87	c 3	180 (40%) CSP integer variables are encoded (162632 clauses, 2542845 bytes)
2.80/2.93	c 3	225 (50%) CSP integer variables are encoded (203456 clauses, 3236853 bytes)
2.80/2.98	c 3	270 (60%) CSP integer variables are encoded (244550 clauses, 3935451 bytes)
2.90/3.03	c 3	315 (70%) CSP integer variables are encoded (285165 clauses, 4625906 bytes)
2.90/3.09	c 3	360 (80%) CSP integer variables are encoded (326080 clauses, 5321461 bytes)
3.00/3.14	c 3	405 (90%) CSP integer variables are encoded (366674 clauses, 6011559 bytes)
3.10/3.20	c 3	450 (100%) CSP integer variables are encoded (407266 clauses, 6701623 bytes)
6.26/6.40	c 6	2903 (10%) CSP clauses are encoded (2091187 clauses, 45325362 bytes)
9.40/9.63	c 10	5805 (20%) CSP clauses are encoded (3753671 clauses, 84442338 bytes)
12.55/12.81	c 13	8708 (30%) CSP clauses are encoded (5387646 clauses, 122973356 bytes)
15.71/16.01	c 16	11610 (40%) CSP clauses are encoded (7035266 clauses, 163144838 bytes)
18.93/19.31	c 19	14513 (50%) CSP clauses are encoded (8706435 clauses, 204886320 bytes)
22.05/22.57	c 23	17415 (60%) CSP clauses are encoded (10378621 clauses, 246653248 bytes)
25.28/25.86	c 26	20318 (70%) CSP clauses are encoded (12056790 clauses, 288569730 bytes)
28.48/29.13	c 29	23220 (80%) CSP clauses are encoded (13711590 clauses, 329902008 bytes)
31.71/32.44	c 32	26123 (90%) CSP clauses are encoded (15385179 clauses, 371703990 bytes)
34.83/35.69	c 36	29025 (100%) CSP clauses are encoded (17042651 clauses, 413103068 bytes)
34.83/35.69	c 36	29025 CSP clauses encoded
34.83/35.69	c 36	Writing map file : HOME/temp.map
34.93/35.71	c 36	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.93/35.71	c 36	SAT : 427066 SAT variables, 17042651 SAT clauses, 413103068 bytes
34.93/35.71	c 36	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.93/35.74	c 36	SOLVING HOME/temp.cnf
34.93/35.74	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.93/35.74	c 36	This is MiniSat 2.0 beta
34.93/35.74	c 36	WARNING: for repeatability, setting FPU to use double precision
34.93/35.74	c 36	============================[ Problem Statistics ]=============================
34.93/35.74	c 36	|                                                                             |
34.93/35.74	c 36	|  Number of variables:  427066                                               |
34.93/35.74	c 36	|  Number of clauses:    17042651                                             |
44.69/45.66	c 46	|  Parsing time:         8.65         s                                       |
45.08/46.10	c 46	============================[ Search Statistics ]==============================
45.08/46.10	c 46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.08/46.10	c 46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.08/46.10	c 46	===============================================================================
45.08/46.10	c 46	|         0 |  427066 17042651 50672312 |  5680883        0    nan |  0.000 % |
45.97/46.95	c 47	|       101 |  427066 17042651 50672312 |  6248972      101     20 |  0.000 % |
46.38/47.34	c 47	|       253 |  427066 17042651 50672312 |  6873869      253     19 |  0.000 % |
46.76/47.70	c 48	|       478 |  427066 17042651 50672312 |  7561256      478     14 |  0.000 % |
49.74/50.72	c 51	|       815 |  427066 17042651 50672312 |  8317381      815     21 |  0.000 % |
51.32/52.30	c 52	|      1323 |  427066 17042651 50672312 |  9149119     1323     21 |  0.000 % |
54.40/55.42	c 55	|      2083 |  427066 17042651 50672312 | 10064031     2083     29 |  0.000 % |
57.86/58.96	c 59	|      3222 |  427066 17042651 50672312 | 11070435     3222     30 |  0.000 % |
61.82/62.99	c 63	|      4930 |  427066 17042651 50672312 | 12177478     4930     25 |  0.000 % |
67.08/68.25	c 68	|      7492 |  427066 17042651 50672312 | 13395226     7492     28 |  0.000 % |
76.38/77.65	c 78	|     11337 |  427066 17042651 50672312 | 14734749    11337     29 |  0.000 % |
86.09/87.47	c 87	|     17103 |  427066 17042651 50672312 | 16208224    17103     25 |  0.000 % |
101.64/103.17	c 103	|     25753 |  427066 17042651 50672312 | 17829046    25753     22 |  0.000 % |
144.34/146.29	c 146	|     38727 |  427066 17042651 50672312 | 19611951    38727     26 |  0.000 % |
200.50/202.98	c 203	|     58188 |  427066 17042651 50672312 | 21573146    58188     31 |  0.000 % |
319.48/323.09	c 323	===============================================================================
319.58/323.12	c 323	restarts              : 15
319.58/323.12	c 323	conflicts             : 81096          (286 /sec)
319.58/323.12	c 323	decisions             : 128813         (1.50 % random) (455 /sec)
319.58/323.12	c 323	propagations          : 195846822      (691125 /sec)
319.58/323.12	c 323	conflict literals     : 2784854        (10.66 % deleted)
319.58/323.12	c 323	Memory used           : 752.36 MB
319.58/323.12	c 323	CPU time              : 283.374 s
319.58/323.12	c 323	
319.79/323.31	c 323	SATISFIABLE
319.88/323.43	c 323	DECODING HOME/temp.out WITH HOME/temp.map
319.88/323.43	c 323	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
319.93/323.51	c 323	Decoding HOME/temp.out
319.93/323.98	s SATISFIABLE
319.93/323.99	v 463 561 793 792 432 433 95 594 399 398 496 255 683 684 124 123 637 636 871 3 744 746 271 272 543 384 154 155 615 614 814 813 149 148 0 72 307 308 392 391 443 444 529 530 112 111 49 791 602 601 924 523 730 731 930 931 696 695 230 229 315 316 148 149 3 2 704 705 540 541 234 233 605 606 461 460 737 736 550 549 67 66 805 806 891 890 589 588 374 375 372 373 233 232 622 621 886 885 551 552 493 492 333 332 45 46 88 89 863 864 143 144 9 10 719 720 798 797 420 421 130 921 842 841 165 166 409 410 664 663 214 231 103 102 316 315 620 621 4 3 488 487 255 254 880 881 722 723 576 808 513 512 707 708 861 860 224 223 304 305 553 2 833 832 604 605 50 51 293 696 381 380 175 2 881 880 758 759 112 111 905 904 535 534 593 594 7 501 651 97 153 152 332 40 226 227 404 405 901 902 721 720 818 817 667 666 216 215 761 762 749 748 867 874 85 86 836 841 661 662 231 230 575 574 20 19 425 253 499 498 475 476 343 342 303 302 946 293 15 901 404 405 74 75 49 170 685 323 574 573 554 555 829 830 12 362 200 199 469 470 241 276 660 661 893 892 895 896 766 765 950 315 651 261 706 234 404 405 321 322 906 905 1 2 175 180 775 219 92 591 618 238 39 38 472 471 871 872 116 559 209 208 287 288 521 520 897 896 173 428 370 369 885 886 463 464 39 38 112 113 668 669 633 632 780 779 677 676 831 830 841 840 606 607 890 889 657 658 434 433 581 88 823 824 778 779 322 323 534 535 256 255 203 202 111 110 714 713 376 375 604 603 308 309 830 831 34 35 679 680 539 540 188 27 471 470 750 749 195 196 123 122 898 897 372 373 219 218 38 37 145 773 661 837 793 594 1 0 848 849 206 205 496 497 491 911 610 609 678 679 916 915 455 456 87 86 220 221 347 348 358 498 49 507 631 649 12 13 736 737 84 83 26 25 908 909 435 503 809 810 256 255 171 170 524 523 395 456 176 175
319.93/324.00	c 324	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
319.93/324.02	c 324	CPU 315.93 (0.03 0.01 315.9 4.55)
319.93/324.02	c 324	END Sat Jul  5 03:43:29 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-1082326-1215221885/watcher-1082326-1215221885 -o /tmp/evaluation-result-1082326-1215221885/solver-1082326-1215221885 -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-1082326-1215221885.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 18508
/proc/meminfo: memFree=1658520/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=18572 CPUtime=0
/proc/18508/stat : 18508 (runsolver) R 18506 18508 15810 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1006643421 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18508/statm: 4643 292 257 25 0 2626 0

[startup+0.0672819 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 18508
/proc/meminfo: memFree=1658520/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=0.03
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1006643421 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101287 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 18508
/proc/meminfo: memFree=1658520/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=0.03
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1006643421 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301297 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 18508
/proc/meminfo: memFree=1658520/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=0.03
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1006643421 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701334 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 18508
/proc/meminfo: memFree=1658520/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=0.03
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1006643421 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5014 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 18520
/proc/meminfo: memFree=1636160/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=1.07
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 973 9023 0 1 2 1 98 6 16 0 1 0 1006643421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10252 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 18530
/proc/meminfo: memFree=1638336/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=1.08
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 974 9023 0 1 3 1 98 6 15 0 1 0 1006643421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 797 370 3 0 500 0
[pid=18521] ppid=18508 vsize=5356 CPUtime=0
/proc/18521/stat : 18521 (sh) S 18508 18508 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006643535 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18521/statm: 1339 233 193 169 0 50 0
[pid=18522] ppid=18521 vsize=868492 CPUtime=1.92
/proc/18522/stat : 18522 (java) S 18521 18508 15810 0 -1 0 10307 0 1 0 182 10 0 0 18 0 9 0 1006643536 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18522/statm: 217123 9332 2565 9 0 211670 0
[pid=18522/tid=18523] ppid=18521 vsize=868492 CPUtime=1.21
/proc/18522/task/18523/stat : 18523 (java) R 18521 18508 15810 0 -1 64 2962 0 1 0 116 5 0 0 21 0 9 0 1006643537 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4126971192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18524] ppid=18521 vsize=868492 CPUtime=0.46
/proc/18522/task/18524/stat : 18524 (java) S 18521 18508 15810 0 -1 64 5179 0 0 0 43 3 0 0 16 0 9 0 1006643538 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18525] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18525/stat : 18525 (java) S 18521 18508 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006643538 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18526] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18526/stat : 18526 (java) S 18521 18508 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006643538 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18527] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18527/stat : 18527 (java) S 18521 18508 15810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006643540 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18528] ppid=18521 vsize=868492 CPUtime=0.23
/proc/18522/task/18528/stat : 18528 (java) S 18521 18508 15810 0 -1 64 1473 0 0 0 23 0 0 0 16 0 9 0 1006643540 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18529] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18529/stat : 18529 (java) S 18521 18508 15810 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006643540 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18530] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18530/stat : 18530 (java) S 18521 18508 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006643540 889335808 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887448

[startup+6.30177 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 18530
/proc/meminfo: memFree=1595328/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=1.08
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 974 9023 0 1 3 1 98 6 15 0 1 0 1006643421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 797 370 3 0 500 0
[pid=18521] ppid=18508 vsize=5356 CPUtime=0
/proc/18521/stat : 18521 (sh) S 18508 18508 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006643535 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18521/statm: 1339 233 193 169 0 50 0
[pid=18522] ppid=18521 vsize=868492 CPUtime=5.08
/proc/18522/stat : 18522 (java) S 18521 18508 15810 0 -1 0 10944 0 1 0 472 36 0 0 18 0 9 0 1006643536 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18522/statm: 217123 9349 2565 9 0 211670 0
[pid=18522/tid=18523] ppid=18521 vsize=868492 CPUtime=4.16
/proc/18522/task/18523/stat : 18523 (java) R 18521 18508 15810 0 -1 64 3584 0 1 0 389 27 0 0 25 0 9 0 1006643537 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4126841336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18524] ppid=18521 vsize=868492 CPUtime=0.63
/proc/18522/task/18524/stat : 18524 (java) S 18521 18508 15810 0 -1 64 5179 0 0 0 56 7 0 0 16 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18525] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18525/stat : 18525 (java) S 18521 18508 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18526] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18526/stat : 18526 (java) S 18521 18508 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18527] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18527/stat : 18527 (java) S 18521 18508 15810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18528] ppid=18521 vsize=868492 CPUtime=0.25
/proc/18522/task/18528/stat : 18528 (java) S 18521 18508 15810 0 -1 64 1488 0 0 0 25 0 0 0 17 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18529] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18529/stat : 18529 (java) S 18521 18508 15810 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18530] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18530/stat : 18530 (java) S 18521 18508 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887448

[startup+12.7023 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 18530
/proc/meminfo: memFree=1515136/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=1.08
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 974 9023 0 1 3 1 98 6 16 0 1 0 1006643421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 797 370 3 0 500 0
[pid=18521] ppid=18508 vsize=5356 CPUtime=0
/proc/18521/stat : 18521 (sh) S 18508 18508 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006643535 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18521/statm: 1339 233 193 169 0 50 0
[pid=18522] ppid=18521 vsize=868492 CPUtime=11.37
/proc/18522/stat : 18522 (java) S 18521 18508 15810 0 -1 0 12164 0 1 0 1047 90 0 0 18 0 9 0 1006643536 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18522/statm: 217123 9349 2565 9 0 211670 0
[pid=18522/tid=18523] ppid=18521 vsize=868492 CPUtime=10.09
/proc/18522/task/18523/stat : 18523 (java) R 18521 18508 15810 0 -1 64 4804 0 1 0 935 74 0 0 25 0 9 0 1006643537 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4126594887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18524] ppid=18521 vsize=868492 CPUtime=0.99
/proc/18522/task/18524/stat : 18524 (java) S 18521 18508 15810 0 -1 64 5179 0 0 0 85 14 0 0 16 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18525] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18525/stat : 18525 (java) S 18521 18508 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18526] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18526/stat : 18526 (java) S 18521 18508 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18527] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18527/stat : 18527 (java) S 18521 18508 15810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18528] ppid=18521 vsize=868492 CPUtime=0.25
/proc/18522/task/18528/stat : 18528 (java) S 18521 18508 15810 0 -1 64 1488 0 0 0 25 0 0 0 17 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18529] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18529/stat : 18529 (java) S 18521 18508 15810 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18530] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18530/stat : 18530 (java) S 18521 18508 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887448

[startup+25.5023 s]
/proc/loadavg: 2.14 2.05 2.01 3/95 18530
/proc/meminfo: memFree=1348160/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=1.08
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 974 9023 0 1 3 1 98 6 16 0 1 0 1006643421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 797 370 3 0 500 0
[pid=18521] ppid=18508 vsize=5356 CPUtime=0
/proc/18521/stat : 18521 (sh) S 18508 18508 15810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006643535 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18521/statm: 1339 233 193 169 0 50 0
[pid=18522] ppid=18521 vsize=868492 CPUtime=23.9
/proc/18522/stat : 18522 (java) S 18521 18508 15810 0 -1 0 14652 0 1 0 2181 209 0 0 18 0 9 0 1006643536 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18522/statm: 217123 9349 2565 9 0 211670 0
[pid=18522/tid=18523] ppid=18521 vsize=868492 CPUtime=21.88
/proc/18522/task/18523/stat : 18523 (java) R 18521 18508 15810 0 -1 64 7292 0 1 0 2011 177 0 0 25 0 9 0 1006643537 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4126841175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18524] ppid=18521 vsize=868492 CPUtime=1.73
/proc/18522/task/18524/stat : 18524 (java) S 18521 18508 15810 0 -1 64 5179 0 0 0 143 30 0 0 16 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18525] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18525/stat : 18525 (java) S 18521 18508 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18526] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18526/stat : 18526 (java) S 18521 18508 15810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1006643538 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18527] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18527/stat : 18527 (java) S 18521 18508 15810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18528] ppid=18521 vsize=868492 CPUtime=0.25
/proc/18522/task/18528/stat : 18528 (java) S 18521 18508 15810 0 -1 64 1488 0 0 0 25 0 0 0 17 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18529] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18529/stat : 18529 (java) S 18521 18508 15810 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18522/tid=18530] ppid=18521 vsize=868492 CPUtime=0
/proc/18522/task/18530/stat : 18530 (java) S 18521 18508 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006643540 889335808 9349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 887448

[startup+51.1013 s]
/proc/loadavg: 2.19 2.07 2.02 3/87 18532
/proc/meminfo: memFree=524224/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=727840 CPUtime=15.17
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 180175 0 0 0 1397 120 0 0 25 0 1 0 1006646995 745308160 180161 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 181960 180161 76 150 0 181807 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 746796

[startup+102.306 s]
/proc/loadavg: 2.08 2.06 2.01 3/87 18532
/proc/meminfo: memFree=493248/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=757244 CPUtime=65.89
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 187419 0 0 0 6465 124 0 0 25 0 1 0 1006646995 775417856 187405 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 189311 187405 76 150 0 189158 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 776200

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 18532
/proc/meminfo: memFree=486080/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=764364 CPUtime=125.32
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 189210 0 0 0 12407 125 0 0 25 0 1 0 1006646995 782708736 189196 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 191091 189196 76 150 0 190938 0
Current children cumulated CPU time (s) 160.28
Current children cumulated vsize (KiB) 783320

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/87 18532
/proc/meminfo: memFree=483776/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=766612 CPUtime=184.76
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 189764 0 0 0 18350 126 0 0 25 0 1 0 1006646995 785010688 189750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 191653 189750 76 150 0 191500 0
Current children cumulated CPU time (s) 219.72
Current children cumulated vsize (KiB) 785568

[startup+282.302 s]
/proc/loadavg: 1.92 2.01 1.99 2/73 18534
/proc/meminfo: memFree=568624/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=768672 CPUtime=244.21
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 190274 0 0 0 24294 127 0 0 25 0 1 0 1006646995 787120128 190260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18532/statm: 192168 190260 76 150 0 192015 0
Current children cumulated CPU time (s) 279.17
Current children cumulated vsize (KiB) 787628

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

[startup+307.102 s]
/proc/loadavg: 1.95 2.01 1.99 3/85 18572
/proc/meminfo: memFree=526480/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=769600 CPUtime=268.78
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 190498 0 0 0 26750 128 0 0 25 0 1 0 1006646995 788070400 190484 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 192400 190484 76 150 0 192247 0
Current children cumulated CPU time (s) 303.74
Current children cumulated vsize (KiB) 788556

[startup+313.507 s]
/proc/loadavg: 1.95 2.01 1.99 3/85 18572
/proc/meminfo: memFree=516240/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=769732 CPUtime=275.12
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 190549 0 0 0 27384 128 0 0 25 0 1 0 1006646995 788205568 190535 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 192433 190535 76 150 0 192280 0
Current children cumulated CPU time (s) 310.08
Current children cumulated vsize (KiB) 788688

[startup+319.903 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 18573
/proc/meminfo: memFree=312656/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=769864 CPUtime=281.45
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 190627 0 0 0 28017 128 0 0 25 0 1 0 1006646995 788340736 190613 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 192466 190613 76 150 0 192313 0
Current children cumulated CPU time (s) 316.41
Current children cumulated vsize (KiB) 788820

[startup+321.503 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 18573
/proc/meminfo: memFree=312528/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=769864 CPUtime=283.04
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 190637 0 0 0 28176 128 0 0 25 0 1 0 1006646995 788340736 190623 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 192466 190623 76 150 0 192313 0
Current children cumulated CPU time (s) 318
Current children cumulated vsize (KiB) 788820

[startup+323.102 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 18573
/proc/meminfo: memFree=312464/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=34.96
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1033 25960 0 2 3 1 3182 310 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
[pid=18531] ppid=18508 vsize=5356 CPUtime=0
/proc/18531/stat : 18531 (sh) S 18508 18508 15810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006646995 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18531/statm: 1339 232 193 169 0 50 0
[pid=18532] ppid=18531 vsize=770416 CPUtime=284.62
/proc/18532/stat : 18532 (minisat) R 18531 18508 15810 0 -1 4194304 190746 0 0 0 28334 128 0 0 25 0 1 0 1006646995 788905984 190732 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/18532/statm: 192604 190732 76 150 0 192451 0
Current children cumulated CPU time (s) 319.58
Current children cumulated vsize (KiB) 789372

[startup+323.902 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 18573
/proc/meminfo: memFree=308944/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=319.93
/proc/18508/stat : 18508 (sugar) S 18506 18508 15810 0 -1 4194304 1090 217001 0 2 3 1 31536 453 16 0 1 0 1006643421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18508/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 319.93
Current children cumulated vsize (KiB) 13600

[startup+324.102 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 18573
/proc/meminfo: memFree=308944/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=320.58
/proc/18508/stat : 18508 (sugar) R 18506 18508 15810 0 -1 4194304 1120 220875 0 3 3 10 31590 455 16 0 1 0 1006643421 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18508/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 320.58
Current children cumulated vsize (KiB) 13600

[startup+324.229 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 18573
/proc/meminfo: memFree=308944/2055920 swapFree=4137208/4192956
[pid=18508] ppid=18506 vsize=13600 CPUtime=320.71
/proc/18508/stat : 18508 (sugar) R 18506 18508 15810 0 -1 4194304 1120 220875 0 3 3 23 31590 455 16 0 1 0 1006643421 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18508/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 320.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 324.232
CPU time (s): 320.731
CPU user time (s): 315.937
CPU system time (s): 4.79427
CPU usage (%): 98.9203
Max. virtual memory (cumulated for all children) (KiB): 887524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.937
system time used= 4.79427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222025
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= 48352
involuntary context switches= 56372

runsolver used 0.333949 second user time and 1.15782 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 03:38:05
IDJOB=1082326
IDBENCH=57221
IDSOLVER=346
FILE ID=node26/1082326-1215221885
PBS_JOBID= 7881693
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8fafd39c31371d79429097ec8078bafd
RANDOM SEED=1245980341

node26.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.221
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.221
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:       1659000 kB
Buffers:         28448 kB
Cached:         161272 kB
SwapCached:      49368 kB
Active:         293024 kB
Inactive:        48188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659000 kB
SwapTotal:     4192956 kB
SwapFree:      4137208 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         169048 kB
Slab:            40356 kB
Committed_AS:  1847076 kB
PageTables:       2296 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= 66468 MiB
End job on node26 at 2008-07-05 03:43:29