Trace number 2081004

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 91.3221 93.7772

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-19.xml
MD5SUM95627fa130a6174b4d805b27889df00f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.3221
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size999
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:13:02 2009
0.00/0.08	c 0	PID 23669
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081004-1247371982.xml TO HOME/temp.csp
0.00/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-2081004-1247371982.xml' 'HOME/temp.csp'
1.06/1.19	c 1	92 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	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.16/1.33	c 2	Parsing HOME/temp.csp
1.16/1.49	c 2	parsed 10000 expressions
1.16/1.50	c 2	parsed 10220 expressions
1.16/1.50	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.16/1.50	c 2	Converting to clausal form CSP
1.16/1.72	c 2	converted 1022 (10%) expressions
1.16/1.84	c 2	converted 2044 (20%) expressions
1.16/1.87	c 2	converted 3066 (30%) expressions
1.16/1.91	c 2	converted 4088 (40%) expressions
1.16/1.94	c 2	converted 5110 (50%) expressions
1.16/2.04	c 2	converted 6132 (60%) expressions
1.16/2.08	c 2	converted 7154 (70%) expressions
1.98/2.13	c 2	converted 8176 (80%) expressions
1.98/2.17	c 2	converted 9198 (90%) expressions
2.08/2.20	c 2	converted 10220 (100%) expressions
2.08/2.20	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 999
2.08/2.20	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.20	c 2	Propagation in CSP
2.08/2.26	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.08/2.26	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 999
2.08/2.26	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.28/2.46	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 999
2.28/2.46	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.37/2.56	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.65	c 3	45 (10%) CSP integer variables are encoded (43170 clauses, 625428 bytes)
2.57/2.70	c 3	90 (20%) CSP integer variables are encoded (85826 clauses, 1265268 bytes)
2.57/2.76	c 3	135 (30%) CSP integer variables are encoded (128479 clauses, 1962232 bytes)
2.67/2.82	c 3	180 (40%) CSP integer variables are encoded (171600 clauses, 2695289 bytes)
2.67/2.88	c 3	225 (50%) CSP integer variables are encoded (213839 clauses, 3413352 bytes)
2.77/2.93	c 3	270 (60%) CSP integer variables are encoded (256366 clauses, 4136311 bytes)
2.77/2.99	c 3	315 (70%) CSP integer variables are encoded (298676 clauses, 4855581 bytes)
2.87/3.05	c 3	360 (80%) CSP integer variables are encoded (341790 clauses, 5588519 bytes)
2.97/3.11	c 3	405 (90%) CSP integer variables are encoded (384087 clauses, 6307568 bytes)
2.97/3.17	c 3	450 (100%) CSP integer variables are encoded (426716 clauses, 7032261 bytes)
6.50/6.73	c 7	2903 (10%) CSP clauses are encoded (2202049 clauses, 47822198 bytes)
9.82/10.19	c 10	5805 (20%) CSP clauses are encoded (3946071 clauses, 88876142 bytes)
13.33/13.70	c 14	8708 (30%) CSP clauses are encoded (5708566 clauses, 130475046 bytes)
16.67/17.16	c 17	11610 (40%) CSP clauses are encoded (7459210 clauses, 173531762 bytes)
20.17/20.70	c 21	14513 (50%) CSP clauses are encoded (9220357 clauses, 217522694 bytes)
23.45/24.20	c 24	17415 (60%) CSP clauses are encoded (10954875 clauses, 260847922 bytes)
26.86/27.65	c 28	20318 (70%) CSP clauses are encoded (12679210 clauses, 303918554 bytes)
30.19/31.10	c 31	23220 (80%) CSP clauses are encoded (14410694 clauses, 347167932 bytes)
33.70/34.73	c 35	26123 (90%) CSP clauses are encoded (16171549 clauses, 391151564 bytes)
37.10/38.20	c 38	29025 (100%) CSP clauses are encoded (17902651 clauses, 434391392 bytes)
37.10/38.20	c 38	29025 CSP clauses encoded
37.10/38.20	c 38	Writing map file : HOME/temp.map
37.10/38.22	c 38	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.10/38.22	c 38	SAT : 446516 SAT variables, 17902651 SAT clauses, 434391392 bytes
37.10/38.22	c 38	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.10/38.26	c 38	SOLVING HOME/temp.cnf
37.10/38.26	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.10/38.26	c 38	This is MiniSat 2.0 beta
37.10/38.26	c 38	WARNING: for repeatability, setting FPU to use double precision
37.10/38.26	c 38	============================[ Problem Statistics ]=============================
37.10/38.26	c 38	|                                                                             |
37.10/38.27	c 38	|  Number of variables:  446516                                               |
37.10/38.27	c 38	|  Number of clauses:    17902651                                             |
47.99/49.66	c 50	|  Parsing time:         9.34         s                                       |
48.50/50.18	c 50	============================[ Search Statistics ]==============================
48.50/50.18	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.50/50.18	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.50/50.18	c 50	===============================================================================
48.50/50.18	c 50	|         0 |  446516 17902651 53232862 |  5967550        0    nan |  0.000 % |
51.04/52.74	c 53	|       101 |  446516 17902651 53232862 |  6564305      101     23 |  0.000 % |
52.22/53.96	c 54	|       253 |  446516 17902651 53232862 |  7220735      253     17 |  0.000 % |
53.70/55.49	c 56	|       478 |  446516 17902651 53232862 |  7942809      478     13 |  0.000 % |
56.47/58.23	c 58	|       816 |  446516 17902651 53232862 |  8737090      816     31 |  0.000 % |
58.15/59.99	c 60	|      1323 |  446516 17902651 53232862 |  9610799     1323     23 |  0.000 % |
63.29/65.12	c 65	|      2085 |  446516 17902651 53232862 | 10571879     2085     26 |  0.000 % |
67.06/68.97	c 69	|      3224 |  446516 17902651 53232862 | 11629067     3224     28 |  0.000 % |
76.17/78.16	c 78	|      4932 |  446516 17902651 53232862 | 12791974     4932     36 |  0.000 % |
80.63/82.62	c 83	|      7494 |  446516 17902651 53232862 | 14071171     7494     34 |  0.000 % |
90.04/92.15	c 92	===============================================================================
90.04/92.18	c 92	restarts              : 10
90.04/92.18	c 92	conflicts             : 8384           (163 /sec)
90.04/92.18	c 92	decisions             : 21799          (1.35 % random) (425 /sec)
90.04/92.18	c 92	propagations          : 23110953       (450645 /sec)
90.04/92.18	c 92	conflict literals     : 275436         (8.57 % deleted)
90.04/92.18	c 92	Memory used           : 773.22 MB
90.04/92.18	c 92	CPU time              : 51.2842 s
90.04/92.18	c 92	
90.22/92.37	c 93	SATISFIABLE
90.42/92.52	c 93	DECODING HOME/temp.out WITH HOME/temp.map
90.42/92.52	c 93	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'
90.44/93.00	c 93	Decoding HOME/temp.out
90.96/93.46	s SATISFIABLE
90.96/93.48	v 132 900 287 288 678 677 800 536 754 138 938 217 550 551 668 897 934 902 849 189 857 193 817 816 906 234 711 189 453 466 642 643 420 421 842 914 202 203 69 617 890 188 549 550 94 110 780 779 7 8 344 343 938 701 260 259 474 473 375 376 776 137 876 877 711 712 505 506 49 48 310 143 440 439 721 720 251 626 915 914 656 666 281 168 759 760 591 590 771 871 148 185 758 759 104 111 9 8 197 196 985 986 350 351 169 181 478 479 553 552 884 883 272 271 260 538 815 816 661 660 639 640 655 184 13 780 757 207 911 156 455 456 799 800 405 15 683 186 113 897 648 219 998 223 548 549 71 155 36 226 535 534 367 366 462 463 544 545 851 850 881 156 11 10 284 285 606 605 0 1 790 789 178 177 932 995 104 105 628 936 811 812 565 566 605 604 929 930 373 374 458 459 927 838 690 691 840 839 306 911 124 125 62 63 323 322 360 914 224 225 630 160 275 128 502 155 420 421 219 218 55 147 767 127 330 180 7 187 689 141 914 134 54 201 369 127 857 140 566 155 905 904 800 801 556 557 450 449 538 619 637 636 347 346 671 670 852 851 426 427 278 279 197 196 22 98 600 894 754 615 758 757 536 857 439 438 67 66 681 682 36 847 363 909 41 40 183 182 287 286 932 933 110 843 0 1 375 376 611 862 364 931 64 145 830 831 936 948 467 468 738 739 384 143 915 987 578 579 692 691 260 261 2 1 351 987 639 176 226 227 622 621 578 882 261 260 762 708 902 901 520 880 330 331 393 598 907 230 15 210 942 941 28 163 418 417 782 827 728 727 661 662 577 170 745 186 452 451 1 186 321 322 271 853 903 121 74 175 232 231 413 414 742 900 40 39 756 757 542 868 387 386 446 445 10 11 963 964 323 324 732 731 547 546 127 164 641 642 217 216 338 337 934 188 892 180 365 366 817 816 1 203 871 870 690 689 783 212 25 192 619 620 793 794 156 346 531 530 359 176 222 221 258 259 405 406 954 966 731 170
91.05/93.51	c 94	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
91.05/93.57	c 94	CPU 91.08 (0.06 0.02 85.66 5.34)
91.05/93.57	c 94	END Sun Jul 12 06:14:36 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-2081004-1247371982/watcher-2081004-1247371982 -o /tmp/evaluation-result-2081004-1247371982/solver-2081004-1247371982 -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-2081004-1247371982.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.10 2.07 2.02 4/74 23669
/proc/meminfo: memFree=651920/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=12268 CPUtime=0
/proc/23669/stat : 23669 (sugar) R 23667 23669 21777 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24264369 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23669/statm: 3067 316 241 3 0 167 0

