Trace number 2081510

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 990.062 992.848

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-14.xml
MD5SUM706565457ea7a4d0a1ce73135f4ed524
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 benchmark107.736
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1240
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.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 06:30:17 2009
0.05/0.08	c 0	PID 22875
0.05/0.08	c 0	HOST node66.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2081510-1247373017.xml TO HOME/temp.csp
0.05/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-2081510-1247373017.xml' 'HOME/temp.csp'
0.07/0.79	c 1	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.76/0.90	c 1	Parsing HOME/temp.csp
0.92/1.04	c 1	parsed 6119 expressions
0.92/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Converting to clausal form CSP
1.01/1.12	c 1	converted 612 (10%) expressions
1.10/1.29	c 1	converted 1224 (20%) expressions
1.20/1.33	c 1	converted 1836 (30%) expressions
1.20/1.35	c 1	converted 2448 (40%) expressions
1.20/1.37	c 1	converted 3060 (50%) expressions
1.20/1.40	c 1	converted 3672 (60%) expressions
1.31/1.46	c 2	converted 4284 (70%) expressions
1.31/1.48	c 2	converted 4896 (80%) expressions
1.40/1.51	c 2	converted 5508 (90%) expressions
1.40/1.53	c 2	converted 6119 (100%) expressions
1.40/1.53	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1210
1.40/1.53	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.53	c 2	Propagation in CSP
1.60/1.75	c 2	134868 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.75	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 635
1.60/1.75	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.76	c 2	Simplifing CSP by introducing new Boolean variables
1.71/1.87	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 635
1.71/1.87	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.93	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.97	c 2	45 (10%) CSP integer variables are encoded (18825 clauses, 260281 bytes)
1.89/2.00	c 2	90 (20%) CSP integer variables are encoded (39030 clauses, 563356 bytes)
1.89/2.02	c 2	135 (30%) CSP integer variables are encoded (58365 clauses, 853381 bytes)
1.89/2.05	c 2	180 (40%) CSP integer variables are encoded (82260 clauses, 1211806 bytes)
1.89/2.08	c 2	225 (50%) CSP integer variables are encoded (106485 clauses, 1588578 bytes)
1.99/2.12	c 2	270 (60%) CSP integer variables are encoded (127950 clauses, 1953483 bytes)
1.99/2.15	c 2	315 (70%) CSP integer variables are encoded (152895 clauses, 2377548 bytes)
1.99/2.18	c 2	360 (80%) CSP integer variables are encoded (175110 clauses, 2755203 bytes)
2.09/2.23	c 2	405 (90%) CSP integer variables are encoded (201990 clauses, 3212163 bytes)
2.09/2.26	c 2	450 (100%) CSP integer variables are encoded (229080 clauses, 3672693 bytes)
2.69/2.81	c 3	1548 (10%) CSP clauses are encoded (487187 clauses, 9315086 bytes)
3.08/3.25	c 3	3096 (20%) CSP clauses are encoded (697882 clauses, 14148703 bytes)
3.57/3.77	c 4	4644 (30%) CSP clauses are encoded (947384 clauses, 19882088 bytes)
4.07/4.25	c 4	6192 (40%) CSP clauses are encoded (1189302 clauses, 25464071 bytes)
4.66/4.81	c 5	7740 (50%) CSP clauses are encoded (1465825 clauses, 31835926 bytes)
5.35/5.54	c 6	9288 (60%) CSP clauses are encoded (1822544 clauses, 40078515 bytes)
5.94/6.16	c 6	10836 (70%) CSP clauses are encoded (2139160 clauses, 47374575 bytes)
6.63/6.83	c 7	12384 (80%) CSP clauses are encoded (2467053 clauses, 55241266 bytes)
7.33/7.51	c 8	13932 (90%) CSP clauses are encoded (2813432 clauses, 63540029 bytes)
8.11/8.37	c 8	15480 (100%) CSP clauses are encoded (3271383 clauses, 74104831 bytes)
8.11/8.37	c 8	15480 CSP clauses encoded
8.11/8.37	c 8	Writing map file : HOME/temp.map
8.11/8.38	c 8	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.11/8.38	c 8	SAT : 239430 SAT variables, 3271383 SAT clauses, 74104831 bytes
8.11/8.38	c 8	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.20/8.44	c 9	SOLVING HOME/temp.cnf
8.20/8.44	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.20/8.45	c 9	This is MiniSat 2.0 beta
8.20/8.45	c 9	WARNING: for repeatability, setting FPU to use double precision
8.20/8.45	c 9	============================[ Problem Statistics ]=============================
8.20/8.45	c 9	|                                                                             |
8.20/8.45	c 9	|  Number of variables:  239430                                               |
8.20/8.45	c 9	|  Number of clauses:    3271383                                              |
10.05/10.35	c 10	|  Parsing time:         1.67         s                                       |
10.15/10.44	c 11	============================[ Search Statistics ]==============================
10.15/10.44	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.15/10.44	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.15/10.44	c 11	===============================================================================
10.15/10.44	c 11	|         0 |  237942  3269895  9245043 |  1089965        0    nan |  0.000 % |
12.51/12.88	c 13	|       100 |  237942  3269895  9245043 |  1198961      100     30 |  0.621 % |
15.69/16.03	c 16	|       250 |  237941  3269895  9245043 |  1318857      246     20 |  0.650 % |
19.15/19.59	c 20	|       475 |  237941  3269895  9245043 |  1450743      470     20 |  0.651 % |
24.99/25.48	c 26	|       812 |  237872  3268828  9242089 |  1595817      806     23 |  0.653 % |
34.70/35.24	c 35	|      1318 |  237847  3268473  9241115 |  1755399     1308     19 |  0.684 % |
49.35/50.04	c 50	|      2077 |  237766  3267447  9238291 |  1930939     2066     20 |  0.695 % |
70.25/71.16	c 71	|      3216 |  237753  3267233  9237682 |  2124033     3202     21 |  0.714 % |
92.34/93.42	c 93	|      4926 |  237694  3266395  9235376 |  2336436     4911     22 |  0.725 % |
133.65/135.18	c 135	|      7488 |  237671  3266070  9234482 |  2570080     7471     22 |  0.735 % |
194.27/196.36	c 196	|     11332 |  237604  3265155  9231952 |  2827088    11307     22 |  0.764 % |
298.72/301.24	c 301	|     17098 |  237567  3264561  9230292 |  3109797    17067     23 |  0.787 % |
465.66/468.28	c 468	|     25748 |  237381  3261711  9222287 |  3420777    25701     23 |  0.856 % |
699.45/702.15	c 702	|     38722 |  237185  3259245  9215500 |  3762854    38654     24 |  0.952 % |
989.35/992.18	c 992	===============================================================================
989.45/992.20	c 992	restarts              : 14
989.45/992.20	c 992	conflicts             : 53679          (55 /sec)
989.45/992.20	c 992	decisions             : 97139          (0.95 % random) (99 /sec)
989.45/992.20	c 992	propagations          : 1165924997     (1188628 /sec)
989.45/992.20	c 992	conflict literals     : 1388980        (28.87 % deleted)
989.45/992.20	c 992	Memory used           : 163.84 MB
989.45/992.20	c 992	CPU time              : 980.9 s
989.45/992.20	c 992	
989.54/992.30	c 992	SATISFIABLE
989.54/992.33	c 992	DECODING HOME/temp.out WITH HOME/temp.map
989.54/992.33	c 992	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'
989.58/992.41	c 992	Decoding HOME/temp.out
989.58/992.73	s SATISFIABLE
989.58/992.75	v 1 2 337 336 391 390 463 464 526 527 588 587 634 635 723 722 756 757 784 783 869 870 959 960 1016 1015 1086 1087 1153 1154 110 111 130 131 221 220 301 300 349 348 441 440 509 508 552 553 636 637 755 756 817 816 874 873 930 931 950 949 1121 1120 96 95 381 382 389 390 417 416 536 535 640 639 815 814 891 892 928 927 936 937 1022 1021 1029 1030 1074 1073 1076 1077 1149 1148 4 5 63 62 133 134 218 217 252 253 272 273 292 291 386 387 428 427 620 621 794 793 829 828 999 1000 1077 1076 1166 1165 65 247 356 357 433 434 456 455 485 486 551 550 593 594 619 618 623 624 718 719 798 797 1035 1036 1074 1075 1105 1104 1122 1123 210 209 330 329 389 388 436 435 530 529 596 597 681 680 721 722 726 725 741 742 757 756 811 812 853 852 974 973 1076 1077 92 93 203 202 294 295 384 385 442 441 519 520 726 725 789 788 930 931 1003 1002 1050 1051 1089 1088 1137 1136 1154 1153 1177 1176 190 84 262 263 284 283 398 399 441 440 610 611 695 694 764 765 848 849 874 875 940 939 1038 1039 1095 1094 1124 1125 1208 1207 8 7 56 57 158 157 245 246 272 271 340 341 345 344 392 393 544 545 569 568 623 624 717 716 911 910 995 996 1081 1082 19 20 56 57 91 92 163 164 228 227 258 259 300 299 353 354 697 533 774 773 787 788 904 905 917 918 1108 1109 1203 1202 0 1 64 63 74 73 388 300 442 443 471 472 495 494 508 509 588 587 689 688 851 850 1003 1004 1130 1131 1149 1150 1229 1228 11 10 85 86 190 191 234 233 411 410 515 514 577 578 618 617 678 679 741 740 819 820 862 861 870 871 892 891 903 904 114 113 124 123 147 146 157 156 165 166 228 229 261 260 364 365 512 513 529 530 625 626 695 696 860 861 1022 1023 1198 1199 16 17 84 83 126 125 220 219 426 425 513 514 518 517 566 567 911 910 993 994 1041 1040 1088 1089 1097 1096 1189 1190 1229 1228 312 311 386 387 432 431 457 456 495 496 530 529 588 587 691 692 843 842 847 848 876 877 946 945 1041 1042 1064 1063 1179 1178
989.58/992.76	c 993	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
989.58/992.81	c 993	CPU 990 (0.06 0.02 988.88 1.04)
989.58/992.81	c 993	END Sun Jul 12 06:46:50 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081510-1247373017/watcher-2081510-1247373017 -o /tmp/evaluation-result-2081510-1247373017/solver-2081510-1247373017 -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-2081510-1247373017.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 1.98 1.99 4/80 22875
/proc/meminfo: memFree=1634144/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=12268 CPUtime=0
/proc/22875/stat : 22875 (sugar) R 22873 22875 18191 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24364532 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 0 4224 0 0 0 0 17 1 0 0
/proc/22875/statm: 3067 316 241 3 0 167 0

