Trace number 2081554

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 762.645 769.008

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-17.xml
MD5SUM20e23229ee104462f117a47e593e32b4
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 benchmark103.62
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:32:38 2009
0.00/0.08	c 0	PID 25287
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081554-1247373158.xml TO HOME/temp.csp
0.06/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-2081554-1247373158.xml' 'HOME/temp.csp'
0.95/1.01	c 1	89 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.95/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.05	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'
0.98/1.13	c 1	Parsing HOME/temp.csp
0.98/1.26	c 2	parsed 6123 expressions
0.98/1.27	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.27	c 2	Converting to clausal form CSP
0.98/1.33	c 2	converted 613 (10%) expressions
0.98/1.51	c 2	converted 1225 (20%) expressions
0.98/1.55	c 2	converted 1837 (30%) expressions
0.98/1.57	c 2	converted 2450 (40%) expressions
0.98/1.59	c 2	converted 3062 (50%) expressions
0.98/1.61	c 2	converted 3674 (60%) expressions
0.98/1.68	c 2	converted 4287 (70%) expressions
0.98/1.70	c 2	converted 4899 (80%) expressions
0.98/1.72	c 2	converted 5511 (90%) expressions
0.98/1.74	c 2	converted 6123 (100%) expressions
0.98/1.74	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1273
0.98/1.74	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.74	c 2	Propagation in CSP
0.98/1.96	c 2	144456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/1.96	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 762
0.98/1.96	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.98/1.97	c 2	Simplifing CSP by introducing new Boolean variables
0.98/2.08	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 762
0.98/2.08	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.21	c 2	45 (10%) CSP integer variables are encoded (30120 clauses, 429684 bytes)
2.10/2.23	c 2	90 (20%) CSP integer variables are encoded (48270 clauses, 701934 bytes)
2.10/2.26	c 3	135 (30%) CSP integer variables are encoded (74445 clauses, 1094559 bytes)
2.10/2.30	c 3	180 (40%) CSP integer variables are encoded (98970 clauses, 1462434 bytes)
2.20/2.33	c 3	225 (50%) CSP integer variables are encoded (121320 clauses, 1840689 bytes)
2.20/2.36	c 3	270 (60%) CSP integer variables are encoded (141810 clauses, 2189019 bytes)
2.20/2.39	c 3	315 (70%) CSP integer variables are encoded (163395 clauses, 2555964 bytes)
2.30/2.42	c 3	360 (80%) CSP integer variables are encoded (187800 clauses, 2970849 bytes)
2.30/2.46	c 3	405 (90%) CSP integer variables are encoded (212820 clauses, 3396189 bytes)
2.30/2.49	c 3	450 (100%) CSP integer variables are encoded (236610 clauses, 3800619 bytes)
3.20/3.39	c 4	1548 (10%) CSP clauses are encoded (665710 clauses, 13398606 bytes)
3.89/4.01	c 4	3096 (20%) CSP clauses are encoded (972862 clauses, 20483380 bytes)
4.38/4.52	c 5	4644 (30%) CSP clauses are encoded (1203318 clauses, 25801164 bytes)
4.88/5.06	c 5	6192 (40%) CSP clauses are encoded (1469603 clauses, 31931205 bytes)
5.57/5.73	c 6	7740 (50%) CSP clauses are encoded (1794957 clauses, 39455265 bytes)
6.15/6.35	c 7	9288 (60%) CSP clauses are encoded (2086970 clauses, 46196828 bytes)
6.84/7.05	c 7	10836 (70%) CSP clauses are encoded (2417504 clauses, 54054687 bytes)
7.32/7.59	c 8	12384 (80%) CSP clauses are encoded (2677059 clauses, 60303729 bytes)
7.92/8.19	c 8	13932 (90%) CSP clauses are encoded (2970048 clauses, 67298527 bytes)
8.70/8.95	c 9	15480 (100%) CSP clauses are encoded (3362634 clauses, 76264214 bytes)
8.70/8.95	c 9	15480 CSP clauses encoded
8.70/8.95	c 9	Writing map file : HOME/temp.map
8.70/8.96	c 9	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.70/8.96	c 9	SAT : 246960 SAT variables, 3362634 SAT clauses, 76264214 bytes
8.70/8.96	c 9	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.70/8.98	c 9	SOLVING HOME/temp.cnf
8.70/8.98	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.70/8.98	c 9	This is MiniSat 2.0 beta
8.70/8.98	c 9	WARNING: for repeatability, setting FPU to use double precision
8.70/8.98	c 9	============================[ Problem Statistics ]=============================
8.70/8.98	c 9	|                                                                             |
8.70/8.98	c 9	|  Number of variables:  246960                                               |
8.70/8.98	c 9	|  Number of clauses:    3362634                                              |
10.68/10.96	c 11	|  Parsing time:         1.73         s                                       |
10.79/11.06	c 11	============================[ Search Statistics ]==============================
10.79/11.06	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.79/11.06	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.79/11.06	c 11	===============================================================================
10.79/11.06	c 11	|         0 |  245436  3361110  9500694 |  1120370        0    nan |  0.000 % |
12.75/13.07	c 13	|       101 |  245436  3361110  9500694 |  1232407      101     20 |  0.617 % |
15.82/16.11	c 16	|       251 |  245436  3361110  9500694 |  1355647      251     19 |  0.617 % |
20.28/20.65	c 21	|       476 |  245436  3361110  9500694 |  1491212      476     18 |  0.617 % |
26.42/26.87	c 27	|       813 |  245436  3361110  9500694 |  1640333      813     18 |  0.617 % |
33.36/33.84	c 34	|      1320 |  245431  3361018  9500436 |  1804367     1317     20 |  0.637 % |
45.63/46.27	c 47	|      2080 |  245361  3360132  9498003 |  1984803     2075     20 |  0.656 % |
62.97/63.73	c 64	|      3219 |  245275  3358867  9494517 |  2183284     3209     19 |  0.693 % |
89.71/90.71	c 91	|      4928 |  245152  3357169  9489840 |  2401612     4913     19 |  0.742 % |
126.85/128.26	c 129	|      7490 |  245012  3355191  9484405 |  2641773     7467     21 |  0.789 % |
188.76/190.78	c 191	|     11334 |  244963  3354567  9482703 |  2905951    11305     23 |  0.820 % |
284.42/287.31	c 288	|     17102 |  244878  3353539  9479863 |  3196546    17067     24 |  0.843 % |
446.39/450.82	c 451	|     25751 |  244573  3349185  9467700 |  3516201    25690     24 |  0.968 % |
652.30/658.64	c 659	|     38726 |  244378  3346632  9460581 |  3867821    38646     24 |  1.046 % |
761.96/768.33	c 769	===============================================================================
761.96/768.36	c 769	restarts              : 14
761.96/768.36	c 769	conflicts             : 45650          (61 /sec)
761.96/768.36	c 769	decisions             : 114799         (0.71 % random) (152 /sec)
761.96/768.36	c 769	propagations          : 904014334      (1200650 /sec)
761.96/768.36	c 769	conflict literals     : 1119205        (25.10 % deleted)
761.96/768.36	c 769	Memory used           : 165.77 MB
761.96/768.36	c 769	CPU time              : 752.938 s
761.96/768.36	c 769	
762.05/768.46	c 769	SATISFIABLE
762.05/768.49	c 769	DECODING HOME/temp.out WITH HOME/temp.map
762.05/768.49	c 769	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'
762.16/768.57	c 769	Decoding HOME/temp.out
762.45/768.89	s SATISFIABLE
762.55/768.91	v 19 200 252 251 272 271 545 278 565 566 567 566 594 593 782 783 832 831 860 859 899 900 951 950 1031 1032 1042 1041 1244 1245 277 278 322 323 471 472 474 473 552 553 659 658 752 751 813 814 836 837 893 892 905 906 1088 1087 1122 1123 1178 1177 1213 1212 0 1 175 174 248 247 376 375 468 469 654 653 684 683 711 710 746 745 879 878 982 981 1075 1074 1101 1102 1200 1201 1266 1265 37 36 47 48 63 62 192 191 304 303 412 411 500 499 590 591 639 638 661 662 1003 1002 1025 1024 1042 1043 1141 1142 1286 1285 4 5 103 102 162 161 233 232 319 320 353 354 382 381 485 486 538 537 568 567 653 654 722 721 1007 1006 1103 1102 1262 1261 30 68 71 72 104 105 205 204 302 303 408 407 501 502 577 576 649 650 667 668 1057 1058 1065 1066 1157 1158 1192 1191 1238 1237 8 118 298 299 559 560 564 563 630 631 708 709 714 713 732 733 785 786 833 834 855 856 916 917 1005 1006 1115 1114 1207 1206 34 33 59 60 146 145 396 395 411 412 479 478 618 619 685 684 777 778 834 833 924 925 1071 1072 1088 1087 1128 1129 1228 1229 7 8 90 89 121 122 144 143 160 161 271 270 327 326 392 393 456 457 486 485 613 612 732 731 768 769 1130 1129 1238 1237 88 89 149 150 232 233 318 317 447 448 529 530 587 588 685 684 716 717 742 743 896 895 980 979 1094 1093 1199 1200 1266 1265 22 23 43 42 142 143 156 157 245 246 311 312 387 386 543 542 627 628 698 697 761 760 778 779 841 840 905 904 929 930 190 191 250 249 272 273 319 320 330 331 332 331 380 379 384 383 477 478 571 570 827 826 933 934 1047 1046 1106 1107 1149 1150 303 304 510 509 600 601 615 691 747 748 770 769 786 785 879 880 907 906 962 963 1001 1000 1027 1028 1079 1078 1122 1123 1203 1202 117 118 253 254 456 457 486 487 685 686 739 740 835 836 899 900 975 974 1072 1073 1102 1101 1110 1111 1211 1212 1228 1227 1290 1291 0 1 156 155 203 204 276 275 309 308 354 353 439 440 456 455 479 480 585 586 632 631 671 672 689 688 967 968 1013 1012
762.55/768.92	c 769	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
762.55/768.97	c 769	CPU 762.58 (0.06 0.02 761.41 1.09)
762.55/768.97	c 769	END Sun Jul 12 06:45:27 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-2081554-1247373158/watcher-2081554-1247373158 -o /tmp/evaluation-result-2081554-1247373158/solver-2081554-1247373158 -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-2081554-1247373158.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: 1.92 2.07 2.08 4/81 25287
/proc/meminfo: memFree=1854408/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=12268 CPUtime=0
/proc/25287/stat : 25287 (sugar) R 25285 25287 20738 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24383212 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25287/statm: 3067 316 241 3 0 167 0