[startup+0.097478 s]
/proc/loadavg: 2.10 2.07 2.02 4/74 23669
/proc/meminfo: memFree=651920/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.07
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101468 s]
/proc/loadavg: 2.10 2.07 2.02 4/74 23669
/proc/meminfo: memFree=651920/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.07
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301474 s]
/proc/loadavg: 2.10 2.07 2.02 4/74 23669
/proc/meminfo: memFree=651920/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.07
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701502 s]
/proc/loadavg: 2.10 2.07 2.02 4/74 23669
/proc/meminfo: memFree=651920/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.07
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50155 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 23681
/proc/meminfo: memFree=628856/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=1.16
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1309 9103 0 1 5 2 103 6 15 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 16868

[startup+3.10265 s]
/proc/loadavg: 2.10 2.07 2.02 4/85 23691
/proc/meminfo: memFree=628536/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=1.16
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1310 9103 0 1 5 2 103 6 16 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24264494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868676 CPUtime=1.81
/proc/23683/stat : 23683 (java) S 23682 23669 21777 0 -1 0 10547 0 1 0 171 10 0 0 19 0 9 0 24264495 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217169 9571 2590 9 0 211646 0
[pid=23683/tid=23684] ppid=23682 vsize=868676 CPUtime=1.12
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 21777 0 -1 64 2967 0 1 0 107 5 0 0 21 0 9 0 24264495 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868676 CPUtime=0.46
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 21777 0 -1 64 5370 0 0 0 43 3 0 0 16 0 9 0 24264497 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24264497 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24264497 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 21777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24264499 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868676 CPUtime=0.2
/proc/23683/task/23689/stat : 23689 (java) R 23682 23669 21777 0 -1 64 1511 0 0 0 19 1 0 0 16 0 9 0 24264499 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 101712268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24264499 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24264499 889524224 9571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890900