[startup+0.071127 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22875
/proc/meminfo: memFree=1634144/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16344 CPUtime=0.05
/proc/22875/stat : 22875 (sugar) R 22873 22875 18191 0 -1 4194304 1010 0 0 0 4 1 0 0 18 0 1 0 24364532 16736256 978 996147200 4194304 4206940 548682068608 18446744073709551615 227621282327 0 0 4224 0 0 0 0 17 1 0 0
/proc/22875/statm: 4086 978 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102455 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22875
/proc/meminfo: memFree=1634144/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=0.07
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24364532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302154 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22875
/proc/meminfo: memFree=1634144/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=0.07
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24364532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702206 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22875
/proc/meminfo: memFree=1634144/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=0.07
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24364532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5013 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 22897
/proc/meminfo: memFree=1625160/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=0.76
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1309 7703 0 1 5 2 65 4 15 0 1 0 24364532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1111 409 3 0 796 0
[pid=22888] ppid=22875 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22875 22875 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24364615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 233 193 169 0 50 0
[pid=22889] ppid=22888 vsize=868560 CPUtime=0.64
/proc/22889/stat : 22889 (java) S 22888 22875 18191 0 -1 0 7325 0 1 0 61 3 0 0 18 0 9 0 24364616 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22889/statm: 217140 6570 2566 9 0 211645 0
[pid=22889/tid=22890] ppid=22888 vsize=868560 CPUtime=0.37
/proc/22889/task/22890/stat : 22890 (java) R 22888 22875 18191 0 -1 64 2671 0 1 0 36 1 0 0 19 0 9 0 24364617 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4126537969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22891] ppid=22888 vsize=868560 CPUtime=0.09
/proc/22889/task/22891/stat : 22891 (java) S 22888 22875 18191 0 -1 64 2487 0 0 0 9 0 0 0 16 0 9 0 24364618 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22892] ppid=22888 vsize=868560 CPUtime=0
/proc/22889/task/22892/stat : 22892 (java) S 22888 22875 18191 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24364618 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22893] ppid=22888 vsize=868560 CPUtime=0
/proc/22889/task/22893/stat : 22893 (java) S 22888 22875 18191 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24364618 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22894] ppid=22888 vsize=868560 CPUtime=0
/proc/22889/task/22894/stat : 22894 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24364620 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22895] ppid=22888 vsize=868560 CPUtime=0.15
/proc/22889/task/22895/stat : 22895 (java) S 22888 22875 18191 0 -1 64 1468 0 0 0 15 0 0 0 16 0 9 0 24364620 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22896] ppid=22888 vsize=868560 CPUtime=0
/proc/22889/task/22896/stat : 22896 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24364620 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22897] ppid=22888 vsize=868560 CPUtime=0
/proc/22889/task/22897/stat : 22897 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24364620 889405440 6570 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890784