[startup+0.0828511 s]
/proc/loadavg: 1.92 2.07 2.08 4/81 25287
/proc/meminfo: memFree=1854408/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16740 CPUtime=0.06
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24383212 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101171 s]
/proc/loadavg: 1.92 2.07 2.08 4/81 25287
/proc/meminfo: memFree=1854408/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=0.06
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24383212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301186 s]
/proc/loadavg: 1.92 2.07 2.08 4/81 25287
/proc/meminfo: memFree=1854408/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=0.06
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24383212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701232 s]
/proc/loadavg: 1.92 2.07 2.08 4/81 25287
/proc/meminfo: memFree=1854408/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=0.06
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24383212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50132 s]
/proc/loadavg: 1.92 2.07 2.08 3/92 25299
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=0.98
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1309 7715 0 1 5 1 87 5 15 0 1 0 24383212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 16868

[startup+3.10248 s]
/proc/loadavg: 1.92 2.07 2.08 4/92 25309
/proc/meminfo: memFree=1830384/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=0.98
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1310 7715 0 1 5 1 87 5 15 0 1 0 24383212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1111 409 3 0 796 0
[pid=25300] ppid=25287 vsize=5356 CPUtime=0
/proc/25300/stat : 25300 (sh) S 25287 25287 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24383318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25300/statm: 1339 233 193 169 0 50 0
[pid=25301] ppid=25300 vsize=868704 CPUtime=2.02
/proc/25301/stat : 25301 (java) S 25300 25287 20738 0 -1 0 8735 0 1 0 189 13 0 0 18 0 9 0 24383318 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25301/statm: 217176 7639 2590 9 0 211653 0
[pid=25301/tid=25302] ppid=25300 vsize=868704 CPUtime=1.47
/proc/25301/task/25302/stat : 25302 (java) R 25300 25287 20738 0 -1 64 3028 0 1 0 140 7 0 0 25 0 9 0 24383319 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4126910814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25303] ppid=25300 vsize=868704 CPUtime=0.31
/proc/25301/task/25303/stat : 25303 (java) S 25300 25287 20738 0 -1 64 3503 0 0 0 28 3 0 0 16 0 9 0 24383320 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25304] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25304/stat : 25304 (java) S 25300 25287 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24383320 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25305] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25305/stat : 25305 (java) S 25300 25287 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24383320 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25306] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25306/stat : 25306 (java) S 25300 25287 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24383323 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25307] ppid=25300 vsize=868704 CPUtime=0.21
/proc/25301/task/25307/stat : 25307 (java) S 25300 25287 20738 0 -1 64 1505 0 0 0 20 1 0 0 16 0 9 0 24383323 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25308] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25308/stat : 25308 (java) S 25300 25287 20738 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24383323 889552896 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25309] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25309/stat : 25309 (java) S 25300 25287 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24383323 889552896 7639 996147200 134512640 134550932 4294955936 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) 890928

