Trace number 2080982

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.14.6+minisatSAT 87.0218 88.3251

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-18.xml
MD5SUM6c4fe0b768bfa979303b578f14aded5b
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 benchmark87.0218
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size962
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:10:22 2009
0.00/0.08	c 0	PID 21688
0.07/0.08	c 0	HOST node20.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080982-1247371822.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080982-1247371822.xml' 'HOME/temp.csp'
1.07/1.16	c 1	87 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.07/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.17	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.13/1.26	c 2	Parsing HOME/temp.csp
1.13/1.43	c 2	parsed 10000 expressions
1.13/1.43	c 2	parsed 10215 expressions
1.13/1.44	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.44	c 2	Converting to clausal form CSP
1.13/1.66	c 2	converted 1022 (10%) expressions
1.13/1.77	c 2	converted 2043 (20%) expressions
1.13/1.81	c 2	converted 3065 (30%) expressions
1.13/1.85	c 2	converted 4086 (40%) expressions
1.13/1.88	c 2	converted 5108 (50%) expressions
1.13/1.97	c 2	converted 6129 (60%) expressions
1.13/2.02	c 2	converted 7151 (70%) expressions
1.13/2.05	c 2	converted 8172 (80%) expressions
1.13/2.09	c 2	converted 9194 (90%) expressions
2.03/2.13	c 2	converted 10215 (100%) expressions
2.03/2.14	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 962
2.03/2.14	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.14	c 2	Propagation in CSP
2.03/2.19	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.19	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 962
2.03/2.19	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.20	c 3	Simplifing CSP by introducing new Boolean variables
2.32/2.40	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 962
2.32/2.40	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.50	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.59	c 3	45 (10%) CSP integer variables are encoded (41084 clauses, 594138 bytes)
2.52/2.64	c 3	90 (20%) CSP integer variables are encoded (81832 clauses, 1205358 bytes)
2.52/2.69	c 3	135 (30%) CSP integer variables are encoded (122664 clauses, 1863387 bytes)
2.62/2.74	c 3	180 (40%) CSP integer variables are encoded (163988 clauses, 2565895 bytes)
2.71/2.80	c 3	225 (50%) CSP integer variables are encoded (205139 clauses, 3265462 bytes)
2.71/2.85	c 3	270 (60%) CSP integer variables are encoded (246260 clauses, 3964519 bytes)
2.81/2.91	c 3	315 (70%) CSP integer variables are encoded (287191 clauses, 4660346 bytes)
2.81/2.96	c 3	360 (80%) CSP integer variables are encoded (328090 clauses, 5355629 bytes)
2.91/3.02	c 3	405 (90%) CSP integer variables are encoded (369669 clauses, 6062472 bytes)
2.91/3.08	c 3	450 (100%) CSP integer variables are encoded (410668 clauses, 6759455 bytes)
6.18/6.37	c 7	2903 (10%) CSP clauses are encoded (2104749 clauses, 45625610 bytes)
9.41/9.62	c 10	5805 (20%) CSP clauses are encoded (3774941 clauses, 84931293 bytes)
12.55/12.81	c 13	8708 (30%) CSP clauses are encoded (5423622 clauses, 123812618 bytes)
15.72/16.09	c 16	11610 (40%) CSP clauses are encoded (7109204 clauses, 164953605 bytes)
19.06/19.42	c 20	14513 (50%) CSP clauses are encoded (8795761 clauses, 207079787 bytes)
22.26/22.75	c 23	17415 (60%) CSP clauses are encoded (10480333 clauses, 249156365 bytes)
25.49/26.05	c 26	20318 (70%) CSP clauses are encoded (12165916 clauses, 291258197 bytes)
28.68/29.37	c 30	23220 (80%) CSP clauses are encoded (13839346 clauses, 333056225 bytes)
31.87/32.69	c 33	26123 (90%) CSP clauses are encoded (15525347 clauses, 375168507 bytes)
35.21/36.03	c 36	29025 (100%) CSP clauses are encoded (17221823 clauses, 417542685 bytes)
35.21/36.03	c 36	29025 CSP clauses encoded
35.21/36.03	c 36	Writing map file : HOME/temp.map
35.21/36.05	c 36	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.21/36.05	c 36	SAT : 430468 SAT variables, 17221823 SAT clauses, 417542685 bytes
35.21/36.05	c 36	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.21/36.06	c 36	SOLVING HOME/temp.cnf
35.21/36.06	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.21/36.06	c 36	This is MiniSat 2.0 beta
35.21/36.06	c 36	WARNING: for repeatability, setting FPU to use double precision
35.21/36.06	c 36	============================[ Problem Statistics ]=============================
35.21/36.06	c 36	|                                                                             |
35.21/36.06	c 36	|  Number of variables:  430468                                               |
35.21/36.06	c 36	|  Number of clauses:    17221823                                             |
45.58/46.59	c 47	|  Parsing time:         8.98         s                                       |
46.08/47.09	c 47	============================[ Search Statistics ]==============================
46.08/47.09	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.08/47.09	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.08/47.09	c 47	===============================================================================
46.08/47.09	c 47	|         0 |  430468 17221823 51206426 |  5740607        0    nan |  0.000 % |
48.85/49.83	c 50	|       102 |  430468 17221823 51206426 |  6314668      102     30 |  0.000 % |
51.23/52.29	c 53	|       253 |  430468 17221823 51206426 |  6946135      253     35 |  0.000 % |
51.83/52.82	c 53	|       478 |  430468 17221823 51206426 |  7640748      478     23 |  0.000 % |
55.99/57.01	c 57	|       816 |  430468 17221823 51206426 |  8404823      816     20 |  0.000 % |
59.05/60.16	c 60	|      1322 |  430468 17221823 51206426 |  9245306     1322     20 |  0.000 % |
62.32/63.46	c 64	|      2082 |  430468 17221823 51206426 | 10169836     2082     20 |  0.000 % |
64.60/65.73	c 66	|      3222 |  430468 17221823 51206426 | 11186820     3222     19 |  0.000 % |
67.77/68.96	c 69	|      4930 |  430468 17221823 51206426 | 12305502     4930     17 |  0.000 % |
72.13/73.39	c 74	|      7492 |  430468 17221823 51206426 | 13536052     7492     16 |  0.000 % |
79.25/80.53	c 81	|     11336 |  430468 17221823 51206426 | 14889657    11336     15 |  0.000 % |
85.79/87.13	c 87	===============================================================================
85.79/87.16	c 87	restarts              : 11
85.79/87.16	c 87	conflicts             : 11513          (235 /sec)
85.79/87.16	c 87	decisions             : 28567          (1.51 % random) (583 /sec)
85.79/87.16	c 87	propagations          : 25289719       (515806 /sec)
85.79/87.16	c 87	conflict literals     : 169865         (16.66 % deleted)
85.79/87.16	c 87	Memory used           : 750.75 MB
85.79/87.16	c 87	CPU time              : 49.0295 s
85.79/87.16	c 87	
85.99/87.33	c 88	SATISFIABLE
86.09/87.45	c 88	DECODING HOME/temp.out WITH HOME/temp.map
86.09/87.45	c 88	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
86.16/87.54	c 88	Decoding HOME/temp.out
86.67/88.05	s SATISFIABLE
86.67/88.07	v 337 17 446 447 70 69 691 692 574 732 412 635 328 512 255 256 835 2 903 11 832 831 159 160 771 770 669 58 521 522 853 854 432 1 238 239 140 139 346 345 396 397 439 6 753 41 592 35 206 207 568 61 518 519 923 922 426 515 660 661 140 33 681 682 62 63 390 391 454 455 302 301 845 844 537 538 170 169 626 7 903 3 529 528 768 769 0 61 246 247 510 511 128 131 882 883 784 715 294 295 816 817 795 358 379 52 271 70 614 615 6 16 86 87 719 718 192 191 654 655 795 796 520 0 658 657 168 169 424 425 217 216 348 349 879 878 774 504 528 25 542 541 33 32 743 3 89 579 788 651 203 19 753 752 505 504 335 334 79 78 712 711 936 937 961 960 170 171 599 1 442 441 891 890 277 276 817 818 686 687 8 512 233 232 418 347 110 111 755 754 192 193 903 461 536 537 306 61 106 107 400 401 645 646 330 348 852 26 595 596 480 481 345 346 514 513 2 854 862 863 807 806 685 254 702 703 430 429 595 596 8 7 800 799 263 127 563 763 164 163 908 296 668 667 85 84 748 747 824 825 878 877 184 939 342 26 418 2 404 405 228 227 572 920 615 614 309 52 530 531 959 958 850 853 146 752 501 2 933 52 416 415 276 44 773 16 923 922 317 318 583 582 689 688 77 76 188 189 722 743 437 52 260 828 367 366 776 777 958 855 308 645 168 167 338 339 12 645 675 42 134 133 901 46 876 875 738 637 519 520 337 33 501 500 876 877 740 739 681 682 124 125 228 227 309 13 814 1 352 351 596 597 817 23 438 439 852 17 41 42 365 800 934 56 276 825 501 57 859 443 707 708 576 621 153 154 118 535 84 83 316 51 879 62 8 41 464 777 682 681 612 565 463 464 616 615 818 819 504 503 383 382 287 288 583 582 649 23 710 711 0 35 103 102 811 810 885 884 135 136 455 457 4 447 242 876 563 562 748 747 393 12 948 947 58 57 834 30 245 244 878 887 463 462 340 189 118 119 684 685
86.67/88.08	c 88	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
86.67/88.10	c 88	CPU 86.78 (0.06 0.02 81.67 5.03)
86.67/88.10	c 88	END Sun Jul 12 06:11:50 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080982-1247371822/watcher-2080982-1247371822 -o /tmp/evaluation-result-2080982-1247371822/solver-2080982-1247371822 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2080982-1247371822.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1736688/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=12268 CPUtime=0
/proc/21688/stat : 21688 (sugar) R 21686 21688 17272 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24248812 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21688/statm: 3067 316 241 3 0 167 0