[startup+6.30186 s]
/proc/loadavg: 2.09 2.07 2.02 3/85 23691
/proc/meminfo: memFree=585336/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=1.17
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1310 9103 0 1 6 2 103 6 16 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24264494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868676 CPUtime=4.95
/proc/23683/stat : 23683 (java) S 23682 23669 21777 0 -1 0 11149 0 1 0 458 37 0 0 19 0 9 0 24264495 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217169 9585 2590 9 0 211646 0
[pid=23683/tid=23684] ppid=23682 vsize=868676 CPUtime=4.04
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 21777 0 -1 64 3557 0 1 0 376 28 0 0 25 0 9 0 24264495 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4126872257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868676 CPUtime=0.66
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 21777 0 -1 64 5370 0 0 0 59 7 0 0 16 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 21777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868676 CPUtime=0.22
/proc/23683/task/23689/stat : 23689 (java) S 23682 23669 21777 0 -1 64 1523 0 0 0 21 1 0 0 17 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890900

[startup+12.7023 s]
/proc/loadavg: 2.16 2.09 2.02 3/85 23691
/proc/meminfo: memFree=504312/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=1.17
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1310 9103 0 1 6 2 103 6 16 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24264494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868676 CPUtime=11.18
/proc/23683/stat : 23683 (java) S 23682 23669 21777 0 -1 0 12341 0 1 0 1025 93 0 0 19 0 9 0 24264495 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217169 9585 2590 9 0 211646 0
[pid=23683/tid=23684] ppid=23682 vsize=868676 CPUtime=9.86
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 21777 0 -1 64 4749 0 1 0 910 76 0 0 25 0 9 0 24264495 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 102094108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868676 CPUtime=1.07
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 21777 0 -1 64 5370 0 0 0 92 15 0 0 16 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 21777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868676 CPUtime=0.22
/proc/23683/task/23689/stat : 23689 (java) S 23682 23669 21777 0 -1 64 1523 0 0 0 21 1 0 0 17 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890900