[startup+6.30282 s]
/proc/loadavg: 1.93 2.07 2.08 3/92 25309
/proc/meminfo: memFree=1794416/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=0.98
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1310 7715 0 1 5 1 87 5 15 0 1 0 24383212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1111 409 3 0 796 0
[pid=25300] ppid=25287 vsize=5356 CPUtime=0
/proc/25300/stat : 25300 (sh) S 25287 25287 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24383318 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25300/statm: 1339 233 193 169 0 50 0
[pid=25301] ppid=25300 vsize=868704 CPUtime=5.17
/proc/25301/stat : 25301 (java) S 25300 25287 20738 0 -1 0 9617 0 1 0 477 40 0 0 18 0 9 0 24383318 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25301/statm: 217176 7652 2590 9 0 211653 0
[pid=25301/tid=25302] ppid=25300 vsize=868704 CPUtime=4.37
/proc/25301/task/25302/stat : 25302 (java) R 25300 25287 20738 0 -1 64 3897 0 1 0 407 30 0 0 25 0 9 0 24383319 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4126845869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25303] ppid=25300 vsize=868704 CPUtime=0.54
/proc/25301/task/25303/stat : 25303 (java) S 25300 25287 20738 0 -1 64 3503 0 0 0 47 7 0 0 16 0 9 0 24383320 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25304] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25304/stat : 25304 (java) S 25300 25287 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24383320 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25305] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25305/stat : 25305 (java) S 25300 25287 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24383320 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25306] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25306/stat : 25306 (java) S 25300 25287 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24383323 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25307] ppid=25300 vsize=868704 CPUtime=0.22
/proc/25301/task/25307/stat : 25307 (java) S 25300 25287 20738 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 24383323 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25308] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25308/stat : 25308 (java) S 25300 25287 20738 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24383323 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25301/tid=25309] ppid=25300 vsize=868704 CPUtime=0
/proc/25301/task/25309/stat : 25309 (java) S 25300 25287 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24383323 889552896 7652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890928

