Trace number 1074702

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 58.2821 59.7197

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-1.xml
MD5SUM4cf62a1b83c7d6776b82d5fd63452e47
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 benchmark7.92679
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1332
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:50:27 2008
0.00/0.04	c 0	PID 19010
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074702-1215179427.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074702-1215179427.xml' 'HOME/temp.csp'
0.04/1.06	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.04/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/1.10	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.04/1.18	c 1	Parsing HOME/temp.csp
1.04/1.54	c 1	parsed 8401 expressions
1.04/1.54	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.54	c 1	Converting to clausal form CSP
1.04/1.59	c 1	converted 841 (10%) expressions
1.04/1.77	c 2	converted 1681 (20%) expressions
1.04/1.83	c 2	converted 2521 (30%) expressions
1.04/1.86	c 2	converted 3361 (40%) expressions
1.04/1.88	c 2	converted 4201 (50%) expressions
1.04/1.91	c 2	converted 5041 (60%) expressions
1.04/1.93	c 2	converted 5881 (70%) expressions
1.04/2.01	c 2	converted 6721 (80%) expressions
1.04/2.03	c 2	converted 7561 (90%) expressions
1.04/2.06	c 2	converted 8401 (100%) expressions
1.04/2.06	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1332
1.04/2.06	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.06	c 2	Propagation in CSP
1.04/2.14	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/2.14	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1332
1.04/2.14	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.14	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.31	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1332
2.22/2.32	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.48	c 2	40 (10%) CSP integer variables are encoded (51142 clauses, 745000 bytes)
2.40/2.55	c 2	80 (20%) CSP integer variables are encoded (102338 clauses, 1517775 bytes)
2.50/2.61	c 3	120 (30%) CSP integer variables are encoded (153633 clauses, 2389790 bytes)
2.50/2.68	c 3	160 (40%) CSP integer variables are encoded (204800 clauses, 3259629 bytes)
2.60/2.75	c 3	200 (50%) CSP integer variables are encoded (255956 clauses, 4129281 bytes)
2.70/2.81	c 3	240 (60%) CSP integer variables are encoded (306993 clauses, 4996910 bytes)
2.70/2.88	c 3	280 (70%) CSP integer variables are encoded (358092 clauses, 5865593 bytes)
2.80/2.95	c 3	320 (80%) CSP integer variables are encoded (409429 clauses, 6738322 bytes)
2.90/3.02	c 3	360 (90%) CSP integer variables are encoded (460456 clauses, 7605781 bytes)
2.90/3.08	c 3	400 (100%) CSP integer variables are encoded (511593 clauses, 8475110 bytes)
6.46/6.65	c 7	2280 (10%) CSP clauses are encoded (2380795 clauses, 51620106 bytes)
10.01/10.30	c 10	4560 (20%) CSP clauses are encoded (4258727 clauses, 95908371 bytes)
13.66/14.03	c 14	6840 (30%) CSP clauses are encoded (6124255 clauses, 140595675 bytes)
17.30/17.73	c 18	9120 (40%) CSP clauses are encoded (8006043 clauses, 187610735 bytes)
20.85/21.38	c 21	11400 (50%) CSP clauses are encoded (9876581 clauses, 234344545 bytes)
24.43/25.19	c 25	13680 (60%) CSP clauses are encoded (11742143 clauses, 280953955 bytes)
28.03/28.89	c 29	15960 (70%) CSP clauses are encoded (13610583 clauses, 327635315 bytes)
31.63/32.59	c 32	18240 (80%) CSP clauses are encoded (15475415 clauses, 374226475 bytes)
35.32/36.43	c 36	20520 (90%) CSP clauses are encoded (17350985 clauses, 421086085 bytes)
38.93/40.12	c 40	22800 (100%) CSP clauses are encoded (19214661 clauses, 467648345 bytes)
38.93/40.12	c 40	22800 CSP clauses encoded
38.93/40.12	c 40	Writing map file : HOME/temp.map
38.93/40.14	c 40	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.93/40.14	c 40	SAT : 527193 SAT variables, 19214661 SAT clauses, 467648345 bytes
38.93/40.14	c 40	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.97/40.20	c 40	SOLVING HOME/temp.cnf
38.97/40.20	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.97/40.20	c 40	This is MiniSat 2.0 beta
38.97/40.20	c 40	WARNING: for repeatability, setting FPU to use double precision
38.97/40.20	c 40	============================[ Problem Statistics ]=============================
38.97/40.20	c 40	|                                                                             |
38.97/40.20	c 40	|  Number of variables:  527193                                               |
38.97/40.20	c 40	|  Number of clauses:    19214661                                             |
49.65/51.07	c 51	|  Parsing time:         9.46         s                                       |
50.13/51.55	c 51	============================[ Search Statistics ]==============================
50.13/51.55	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.13/51.55	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.13/51.55	c 51	===============================================================================
50.13/51.55	c 51	|         0 |  527193 19214661 57094390 |  6404887        0    nan |  0.000 % |
52.61/54.05	c 54	|       100 |  527193 19214661 57094390 |  7045375      100     34 |  0.000 % |
54.20/55.65	c 56	|       250 |  527193 19214661 57094390 |  7749913      250     21 |  0.000 % |
56.88/58.40	c 58	===============================================================================
56.97/58.43	c 58	restarts              : 3
56.97/58.43	c 58	conflicts             : 404            (24 /sec)
56.97/58.43	c 58	decisions             : 4842           (0.95 % random) (291 /sec)
56.97/58.43	c 58	propagations          : 2773097        (166598 /sec)
56.97/58.43	c 58	conflict literals     : 7352           (5.28 % deleted)
56.97/58.43	c 58	Memory used           : 843.69 MB
56.97/58.43	c 58	CPU time              : 16.6455 s
56.97/58.43	c 58	
57.17/58.65	c 59	SATISFIABLE
57.27/58.78	c 59	DECODING HOME/temp.out WITH HOME/temp.map
57.27/58.78	c 59	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
57.37/58.86	c 59	Decoding HOME/temp.out
57.96/59.42	s SATISFIABLE
57.96/59.43	v 1247 1220 1084 218 343 395 827 713 479 25 1151 804 1135 1019 295 147 154 934 82 588 507 228 603 663 829 944 12 357 426 42 1149 117 1282 868 88 67 748 1053 293 219 151 790 114 241 227 285 354 164 389 909 1249 348 1002 654 428 1081 3 31 1178 9 340 87 2 8 757 854 11 447 166 1030 623 252 496 1176 1148 670 1292 1006 944 407 1246 1083 307 154 974 260 949 1018 153 848 622 425 529 1224 739 1330 194 1241 1230 1169 101 1061 1157 538 230 1188 356 1183 302 649 1 797 736 892 1239 486 1245 159 407 982 385 1206 81 999 591 837 291 1143 440 402 1268 1106 91 494 569 721 100 189 817 927 897 675 1294 664 360 1141 908 9 125 781 1048 248 579 1205 779 1201 1314 64 172 937 672 780 287 1278 1068 529 1208 876 948 147 167 1316 223 1026 1112 29 2 59 676 1 1009 895 336 962 645 1091 583 147 431 230 727 4 100 48 57 27 1195 352 1258 171 1218 538 500 3 1174 933 282 78 1047 361 106 84 1011 100 721 637 1092 194 310 436 624 830 506 940 388 207 748 460 989 1307 1070 303 885 1150 555 116 707 1248 18 273 1015 1240 925 1145 1321 964 834 471 134 299 551 940 705 682 589 853 174 1054 667 816 719 404 559 1151 1261 1 870 628 1230 95 1132 805 1114 269 258 170 464 989 1038 919 437 679 1173 522 807 1301 317 800 770 879 520 1264 158 929 952 578 1089 362 567 1017 774 1027 1217 994 880 648 1317 684 1134 487 1303 267 377 81 587 1120 246 125 748 1036 367 297 718 767 1059 657 594 435 405 1143 1240 897 258 494 804 61 159 836 1063 961 932 787 609 1270 22 1263 554 688 423 1239 850 99 483 181 1124 1113 306 1055 354 311 456 1070 1167 1304 1035 234 362 571 811 158 74 288 650 876 1190 685 924 761 1212 1237 1183 113 427 1070 310 957 1054 209 846 911 1239 3 1315 743 803 1252 513 616 589 381
57.96/59.44	c 59	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
57.96/59.48	c 59	CPU 53.01 (0.03 0.01 52.98 4.99)
57.96/59.48	c 59	END Fri Jul  4 15:51:26 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074702-1215179427/watcher-1074702-1215179427 -o /tmp/evaluation-result-1074702-1215179427/solver-1074702-1215179427 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1074702-1215179427.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19010
/proc/meminfo: memFree=1598104/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=18572 CPUtime=0
/proc/19010/stat : 19010 (runsolver) R 19008 19010 16959 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996914660 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19010/statm: 4643 292 257 25 0 2626 0