[startup+25.5021 s]
/proc/loadavg: 2.35 2.13 2.04 3/85 23691
/proc/meminfo: memFree=340728/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=1.17
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1310 9103 0 1 6 2 103 6 16 0 1 0 24264369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24264494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868676 CPUtime=23.65
/proc/23683/stat : 23683 (java) S 23682 23669 21777 0 -1 0 14777 0 1 0 2153 212 0 0 19 0 9 0 24264495 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217169 9585 2590 9 0 211646 0
[pid=23683/tid=23684] ppid=23682 vsize=868676 CPUtime=21.43
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 21777 0 -1 64 7185 0 1 0 1964 179 0 0 25 0 9 0 24264495 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4126940213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868676 CPUtime=1.97
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 21777 0 -1 64 5370 0 0 0 166 31 0 0 15 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24264497 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 21777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868676 CPUtime=0.22
/proc/23683/task/23689/stat : 23689 (java) S 23682 23669 21777 0 -1 64 1523 0 0 0 21 1 0 0 17 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868676 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) S 23682 23669 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24264499 889524224 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 890900

[startup+51.1017 s]
/proc/loadavg: 2.47 2.18 2.06 3/77 23693
/proc/meminfo: memFree=15544/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=37.14
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1376 26592 0 2 6 2 3368 338 15 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24268196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=724152 CPUtime=12.32
/proc/23693/stat : 23693 (minisat) R 23692 23669 21777 0 -1 4194304 180259 0 0 0 1072 160 0 0 25 0 1 0 24268196 741531648 180245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 181038 180245 74 150 0 180885 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 746376

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

[startup+76.7013 s]
/proc/loadavg: 2.31 2.17 2.05 3/77 23693
/proc/meminfo: memFree=14968/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=37.14
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1376 26592 0 2 6 2 3368 338 16 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24268196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=783724 CPUtime=37.64
/proc/23693/stat : 23693 (minisat) R 23692 23669 21777 0 -1 4194304 195194 0 0 0 3596 168 0 0 25 0 1 0 24268196 802533376 195180 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 195931 195180 76 150 0 195778 0
Current children cumulated CPU time (s) 74.78
Current children cumulated vsize (KiB) 805948

[startup+83.1027 s]
/proc/loadavg: 2.29 2.16 2.05 3/77 23693
/proc/meminfo: memFree=16184/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=37.14
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1376 26592 0 2 6 2 3368 338 16 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24268196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=785180 CPUtime=43.99
/proc/23693/stat : 23693 (minisat) R 23692 23669 21777 0 -1 4194304 195581 0 0 0 4230 169 0 0 25 0 1 0 24268196 804024320 195567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 196295 195567 76 150 0 196142 0
Current children cumulated CPU time (s) 81.13
Current children cumulated vsize (KiB) 807404

[startup+89.5021 s]
/proc/loadavg: 2.24 2.16 2.05 3/77 23693
/proc/meminfo: memFree=16312/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=37.14
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1376 26592 0 2 6 2 3368 338 16 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24268196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=788220 CPUtime=50.32
/proc/23693/stat : 23693 (minisat) R 23692 23669 21777 0 -1 4194304 196330 0 0 0 4863 169 0 0 25 0 1 0 24268196 807137280 196316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 197055 196316 76 150 0 196902 0
Current children cumulated CPU time (s) 87.46
Current children cumulated vsize (KiB) 810444

[startup+91.1022 s]
/proc/loadavg: 2.24 2.16 2.05 3/77 23693
/proc/meminfo: memFree=16056/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=37.14
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1376 26592 0 2 6 2 3368 338 16 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24268196 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=790940 CPUtime=51.9
/proc/23693/stat : 23693 (minisat) R 23692 23669 21777 0 -1 4194304 196969 0 0 0 5021 169 0 0 25 0 1 0 24268196 809922560 196955 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 197735 196955 76 150 0 197582 0
Current children cumulated CPU time (s) 89.04
Current children cumulated vsize (KiB) 813164