[startup+12.7015 s]
/proc/loadavg: 1.93 2.07 2.08 3/84 25311
/proc/meminfo: memFree=1622128/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 15 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=158152 CPUtime=3.66
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 38158 0 0 0 342 24 0 0 25 0 1 0 24384111 161947648 38144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 39538 38144 72 150 0 39385 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 180376

[startup+25.5018 s]
/proc/loadavg: 1.95 2.06 2.08 3/84 25311
/proc/meminfo: memFree=1618352/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=162508 CPUtime=16.33
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 39248 0 0 0 1608 25 0 0 25 0 1 0 24384111 166408192 39234 996147200 134512640 135127466 4294956256 18446744073709551615 134531120 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 40627 39234 75 150 0 40474 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 184732

[startup+51.1015 s]
/proc/loadavg: 1.96 2.06 2.08 3/84 25311
/proc/meminfo: memFree=1617328/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=163564 CPUtime=41.69
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 39528 0 0 0 4143 26 0 0 25 0 1 0 24384111 167489536 39514 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 40891 39514 75 150 0 40738 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 185788

[startup+102.307 s]
/proc/loadavg: 1.98 2.05 2.08 3/84 25311
/proc/meminfo: memFree=1616752/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=163960 CPUtime=92.4
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 39624 0 0 0 9214 26 0 0 25 0 1 0 24384111 167895040 39610 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 40990 39610 75 150 0 40837 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 186184