[startup+0.0838649 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1736688/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16740 CPUtime=0.07
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24248812 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10202 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1736688/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=0.07
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302019 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1736688/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=0.07
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70107 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1736688/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=0.07
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 21700
/proc/meminfo: memFree=1713688/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=1.13
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1309 9100 0 1 5 2 99 7 16 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16868

[startup+3.10135 s]
/proc/loadavg: 2.09 2.02 2.01 4/85 21710
/proc/meminfo: memFree=1712408/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=1.13
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1310 9100 0 1 5 2 99 7 16 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
[pid=21701] ppid=21688 vsize=5356 CPUtime=0
/proc/21701/stat : 21701 (sh) S 21688 21688 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24248930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21701/statm: 1339 233 193 169 0 50 0
[pid=21702] ppid=21701 vsize=868676 CPUtime=1.88
/proc/21702/stat : 21702 (java) S 21701 21688 17272 0 -1 0 10561 0 1 0 178 10 0 0 19 0 9 0 24248930 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21702/statm: 217169 9575 2590 9 0 211646 0
[pid=21702/tid=21703] ppid=21701 vsize=868676 CPUtime=1.15
/proc/21702/task/21703/stat : 21703 (java) R 21701 21688 17272 0 -1 64 2978 0 1 0 110 5 0 0 25 0 9 0 24248931 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4126942930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21704] ppid=21701 vsize=868676 CPUtime=0.48
/proc/21702/task/21704/stat : 21704 (java) S 21701 21688 17272 0 -1 64 5369 0 0 0 46 2 0 0 16 0 9 0 24248932 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21705] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21705/stat : 21705 (java) S 21701 21688 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24248933 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21706] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21706/stat : 21706 (java) S 21701 21688 17272 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24248933 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21707] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21707/stat : 21707 (java) S 21701 21688 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24248935 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21708] ppid=21701 vsize=868676 CPUtime=0.21
/proc/21702/task/21708/stat : 21708 (java) S 21701 21688 17272 0 -1 64 1516 0 0 0 20 1 0 0 16 0 9 0 24248935 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21709] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21709/stat : 21709 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24248935 889524224 9575 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21710] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21710/stat : 21710 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24248935 889524224 9575 996147200 134512640 134550932 4294955936 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) 890900