[startup+3.10148 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 22897
/proc/meminfo: memFree=1608456/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=0.76
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1310 7703 0 1 5 2 65 4 15 0 1 0 24364532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1111 409 3 0 796 0
[pid=22888] ppid=22875 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22875 22875 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24364615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 233 193 169 0 50 0
[pid=22889] ppid=22888 vsize=868672 CPUtime=2.23
/proc/22889/stat : 22889 (java) S 22888 22875 18191 0 -1 0 8808 0 1 0 209 14 0 0 18 0 9 0 24364616 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22889/statm: 217168 7637 2590 9 0 211645 0
[pid=22889/tid=22890] ppid=22888 vsize=868672 CPUtime=1.65
/proc/22889/task/22890/stat : 22890 (java) R 22888 22875 18191 0 -1 64 3084 0 1 0 156 9 0 0 25 0 9 0 24364617 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4126531903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22891] ppid=22888 vsize=868672 CPUtime=0.33
/proc/22889/task/22891/stat : 22891 (java) S 22888 22875 18191 0 -1 64 3520 0 0 0 30 3 0 0 16 0 9 0 24364618 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22892] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22892/stat : 22892 (java) S 22888 22875 18191 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24364618 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22893] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22893/stat : 22893 (java) S 22888 22875 18191 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24364618 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22894] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22894/stat : 22894 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24364620 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22895] ppid=22888 vsize=868672 CPUtime=0.21
/proc/22889/task/22895/stat : 22895 (java) S 22888 22875 18191 0 -1 64 1505 0 0 0 21 0 0 0 16 0 9 0 24364620 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22896] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22896/stat : 22896 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24364620 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22897] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22897/stat : 22897 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24364620 889520128 7637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890896