[startup+162.301 s]
/proc/loadavg: 1.99 2.04 2.07 3/84 25311
/proc/meminfo: memFree=1616240/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=164500 CPUtime=151.83
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 39741 0 0 0 15157 26 0 0 25 0 1 0 24384111 168448000 39727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 41125 39727 75 150 0 40972 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 186724

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

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 2.03 3/84 25311
/proc/meminfo: memFree=1613168/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=167304 CPUtime=508.41
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40456 0 0 0 50814 27 0 0 25 0 1 0 24384111 171319296 40442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 41826 40442 75 150 0 41673 0
Current children cumulated CPU time (s) 517.21
Current children cumulated vsize (KiB) 189528

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.03 3/84 25311
/proc/meminfo: memFree=1612720/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=167832 CPUtime=567.85
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40580 0 0 0 56758 27 0 0 25 0 1 0 24384111 171859968 40566 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 41958 40566 75 150 0 41805 0
Current children cumulated CPU time (s) 576.65
Current children cumulated vsize (KiB) 190056

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.02 3/84 25311
/proc/meminfo: memFree=1612144/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=168228 CPUtime=627.29
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40696 0 0 0 62702 27 0 0 25 0 1 0 24384111 172265472 40682 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/25311/statm: 42057 40682 75 150 0 41904 0
Current children cumulated CPU time (s) 636.09
Current children cumulated vsize (KiB) 190452

[startup+702.302 s]
/proc/loadavg: 1.99 2.00 2.02 3/85 25353
/proc/meminfo: memFree=1520376/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=168968 CPUtime=687.18
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40846 0 0 0 68689 29 0 0 25 0 1 0 24384111 173023232 40832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25311/statm: 42242 40832 75 150 0 42089 0
Current children cumulated CPU time (s) 695.98
Current children cumulated vsize (KiB) 191192

[startup+762.307 s]
/proc/loadavg: 1.99 2.00 2.01 3/84 25354
/proc/meminfo: memFree=1442480/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=169364 CPUtime=747.17
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40974 0 0 0 74688 29 0 0 25 0 1 0 24384111 173428736 40960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25311/statm: 42341 40960 75 150 0 42188 0
Current children cumulated CPU time (s) 755.97
Current children cumulated vsize (KiB) 191588

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

[startup+764.701 s]
/proc/loadavg: 1.99 2.00 2.01 3/84 25354
/proc/meminfo: memFree=1442416/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=169496 CPUtime=749.56
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40980 0 0 0 74927 29 0 0 25 0 1 0 24384111 173563904 40966 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 0 0 0
/proc/25311/statm: 42374 40966 75 150 0 42221 0
Current children cumulated CPU time (s) 758.36
Current children cumulated vsize (KiB) 191720

[startup+766.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/84 25354
/proc/meminfo: memFree=1442416/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=169496 CPUtime=751.16
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40983 0 0 0 75087 29 0 0 25 0 1 0 24384111 173563904 40969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25311/statm: 42374 40969 75 150 0 42221 0
Current children cumulated CPU time (s) 759.96
Current children cumulated vsize (KiB) 191720

[startup+767.903 s]
/proc/loadavg: 1.99 2.00 2.01 4/84 25354
/proc/meminfo: memFree=1442416/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=8.8
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1376 18369 0 2 5 2 799 74 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25310] ppid=25287 vsize=5356 CPUtime=0
/proc/25310/stat : 25310 (sh) S 25287 25287 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25310/statm: 1339 232 193 169 0 50 0
[pid=25311] ppid=25310 vsize=169496 CPUtime=752.76
/proc/25311/stat : 25311 (minisat) R 25310 25287 20738 0 -1 4194304 40988 0 0 0 75247 29 0 0 25 0 1 0 24384111 173563904 40974 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25311/statm: 42374 40974 75 150 0 42221 0
Current children cumulated CPU time (s) 761.56
Current children cumulated vsize (KiB) 191720