[startup+6.30272 s]
/proc/loadavg: 2.09 2.02 2.01 3/85 21710
/proc/meminfo: memFree=1670808/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=1.13
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1310 9100 0 1 5 2 99 7 16 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
[pid=21701] ppid=21688 vsize=5356 CPUtime=0
/proc/21701/stat : 21701 (sh) S 21688 21688 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24248930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21701/statm: 1339 233 193 169 0 50 0
[pid=21702] ppid=21701 vsize=868676 CPUtime=5.05
/proc/21702/stat : 21702 (java) S 21701 21688 17272 0 -1 0 11179 0 1 0 466 39 0 0 19 0 9 0 24248930 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21702/statm: 217169 9583 2590 9 0 211646 0
[pid=21702/tid=21703] ppid=21701 vsize=868676 CPUtime=4.1
/proc/21702/task/21703/stat : 21703 (java) R 21701 21688 17272 0 -1 64 3589 0 1 0 379 31 0 0 25 0 9 0 24248931 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4126536570 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21704] ppid=21701 vsize=868676 CPUtime=0.7
/proc/21702/task/21704/stat : 21704 (java) S 21701 21688 17272 0 -1 64 5369 0 0 0 64 6 0 0 16 0 9 0 24248932 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21705] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21705/stat : 21705 (java) S 21701 21688 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24248933 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21706] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21706/stat : 21706 (java) S 21701 21688 17272 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24248933 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21707] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21707/stat : 21707 (java) S 21701 21688 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21708] ppid=21701 vsize=868676 CPUtime=0.23
/proc/21702/task/21708/stat : 21708 (java) S 21701 21688 17272 0 -1 64 1523 0 0 0 22 1 0 0 17 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21709] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21709/stat : 21709 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21710] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21710/stat : 21710 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 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) 890900