[startup+0.101832 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19010
/proc/meminfo: memFree=1598104/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=0.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996914660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201847 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19010
/proc/meminfo: memFree=1598104/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=0.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996914660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301861 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19010
/proc/meminfo: memFree=1598104/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=0.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996914660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701934 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 19010
/proc/meminfo: memFree=1598104/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=0.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996914660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 19023
/proc/meminfo: memFree=1595720/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=1.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 973 8350 0 1 3 1 95 5 16 0 1 0 1996914660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 797 370 3 0 500 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 16959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996914770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 18956

[startup+3.10233 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 19032
/proc/meminfo: memFree=1572480/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=1.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 974 8350 0 1 3 1 95 5 15 0 1 0 1996914660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 797 370 3 0 500 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 16959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996914770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868464 CPUtime=1.96
/proc/19024/stat : 19024 (java) S 19023 19010 16959 0 -1 0 9956 0 1 0 184 12 0 0 18 0 9 0 1996914770 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217116 8930 2565 9 0 211663 0
[pid=19024/tid=19025] ppid=19023 vsize=868464 CPUtime=1.3
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 16959 0 -1 64 2997 0 1 0 123 7 0 0 23 0 9 0 1996914771 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4125960885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868464 CPUtime=0.39
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 16959 0 -1 64 4785 0 0 0 37 2 0 0 16 0 9 0 1996914772 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996914773 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996914773 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996914774 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868464 CPUtime=0.23
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 16959 0 -1 64 1480 0 0 0 23 0 0 0 15 0 9 0 1996914774 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 16959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996914775 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996914775 889307136 8930 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887420

[startup+6.3031 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 19032
/proc/meminfo: memFree=1532040/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=1.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 974 8350 0 1 3 1 95 5 15 0 1 0 1996914660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 797 370 3 0 500 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 16959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996914770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868464 CPUtime=5.13
/proc/19024/stat : 19024 (java) S 19023 19010 16959 0 -1 0 10616 0 1 0 474 39 0 0 18 0 9 0 1996914770 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217116 8936 2565 9 0 211663 0
[pid=19024/tid=19025] ppid=19023 vsize=868464 CPUtime=4.27
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 16959 0 -1 64 3651 0 1 0 397 30 0 0 25 0 9 0 1996914771 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868464 CPUtime=0.58
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 16959 0 -1 64 4785 0 0 0 52 6 0 0 15 0 9 0 1996914772 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996914773 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996914773 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996914774 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868464 CPUtime=0.24
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 16959 0 -1 64 1486 0 0 0 24 0 0 0 15 0 9 0 1996914774 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 16959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996914775 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996914775 889307136 8936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887420

[startup+12.703 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19032
/proc/meminfo: memFree=1450632/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=1.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 974 8350 0 1 3 1 95 5 16 0 1 0 1996914660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 797 370 3 0 500 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 16959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996914770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868464 CPUtime=11.33
/proc/19024/stat : 19024 (java) S 19023 19010 16959 0 -1 0 11873 0 1 0 1042 91 0 0 18 0 9 0 1996914770 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217116 8938 2565 9 0 211663 0
[pid=19024/tid=19025] ppid=19023 vsize=868464 CPUtime=10.1
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 16959 0 -1 64 4906 0 1 0 934 76 0 0 24 0 9 0 1996914771 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4126837818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868464 CPUtime=0.96
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 16959 0 -1 64 4785 0 0 0 83 13 0 0 16 0 9 0 1996914772 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996914773 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996914773 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996914774 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868464 CPUtime=0.25
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 16959 0 -1 64 1488 0 0 0 25 0 0 0 16 0 9 0 1996914774 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 16959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996914775 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996914775 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887420

[startup+25.5021 s]
/proc/loadavg: 2.23 2.05 2.02 3/85 19032
/proc/meminfo: memFree=1285960/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=1.04
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 974 8350 0 1 3 1 95 5 16 0 1 0 1996914660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 797 370 3 0 500 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 16959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996914770 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868464 CPUtime=23.79
/proc/19024/stat : 19024 (java) S 19023 19010 16959 0 -1 0 14449 0 1 0 2176 203 0 0 18 0 9 0 1996914770 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217116 8938 2565 9 0 211663 0
[pid=19024/tid=19025] ppid=19023 vsize=868464 CPUtime=21.8
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 16959 0 -1 64 7482 0 1 0 2006 174 0 0 25 0 9 0 1996914771 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4126486455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868464 CPUtime=1.71
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 16959 0 -1 64 4785 0 0 0 144 27 0 0 16 0 9 0 1996914772 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 16959 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996914773 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996914773 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996914774 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868464 CPUtime=0.25
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 16959 0 -1 64 1488 0 0 0 25 0 0 0 16 0 9 0 1996914774 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 16959 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996914775 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868464 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996914775 889307136 8938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 887420

[startup+51.1014 s]
/proc/loadavg: 2.47 2.12 2.04 3/77 19034
/proc/meminfo: memFree=420552/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=38.98
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 1033 26031 0 2 3 1 3552 342 16 0 1 0 1996914660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 799 370 3 0 500 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 16959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996918680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=776604 CPUtime=10.76
/proc/19034/stat : 19034 (minisat) R 19033 19010 16959 0 -1 4194304 183838 0 0 0 948 128 0 0 25 0 1 0 1996918680 795242496 183824 996147200 134512640 135127466 4294956256 18446744073709551615 134531734 0 0 4096 3 0 0 0 17 1 0 0
/proc/19034/statm: 194151 183824 73 150 0 193998 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 795560

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

[startup+51.2014 s]
/proc/loadavg: 2.47 2.12 2.04 3/77 19034
/proc/meminfo: memFree=420552/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=38.98
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 1033 26031 0 2 3 1 3552 342 16 0 1 0 1996914660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 799 370 3 0 500 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 16959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996918680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=776604 CPUtime=10.86
/proc/19034/stat : 19034 (minisat) R 19033 19010 16959 0 -1 4194304 183838 0 0 0 958 128 0 0 25 0 1 0 1996918680 795242496 183824 996147200 134512640 135127466 4294956256 18446744073709551615 134531724 0 0 4096 3 0 0 0 17 1 0 0
/proc/19034/statm: 194151 183824 73 150 0 193998 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 795560

[startup+54.402 s]
/proc/loadavg: 2.43 2.12 2.04 3/77 19034
/proc/meminfo: memFree=341128/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=38.98
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 1033 26031 0 2 3 1 3552 342 16 0 1 0 1996914660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 799 370 3 0 500 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 16959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996918680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=831712 CPUtime=14.03
/proc/19034/stat : 19034 (minisat) R 19033 19010 16959 0 -1 4194304 197586 0 0 0 1268 135 0 0 25 0 1 0 1996918680 851673088 197572 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/19034/statm: 207928 197572 76 150 0 207775 0
Current children cumulated CPU time (s) 53.01
Current children cumulated vsize (KiB) 850668

[startup+57.6025 s]
/proc/loadavg: 2.43 2.12 2.04 3/77 19034
/proc/meminfo: memFree=310216/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=38.98
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 1033 26031 0 2 3 1 3552 342 16 0 1 0 1996914660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 799 370 3 0 500 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 16959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996918680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=859044 CPUtime=17.2
/proc/19034/stat : 19034 (minisat) R 19033 19010 16959 0 -1 4194304 204441 0 0 0 1583 137 0 0 25 0 1 0 1996918680 879661056 204427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19034/statm: 214761 204427 76 150 0 214608 0
Current children cumulated CPU time (s) 56.18
Current children cumulated vsize (KiB) 878000

[startup+58.4066 s]
/proc/loadavg: 2.40 2.12 2.04 3/77 19034
/proc/meminfo: memFree=304712/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=38.98
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 1033 26031 0 2 3 1 3552 342 16 0 1 0 1996914660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 799 370 3 0 500 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 16959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996918680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=863936 CPUtime=17.99
/proc/19034/stat : 19034 (minisat) R 19033 19010 16959 0 -1 4194304 205433 0 0 0 1661 138 0 0 25 0 1 0 1996918680 884670464 205419 996147200 134512640 135127466 4294956256 18446744073709551615 134536704 0 0 4096 3 0 0 0 17 1 0 0
/proc/19034/statm: 215984 205419 76 150 0 215831 0
Current children cumulated CPU time (s) 56.97
Current children cumulated vsize (KiB) 882892

[startup+59.2028 s]
/proc/loadavg: 2.40 2.12 2.04 3/77 19034
/proc/meminfo: memFree=304712/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=57.37
/proc/19010/stat : 19010 (sugar) S 19008 19010 16959 0 -1 4194304 1090 231829 0 2 3 1 5238 495 16 0 1 0 1996914660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 57.37
Current children cumulated vsize (KiB) 13600

[startup+59.6019 s]
/proc/loadavg: 2.40 2.12 2.04 3/85 19044
/proc/meminfo: memFree=1117896/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=58.14
/proc/19010/stat : 19010 (sugar) R 19008 19010 16959 0 -1 4194304 1119 235698 0 3 3 14 5298 499 16 0 1 0 1996914660 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19010/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 58.14
Current children cumulated vsize (KiB) 13600

[startup+59.7167 s]
/proc/loadavg: 2.40 2.12 2.04 3/85 19044
/proc/meminfo: memFree=1117896/2055920 swapFree=4180240/4192956
[pid=19010] ppid=19008 vsize=13600 CPUtime=58.26
/proc/19010/stat : 19010 (sugar) R 19008 19010 16959 0 -1 4194304 1119 235698 0 3 3 26 5298 499 16 0 1 0 1996914660 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19010/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 58.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 59.7197
CPU time (s): 58.2821
CPU user time (s): 53.0249
CPU system time (s): 5.2572
CPU usage (%): 97.5928
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.0249
system time used= 5.2572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236847
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= 56773
involuntary context switches= 57176

runsolver used 0.083987 second user time and 0.206968 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 15:50:27
IDJOB=1074702
IDBENCH=56430
IDSOLVER=346
FILE ID=node50/1074702-1215179427
PBS_JOBID= 7881466
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074702-1215179427/watcher-1074702-1215179427 -o /tmp/evaluation-result-1074702-1215179427/solver-1074702-1215179427 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1074702-1215179427.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cf62a1b83c7d6776b82d5fd63452e47
RANDOM SEED=560583389

node50.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.261
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.261
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:       1598584 kB
Buffers:         63764 kB
Cached:         207564 kB
SwapCached:       6724 kB
Active:         301384 kB
Inactive:        85308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598584 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:         122036 kB
Slab:            55612 kB
Committed_AS:  4043088 kB
PageTables:       2144 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= 66504 MiB
End job on node50 at 2008-07-04 15:51:27