[startup+768.703 s]
/proc/loadavg: 1.99 2.00 2.01 4/84 25354
/proc/meminfo: memFree=1442416/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=762.16
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1448 59719 0 2 5 2 76102 107 16 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 16868

[startup+768.908 s]
/proc/loadavg: 1.99 2.00 2.01 3/92 25364
/proc/meminfo: memFree=1599152/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=762.16
/proc/25287/stat : 25287 (sugar) S 25285 25287 20738 0 -1 4194304 1449 59719 0 2 5 2 76102 107 15 0 1 0 24383212 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25287/statm: 4217 1113 409 3 0 796 0
[pid=25355] ppid=25287 vsize=5356 CPUtime=0
/proc/25355/stat : 25355 (sh) S 25287 25287 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24460061 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25355/statm: 1339 233 193 169 0 50 0
[pid=25356] ppid=25355 vsize=862288 CPUtime=0.39
/proc/25356/stat : 25356 (java) S 25355 25287 20738 0 -1 0 3104 0 1 0 38 1 0 0 19 0 9 0 24460062 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25356/statm: 215572 2574 1282 9 0 210485 0
[pid=25356/tid=25357] ppid=25355 vsize=862288 CPUtime=0.34
/proc/25356/task/25357/stat : 25357 (java) R 25355 25287 20738 0 -1 64 2031 0 1 0 33 1 0 0 25 0 9 0 24460063 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25358] ppid=25355 vsize=862288 CPUtime=0
/proc/25356/task/25358/stat : 25358 (java) S 25355 25287 20738 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 24460064 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25359] ppid=25355 vsize=862288 CPUtime=0
/proc/25356/task/25359/stat : 25359 (java) S 25355 25287 20738 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 24460065 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25360] ppid=25355 vsize=862288 CPUtime=0
/proc/25356/task/25360/stat : 25360 (java) S 25355 25287 20738 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24460065 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25361] ppid=25355 vsize=862288 CPUtime=0
/proc/25356/task/25361/stat : 25361 (java) S 25355 25287 20738 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24460067 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25362] ppid=25355 vsize=862288 CPUtime=0.04
/proc/25356/task/25362/stat : 25362 (java) S 25355 25287 20738 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 24460067 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25363] ppid=25355 vsize=862288 CPUtime=0
/proc/25356/task/25363/stat : 25363 (java) S 25355 25287 20738 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24460067 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25356/tid=25364] ppid=25355 vsize=862288 CPUtime=0
/proc/25356/task/25364/stat : 25364 (java) S 25355 25287 20738 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460067 882982912 2574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762.55
Current children cumulated vsize (KiB) 884512

[startup+769.003 s]
/proc/loadavg: 1.99 2.00 2.01 3/92 25364
/proc/meminfo: memFree=1599152/2055920 swapFree=4192812/4192956
[pid=25287] ppid=25285 vsize=16868 CPUtime=762.62
/proc/25287/stat : 25287 (sugar) R 25285 25287 20738 0 -1 4194304 1478 63636 0 3 6 6 76141 109 16 0 1 0 24383212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25287/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 762.62
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 769.008
CPU time (s): 762.645
CPU user time (s): 761.48
CPU system time (s): 1.16482
CPU usage (%): 99.1726
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 761.48
system time used= 1.16482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65174
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= 19655
involuntary context switches= 33801

runsolver used 0.947855 second user time and 2.57261 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 06:32:38
IDJOB=2081554
IDBENCH=57425
IDSOLVER=739
FILE ID=node7/2081554-1247373158
PBS_JOBID= 9507048
Free space on /tmp= 66136 MiB

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

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

MD5SUM BENCH= 20e23229ee104462f117a47e593e32b4
RANDOM SEED=923948059

node7.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.231
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.231
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:       1854888 kB
Buffers:         12008 kB
Cached:          84212 kB
SwapCached:          0 kB
Active:         127224 kB
Inactive:        21804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          73308 kB
Slab:            36944 kB
Committed_AS:   236500 kB
PageTables:       1996 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= 66132 MiB
End job on node7 at 2009-07-12 06:45:27