[startup+12.7015 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 21710
/proc/meminfo: memFree=1590488/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=1.13
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1310 9100 0 1 5 2 99 7 16 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
[pid=21701] ppid=21688 vsize=5356 CPUtime=0
/proc/21701/stat : 21701 (sh) S 21688 21688 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24248930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21701/statm: 1339 233 193 169 0 50 0
[pid=21702] ppid=21701 vsize=868676 CPUtime=11.32
/proc/21702/stat : 21702 (java) S 21701 21688 17272 0 -1 0 12402 0 1 0 1036 96 0 0 19 0 9 0 24248930 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21702/statm: 217169 9583 2590 9 0 211646 0
[pid=21702/tid=21703] ppid=21701 vsize=868676 CPUtime=9.95
/proc/21702/task/21703/stat : 21703 (java) R 21701 21688 17272 0 -1 64 4812 0 1 0 915 80 0 0 25 0 9 0 24248931 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4126942828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21704] ppid=21701 vsize=868676 CPUtime=1.11
/proc/21702/task/21704/stat : 21704 (java) S 21701 21688 17272 0 -1 64 5369 0 0 0 98 13 0 0 16 0 9 0 24248932 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21705] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21705/stat : 21705 (java) S 21701 21688 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24248933 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21706] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21706/stat : 21706 (java) S 21701 21688 17272 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24248933 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21707] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21707/stat : 21707 (java) S 21701 21688 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21708] ppid=21701 vsize=868676 CPUtime=0.23
/proc/21702/task/21708/stat : 21708 (java) S 21701 21688 17272 0 -1 64 1523 0 0 0 22 1 0 0 17 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21709] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21709/stat : 21709 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21710] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21710/stat : 21710 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 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) 890900