[startup+6.30286 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 22897
/proc/meminfo: memFree=1571208/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=0.76
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1310 7703 0 1 5 2 65 4 15 0 1 0 24364532 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1111 409 3 0 796 0
[pid=22888] ppid=22875 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22875 22875 18191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24364615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 233 193 169 0 50 0
[pid=22889] ppid=22888 vsize=868672 CPUtime=5.37
/proc/22889/stat : 22889 (java) S 22888 22875 18191 0 -1 0 9713 0 1 0 496 41 0 0 18 0 9 0 24364616 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22889/statm: 217168 7647 2590 9 0 211645 0
[pid=22889/tid=22890] ppid=22888 vsize=868672 CPUtime=4.57
/proc/22889/task/22890/stat : 22890 (java) R 22888 22875 18191 0 -1 64 3979 0 1 0 425 32 0 0 25 0 9 0 24364617 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22891] ppid=22888 vsize=868672 CPUtime=0.56
/proc/22889/task/22891/stat : 22891 (java) S 22888 22875 18191 0 -1 64 3520 0 0 0 48 8 0 0 16 0 9 0 24364618 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22892] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22892/stat : 22892 (java) S 22888 22875 18191 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24364618 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22893] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22893/stat : 22893 (java) S 22888 22875 18191 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24364618 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22894] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22894/stat : 22894 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24364620 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22895] ppid=22888 vsize=868672 CPUtime=0.22
/proc/22889/task/22895/stat : 22895 (java) S 22888 22875 18191 0 -1 64 1515 0 0 0 22 0 0 0 16 0 9 0 24364620 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22896] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22896/stat : 22896 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24364620 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22889/tid=22897] ppid=22888 vsize=868672 CPUtime=0
/proc/22889/task/22897/stat : 22897 (java) S 22888 22875 18191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24364620 889520128 7647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890896

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 22899
/proc/meminfo: memFree=1408968/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 15 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=154900 CPUtime=4.18
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 37228 0 0 0 395 23 0 0 25 0 1 0 24365377 158617600 37214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22899/statm: 38725 37214 72 150 0 38572 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 177124

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 22899
/proc/meminfo: memFree=1404808/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=159396 CPUtime=16.86
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 38276 0 0 0 1662 24 0 0 25 0 1 0 24365377 163221504 38262 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/22899/statm: 39849 38262 76 150 0 39696 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 181620

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 22899
/proc/meminfo: memFree=1403848/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=160320 CPUtime=42.21
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 38520 0 0 0 4197 24 0 0 25 0 1 0 24365377 164167680 38506 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22899/statm: 40080 38506 76 150 0 39927 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 182544

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 22899
/proc/meminfo: memFree=1403464/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0

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