[startup+92.7013 s]
/proc/loadavg: 2.24 2.16 2.05 3/77 23693
/proc/meminfo: memFree=14968/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=90.44
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1430 224105 0 2 6 2 8513 523 16 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 90.44
Current children cumulated vsize (KiB) 16868

[startup+93.5063 s]
/proc/loadavg: 2.30 2.17 2.06 3/85 23703
/proc/meminfo: memFree=781688/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=90.44
/proc/23669/stat : 23669 (sugar) S 23667 23669 21777 0 -1 4194304 1450 224105 0 2 6 2 8513 523 15 0 1 0 24264369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23694] ppid=23669 vsize=5356 CPUtime=0
/proc/23694/stat : 23694 (sh) S 23669 23669 21777 0 -1 4194304 277 0 1 0 0 0 0 0 18 0 1 0 24273621 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23694/statm: 1339 233 193 169 0 50 0
[pid=23695] ppid=23694 vsize=865032 CPUtime=0.61
/proc/23695/stat : 23695 (java) S 23694 23669 21777 0 -1 0 3420 0 100 0 52 9 0 0 18 0 9 0 24273631 885792768 2989 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23695/statm: 216258 2993 1631 9 0 210770 0
[pid=23695/tid=23696] ppid=23694 vsize=865032 CPUtime=0.53
/proc/23695/task/23696/stat : 23696 (java) R 23694 23669 21777 0 -1 64 2385 0 47 0 47 6 0 0 24 0 9 0 24273644 885792768 2998 996147200 134512640 134550932 4294955984 18446744073709551615 4159512519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23697] ppid=23694 vsize=865032 CPUtime=0
/proc/23695/task/23697/stat : 23697 (java) S 23694 23669 21777 0 -1 64 72 0 0 0 0 0 0 0 16 0 9 0 24273655 885792768 3004 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23698] ppid=23694 vsize=865032 CPUtime=0
/proc/23695/task/23698/stat : 23698 (java) S 23694 23669 21777 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24273657 885792768 3006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23699] ppid=23694 vsize=865032 CPUtime=0
/proc/23695/task/23699/stat : 23699 (java) S 23694 23669 21777 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 24273657 885792768 3006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23700] ppid=23694 vsize=865032 CPUtime=0
/proc/23695/task/23700/stat : 23700 (java) S 23694 23669 21777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 24273662 885792768 3006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23701] ppid=23694 vsize=865032 CPUtime=0.05
/proc/23695/task/23701/stat : 23701 (java) S 23694 23669 21777 0 -1 64 329 0 2 0 4 1 0 0 16 0 9 0 24273662 885792768 3006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23702] ppid=23694 vsize=865032 CPUtime=0
/proc/23695/task/23702/stat : 23702 (java) S 23694 23669 21777 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 24273662 885792768 3006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23695/tid=23703] ppid=23694 vsize=865032 CPUtime=0
/proc/23695/task/23703/stat : 23703 (java) S 23694 23669 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24273662 885792768 3006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.05
Current children cumulated vsize (KiB) 887256

[startup+93.7013 s]
/proc/loadavg: 2.30 2.17 2.06 3/85 23703
/proc/meminfo: memFree=781688/2055920 swapFree=4191900/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=91.22
/proc/23669/stat : 23669 (sugar) R 23667 23669 21777 0 -1 4194304 1478 227936 0 104 6 16 8566 534 16 0 1 0 24264369 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23669/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 91.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 93.7772
CPU time (s): 91.3221
CPU user time (s): 85.735
CPU system time (s): 5.58715
CPU usage (%): 97.382
Max. virtual memory (cumulated for all children) (KiB): 890976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.735
system time used= 5.58715
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229474
page faults= 104
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64432
involuntary context switches= 66577

runsolver used 0.120981 second user time and 0.349946 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 06:13:02
IDJOB=2081004
IDBENCH=57225
IDSOLVER=739
FILE ID=node29/2081004-1247371982
PBS_JOBID= 9507119
Free space on /tmp= 66004 MiB

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

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

MD5SUM BENCH= 95627fa130a6174b4d805b27889df00f
RANDOM SEED=1331795054

node29.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.225
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.225
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:        652400 kB
Buffers:         43392 kB
Cached:         558288 kB
SwapCached:        392 kB
Active:        1249288 kB
Inactive:        82068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        652400 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          202944 kB
Writeback:           0 kB
Mapped:         740132 kB
Slab:            55916 kB
Committed_AS:   898300 kB
PageTables:       3460 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= 66004 MiB
End job on node29 at 2009-07-12 06:14:36