[startup+25.503 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 21710
/proc/meminfo: memFree=1423960/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=1.13
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1310 9100 0 1 5 2 99 7 16 0 1 0 24248812 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1111 409 3 0 796 0
[pid=21701] ppid=21688 vsize=5356 CPUtime=0
/proc/21701/stat : 21701 (sh) S 21688 21688 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24248930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21701/statm: 1339 233 193 169 0 50 0
[pid=21702] ppid=21701 vsize=868676 CPUtime=23.86
/proc/21702/stat : 21702 (java) S 21701 21688 17272 0 -1 0 14880 0 1 0 2169 217 0 0 19 0 9 0 24248930 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21702/statm: 217169 9583 2590 9 0 211646 0
[pid=21702/tid=21703] ppid=21701 vsize=868676 CPUtime=21.74
/proc/21702/task/21703/stat : 21703 (java) R 21701 21688 17272 0 -1 64 7290 0 1 0 1988 186 0 0 25 0 9 0 24248931 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4126938703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21704] ppid=21701 vsize=868676 CPUtime=1.87
/proc/21702/task/21704/stat : 21704 (java) S 21701 21688 17272 0 -1 64 5369 0 0 0 158 29 0 0 16 0 9 0 24248932 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21705] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21705/stat : 21705 (java) S 21701 21688 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24248933 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21706] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21706/stat : 21706 (java) S 21701 21688 17272 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24248933 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21707] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21707/stat : 21707 (java) S 21701 21688 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21708] ppid=21701 vsize=868676 CPUtime=0.23
/proc/21702/task/21708/stat : 21708 (java) S 21701 21688 17272 0 -1 64 1523 0 0 0 22 1 0 0 17 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21709] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21709/stat : 21709 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21702/tid=21710] ppid=21701 vsize=868676 CPUtime=0
/proc/21702/task/21710/stat : 21710 (java) S 21701 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24248935 889524224 9583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 890900

[startup+51.1019 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 21712
/proc/meminfo: memFree=587160/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=35.28
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1376 26330 0 2 5 2 3190 331 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21711] ppid=21688 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21688 21688 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24252418 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=739344 CPUtime=14.85
/proc/21712/stat : 21712 (minisat) R 21711 21688 17272 0 -1 4194304 183236 0 0 0 1336 149 0 0 25 0 1 0 24252419 757088256 183222 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 184836 183222 76 150 0 184683 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 761568

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

[startup+63.9014 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 21712
/proc/meminfo: memFree=556888/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=35.28
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1376 26330 0 2 5 2 3190 331 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21711] ppid=21688 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21688 21688 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24252418 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=765044 CPUtime=27.54
/proc/21712/stat : 21712 (minisat) R 21711 21688 17272 0 -1 4194304 189541 0 0 0 2600 154 0 0 25 0 1 0 24252419 783405056 189527 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 191261 189527 76 150 0 191108 0
Current children cumulated CPU time (s) 62.82
Current children cumulated vsize (KiB) 787268

[startup+76.7019 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 21712
/proc/meminfo: memFree=555800/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=35.28
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1376 26330 0 2 5 2 3190 331 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21711] ppid=21688 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21688 21688 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24252418 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=766232 CPUtime=40.22
/proc/21712/stat : 21712 (minisat) R 21711 21688 17272 0 -1 4194304 189838 0 0 0 3868 154 0 0 25 0 1 0 24252419 784621568 189824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 191558 189824 76 150 0 191405 0
Current children cumulated CPU time (s) 75.5
Current children cumulated vsize (KiB) 788456

[startup+83.1017 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 21712
/proc/meminfo: memFree=554648/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=35.28
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1376 26330 0 2 5 2 3190 331 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21711] ppid=21688 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21688 21688 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24252418 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=767684 CPUtime=46.55
/proc/21712/stat : 21712 (minisat) R 21711 21688 17272 0 -1 4194304 190251 0 0 0 4500 155 0 0 25 0 1 0 24252419 786108416 190237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 191921 190237 76 150 0 191768 0
Current children cumulated CPU time (s) 81.83
Current children cumulated vsize (KiB) 789908

[startup+86.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 21712
/proc/meminfo: memFree=553176/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=35.28
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1376 26330 0 2 5 2 3190 331 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21711] ppid=21688 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21688 21688 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24252418 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=768344 CPUtime=49.72
/proc/21712/stat : 21712 (minisat) R 21711 21688 17272 0 -1 4194304 190470 0 0 0 4817 155 0 0 25 0 1 0 24252419 786784256 190456 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 192086 190456 76 150 0 191933 0
Current children cumulated CPU time (s) 85
Current children cumulated vsize (KiB) 790568

[startup+87.1021 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 21712
/proc/meminfo: memFree=553112/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=35.28
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1376 26330 0 2 5 2 3190 331 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21711] ppid=21688 vsize=5356 CPUtime=0
/proc/21711/stat : 21711 (sh) S 21688 21688 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24252418 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21711/statm: 1339 232 193 169 0 50 0
[pid=21712] ppid=21711 vsize=768344 CPUtime=50.51
/proc/21712/stat : 21712 (minisat) R 21711 21688 17272 0 -1 4194304 190488 0 0 0 4896 155 0 0 25 0 1 0 24252419 786784256 190474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21712/statm: 192086 190474 76 150 0 191933 0
Current children cumulated CPU time (s) 85.79
Current children cumulated vsize (KiB) 790568