[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1010104/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=166084 CPUtime=811.38
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 39946 0 0 0 81107 31 0 0 25 0 1 0 24365377 170070016 39932 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41521 39932 76 150 0 41368 0
Current children cumulated CPU time (s) 819.61
Current children cumulated vsize (KiB) 188308

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1009272/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=166744 CPUtime=871.35
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40091 0 0 0 87104 31 0 0 25 0 1 0 24365377 170745856 40077 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41686 40077 76 150 0 41533 0
Current children cumulated CPU time (s) 879.58
Current children cumulated vsize (KiB) 188968

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1008376/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167272 CPUtime=931.33
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40235 0 0 0 93102 31 0 0 25 0 1 0 24365377 171286528 40221 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41818 40221 76 150 0 41665 0
Current children cumulated CPU time (s) 939.56
Current children cumulated vsize (KiB) 189496

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

[startup+947.107 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1008376/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167272 CPUtime=936.13
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40240 0 0 0 93582 31 0 0 25 0 1 0 24365377 171286528 40226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41818 40226 76 150 0 41665 0
Current children cumulated CPU time (s) 944.36
Current children cumulated vsize (KiB) 189496

[startup+972.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1008056/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167404 CPUtime=961.71
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40290 0 0 0 96140 31 0 0 25 0 1 0 24365377 171421696 40276 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41851 40276 76 150 0 41698 0
Current children cumulated CPU time (s) 969.94
Current children cumulated vsize (KiB) 189628

[startup+985.501 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007800/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167536 CPUtime=974.52
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40313 0 0 0 97420 32 0 0 25 0 1 0 24365377 171556864 40299 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41884 40299 76 150 0 41731 0
Current children cumulated CPU time (s) 982.75
Current children cumulated vsize (KiB) 189760

[startup+988.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007800/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167536 CPUtime=977.72
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40317 0 0 0 97740 32 0 0 25 0 1 0 24365377 171556864 40303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41884 40303 76 150 0 41731 0
Current children cumulated CPU time (s) 985.95
Current children cumulated vsize (KiB) 189760

[startup+990.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007800/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167536 CPUtime=979.31
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40318 0 0 0 97899 32 0 0 25 0 1 0 24365377 171556864 40304 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41884 40304 76 150 0 41731 0
Current children cumulated CPU time (s) 987.54
Current children cumulated vsize (KiB) 189760

[startup+991.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007800/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.23
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 5 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167536 CPUtime=980.91
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40327 0 0 0 98059 32 0 0 25 0 1 0 24365377 171556864 40313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41884 40313 76 150 0 41731 0
Current children cumulated CPU time (s) 989.14
Current children cumulated vsize (KiB) 189760

[startup+992.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007736/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=8.24
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1376 18318 0 2 6 2 750 66 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
[pid=22898] ppid=22875 vsize=5356 CPUtime=0
/proc/22898/stat : 22898 (sh) S 22875 22875 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24365377 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22898/statm: 1339 232 193 169 0 50 0
[pid=22899] ppid=22898 vsize=167784 CPUtime=981.3
/proc/22899/stat : 22899 (minisat) R 22898 22875 18191 0 -1 4194304 40405 0 0 0 98098 32 0 0 25 0 1 0 24365377 171810816 40390 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/22899/statm: 41946 40390 82 150 0 41793 0
Current children cumulated CPU time (s) 989.54
Current children cumulated vsize (KiB) 190008

[startup+992.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007736/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=989.58
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1448 59008 0 2 6 2 98849 101 16 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 989.58
Current children cumulated vsize (KiB) 16868

[startup+992.802 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1007736/2055920 swapFree=4192812/4192956
[pid=22875] ppid=22873 vsize=16868 CPUtime=989.58
/proc/22875/stat : 22875 (sugar) S 22873 22875 18191 0 -1 4194304 1450 59008 0 2 6 2 98849 101 15 0 1 0 24364532 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22875/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 989.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 992.848
CPU time (s): 990.062
CPU user time (s): 988.947
CPU system time (s): 1.11483
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 988.947
system time used= 1.11483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64468
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= 19478
involuntary context switches= 31733

runsolver used 1.18182 second user time and 3.35549 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 06:30:17
IDJOB=2081510
IDBENCH=57411
IDSOLVER=739
FILE ID=node66/2081510-1247373017
PBS_JOBID= 9507045
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 706565457ea7a4d0a1ce73135f4ed524
RANDOM SEED=1258142005

node66.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.214
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.214
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:       1634624 kB
Buffers:         67140 kB
Cached:         198808 kB
SwapCached:          0 kB
Active:         224252 kB
Inactive:       120344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          96448 kB
Slab:            61856 kB
Committed_AS:   923008 kB
PageTables:       1876 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= 66080 MiB
End job on node66 at 2009-07-12 06:46:50