[startup+87.9022 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 21722
/proc/meminfo: memFree=1307672/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=86.16
/proc/21688/stat : 21688 (sugar) S 21686 21688 17272 0 -1 4194304 1448 217222 0 2 5 2 8109 500 16 0 1 0 24248812 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21688/statm: 4217 1113 409 3 0 796 0
[pid=21713] ppid=21688 vsize=5356 CPUtime=0
/proc/21713/stat : 21713 (sh) S 21688 21688 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24257558 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21713/statm: 1339 233 193 169 0 50 0
[pid=21714] ppid=21713 vsize=862288 CPUtime=0.41
/proc/21714/stat : 21714 (java) S 21713 21688 17272 0 -1 0 3101 0 1 0 40 1 0 0 18 0 9 0 24257558 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21714/statm: 215572 2571 1279 9 0 210485 0
[pid=21714/tid=21715] ppid=21713 vsize=862288 CPUtime=0.36
/proc/21714/task/21715/stat : 21715 (java) R 21713 21688 17272 0 -1 64 2032 0 1 0 35 1 0 0 22 0 9 0 24257559 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4126483071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21716] ppid=21713 vsize=862288 CPUtime=0
/proc/21714/task/21716/stat : 21716 (java) S 21713 21688 17272 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 24257561 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21717] ppid=21713 vsize=862288 CPUtime=0
/proc/21714/task/21717/stat : 21717 (java) S 21713 21688 17272 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24257561 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21718] ppid=21713 vsize=862288 CPUtime=0
/proc/21714/task/21718/stat : 21718 (java) S 21713 21688 17272 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24257561 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21719] ppid=21713 vsize=862288 CPUtime=0
/proc/21714/task/21719/stat : 21719 (java) S 21713 21688 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24257563 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21720] ppid=21713 vsize=862288 CPUtime=0.04
/proc/21714/task/21720/stat : 21720 (java) S 21713 21688 17272 0 -1 64 302 0 0 0 4 0 0 0 16 0 9 0 24257563 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21721] ppid=21713 vsize=862288 CPUtime=0
/proc/21714/task/21721/stat : 21721 (java) S 21713 21688 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24257563 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21714/tid=21722] ppid=21713 vsize=862288 CPUtime=0
/proc/21714/task/21722/stat : 21722 (java) S 21713 21688 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24257563 882982912 2571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.57
Current children cumulated vsize (KiB) 884512

[startup+88.3216 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 21722
/proc/meminfo: memFree=1307672/2055920 swapFree=4192812/4192956
[pid=21688] ppid=21686 vsize=16868 CPUtime=87.01
/proc/21688/stat : 21688 (sugar) R 21686 21688 17272 0 -1 4194304 1478 221143 0 3 6 25 8167 503 16 0 1 0 24248812 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21688/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 87.01
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 88.3251
CPU time (s): 87.0218
CPU user time (s): 81.7346
CPU system time (s): 5.2872
CPU usage (%): 98.5244
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7346
system time used= 5.2872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222681
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= 61682
involuntary context switches= 63296

runsolver used 0.121981 second user time and 0.32395 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 06:10:22
IDJOB=2080982
IDBENCH=57218
IDSOLVER=739
FILE ID=node20/2080982-1247371822
PBS_JOBID= 9507083
Free space on /tmp= 66284 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-18.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080982-1247371822/watcher-2080982-1247371822 -o /tmp/evaluation-result-2080982-1247371822/solver-2080982-1247371822 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080982-1247371822.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6c4fe0b768bfa979303b578f14aded5b
RANDOM SEED=770077285

node20.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.236
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.236
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:       1737168 kB
Buffers:         23620 kB
Cached:         155832 kB
SwapCached:          0 kB
Active:         201048 kB
Inactive:        64456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          97308 kB
Slab:            38440 kB
Committed_AS:   237456 kB
PageTables:       1968 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= 66284 MiB
End job on node20 at 2009-07-12 06:11:51